You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
philpagel
changed the title
No Issue, suggestion
Suggestion: Changing boot order
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!
The text was updated successfully, but these errors were encountered: