|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen kernel panics at boot
> My guess is that it is not finding the / partition.
I agree.
> title Xen 2.0 / XenLinux 2.6.9
> root (hd0,0)
> kernel /xen.gz dom0_mem=131072
> module /vmlinuz-2.6.10-xen0 root=LABEL=/ ro console=tty0
You need an initrd to use the LABEL= syntax. Try either specifying the device
directly, or building an initrd to use with Xen. You can pass an initrd to
XenLinux by adding a second module line in the grub config.
Cheers,
Mark
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|