diff --git a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/grub.cfg b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/grub.cfg index d35c5c09..9560cd20 100644 --- a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/grub.cfg +++ b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/grub.cfg @@ -203,7 +203,7 @@ if [ -z "${loaded}" ]; then if [ "${disable_gfxterm}" != "true" ]; then if loadfont /boot/grub/unicode.pf2 ; then if [ -z "$gfxmode" ] ; then - gfxmode=1024x768,auto + gfxmode=auto,1024x768 gfxpayload=keep fi insmod efi_gop diff --git a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/kernels.cfg b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/kernels.cfg index a10f8ad3..16678c51 100644 --- a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/kernels.cfg +++ b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/kernels.cfg @@ -1,8 +1,12 @@ menuentry "1 Start with Proprietary Drivers (support for NEW Nvidia GPUs or Broadcom wireless r8168/rt3562sta)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "2 Start with Open Source Drivers (support for OLD Nvidia GPUs or AMD, Intel and other computers)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nouveau.modeset=1 i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } @@ -13,174 +17,248 @@ submenu "3 Advanced options with Proprietary Drivers ->" { submenu "3.0.0 Options to Hybrid GPU ->" { menuentry "3.0.1 Intel Xorg as Primary + Nvidia ModeSetting - PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=1 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.2 Intel Xorg as Primary + Nvidia ModeSetting + PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=2 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.3 Intel ModeSetting as Primary + Nvidia ModeSetting - PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=3 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.4 Intel ModeSetting as Primary + Nvidia ModeSetting + PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=4 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.5 Intel ModeSetting as Primary + Nvidia Xorg - PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=5 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.6 Intel ModeSetting as Primary + Nvidia Xorg + PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=6 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.7 Intel Xorg as Primary + Nvidia Xorg - PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=7 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.8 Intel Xorg as Primary + Nvidia Xorg + PAT" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=8 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.9 Nvidia ModeSetting - PAT as Primary + Intel Xorg" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=9 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.10 Nvidia ModeSetting + PAT as Primary + Intel Xorg" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=10 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.11 Nvidia ModeSetting - PAT as Primary + Intel ModeSetting" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=11 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.12 Nvidia ModeSetting + PAT as Primary + Intel ModeSetting" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=12 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.13 Nvidia Xorg - PAT as Primary + Intel ModeSetting" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=13 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.14 Nvidia Xorg + PAT as Primary + Intel ModeSetting" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=14 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.15 Nvidia Xorg - PAT as Primary + Intel Xorg" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash bignvidia=15 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.0.16 Nvidia Xorg + PAT as Primary + Intel Xorg" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } } menuentry "3.1 Open in Installer" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nouveau.modeset=0 i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash biglinux.bootcmd=only-calamares initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.2 Open in Plasma" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nouveau.modeset=0 i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash biglinux.bootcmd=boot-in-plasma initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.3 Open in Terminal" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nouveau.modeset=0 i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash biglinux.bootcmd=urxvt initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.4 without ibt" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nouveau.modeset=0 i915.modeset=1 radeon.modeset=1 amdgpu.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash ibt=off initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.5 Remove modeset (without modeset)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nouveau.modeset=0 i915.modeset=0 radeon.modeset=0 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.6 Default power state max latency (nvme_core.default_ps_max_latency_us)=0" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nvme_core.default_ps_max_latency_us=0 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.7 Add these switches (nopat noapic noapci nolapic irqpoll iommu=soft hpet=disable)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nopat noapic noapci nolapic irqpoll iommu=soft hpet=disable nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.8 Disable S-VIDEO and hpet interface (video=SVIDEO-1:d hpet=disable)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 video=SVIDEO-1:d hpet=disable nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.9 Disable S-VIDEO interface (video=SVIDEO-1:d)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 video=SVIDEO-1:d nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.10 Disable hpet interface (hpet=disable)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 hpet=disable nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.11 Enable optimizations with Intel i915 graphics chipset (i915.semaphores=1)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 i915.semaphores=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.12 Fix Xorg consistently freezes on startup (nopat)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nopat nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.13 Boot without splash screen (without splash)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.14 Fix PnP Bios caused a fatal error (pnpbios=off)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 pnpbios=off nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.15 Fix PnP Bios caused a fatal error and add switches (pnpbios=off noapic nolapic)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 pnpbios=off noapic nolapic nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.16 Add OS Linux to ACPI BIOS Resource Check (acpi_osi=Linux)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 acpi_osi=Linux nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.17 Add !Windows 2012 to ACPI BIOS Resource Check (acpi_osi=!Windows 2012)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 acpi_osi="!Windows 2012" nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.18 Disable ACPI entirely (acpi=off)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 noacpi acpi=off nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.19 Remap memory using software reject buffer (SWIOTLB) prevents hardware IOMMU usage. (iommu=soft)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 iommu=soft nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.20 Disable graphics GPU drivers until graphics mode loads (nomodeset)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nomodeset nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "3.21 Add multiple switches (nopat noapic noapci nolapic nosplash irqpoll)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree nvidia-drm.modeset=1 nopat noapic noapci nolapic irqpoll nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } @@ -188,94 +266,135 @@ submenu "3 Advanced options with Proprietary Drivers ->" { submenu "4 Advanced options with Open Source Drivers ->" { - menuentry "4.1 Open in Installer" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash biglinux.bootcmd=only-calamares initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.2 Open in Plasma" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash biglinux.bootcmd=boot-in-plasma initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.3 Open in Terminal" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash biglinux.bootcmd=urxvt initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.4 without ibt" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nosoftlockup audit=0 nomce skew_tick=1 intremap=off intel_pstate=active amd_pstate=passive cpuidle.governor=teo split_lock_detect=off clearcpuid=514 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash ibt=off initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.5 Remove modeset (without modeset)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nouveau.modeset=0 i915.modeset=0 radeon.modeset=0 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.6 Default power state max latency (nvme_core.default_ps_max_latency_us)=0" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw nvme_core.default_ps_max_latency_us=0 transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.7 Add these switches (nopat noapic noapci nolapic irqpoll iommu=soft hpet=disable)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nopat noapic noapci nolapic irqpoll iommu=soft hpet=disable nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.8 Disable S-VIDEO and hpet interface (video=SVIDEO-1:d hpet=disable)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free video=SVIDEO-1:d hpet=disable nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.9 Disable S-VIDEO interface (video=SVIDEO-1:d)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free video=SVIDEO-1:d nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.10 Disable hpet interface (hpet=disable)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free hpet=disable nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.11 Enable optimizations with i915 graphics chipset (i915.semaphores=1)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free i915.semaphores=1 nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.12 Fix Xorg consistently freezes on startup (nopat)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nopat nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.13 Boot without splash screen (without splash)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.14 Fix PnP Bios caused a fatal error (pnpbios=off)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free pnpbios=off nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.15 Fix PnP Bios caused a fatal error and add switches (pnpbios=off noapic nolapic)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free pnpbios=off noapic nolapic nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.16 Add OS Linux to ACPI BIOS Resource Check (acpi_osi=Linux)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free acpi_osi=Linux nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.17 Add !Windows 2012 to ACPI BIOS Resource Check (acpi_osi=!Windows 2012)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free acpi_osi="!Windows 2012" nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.18 Disable ACPI entirely (acpi=off)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free noacpi acpi=off nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.19 Remap memory in apps that don't read over 4GB (iommu=soft)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free iommu=soft nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.20 Disable Intel graphics features (nomodeset)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nomodeset nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } menuentry "4.21 Add multiple switches (nopat noapic noapci nolapic nosplash irqpoll)" --class=@DIST_NAME@.@ARCH@ { + load_video + set gfxpayload=keep linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=free nopat noapic noapci nolapic irqpoll nowatchdog tsc=nowatchdog cryptomgr.notests no_timer_check rcupdate.rcu_expedited=1 bgrt_disable video=efifb:off video=simplefb:off video=vesafb:off rw transparent_hugepage=never quiet loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } diff --git a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/variable.cfg b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/variable.cfg index 5a131cd9..866fa265 100644 --- a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/variable.cfg +++ b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/cfg/variable.cfg @@ -1,2 +1,2 @@ -grub_theme=/boot/grub/themes/@ISO_NAME@-live/theme.txt +grub_theme=/boot/grub/themes/manjaro-live/theme.txt timeout=10 diff --git a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/biglinux-live/theme.txt b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/biglinux-live/theme.txt index e0cc49ba..59834a0f 100644 --- a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/biglinux-live/theme.txt +++ b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/biglinux-live/theme.txt @@ -47,9 +47,6 @@ terminal-border: "0" selected_item_color = "#00ffff" - icon_width = 0 - icon_height = 0 - item_icon_space = 5 item_height = 36 diff --git a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/manjaro-live/theme.txt b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/manjaro-live/theme.txt index e0cc49ba..59834a0f 100644 --- a/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/manjaro-live/theme.txt +++ b/biglinux-make-iso-profiles/base/live-overlay/usr/share/grub/themes/manjaro-live/theme.txt @@ -47,9 +47,6 @@ terminal-border: "0" selected_item_color = "#00ffff" - icon_width = 0 - icon_height = 0 - item_icon_space = 5 item_height = 36