-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
installationstaleThe PR had no activity for quite some time, and is marked as StaleThe PR had no activity for quite some time, and is marked as Stale
Description
Feedback
Hi there,
I am using HA for about 1,5 years with a Pi and now got an Fujitsu Futro but i couldnt start the device with HA, because the HDD wasnt shown in the bios start menu.
The solution was this code:
efibootmgr --create --disk /dev/<drivename> --part 1 --label "HAOS" \ --loader '\EFI\BOOT\bootx64.efi'
but it wasnt working. After 6 hours of research (I am a Linux noob) I found a post which said you have to put "sudo " in front of the command line.
sudo efibootmgr --create --disk /dev/<drivename> --part 1 --label "HAOS" \
--loader '\EFI\BOOT\bootx64.efi'
So pleas add the sudo thing.
best regars
Bone
URL
https://www.home-assistant.io/installation/generic-x86-64
Version
2025.1.3
Additional information
No response
Metadata
Metadata
Assignees
Labels
installationstaleThe PR had no activity for quite some time, and is marked as StaleThe PR had no activity for quite some time, and is marked as Stale