Caranya:
1). Ketik : sudo gedit /etc/default/grub di terminal (kalo minta password kasih aja!)
2). Bakal muncul tulisan bahasa bule kaya gini:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="text splash nomodeset vga=791"
GRUB_CMDLINE_LINUX="reboot=efi"
# 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=1024x768
# 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_LINUX_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
(Yang ini ubuntu versi yang ane punya loh!) :P
3). Sisipkan aja tulisan di bagian GRUB_CMDLINE_LINUX="" dengan tulisan diantara tanda kutip.
- reboot=efi
- reboot=acpi
- reboot=bios
- reboot=pci
4). Jangan lupa di save yah!
5). Di terminal ketik sudo update-grub
6). Silahkan restart komputernya, lalu perhatikan apa yang terjadi!
No comments:
Post a Comment