Hello. I’ve been having some issues regarding the boot manager in my drive, as it seems it doesn’t recognize any OS while executing grub-mkconfig
First, some context. I wanted to install Endeavour into a removable ssd drive, so I can take the OS with me and use it when I’m in school and when I’m home.
This is because the school uses computers that are poorly maintained, while using a very restricted Lliurex OS. This way, i can keep my own versions of the programs that I need with the added benefit of ensuring compatibility at home.
Until now i’ve been using Manjaro for this, and it went fine until it started breaking after every update. So, I gave a try for Endeavour, since with regular testing it broke way less.
At home, it worked as it should. However, back in school the computer didn’t recognize the boot manager for Endeavour, only the Windows boot manager (at home I have a Windows).
After that I booted into a live version, and tried to fix it. I chroot into the system (with boot mounted), and used the commands grub-install
and grub-mkconfig
. The grub-install went correctly, as now i could see the boot entry in the boot order. But the mkconfig could not generate the entry for the Os, so the only entry was “UEFI firmware settings”.
I’ve tried to add my own custom entry in the grub.cfg to refer to Endeavour using the UUID, but I couldn’t find any vmlinuz and initrd.img in the /boot directory. Is that a problem or am I doing it wrong?
Is there a way to be able to rescue the boot and be able to use it in both computers? i fell that reinstalling will not solve the issue.
Home computer output of lsblk -o name,type,fstype,size,uuid
(sdd is the drive where i installed endeavour)
NAME TYPE FSTYPE SIZE UUID
loop0 loop squashfs 1.7G
sda disk 931.5G
├─sda1 part ntfs 780.6G 1335244B3D2FB6D4
└─sda2 part ext4 150.9G c7f9e590-6110-4508-af6d-04458f147600
sdb disk 1.8T
├─sdb1 part 16M
└─sdb2 part ntfs 1.8T 2C7ECE217ECDE424
sdc disk iso9660 28.9G 2022-12-17-15-01-34-00
├─sdc1 part iso9660 1.8G 2022-12-17-15-01-34-00
└─sdc2 part vfat 105M A59C-8529
sdd disk 111.8G
├─sdd1 part vfat 1000M 00B6-6235
├─sdd2 part ext4 102G 23e3fb70-cbb4-4b97-8683-53d356a393d5
└─sdd3 part swap 8.8G 84def723-737c-4857-9289-38b8e5f2c159
nvme0n1 disk 465.8G
├─nvme0n1p1 part 128M
├─nvme0n1p2 part ntfs 499M 2E7694DC7694A65D
├─nvme0n1p3 part vfat 99M 11F3-4132
└─nvme0n1p4 part ntfs 465.1G F4A1B1C30AD20615
i can’t access the school computer right now, but it has only one drive. And it is a desktop with an i5-4th gen, integrated graphics and 8gb ram.
EDIT: tried again and i was able to boot into it at home after using grub-mkconfig
. However, i still feel that tomorrow i’m going to have the same problems. Any ideas?