Skip to content

Commit

Permalink
Try the copytoram kernel param.
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Sep 22, 2024
1 parent d3c8790 commit dc53a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/home/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
boot = {
plymouth.enable = true;
kernelModules = ["kvm-intel"];
kernelParams = ["quiet"];
kernelParams = ["copytoram" "quiet"];
blacklistedKernelModules = ["radeon"];
loader = {
grub = {
Expand Down

0 comments on commit dc53a73

Please sign in to comment.