GRUB: Ubah Kernel Parameter
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 nvme_core.default_ps_max_latency_us=0”
Pilihan lain,
nolapic noapic acpi_osi=“Linux” acpi_osi=“Windows 2006” acpi=ht pci=noacpi acpi=noirq pnpacpi=off nvme_core.default_ps_max_latency_us=0
Update GRUB
bash# sudo update-grub bash# sudo reboot