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 88314e4c..5dd50fcf 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 @@ -46,6 +46,17 @@ submenu "3 Advanced options with Proprietary Drivers ->" { linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree rd.driver.blacklist=nouveau modprobe.blacklist=nouveau 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 bignvidia=7 initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img } + + menuentry "3.0.8 without parameters" --class=@DIST_NAME@.@ARCH@ "$title" { + 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 + initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img + } + + menuentry "3.0.9 without parameters2" --class=@DIST_NAME@.@ARCH@ "$title" { + linux /boot/vmlinuz-x86_64 misobasedir=manjaro misolabel=BIGLINUXLIVE driver=nonfree + initrd /boot/amd_ucode.img /boot/intel_ucode.img /boot/initramfs-@ARCH@.img + } + } menuentry "3.1 Open in Installer" --class=@DIST_NAME@.@ARCH@ "$title" { diff --git a/biglinux-make-iso-profiles/base/live-overlay/usr/share/libalpm/hooks/render-menu-options-add.hook b/biglinux-make-iso-profiles/base/live-overlay/usr/share/libalpm/hooks/render-menu-options-add.hook new file mode 100644 index 00000000..e69de29b