On Thu, Feb 12, 2009 at 05:14:54PM -0500, Robert Heller wrote:
I am having a problem with setting up diskless clients under CentOS 5.2. I have everything working under CentOS 4.7.
...
RAMDISK: ext2 filesystem found at block 0 RAMDISK: Loading 8192KiB [1 disk] into ram disk... done. EXT2 fs: blocksize too small for device.
/boot/config-2.6.18-*.el5 reads: ... CONFIG_BLK_DEV_RAM_BLOCKSIZE=4096 ... your ext2 filesystem is using 1024...
append ramdisk_blocksize=1024 to your command line?
What about adding your howto to the centos wiki?
Cheers,
Tru