| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] having trouble booting Xen-3.1 on X86_64 Fedora Core	8 install
 
To: gthaker@xxxxxxxxxxxFrom: tmac <tmacmd@xxxxxxxxx>Date: Tue, 15 Jan 2008 09:30:46 -0500Cc: xen-users@xxxxxxxxxxxxxxxxxxx, gthaker@xxxxxxxxxxxxDelivery-date: Tue, 15 Jan 2008 06:31:38 -0800Domainkey-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=GACXPuKS+rlvpNby5iA6aq6gfWvC2UaCETXQdm4r4qT4XVtTxr6lBMAXswYq/EPkj6KVQEHr0DM2hzOiMThTR/HsRezvRYt7QZzngppFRmscTtcWIxujC2C6lI76nsBP3Qc5h+f3YrUSzeDbDfMxVMYs4TRMl7cU2AsIyrefxow=List-id: Xen user discussion <xen-users.lists.xensource.com> You are missing the initrd module line in your XEN stanza...
 
 
 
 On Jan 15, 2008 9:04 AM,  <gthaker@xxxxxxxxxxx > wrote: 
Hi:
 Any hints/pointers welcome. I am very new to Xen, I have a AMD  "AMD Athlon(tm) 64 X2 Dual Core Processor 4000+" based system on which I am running X86_64 Fedora Core 8. I have  installed Xen-3.1 on it, but I can't get  Xen to boot.  It seems unable to find the root volume, the kernel panics and reboots immediately so I can't capture or write down anything and I can't seem to find a log anywhere in /var/log that would capture the failed boot sequence.  I have a SATA drive.
 
 My grub.conf file is:
 
 
 default=0
 timeout=5
 splashimage=(hd0,2)/boot/grub/splash.xpm.gz
 hiddenmenu
 title Xen 3.1 / XenLinux 2.6
 kernel /boot/xen-3.1.gz console=vga
 module /boot/vmlinuz-
2.6-xen root=LABEL=/1 ro console=tty0     # have also tried root=/dev/sda3, no luck.
 title Fedora (2.6.23.9-85.fc8)
 root (hd0,2)
 kernel /boot/vmlinuz-2.6.23.9-85.fc8 ro root=LABEL=/1 rhgb quiet
 initrd /boot/initrd-2.6.23.9-85.fc8.img
 title Fedora (2.6.23.1-42.fc8)
 root (hd0,2)
 kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/1 rhgb quiet
 initrd /boot/initrd-2.6.23.1-42.fc8.img
 title Other
 rootnoverify (hd0,1)
 chainloader +1
 
 [root@zadapi1L log]# df -h
 Filesystem            Size  Used Avail Use% Mounted on
 /dev/sda3              20G  3.0G   17G  16% /
 /dev/sda5              95G  211M   90G   1% /home
 tmpfs                 470M   24K  470M   1% /dev/shm
 
 Again, any hints or pointers to document sections of grub or Xen welcomed.
 
 Gautam
 
 
 
 _______________________________________________
 Xen-users mailing list
 Xen-users@xxxxxxxxxxxxxxxxxxx
 http://lists.xensource.com/xen-users
 
 
 --
 --tmac
 
 RedHat Certified Engineer #804006984323821 (RHEL4)
 RedHat Certified Engineer #805007643429572 (RHEL5)
 
 Principal Consultant, RABA Technologies
 240-373-3926 (office) 301-688-4705 (Lab)
 214-279-3926 (eFAX)
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |