Einmal automatisch gewünschten Grub-Eintrag starten.

#!/bin/sh

/sbin/grub --no-floppy --batch </dev/null 2>/dev/null
root (hd0,1)
savedefault --once --default=7
quit
EOT

Die Nummer hinter --default= ist die Nummer des Eintrags im Grub-Menü, von oben gezählt, beginnend mit 0. Die Root-Partition müsst ihr natürlich anpassen. Guckt einfach in eurer /boot/grub/menu.lst nach. Dort muss außerdem default auf 0 stehen, damit es funktioniert:
default 0

No comments:

Post a Comment

I appreciate comments. Feel free to write anything you wish. Selected comments and questions will be published.