TFTP deploy Ubuntu 12.04 RAMDISK error

>
> RAMDISK: incomplete write (26099 != 32768)
> write error
> VFS: Cannot open root device "rd/0" or unknown-block(0,0)

How much memory does the target machine have? sounds like it's running out
before loading the ramdisk image…

8192 MB.

··· 2013/3/25 Greg Sutcliffe : >> RAMDISK: incomplete write (26099 != 32768) >> write error >> VFS: Cannot open root device "rd/0" or unknown-block(0,0) > > > How much memory does the target machine have? sounds like it's running out > before loading the ramdisk image...


Lorenzo Cocchi

Should be fine :wink:

Does the initrd stored on the TFTP server have the same MD5sum as the one
on the Ubuntu mirror - i.e. is the initrd corrupt?

Greg

··· On 25 March 2013 15:21, Lorenzo Cocchi wrote:

2013/3/25 Greg Sutcliffe greg.sutcliffe@gmail.com:

RAMDISK: incomplete write (26099 != 32768)
write error
VFS: Cannot open root device “rd/0” or unknown-block(0,0)

How much memory does the target machine have? sounds like it’s running
out
before loading the ramdisk image…

8192 MB.

[ … ]
>> 8192 MB.
>
> Should be fine :wink:
:wink:

··· 2013/3/25 Greg Sutcliffe :

Does the initrd stored on the TFTP server have the same MD5sum as the one on
the Ubuntu mirror - i.e. is the initrd corrupt?


/var/lib/tftpboot/boot# md5sum Ubuntu-12.04-x86_64-*
9c08df2b59368ae47c1917c2aa76c0c9 Ubuntu-12.04-x86_64-initrd.gz

I manually executed foreman’s wget and now:


/var/lib/tftpboot/boot# md5sum Ubuntu-12.04-x86_64-initrd.gz
73566c73568eacfaf07ef3568ebe3e64 Ubuntu-12.04-x86_64-initrd.gz

The problem is solved.
Thanks!!!


Lorenzo Cocchi