| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] Xen boot failed while mount root FS.
 
To: "Adam Nielsen" <adam.nielsen@xxxxxxxxx>From: "Anand Gupta" <xen.mails@xxxxxxxxx>Date: Mon, 5 Jun 2006 11:34:43 +0530Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Sun, 04 Jun 2006 23:05:28 -0700Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;	b=iITKklULizez3FCnAorIAz2BbwEU002C7HTqOTF3rQopALMFDli78PK8KU04/PU0ZvrjgsKp0sRgTELbKVf3TjVx8cB1fBjLjcCmJp3heI+6GhvVPZhzxsVZ0Eif2JpYkhuIeOCv0SPqKlxchrkcdecN0MSpK5Q75jJBYgGxWgs=List-id: Xen user discussion <xen-users.lists.xensource.com> I have the same sata hard drive for which i had to create initrd images. The reason why your second entry is not working is probably because of your sata drivers.
 
 Just run the mkinitrd to create a new initrd. I compiled my sata drivers statically in the kernel and then used --built-in=ata_piix with mkinitrd to specify that its already built in the kernel.
 
 The above helped me boot up the xen kernel, try it out and see if it works for you.
 
 
 On 6/5/06, Adam Nielsen <
adam.nielsen@xxxxxxxxx> wrote:> I have had the same problem earlier. Just add the root=/dev/sda2 in
> your grub entry for xen kernel. This will help in booting up the
 > machine.
 
 Sorry, I'm not sure what you mean - this is my grub config - the first
 one works, the second one doesn't:
 
 title Linux-2.6.11-skas
 root (hd0,1)  # /dev/sda2
 kernel /boot/bzImage-2.6.11-skas root=/dev/sda2
 
 title Xen 3.0 / XenLinux 2.6 (root=/dev/sda2)
 root (hd0,1)  # /dev/sda2
 kernel /boot/xen-3.0.gz
 dom0_mem=524288
 module /boot/vmlinuz-2.6-xen0 root=/dev/sda2 ro console=tty0
 
 Cheers,
 Adam.
 
 
 
 --
 regards,
 
 Anand Gupta
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |