Advertisement
CuriousTommy

fedora_29_dell_precision_ask.fedoraproject_grub

Feb 14th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. GRUB_TIMEOUT=5
  2. GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
  3. GRUB_DEFAULT=saved
  4. GRUB_DISABLE_SUBMENU=true
  5. GRUB_TERMINAL_OUTPUT="console"
  6. GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.luks.uuid=luks-65690778-7a43-4784-90a1-961ea0cc4069 rd.lvm.lv=fedora_localhost-live/swap kvm.ignore_msrs=1 intel_iommu=on i915.enable_gvt=1 i915.enable_guc=0 rhgb quiet"
  7. GRUB_DISABLE_RECOVERY="true"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement