Grub2-커뮤니티 우분투 문서 는 다음과 같이 말합니다.
DEFAULT = saved가 / etc / default / grub에 설정된 경우 sudo grub-set-default를 실행하여 OS를 저장할 수 있습니다. GRUB_SAVEDEFAULT = true가 / etc / default / grub에 설정된 경우에도 저장 될 수 있습니다. 이 경우 GRUB 2 메뉴에서 새 OS를 수동으로 선택하거나 grub-set-default 명령을 실행할 때까지 기본 OS가 유지됩니다.
나는 선을 넣어 DEFAULT=saved
AND GRUB_SAVEDEFAULT=true
에서 /etc/default/grub
, 그리고 달렸다 sudo grub-set-default
. 출력은 다음과 같습니다.
$ 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>.
설명서를 올바르게 따르지 않습니까? 이 작업을 수행하는 올바른 방법은 무엇입니까?
sudo update-grub
"를 실행하는 것이 가장 좋습니다 .