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 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@lists.xensource.com http://lists.xensource.com/xen-users
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-xenTry this: title xen 3.0.3 root (hd0,1) kernel /xen.gz module /vmlinuz-2.6-xen root=/dev/sda2 ro max_loop=255 module /initrd.img-2.6.16.29-xen Hope that works ;) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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-xenIf /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@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, just solved the problem, I use ro console =tty0 rather than max_loop=255, and now it boots successfully Thanks On Mon, Aug 18, 2008 at 2:58 AM, Sadique Puthen <sputhenp@redhat.com> wrote:> 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@lists.xensource.com >> http://lists.xensource.com/xen-users >> > >-- Fangfei Zhou ---------------------------------------------------- I have a dream, fly to the sky _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users