[Click] Unable to Install and run Click

Vishwas Dubey dubey.vishwas at gmail.com
Sat Aug 9 04:45:31 EDT 2008


Hi,

I get the following error when I try to boot my machine from 2.6.19.2 kernel
that is patched with the Click patch. Also, just to eliminate other errors
that I got in addition to the the ones posted below, I have omitted
scsi-modules while creating initrd-2.6.19.2.img and also I use irqpoll
option besides acpi=off to boot my machine (This I found from the fedora
list that lists almost the same errors as mine). I created initrd image of
my own as the one that is generated by make install command did not work in
getting the kernel up and running.

*Error while booting from 2.6.19.2 kernel patched with Click patch:-*

Uncompressing Linux... OK,booting the kernel
Red Hat nash version 6.0.52 starting
stabilized: open proc/scsi/scsi : No such file or directory
mount: could not find filesystem '/dev/root'
setuproot: moving /dev failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Mount failed for selinuxfs on /selinux: No such file or directory
switchroot: mount failed: No such file or directory

*Output for the mount command:-*

/dev/sda5 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
gvfs-fuse-daemon on /home/vishwas/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=vishwas)

*fstab:-*

#UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd /                       ext3
defaults        1 1
/dev/sda5               /                       ext3    defaults        1 1
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
UUID=4e05aff6-f50e-4e5e-a1a1-b4d1ddf9ea7f swap                    swap
defaults        0 0


*grub.conf:-*

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,4)
#          kernel /boot/vmlinuz-version ro root=/dev/sda5
#          initrd /boot/initrd-version.img
#boot=/dev/sda

default=1
timeout=5
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.19.2)
    root (hd0,4)
    #kernel /boot/vmlinuz-2.6.19.2 ro
root=UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd rhgb quiet acpi=off irqpoll
    kernel /boot/vmlinuz-2.6.19.2 ro root=/dev/sda5 rhgb quiet acpi=off
irqpoll
    initrd /boot/initrd-2.6.19.2.img
title Fedora (2.6.25.11-97.fc9.i686)
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.25.11-97.fc9.i686 ro
root=UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd rhgb quiet
    initrd /boot/initrd-2.6.25.11-97.fc9.i686.img
title Fedora (2.6.25.6-55.fc9.i686)
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.25.6-55.fc9.i686 ro
root=UUID=3ee35a1d-e3d8-443a-a6cd-810b182c46dd rhgb quiet
    initrd /boot/initrd-2.6.25.6-55.fc9.i686.img
title Other
    rootnoverify (hd0,1)
    chainloader +1
---------------------------------------------------------------------------------------------------------------------------------------------------

Thanks,
Vishwas.


More information about the click mailing list