[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#255821: Installation bug report



On Wed, Jun 23, 2004 at 12:12:09PM +0300, Alexander Buloichik wrote:
> But when I tried to run install I see message "RAMDISK: incomplete write (-28 != 32768)". It is because ram disk size is too small 
> for unpack initrd.gz. When I change kernel parameters to
>        append="devfs=ramdisk_size=16384,mount,dall"
> It runs good, but message "Unable to mount root fs on ram1" was displayed. When I changed line into
>        root=/dev/ram0
> then installer runs good.
> Line 'append="devfs=mount,dall,ramdisk_size=16384"' doesn't work !

The following worked for me:
	
	...
	root=/dev/ram0
	append="devfs=mount,dall ramdisk_size=16384"
	...

dennis



Reply to: