I'm pretty sure that I have made all the changes that you suggest but I still get "zip"!
The only thing that I just noticed in one of your previous posts is
Quote:
with the appropriate changes for root= and such of course (note the changes in paths to vmlinuz and initrd from /boot/... to /Knoppix/boot/...).
|
this I don't understand.
The lilo.conf looks like this
boot=/dev/hda
map=/boot/map
vga=normal
default="XP"
keytable=/boot/uk.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="Mandrake"
root=/dev/hda3
initrd=/boot/initrd.img
append="quiet noapic devfs=mount hdc=ide-scsi acpi=off"
vga=788
read-only
image=/Knoppix/boot/vmlinuz-2.4.22-xfs
label="Knoppix"
root=/dev/hda4
initrd=/Knoppix/boot/initrd.gz
append="hdc=ide-scsi acpi=off"
vga=normal
read-write
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda3
initrd=/boot/initrd.img
append="noapic devfs=mount hdc=ide-scsi acpi=off"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda3
initrd=/boot/initrd.img
append="failsafe noapic devfs=nomount hdc=ide-scsi acpi=off"
read-only
other=/dev/hda1
label="XP"
table=/dev/hda
other=/dev/fd0
label="floppy"
unsafe
and when I try and run "lilo -v" the output looks like this
[root@localhost john]# lilo -v
LILO version 22.4.1, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2002 John Coffman
Released 27-Jan-2003 and compiled at 11:11:26 on Feb 5 2003.
Reading boot sector from /dev/hda
Using GRAPHIC secondary loader
Calling map_insert_data
Mapping message file /boot/message -> message-graphic
Calling map_insert_file
Boot image: /boot/vmlinuz -> vmlinuz-2.4.21-0.13mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.4.21-0.13mdk.img
Added Mandrake
Boot image: /Knoppix/boot/vmlinuz-2.4.22-xfs
Mapping RAM disk /Knoppix/boot/initrd.gz
Added Knoppix
Boot image: /boot/vmlinuz -> vmlinuz-2.4.21-0.13mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.4.21-0.13mdk.img
Added linux-nonfb
Boot image: /boot/vmlinuz -> vmlinuz-2.4.21-0.13mdk
Mapping RAM disk /boot/initrd.img -> initrd-2.4.21-0.13mdk.img
Added failsafe
Boot other: /dev/hda1, on /dev/hda, loader CHAIN
Added XP *
Boot other: /dev/fd0, loader CHAIN
Pseudo partition start: 0
Added floppy
/boot/boot.0300 exists - no backup copy made.
Writing boot sector.
[root@localhost john]#
From that, can you see if I am doing/have done, something wrong ?
Sorry to keep asking for the extended help - I'm sure you must be thinking "read the f*****g howto" - I have, but I don't have the "prior knowledge" that even the documentation project seem to expect, and I just don't understand it (though on the other hand, I might just be really thick
!).
Many thanks so far
regards
John