| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] Won't boot to Xen, GRUB Problem
 
To: xeninfo@xxxxxxxxxFrom: Sharath Babu <sharathx@xxxxxxxxx>Date: Tue, 13 Sep 2005 15:55:16 +0530Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Tue, 13 Sep 2005 10:23:07 +0000Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;	h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references;	b=ItutnvBClRUNT+yXLYa/quO7ulkalpv/l0EOCprJ9LMHIpm25zVLMDd+7rhOJCmVkPqvbBOosFjJv25XzIQQ77xlmhgDvqdJ2KX5+mT88XN8xwa03JHknG+wFOirZXXx6cwklbk3XUYyMMgSHs5Aua9fYVg3HGSBfo98K76RsOs=List-id: Xen user discussion <xen-users.lists.xensource.com> Hi,
 Could you try following and check
 
 title Xen 2.0 / XenLinux 2.6
 kernel (hd0,0)/xen-2.0.gz dom0_mem=131072
 module (hd0,0)/vmlinuz-2.6-xen0 root=/dev/hda3 ro console=tty0
 
 Regards,
 Sharath
 
 
 
 
 
 On 9/13/05, G. Felter <xeninfo@xxxxxxxxx> wrote:
I am installing Xen on a remote server.  I left the other kernels
on the grub.conf and made xen the default to boot from.  The box
didn't boot into Xen on reboot but I'm not sure why.  Here is my
Xen config file:
 # grub.conf generated by anaconda
 #
 # Note that you do not have to rerun grub after making changes to this file
 # NOTICE:  You have a /boot partition.  This means that
 #          all kernel and initrd paths are relative to /boot/, eg.
 #          root (hd0,0)
 #          kernel /vmlinuz-version ro root=/dev/hda3
 #          initrd /initrd-version.img
 #boot=/dev/hda
 default=2
 timeout=5
 splashimage=(hd0,0)/grub/splash.xpm.gz
 hiddenmenu
 title CentOS (2.6.9-11.EL)
 root (hd0,0)
 kernel /vmlinuz-2.6.9-11.EL ro root=LABEL=/1
 initrd /initrd-2.6.9-11.EL.img
 title CentOS 4.0 (2.6.9-5.0.3.EL)
 root (hd0,0)
 kernel /vmlinuz-2.6.9-5.0.3.EL ro root=LABEL=/1
 initrd /initrd-2.6.9-5.0.3.EL.img
 #
 title Xen 2.0 / XenLinux 2.6
 kernel /xen-2.0.gz dom0_mem=131072
 module /vmlinuz-2.6-xen0 root=/dev/hda3 ro console=tty0
 
 Here is the contents of /boot
 
 config-2.6.12-xen0    
initrd-2.6.9-11.EL.img    
System.map-2.6.12-xen0    
vmlinux-syms-2.6.12-xenU  vmlinuz-2.6-xen0    xen.gz
 config-2.6.12-xenU    
initrd-2.6.9-5.0.3.EL.img 
System.map-2.6.12-xenU    
vmlinuz-2.6.12-xen0      
vmlinuz-2.6-xenU    xen-syms-2.0-testing
 config-2.6.9-11.EL    
lost+found                
System.map-2.6.9-11.EL    
vmlinuz-2.6.12-xenU       xen-2.0.gz
 config-2.6.9-5.0.3.EL 
message                   
System.map-2.6.9-5.0.3.EL 
vmlinuz-2.6.9-11.EL      
xen-2.0-testing.gz
 grub                  
message.ja                
vmlinux-syms-2.6.12-xen0  
vmlinuz-2.6.9-5.0.3.EL    xen-2.gz
 
 
 This is a CentOS 4.1 box.  What did I do wrong?
 Thank you.
 
 _______________________________________________
 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 
 |