WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] booting erro on FC3

I'm a newbie.  :)
I followed the steps written by Jerone Young:
http://sourceforge.net/mailarchive/message.php?msg_id=10562241
 
but i found an error at the 17th step:
     17. mkinitrd /boot/initrd-2.6.10-xen0.img 2.6.10-xen0
it said:"No module ata_piix found for kernel 2.6.10-xen0, aborting."
 
so I commented the line of "module /boot/initrd-2.6.10-xen0.img" in the grub.conf.
My grub.conf is like this:
-------------------------------------------------------------
title Xen 2.0.3
        root (hd0,0)
        kernel /xen.gz dom0_mem=131072 console=vga noreboot
        module /vmlinuz-2.6.10-xen0 root=/dev/hda1 ro console=tty0
 
i selected the Xen item when booting, but it told me an error:
----
kjournald starting. Commit interval 5 seconds
Warning:unable to open an initial console.
kernel panic - not syncing:No init found.Try passing init= option to kernel.
<0> Rebooting in 1 seconds..
 
So i download a img file(initrd-fc3.img) as the follow web provided:
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/faq.html#a5.2
and add a line to the grub.conf:
-------------------------------------------------------------
title Xen 2.0.3
        root (hd0,0)
        kernel /xen.gz dom0_mem=131072 console=vga noreboot
        module /vmlinuz-2.6.10-xen0 root=/dev/hda1 ro console=tty0
        module /initrd-fc3.img
when booting, it told me an error like this:
----
kjournald starting.Commit interval 5 seconds
mount:error 2 mounting none
Switching to new root
WARNING: can't access (null)
exec of init ((null)) failed !!!:14
umount /initrd/dev failed:2
kernel panic - not syncing:Attempted to kill init!
<0> Rebooting in 1 seconds..
 
what should I do?
<Prev in Thread] Current Thread [Next in Thread>