GRUB: Ubah Kernel Parameter
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...")
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