GRUB: Ubah Kernel Parameter

From OnnoWiki
Revision as of 05:23, 8 December 2021 by Onnowpurbo (talk | contribs) (Created page with "Edit bash# cd /etc/default bash# sudo vi grub # Use the vi editor to add the boot options to the line GRUB_CMDLINE_LINUX_DEFAULT= Tambahkan, misalnya, GRUB_CMDLIN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Edit

bash# cd /etc/default
bash# sudo vi grub
# Use the vi editor to add the boot options to the line  

GRUB_CMDLINE_LINUX_DEFAULT=


Tambahkan, misalnya,

GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash pci=noacpi”

Pilihan lain,

nolapic
noapic
acpi_osi=“Linux”
acpi_osi=“Windows 2006”
acpi=ht
pci=noacpi
acpi=noirq
pnpacpi=off

Update GRUB

bash# sudo update-grub
bash# sudo reboot