Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing boot order #19

Open
yhorndt opened this issue Dec 31, 2024 · 1 comment
Open

Changing boot order #19

yhorndt opened this issue Dec 31, 2024 · 1 comment

Comments

@yhorndt
Copy link

yhorndt commented Dec 31, 2024

Hi,
Thanks so much for this tool.
It worked flawlessly and helped me out a lot.
In my case, it seemed that the board wasn't configured to boot from usb first.
What I did was:
-used efibootmgr to show the boot order.
sudo efibootmgr
-altered the boot order
sudo efibootmgr -o <insert your partitions here i.e. 0005,0002 etc>
-updated grub
sudo update-grub

Without the update-grub, it seemed to not stick.
Maybe this is common knowledge, but I had to search around for a solution.
I know this is not part of your tool, so no need to add it to the readme, but maybe it would help someone out that's in the same boat as me.

Thanks again!

@philpagel philpagel changed the title No Issue, suggestion Suggestion: Changing boot order Dec 31, 2024
@philpagel philpagel changed the title Suggestion: Changing boot order Changing boot order Dec 31, 2024
@philpagel
Copy link
Owner

Thanks for the input! I have edited the subject line to make it easier for people to find this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants