<div dir="ltr">Hi All,<br><br><font size="2">I am trying to build and compile a new kernel.
Currently, I have linux-2.6.25.11-97.fc9.i686 installed on my machine,
which I use to build and compile the new kernel for linux-2.6.19.2. I
follow the standard procedure for building and compiling the kernel,
but still I am unable to boot my machine from the new kernel. I get the
following errors when I try to boot the machine from the new kernel:-<br>
<br>
Uncompressing Linux... OK,  booting the kernel<br>
ACPI: Getting cpuindex for acpiid 0x2<br>
ACPI: Getting cpuindex for acpiid 0x3<br>
Red Hat nash version 6.0.52 starting<br>
irq20: nobody cared (try booting with the "irqpoll" option)<br>
handlers:<br>
[<c127ae0f>] (usb-hcd-irq+0x0/0x56)<br>
[<c127ae0f>] (usb-hcd-irq+0x0/0x56)<br>
Disabling IRQ #20<br>
stabilized: open /proc/scsi/scsi : no such file or directory<br>
mount: could not find filesystem '/dev/root'<br>
setuproot: moving /dev failed: no such file or directory<br>
setuproot: error mounting /proc: no such file or directory<br>
setuproot: error mounting /sys: no such file or directory<br>
mount failed for selinux on /selinux: no such file or directory<br>
switch root: mount failed: no such file or directory<br>
<br>
-----------------------------------------------------------------------------------<br>
<br>
I am copying and pasting grub.conf, fstab and mtab for your reference.<br>
<br>
grub.conf looks like:-<br>
# grub.conf generated by anaconda<br>
#<br>
# Note that you do not have to rerun grub after making changes to this file<br>
# NOTICE:  You do not have a /boot partition.  This means that<br>
#          all kernel and initrd paths are relative to /, eg.<br>
#          root (hd0,4)<br>
#          kernel /boot/vmlinuz-version ro root=/dev/sda5<br>
#          initrd /boot/initrd-version.img<br>
#boot=/dev/sda<br>
       <br>
default=1<br>
timeout=5<br>
splashimage=(hd0,4)/boot/grub/splash.xpm.gz<br>
hiddenmenu<br>
title Fedora (<a href="http://2.6.19.2">2.6.19.2</a>)<br>
        root (hd0,4)<br>
        kernel /boot/vmlinuz-2.6.19.2 ro root=</font><font size="2">UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd</font><font size="2"> rhgb quiet<br>
        initrd /boot/initrd-2.6.19.2.img<br>
title Fedora (2.6.25.11-97.fc9.i686)<br>
        root (hd0,4)<br>
        kernel /boot/vmlinuz-2.6.25.11-97.fc9.i686 ro root=UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd rhgb quiet<br>
        initrd /boot/initrd-2.6.25.11-97.fc9.i686.img<br>
title Fedora (2.6.25.6-55.fc9.i686)<br>
        root (hd0,4)<br>
        kernel /boot/vmlinuz-2.6.25.6-55.fc9.i686 ro root=UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd rhgb quiet<br>
        initrd /boot/initrd-2.6.25.6-55.fc9.i686.img<br>
title Other<br>
        rootnoverify (hd0,1)<br>
        chainloader +1<br>
grub.conf (END)<br>
<br>
----------------------------------------------------------------------------------------------------------------------<br>
<br>
fstab looks like:-<br>
<br>
UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd /                       ext3    defaults        1 1<br>
#/dev/sda5               /                       ext3    defaults        1 1<br>
tmpfs                   /dev/shm                tmpfs   defaults        0 0<br>
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0<br>
sysfs                   /sys                    sysfs   defaults        0 0<br>
proc                    /proc                   proc    defaults        0 0<br>
UUID=4e05aff6-f50e-4e5e-a1a1-b4d1ddf9ea7f swap                    swap    defaults        0 0<br>
fstab (END)<br>
<br>
-----------------------------------------------------------------------------------------------------------------------<br>
<br>
mtab looks like:-<br>
/dev/sda5 / ext3 rw 0 0<br>
proc /proc proc rw 0 0<br>
sysfs /sys sysfs rw 0 0<br>
devpts /dev/pts devpts rw,gid=5,mode=620 0 0<br>
tmpfs /dev/shm tmpfs rw 0 0<br>
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0<br>
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0<br>
fusectl /sys/fs/fuse/connections fusectl rw 0 0<br>
gvfs-fuse-daemon /home/vishwas/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=vishwas 0 0<br>
mtab (END)<br>
<br>
--------------------------------------------------------------------------------------------------------------------------<br>
<br>
I went through a lot of online blogs that list the same errors as mine
and tried the remedies posted there. But so far nothing seemed to have
worked for me. I did make initrd image of my own, but it didn't work
either. I have rebooted grub may be 1000 times by now. By the way I did
try to boot the system from irqpoll option but it was all in vain. I
got the same errors as before. Any help is much appreciated.<br>
<br>
Please, let me know if .config file would be of any help.<br>
<br>
Thanks in advance........</font><br></div>