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

Re: Debian und Problem mit dem Bootloader



Am Mi, den 16.06.2004 schrieb fishy3l@gmx.de um 9:19:
> 1. Default-OS, in das gebootet werden soll frei wählbar
> 2. Boot nach definierbarer Zeit (n Sekunden) in das Default-OS (gerne 1
> Sekunde)
> 
> Kann grub das?

Hier hast Du mal einige der kommentierten Zeilen meiner
/boot/grub/menu.lst - die sieht bei Dir wahrscheinlich ähnlich aus, wenn
Sarge grub automatisch installiert hat. Die Kommentare sprechen für sich
und wie im Kopf angedeutet, ist grub auch sehr gut auskommentiert. Wie
immer noch der Hinweis zu grub: hda1 ist (hd0,0) - der Rest erklärt sich
von selbst:

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from
0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default
entry
# is the entry saved with the command 'savedefault'.           
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the
default entry
# (normally the first entry defined).
timeout		5

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#



Reply to: