ich boote meine maschinen (windows+linux) jede nacht neu... es wird automatisch debian gestartet, ein cron-script installiert windows neu (via partimage) und der rechner fährt herunter, um morgens wieder mit einer frischen windows-installation benutzt zu werden.
funktioniert seit jahren perfekt... bis heute. ich hab mal spasseshalber das debian aktualisiert (debian-sid/unstable). jetzt sagt 'grub-reboot 3' nur noch
Code: Alles auswählen
root@kira:~# grub-reboot 3
Probing devices to guess BIOS drives. This may take a long time.
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> savedefault --once --default=3
Error 27: Unrecognized command
grub> quit
Do you want to reboot now? [y/N] y
hab ich was verpasst, gibts irgendwelche änderungen bei grub die ich wissen müsste?
ps: den befehl 'grub-reboot' hab ich auch heut erst entdeckt bisher hab ich das mit
echo "savedefault --once --default=3" | grub --batch --device-map=/boot/grub/device.map ; reboot
selbst gemacht... was augenscheinlich dasselbe war