You are not logged in.
I guess I'ma ewbie, so I'm posting here. If this thred fits better in some other forums, just move it. ![]()
I have used a custom kernel a long time, and would like to use the kernel26 package instead with modules and such. I tried to install using pacman, and added the following in lilo.conf:
image=/boot/vmlinuz26
label=kernel26
root=/dev/hda3
append="devfs=nomount"
read-onlyI simply copied this from some other kernel I had in lilo.conf. When I tried to start using the kernel26 kernel, it panicked complaining that I needed a "root=..." option or something like that. I checked the wiki but did not find much info about configuring an arch kernel in lilo.conf.
Is there anyone here that might help me setting up the new kernel? ![]()
Offline
The kernel26 package uses initrd. You'll need to add an initrd line to your lilo.conf: http://wiki.archlinux.org/index.php/Initrd
Offline
Thanks. Needed an "mkinitrd auto" to generate the image.
Offline