Quote:
Originally Posted by champagnemojo
They both loaded for me...but you can't use insmod with the 2.6 kernel...I was prepared to try installing module-init-tools with a hd-install, but you can't install it either...the installer is missing a file called knx-templates.0.39.tgz. But it's still cool to try out the new kernel and all. :D
I noticed that as well if you have a net connections setup then you need to:
At first I could not figure out how you get it to boot 2.6 from a HD install though I just kept getting a kernel panic no init found no matter what init= I passed so I had to boot with the CD and edit lilo to show a prompt to boot the old kernel. Then I changed to the /boot directory and ran
mkinitrd -o linux-2.6.1.gz to make a new initrd then changed the initrd= line in the /etc/lilo.conf to
initrd=/boot/linux-2.6.1.gz and ran /sbin/lilo -v to write lilo and rebooted and Voila! kernel 2.6 on a HD install.
Edit: And I had to add:
Code:
## Needed for kernel 2.6
none /sys sysfs defaults 0 0
To the /etc/fstab as well to get the /sys mount needed for kernel 2.6 the directory /sys already existed so I did no have to create it.