Am Mi, den 16.06.2004 schrieb [EMAIL PROTECTED] 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 # -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

