ฉันกำลังลอง distros ต่าง ๆ ดังนั้นเมื่อฉันบูตเครื่องแล็ปท็อปของฉันฉันมีระบบปฏิบัติการหลายตัวให้เลือก โดยปกติแล้ว distros เหล่านั้นจะติดตั้งgrub2
และค้นหาตนเองที่ด้านบนสุดของรายการดังนั้นจึงเป็นค่าเริ่มต้นที่จะบู๊ตหลังจากการติดตั้งเสร็จสิ้น
แต่มันจาโรทำสิ่งที่แตกต่าง มันติดตั้งเวอร์ชั่นบางส่วนgrub2
ที่จะจำ distro ที่ฉันบูทครั้งสุดท้ายและทำการบูทนั้น (เมื่อรีสตาร์ท) จนกว่าฉันจะเลือกอันอื่น (และจากนั้นมันจะบู๊ตอันนั้นเป็นต้น)
ฉันจินตนาการเรื่องนี้ไหม มันจาโร่ทำเช่นนั้นจริงหรือ? ถ้าเป็นเช่นนั้นวิธีการที่ฉันสามารถติดตั้งรุ่นที่ของgrub
กับระบบของฉันได้อย่างไร ไชโย
นี่คือ/etc/grub.d/40_custom
ไฟล์ของฉัน:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
และนี่คือ/etc/default/grub
ไฟล์ของฉัน:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/etc/default/grub
และฉันเปลี่ยนบรรทัดGRUB_DEFAULT=0
เป็นGRUB_DEFAULT=saved
และเพิ่มบรรทัดGRUB_SAVEDEFAULT=true
ที่ไม่ได้อยู่ที่นั่น sudo update-grub
แล้วฉัน รีบูทแล้วเลือก distro เพื่อบู๊ตซึ่งแตกต่างจาก top top รีบูตอีกครั้งและด้านบน (ไม่ใช่ที่ฉันเลือกไว้ก่อนหน้านี้) distro ถูกเลือกตามค่าเริ่มต้นและบูตแล้ว
grub
) แต่มันไม่ทำงาน distro เริ่มระบบใหม่เมื่อเริ่มต้นใหม่แม้ว่าฉันจะเลือกอีกอันก่อนหน้านี้