|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen boot failed while mount root FS.
As suggested earlier you may need to use an initrd image or confirm that
you have compiled all needed modules to xen kernel statically. Are you
sure you have compiled scsi module to kernel? By default it's unlikely
to be enabled in a xen kernel.
Adam Nielsen wrote:
>>I have had the same problem earlier. Just add the root=/dev/sda2 in
>>your grub entry for xen kernel. This will help in booting up the
>>machine.
>>
>>
>
>Sorry, I'm not sure what you mean - this is my grub config - the first
>one works, the second one doesn't:
>
>title Linux-2.6.11-skas
> root (hd0,1) # /dev/sda2
> kernel /boot/bzImage-2.6.11-skas root=/dev/sda2
>
>title Xen 3.0 / XenLinux 2.6 (root=/dev/sda2)
> root (hd0,1) # /dev/sda2
> kernel /boot/xen-3.0.gz dom0_mem=524288
> module /boot/vmlinuz-2.6-xen0 root=/dev/sda2 ro console=tty0
>
>Cheers,
>Adam.
>
>_______________________________________________
>Xen-users mailing list
>Xen-users@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-users
>
>
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|