|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] when boot xen, got grub error 20
you_bear zhou wrote:
Hei, guys,
I just reinstall xen, when reboot I got grub error 20 : multiboot
kernels must be loaded before modules
here's my grub/menu.lst
title xen 3.0.3
root (hd0,1)
kernel /boot/xen.gz root=/dev/sda2 ro max_loop=255
module /boot/vmlinuz-2.6-xen
module /boot/initrd.img-2.6.16.29-xen
If /boot is a separate partition represented by (hd0,1), specifying
/boot/xen.gz looks for the hypervisor at /boot/boot/xen.gz. So change
them to /xen.gz, /vmlinuz-2.6-xen and /initrd.img-2.6.16.29-xen.
--Sadique
I install xen on ubuntu 7.10
Thanks in advance
--
Fangfei Zhou
----------------------------------------------------
I have a dream, fly to the sky
------------------------------------------------------------------------
_______________________________________________
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
|
|
|
|
|