Ik heb mijn nieuwe kernel uitgepakt, geconfigureerd en gecompileerd, maar als ik hem nu wil opstarten zie ik dat er geen optie bijgekomen is in het boor menu.
Zo ziet mijn Lilo.conf eruit:
boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi acpi=off quiet"
vga=788
read-only
image=/boot/new_kernel
label="linux_new"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=mount hdc=ide acpi=off quiet"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi acpi=off"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=nomount hdc=ide-scsi acpi=off failsafe"
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
other=/dev/fd0
label="floppy"
unsafe
Ik heb mijn bzImage bestand hernoemt naar new_kernel
Komt het soms door deze regel: initrd=/boot/initrd.img???
Zo ziet mijn Lilo.conf eruit:
boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi acpi=off quiet"
vga=788
read-only
image=/boot/new_kernel
label="linux_new"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=mount hdc=ide acpi=off quiet"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi acpi=off"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=nomount hdc=ide-scsi acpi=off failsafe"
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
other=/dev/fd0
label="floppy"
unsafe
Ik heb mijn bzImage bestand hernoemt naar new_kernel
Komt het soms door deze regel: initrd=/boot/initrd.img???