Need to enter boot menu when startup

(i’ve been using eos for about a week or two and really enjoying it)

sometimes after an update it asks me to reboot and when i do it won’t boot up - i need to enter the fn key to see the boot menu and then select ‘eufi os’. Is there something i should do to make it auto boot into eos? Also, i wonder why it asks me to reboot maybe 50% of the time after installing updates. MX linux almost never required a reboot, i guess this is because arch is ‘bleeding edge’ and the system is more frequently updated in a ‘significant’ way? Although ubuntu would ask me to reboot around 25% of the time, ie somewhere between eos and mx

Probably cos you’ve updated system packages (kernel etc). I only update once a week to fortnight and just before I’m ready to shutdown/cease use for the day.
As for the other issue I’m not too sure sorry.

Post the output of:

sudo parted -l
efibootmgr

good idea, i should do it weekly, i had it scheduled daily

1 Like

thanks.

Model: ATA Star Drive SATA (scsi)
Disk /dev/sda: 480GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name         Flags
 1      2097kB  1051MB  1049MB  fat32                     boot, esp
 2      1051MB  480GB   479GB   ext4         endeavouros


Model: Generic Flash Disk (scsi)
Disk /dev/sdb: 126GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End    Size   Type     File system  Flags
 1      65,5kB  126GB  126GB  primary               boot

BootCurrent: 0003
Timeout: 1 seconds
BootOrder: 0000,0003
Boot0000* Linux Boot Manager	HD(1,GPT,563b494c-7f8f-4c30-bb73-ec5261643416,0x1000,0x1f4000)/File(\EFI\SYSTEMD\SYSTEMD-BOOTX64.EFI)
Boot0003* UEFI OS	HD(1,GPT,563b494c-7f8f-4c30-bb73-ec5261643416,0x1000,0x1f4000)/File(\EFI\BOOT\BOOTX64.EFI)0000424f

Boot0000* Linux Boot Manager	HD(1,GPT,563b494c-7f8f-4c30-bb73-ec5261643416,0x1000,0x1f4000)/File(\EFI\SYSTEMD\SYSTEMD-BOOTX64.EFI)

This is your EnOS’ systemd boot manager. It looks OK to me.

Not sure if reinstalling it would make any difference but you might want to give it a shot:

sudo bootctl install

Reboot and check:

reboot

If you are still not seeing systemd’s boot menu, post:


cat /efi/loader/loader.conf

I am not using systemd-boot at the moment but perhaps it gives other members some clue.

1 Like

it worked :blush: thanks!

1 Like

Great!
Glad you got it working!

:enos: :handshake:t5:

1 Like

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