Skip to content

Your Generic X85-64 Installation Guide is incomplete #37052

@Bone84

Description

@Bone84

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

No one assigned

    Labels

    installationstaleThe PR had no activity for quite some time, and is marked as Stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions