[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian] lilo mit multiboot



smicha@web.de schrieb am 09.08.2001 um 12:16 folgendes:

> hda1	32MB	/boot "fuer potato"
> hda2	32MB	/boot "fuer woody"
> hda5   10GB	/     "fuer potato"
> hda7	10GB	/     "fuer woody"
> 
> Es sollte fuer jede Distri. ein eigenstaendiger lilo gestartet werden, 
> dammit man bei Kernelaenderungen nicht wieder lilo auf allen System 
> aufrufen muss.

Hi Micha,

den GRUB braucht man nach einem Kernelupdate nicht aufrufen. 
Man kann den LILO-Aufruf also nicht mehr vergessen!

> Oder kann ich mein Problem mit GRUB loesen?

Ja, vielleicht eleganter als mit LILO.

Deine persönliche menu.lst könnte so aussehen:
---------------------------------------------------------
#
# Zeit vor dem booten
timeout 30
#
# Default-Bootsystem; das erste beginnt mit 0
default 0
#
# Menuefarben
color white/blue red/blue
#
# Passwort fuer lock
password geheim

# hier ist Default 0
title GNU/Debian Potato
root (hd0,4)
kernel /vmlinuz root=/dev/hda5

# hier ist Default 1 usw.
title GNU/Debian Potato lk-old
lock
root (hd0,4)
kernel /vmlinuz.old root=/dev/hda5

title GNU/Debian Woody
root (hd0,6)
kernel /vmlinuz root=/dev/hda7

title GNU/Debian Woody lk-old
lock
root (hd0,6)
kernel /vmlinuz.old root=/dev/hda7
--------------------------------------------------------------------

Die Eintäge mit den Kerneln habe ich wegen make-kpkg gemacht.

Gruss Uwe


Reply to: