Hi Leute!!
Ich möchte gern Windoof als Standardbootsystem einrichten. Dazu habe ich lilo.conf geöffnet.
Die sieht folgendermaßen aus:
boote=/dev/hda
mpa=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=dos /*Vorher stand hier Linux, ich hab das als Standardbootsystem interpretiert*/
image=/boot/vmlinuz-2.2.16-22
label=linux
initrd=/boot/initrd-2.2.16.22.img
read-only
root=/dev/hdb5
other=/dev/hda1
label=dos
Trotz der Änderung hat sich nichts getan. Sieht so aus als ob LILO nicht identisch mit
LILOconf ist. Hat wer eine Lösung parat???
Thx
Littlehelper
Linux 15.068 Themen, 107.492 Beiträge
Die Reihenfolge stimmt nicht so recht bei Dir; anbei ein Beispiel, mit dem Windows zuerst gebootet wird:
# End LILO global Section
#
other = /dev/hda2
label = Windoof
table = /dev/hda
#
image = /boot/vmlinuz
root = /dev/hdb1
label = Linux
initrd = /boot/initrd
#
image = /boot/memtest.bin
label = memtest86
optional
Das Problem hat sich mitlerweile erledigt, linuxconf war defekt und hat LILO nicht aktualisiert.
Trotzdem danke für die Antwort
