Hi all
I've been using udpcast to clone about 32 pc on a classroom for a months, i don't remember exactly which versión of udpcast but now after upgrade to 20100131 version things stop working, after loading of initrd image boot process stops with message about:
No filesystem could mount root, tried: Kernel - panic .... unable to mount rootfs on unknown-block(1,0)
I tried to dissasemble initrd to look at init, but isn't a cpio image ( cpio -i < ../initrd )
By now, i return tu use last image, have a backup at /var/lib/tftpboot/udpcast.orig, but i like tu use new version to know if it corrects some delay with boot on systems with usb keyboards.
ns1:/var/lib/tftpboot# tree -sf . ├── [ 4096] ./udpcast │ ├── [ 4415169] ./udpcast/initrd │ ├── [ 708192] ./udpcast/linux │ ├── [ 9360] ./udpcast/pxelinux.0 │ └── [ 4096] ./udpcast/pxelinux.cfg │ └── [ 134] ./udpcast/pxelinux.cfg/default └── [ 4096] ./udpcast.orig ├── [ 4142599] ./udpcast.orig/initrd ├── [ 619632] ./udpcast.orig/linux ├── [ 9360] ./udpcast.orig/pxelinux.0 └── [ 4096] ./udpcast.orig/pxelinux.cfg └── [ 784] ./udpcast.orig/pxelinux.cfg/default
ns1:/var/lib/tftpboot# cat udpcast/pxelinux.cfg/default default linux label linux kernel linux append load_ramdisk=1 initrd=initrd root=01:00 auto=yes lang=US kbdmap=US ipappend 3
ns1:/var/lib/tftpboot# cat udpcast.orig/pxelinux.cfg/default default linux
label linux kernel linux
# append load_ramdisk=1 initrd=initrd root=/dev/ram0 auto=yes lang=US kbmap=US dhcp=yes port=9000 enableDiskmodule=yes netmodparm= diskmodparm= udpcparam= disk=/dev/sda compr=lzop append load_ramdisk=1 initrd=initrd root=/dev/ram0 auto=yes lang=US kbmap=US dhcp=yes port=9000 enableDiskmodule=yes netmodparm= diskmodparm= udpcparam= disk=/dev/sda6 compr=lzop ipappend 1
Thanks for this great tool.