#!/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
{ 0 komentar... read them below or add one }
Post a Comment
Come on share your comment, but please do not spam