Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
778 stars 188 forks source link

PXE boot read only filesystem with squashfs init #784

Closed matreicht closed 10 months ago

matreicht commented 10 months ago

Hi! I am having issues trying to PXE boot on old hardware, if I use gzip as the initrdcmd parameter I get kernel panic but if I try squashfs the system boots but drops to shell because the file system is read only. Is there any solution inbetween to keep the compression but get an rw file system?

Doncuppjr commented 10 months ago

When using squashfs, include the overlay package, and that will simulate rw.

Sent from Yahoo Mail for iPhone

On Wednesday, August 23, 2023, 3:22 AM, matreicht @.***> wrote:

Hi! I am having issues trying to PXE boot on old hardware, if I use gzip as the initrdcmd parameter I get kernel panic but if I try squashfs the system boots but drops to shell because the file system is read only. Is there any solution inbetween to keep the compression but get an rw file system?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

matreicht commented 10 months ago

Thank you for the quick response once again, it's working this way.