@Crabcore :
Yeah, agreed with @Outdated. I'd start first with reviewing your boot device sequence within the BIOS, apart from sharing what your GRUB file looks like. And what kind of video card are you running?
My GRUB file is pretty simple at the moment with Mint 22.3, having configured it to boot up quickly on a separate SSD without much fanfare beyond the Mint logo:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3"
GRUB_CMDLINE_LINUX="quiet splash loglevel=3"
GRUB_GFXMODE=1920x1080
GRUB_GFXPAYLOAD_LINUX=1920x1080
I know Linux Mint runs with or without Secure Boot, though if you opt for secure boot you have to configure it during the initial installation process and give it a password. If you bypass that process on installation, it may not boot up Mint at all given your bios requires secure boot to run Windows.
I opted to turn off Secure Boot in the BIOS altogether as I run both Mint 22.3 and Pop!OS22.04 on different removable drives using Icy Dock hardware. Though at one point I thought about using Windows 11 on another drive as well, and bypassing a lot of dual boot concerns.
I know with Pop!OS22.04 I cannot run it at all if Secure Boot is enabled in my BIOS. Otherwise it just boots into a blanks screen and remains there.
If you have a more current Nvidia card, with the latest drivers you can access in Linux Mint 22 you can change your modeset parameters within the file: nvidia-drivers-kms.conf:
# This file was generated by nvidia-driver-550
# Set value to 0 to disable modesetting fbdev=1 eliminates failure to grab modeset error
options nvidia-drm modeset=1 fbdev=1
Yeah, agreed with @Outdated. I'd start first with reviewing your boot device sequence within the BIOS, apart from sharing what your GRUB file looks like. And what kind of video card are you running?
My GRUB file is pretty simple at the moment with Mint 22.3, having configured it to boot up quickly on a separate SSD without much fanfare beyond the Mint logo:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3"
GRUB_CMDLINE_LINUX="quiet splash loglevel=3"
GRUB_GFXMODE=1920x1080
GRUB_GFXPAYLOAD_LINUX=1920x1080
I know Linux Mint runs with or without Secure Boot, though if you opt for secure boot you have to configure it during the initial installation process and give it a password. If you bypass that process on installation, it may not boot up Mint at all given your bios requires secure boot to run Windows.
I opted to turn off Secure Boot in the BIOS altogether as I run both Mint 22.3 and Pop!OS22.04 on different removable drives using Icy Dock hardware. Though at one point I thought about using Windows 11 on another drive as well, and bypassing a lot of dual boot concerns.
I know with Pop!OS22.04 I cannot run it at all if Secure Boot is enabled in my BIOS. Otherwise it just boots into a blanks screen and remains there.
If you have a more current Nvidia card, with the latest drivers you can access in Linux Mint 22 you can change your modeset parameters within the file: nvidia-drivers-kms.conf:
# This file was generated by nvidia-driver-550
# Set value to 0 to disable modesetting fbdev=1 eliminates failure to grab modeset error
options nvidia-drm modeset=1 fbdev=1
Last edited: