Grub2 - เอกสารชุมชนของ Ubuntuบอกว่า:
การบันทึกระบบปฏิบัติการสามารถทำได้โดยการเรียกใช้ sudo grub-set-default หาก DEFAULT = บันทึกถูกตั้งค่าใน / etc / default / grub มันอาจถูกบันทึกหาก GRUB_SAVEDEFAULT = true ถูกตั้งค่าใน / etc / default / grub ด้วย ในกรณีนี้ระบบปฏิบัติการเริ่มต้นจะยังคงอยู่จนกว่าจะมีการเลือกระบบปฏิบัติการใหม่จากเมนู GRUB 2 หรือรันคำสั่ง grub-set-default
ฉันใส่เส้นDEFAULT=saved
และ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
" เสมอ