|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] debian lenny -> squeeze domU migration /dev/sdaX not fou
> in domU config
>
> /dev/sda -> /dev/xvda
>
> in domU: fstab and menu.lst
>
> /dev/sda -> /dev/xvda
>
> (or use extra = "" and append to vmlinuz)
>
works! All I needed to do was change:
/etc/xen/whatever.domain.com.cfg
#root = '/dev/sda2 ro'
root = '/dev/xvda2 ro'
then xm create whatever.domain.com.cfg
xm console whatever.domain.com
vi /etc/apt/sources.list
:%s/lenny/squeeze/g
apt-get update && apt-get upgrade
apt-get dist-upgrade
and now it's Squeeze running the right kernel! Sometimes I get an "out
memory" error still, is this related to the original issue, or something
else? Hope this post helps someone else.
thx,
Cam
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|