| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] when boot xen, got grub error 20
 
To: "Sadique Puthen" <sputhenp@xxxxxxxxxx>From: "you_bear zhou" <youbear.zhou@xxxxxxxxx>Date: Mon, 18 Aug 2008 08:49:46 -0400Cc: Xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Mon, 18 Aug 2008 05:50:27 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;	h=message-id:date:from:to:subject:cc:in-reply-to:mime-version	:content-type:references;	b=w2WDWoR5A0W9eR4iYEuFgRbHLVKE1rJU+JmDL7kfzWVm+rcmX9kfyj1c5Nk06CweZk	c8+XE9/Xn6Vco/cSf81A/1Aip2NGtbHR41RX4x/Kf0rfk3TgGzAmOa4b02VX0Y2lKX07	AejTLluyS+xgCo5gdCh9qG+J6zMcqKFXeb0zM=List-id: Xen user discussion <xen-users.lists.xensource.com> 
 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@xxxxxxxxxx>  wrote:
 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.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
 
 --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
 
 
--  Fangfei Zhou ---------------------------------------------------- I have a dream, fly to the sky
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |