Tomas-M / linux-live

Linux Live Kit
http://www.linux-live.org/
1.01k stars 253 forks source link

I/O Error #270

Closed tarokeitaro closed 9 months ago

tarokeitaro commented 10 months ago

I made it bootable for my custom linux. but I can't boot into the system. it will keep repeating itself. I had another project, but it booted successfully. is there a problem if I use RTLinux? all my projects use debian12

/LiveDSP/boot/initrfs.img...failed: I/O error

image

tarokeitaro commented 10 months ago

After I compared my two projects. I realized that initrfs.img doesn't contain anything. is there any hint?

image

neogopher98 commented 9 months ago

I solved this by installing xz-tools

Tomas-M commented 9 months ago

Thank you for reporting this, I should add there a check for xz in order to stop if it's not installed.