Questions tagged [grub]
This tag is ambiguous: use grub2 or grub-legacy as appropriate.
1,649 questions
1
vote
1
answer
56
views
Dual Boot Linux Mint 22 + Windows 11 REFUSES to work
So me and my friend have been trying to fix this issue for months. We found others with the issue that never got help. I made posts on the Linux Mint discord several times, and no one can figure it ...
0
votes
0
answers
88
views
Grub not booting Almalinux9 after motherboard change
I have a PC with almalinux9, which was working fine.
Due to an hardware problem the motherboard was changed, and afterwards it could not boot...
I entered with chroot from a USB bootable Linux, ...
2
votes
1
answer
61
views
How to add second boot option
Im currently running Debian 12, and I want to be able to have Kali Linux as a second option in GRUB. I've already installed the Kali Linux OS (rolling) using debootstrap (sudo debootstrap kali-rolling ...
0
votes
0
answers
90
views
Strange Grub and lightdm garbled texts
As you can see in the pictures, grub and lightdm have garbled fonts.
I think it's about the refresh rate of the monitor. Monitor is 100Hz.
How can I change grub refresh rates?
2
votes
0
answers
63
views
How to force Linux to load a custom device tree instead of the built-in DTB?
I'm trying to bring up a WWAN modem on a Dell Latitude 7455 laptop running Linux.
The modem is connected via PCIe domain 0005, but that PCIe controller is currently disabled in the default device tree....
4
votes
1
answer
107
views
Problem with GRUB in a Quad Boot system
I have a quad boot system, with Windows, Ubuntu, Debian, and RedHat/Fedora, and I'm having trouble with GRUB. More specifically, I am having "thought" problems with GRUB, i.e. I have not yet ...
0
votes
0
answers
63
views
Linux Mint installer fails: unable to install GRUB on /dev/nvme0n1
"Unable to install GRUB in /dev/nvme0n1" is the error I get when trying to install Linux Mint. Transitioning from windows to linux. Very new at this.
mint@mint:~$ efibootmgr
BootCurrent: ...
0
votes
0
answers
39
views
How to set up dual boot with Pop!_OS and Arch Linux on encrypted partitions?
I currently have Pop!_OS 22.04 installed on an unencrypted ext4 partition. I want to set up a dual boot system where both Pop!_OS and Arch Linux use encrypted partitions.
Current setup:
nvme0n1p1: ...
0
votes
0
answers
45
views
How to setup Manjaro Linux and GRUB menu to switch between open source or proprietary video drivers?
Manjaro Linux installation image has 2 options on GRUB menu:
setparams 'Boot with open source drivers' 'x86_64 lang=en_US keytable=us tz=UTC misobasedir=manjaro misolabel=MANJARO_KDE_2587 quiet ...
4
votes
1
answer
550
views
Kali Linux blank screen with blinking '-' after upgrade — can't access recovery shell
I'm facing a serious issue with my Kali Linux installation after running sudo apt upgrade. Here's what's happening:
After booting, I get the error:
Oh no! Something has gone wrong. A problem has ...
5
votes
3
answers
571
views
/boot on ZFS no longer works with Debian's GRUB after "zpool upgrade"?
Let'see what happen after creating a bpool and upgrading as command zpool status suggest
root@debian:/boot# grub-probe /boot
zfs
root@debian:/boot# zpool upgrade bpool
This system supports ZFS pool ...
0
votes
1
answer
85
views
How to configure grub to boot from encrypted lvm partition
I try to install Grub manually after Devuan installation, but I guess there is an error in configuration.
/etc/default/grub
GRUB_CMDLINE_LINUX=”cryptdevice=/dev/sda5:devuan-root:allow-discard”
...
-1
votes
1
answer
67
views
Linux not reading /boot directory off of USB
I'm attempting to run 32 bit linux off of a usb for an old XP machine. There are important files on the computer's base drive, so formatting or partitioning isn't on the cards. So far I've tried AntiX ...
2
votes
2
answers
148
views
How is compressed and how can be decompressed real core.img?
In GPT/BIOS, GRUB2 "installs" on BIOS boot partition "core.img" consiting of "diskboot.img", lzma decompressor (lzma_decompress.img) and core.img (IIUC). I assumed that ...
0
votes
1
answer
86
views
Cannot recreate an Ubuntu ISO that is bootable
I am trying to create a bootable ISO for a customised Ubuntu.
The ISO I create is not bootable (it won't boot in VirtualBox). To debug I am not modifying Ubuntu, just trying to recreate a bootable ISO ...