Black screen on Bootup

So, hey there. I am a newbie to the endeavour world.

I have been using mint for quite a while, but decided to dual boot it with endeavour for the aur support. I live booted though my usb and then selected Install alongside mint and gave it 600 gigs of space. I choose the Budgie ( Sorry if the spelling is wrong, my english is quite weak. ) desktop environment, and then clicked install. Everything went fine with no errors, and the install was completed.

I tried restarting but the grub menu only showed mint, but i followed a wiki guide and configured the “GRUB_OS_PROBE” settings ( or something like that ) to false, and then rebuild the config, i believe? Not sure what to call it.

It detected the grub menu and shows Endeavour now, however whenever i boot into it. its a black screen, and doesn’t power my keyboard and mouse either. I cant open up the terminal through the keybinds either. ( i tried with my laptop keyboard aswell )

I thought to boot it it via non quiet mode to see inputs, however i see no quiet word after pressing e in grub menu. You can find the output in the attachment below.
20220819_170739
20220819_170727

1 Like

Looks like you are using Linux Mint’s Grub to boot EnOS.

Unfortunately, it is not capable of generating the appropriate boot menu entry for EnOS in grub.cfg.

The initrid line should read:

initrd /boot/intel-ucode.img /boot/initramfs-linux.img

You could go into Bios settings and put EndeavourOS at the top of boot priority list.

Once booted into EnOS, you could update Grub for it to add Linux Mint to the boot menu:

sudo grub-mkconfig -o /boot/grub/grub.cfg

1 Like

Welcome to the forum @Arthex :enos: :enos_flag: :partying_face:

Thanks man, it worked.

Hey there, so i did the grub command after booting up. but it seems it does not save the config, and i need to reedit it through the “e” key before booting or i run into the same issue.

I will be glad if you can help me out, Thanks!

The EndeavourOS GRUB needs to be used to boot EndeavourOS. You can either reinstall this, or as was suggested already,

1 Like

Hey there, Jonathan, thanks for helping me and i have a question.

In my boot options > UEFI boot order > OS boot manager, i can only see ubuntu ( ST2000LM007… ), which i believe refers to my mint desktop.

and i am not sure how do i reinstall grub in Endeavour, it would be helpful if you can leave a guide or guide me yourself. ( i am aware i can follow a already available guide, its just i dont wish to break anything. )

Thanks!

Edit: I tried this guide ( link below ) and after i used the UEFI/EFI grub install command, it says “Grub-Install-Error: Unable to find the cannocial path to “/boot/efi””

https://discovery.endeavouros.com/system-rescue/repair-a-non-booting-grub/2021/03/

Boot into your EnOS’ live usb and post the output of the following commands:

efibootmgr -v

and

sudo parted -l

Please indicate which are the partitions where EnOS is installed.

I could not manage to live boot the USB, cuz of a device read -111 or something error, and I hope that the output of these commands, when they are actually run on an installed end-os is enough.

arthex@arthex ~> efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,3002,2001,0004,2002,2004
Boot0002* ubuntu HD(1,GPT,cbcf9fcf-7e84-4793-aa9a-2844d36f1cd0,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 00 10 00 00 00 00 00 cf 9f cf cb 84 7e 93 47 aa 9a 28 44 d3 6f 1c d0 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 75 00 62 00 75 00 6e 00 74 00 75 00 5c 00 73 00 68 00 69 00 6d 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
Boot0004* Notebook Hard Drive - ST2000LM007-1R8174 BBS(HD,Notebook Hard Drive - ST2000LM007-1R8174,0x500)feff00000000170000000000000001062d00d4e8020000051900d4e84100d4e8000000020000000000000000000000000000000000000000000000000000000000580cad6c110002010c00d041030a0000000001010600001703120a000000000000007fff0400
dp: 05 01 31 00 02 00 00 05 4e 6f 74 65 62 6f 6f 6b 20 48 61 72 64 20 44 72 69 76 65 20 2d 20 53 54 32 30 30 30 4c 4d 30 30 37 2d 31 52 38 31 37 34 00 / 7f ff 04 00
data: fe ff 00 00 00 00 17 00 00 00 00 00 00 00 01 06 2d 00 d4 e8 02 00 00 05 19 00 d4 e8 41 00 d4 e8 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 58 0c ad 6c 11 00 02 01 0c 00 d0 41 03 0a 00 00 00 00 01 01 06 00 00 17 03 12 0a 00 00 00 00 00 00 00 7f ff 04 00
Boot2001* EFI USB Device RC
dp: 7f ff 04 00
data: 52 43
Boot2002* EFI DVD/CDROM RC
dp: 7f ff 04 00
data: 52 43
Boot3002* Internal Hard Disk or Solid State Disk RC
dp: 7f ff 04 00
data: 52 43

The above-qouted text is the output of the efibootmgr -v command.

While the above is the output of the parted command.

My en-os is installed in the sda3 partition, and mint is installed in the sda2 partition. Thanks for the help! Kudos.

Boot up your EnOS’ Live usb.

Launch Gparted and remove boot,esp flags from /dev/sda3.

Next, open a terminal and run the following commands:


1. sudo mount /dev/sda3 /mnt 
2. sudo mount /dev/sda1 /mnt/boot/efi
3. sudo arch-chroot /mnt
4. grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=EndeavourOS-grub
5. grub-mkconfig -o /boot/grub/grub.cfg
6. exit

If you get any error messages at any of the steps above, please post them here on your next reply.

If all goes well, reboot your system.

1 Like

Thanks a lot, it works flawlessly… :smiley:

Glad to hear that the issue is resolved.
Please consider to check the solution box under the post that gave you the solution.

Enjoy your dualboot system and welcome to the community @Arthex!

:enos_flag: :handshake:t5:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.