All:
I’m trying to PXE boot a test system that will have all the necessary files in the initrd which will stay mounted as root in the ramdisk.
I’ve found a fair number of places that seem to indicate that this is straightforward:
root=/dev/ram0 rw ramdisk_size={big enough}
supposedly will keep the initrd contents as root.
I’ve tried every variation I can thing of - /dev/ram0, /dev/ramdisk, /dev/ram…
And there are a few old articles “out there” that suggest removing the /linuxrc (or for OpenSuSE - /init) or removing the mount script…
none of these work for me. The best I’ve seen is
Waiting for device /dev/ramdisk to appear: ok
invalid root filesystem
Any ideas on what I’m doing wrong?
thanks
edc