Grub2 - Community Ubuntu Documentation sagt Folgendes:
Das Speichern eines Betriebssystems kann durch Ausführen von sudo grub-set-default erreicht werden, wenn DEFAULT = saved in / etc / default / grub festgelegt ist. Es kann auch gespeichert werden, wenn GRUB_SAVEDEFAULT = true ebenfalls in / etc / default / grub festgelegt ist. In diesem Fall bleibt das Standard-Betriebssystem so lange bestehen, bis ein neues Betriebssystem manuell aus dem GRUB 2-Menü ausgewählt oder der Befehl grub-set-default ausgeführt wird.
Ich habe die Linien DEFAULT=saved
und GRUB_SAVEDEFAULT=true
in /etc/default/grub
und lief sudo grub-set-default
. Hier ist die Ausgabe:
$ sudo grub-set-default
entry not specified.
Usage: grub-set-default [OPTION] entry
Set the default boot entry for GRUB.
-h, --help print this message and exit
-v, --version print the version information and exit
--boot-directory=DIR expect GRUB images under the directory DIR/grub
instead of the /boot/grub directory
ENTRY is a number or a menu item title.
Report bugs to <bug-grub@gnu.org>.
Folge ich der Dokumentation nicht richtig? Was ist der richtige Weg, um dies zu tun?
sudo update-grub
" aus.