FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
218 stars 45 forks source link

Installer not booting anymore #199

Closed Mausy5043 closed 4 years ago

Mausy5043 commented 4 years ago

Recent builds (as far as I can tell since the past few days) do not produce a bootable builder anymore. The only error I see during the build is this one:

cp: cannot stat 'tmp/lib/modules/5.4.51-v7+/kernel/drivers/hwmon/hwmon.ko': No such file or directory

Any ideas where I might need to start looking?

PS: I'm building the installer from the devel branch.

FooDeas commented 4 years ago

Seems to be a changed package content. Update and build hast to be checked. I can do that next week.

kpfleming commented 4 years ago

Yes, there was a major kernel change (from 4.19 to 5.4) this week.

Mausy5043 commented 4 years ago

OK thanks. To provide you with a bit more info, although I think it wont add a lot, I've managed to get one of the Pi's hooked up to a screen and get a screenshot of the attempted boot.

https://photos.app.goo.gl/95FrM14AZQ7cymL59

EDIT: It does indeed seem to be a 5.4.51-v7+ kernel (thanks @kpfleming for pointing that out)

Mausy5043 commented 4 years ago

Seems to be a changed package content. Update and build hast to be checked. I can do that next week.

Thanks. would appreciate that very much.

FooDeas commented 4 years ago

It is time to develop an automatic resolution of package dependencies and file/link handling. I hope this will not add too much unnecessary content...

Mausy5043 commented 4 years ago

I tried building using master but that doesn't work either.

Mausy5043 commented 4 years ago

A new build is still running, but I'm confident that patch #200 works. Please review & commit.

EDIT: Build was successful. Installed system is up and running.

FooDeas commented 4 years ago

Thank you! I'm still at scripting the dependency solver. It's horrible...