Feeling fancy with my new installation of Slackware 14.0, I switched to the generic kernel creating an initrd in the process and it worked. Then I created a custom kernel (following directions at
http://tinyurl.com/ygyot6j ) and everything also worked. I'm curious however why the custom kernel [label= shuttle ] works without an initrd. See my lilo lines below. These lines give me a choice upon start-up: either generic or custom [label=shuttle] and both now work. Why don't I need an initrd in the second choice below?
Quote:
image = /boot/vmlinuz-generic-smp-3.2.29-smp
initrd = /boot/initrd.gz
root = /dev/sda2
label = generic
read-only
# Linux bootable partition config ends
image = /boot/vmlinuz
root = /dev/sda2
label= shuttle
read-only
|