I'm having trouble with the 'mkbootdisk' command. I just finished
rebuilding my kernel and I want to make a bootdisk. This is what I
have:
In /lib/modules I have references to the old and new kernels:
2.0.34
2.0.34-old
In /boot I have the kernels themselves:
vmlinuz-2.0.34-0.6-new-dec98
vmlinuz-2.0.34-0.6-old
In /etc I have the lilo config file:
lilo.conf ...........some pertinent lines:
image=/boot/vmlinuz-2.0.34-0.6-new-dec98
image=/boot/vmlinuz-2.0.34-0.6-old
root=/dev/hdb2
So what is the barebones command? mkbootdisk < ? >
When ? = vmlinuz-2.0.34-0.6-new-dec98 it doesn't work. I've tried other
possibilities to no avail. I'm using bootpart with NT on hda1.
Green