seapath / build_debian_iso

Code to build a debian seapath ISO file using FAI Project
https://lfenergy.org/projects/seapath/
Apache License 2.0
5 stars 7 forks source link

Debian - new nuc - crash at OS installation #115

Closed pierrickmolera closed 3 months ago

pierrickmolera commented 3 months ago

logs_20240812 That happens after install Seapath install on a new nuc.

Seapath build debian iso installer has been updated and when I list from another machine I can see from the /lib/firmware folder all missing .bin files that are mentionned from this log So the reason should not be missing .bin file in fact

My problem with this new nuc, from the Bios I'm not able to disable some option as Wifi, bluethoot etc ...

On another side I've sucessfully installed public Debian OS (not Seapath) with a connection to the online apt So from Debian OS I can see there is an additional firmware by listing all : firmware-sof-signed add this one into our SEAPATH_HOST file would it be enough ?

insatomcat commented 3 months ago

it's worth a shot, but since it's very specific to your setup you may try to add this to usercustomization/package_config/USERCUSTOMIZATION:

PACKAGES install-norec
firmware-sof-signed
pierrickmolera commented 3 months ago

thanks @insatomcat it's working now. usercustomization is a convenient way to manage this kind of issue.

insatomcat commented 3 months ago

happy you like it :)