PXE
PXE copied to clipboard
Not starting in Debian Bookworm
When using a fresh install of Debian 12.0.1 (Bookworm) iventoy seems to crash after start.
~/iventoy-1.0.17$ sudo bash iventoy.sh start
iventoy start SUCCESS PID=0
Please open your browser and visit http://127.0.0.1:26000 or http://x.x.x.x:26000 (x.x.x.x is any valid IP address)
~/iventoy-1.0.17$ sudo bash iventoy.sh status
iventoy is not running.
When looking at the log.txt you can see that there seems to be an issue reading a file
2023/07/28 13:05:43.411 [PXE] ==========================================================
2023/07/28 13:05:43.411 [PXE] ##########################################################
2023/07/28 13:05:43.411 [PXE] ##################### IVENTOY RUN ########################
2023/07/28 13:05:43.411 [PXE] ##########################################################
2023/07/28 13:05:43.411 [PXE] ==========================================================
2023/07/28 13:05:43.415 [UTIL] Failed to open file <./data/sys/class/dmi/id/product_uuid> errno:13
2023/07/28 13:05:43.415 [UTIL] read sys directory failed 1, errno:13
2023/07/28 13:05:43.417 [PXE] ### iVentoy start failed. ###
I also tried it as root by using bash inventoy.sh start
and the startup also fails in the same way.