Gallienus
01-23-2006, 02:11 AM
Recently I insalled slackware 10.2 using the 2.6.13 kernel on a spare hard drive, sdb. The install went flawlessly and everything was running fine. After I installed all the appropriate packages for the 2.6.13 kernel I made an initrd.gz file using the following command while in the /boot directory:
mkinitrd -c -k 2.6.13 -m jbd:ext3 -f ext3 -r /dev/sdb1
I added the initrd.gz file to lilo.conf and updated lilo. When I rebooted the computer I got the following messeage during the boot sequence.
Ramdisk: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem)
/boot/initrd.gz: Loading kernel modules from initrd image:
using /lib/modules/2.6.13/jbd.ko
using /lib/modules/2.6.13/ext3.ko
mount: Mounting /dev/sdb1 on /mnt failed no such device
ERROR: Mount returned error code 1
trouble ahed
mount: mounting /dev/sdb1 on /mnt failed: invalid argument
mount: mounting /dev/sdb1 on /mnt failed: invalid argument
/boot/initrd.gz exiting
pivot_root: pivot_root: Device or resource busy
After that the boot process halts but the computer doesn't freeze I just have a
# prompt. I googled but nothing seems to apply. TIA for any advice or recommendations.
mkinitrd -c -k 2.6.13 -m jbd:ext3 -f ext3 -r /dev/sdb1
I added the initrd.gz file to lilo.conf and updated lilo. When I rebooted the computer I got the following messeage during the boot sequence.
Ramdisk: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem)
/boot/initrd.gz: Loading kernel modules from initrd image:
using /lib/modules/2.6.13/jbd.ko
using /lib/modules/2.6.13/ext3.ko
mount: Mounting /dev/sdb1 on /mnt failed no such device
ERROR: Mount returned error code 1
trouble ahed
mount: mounting /dev/sdb1 on /mnt failed: invalid argument
mount: mounting /dev/sdb1 on /mnt failed: invalid argument
/boot/initrd.gz exiting
pivot_root: pivot_root: Device or resource busy
After that the boot process halts but the computer doesn't freeze I just have a
# prompt. I googled but nothing seems to apply. TIA for any advice or recommendations.