sysresccd-custom extract fails (path error)
Posted: 05 Mar 2014, 10:07
Code: Select all
% /usr/sbin/sysresccd-custom extract
/mnt/custom is mounted -> ok
there is enough estimated free space here (35501 MB) -> ok
/usr/sbin/sysresccd-custom: error: File /livemnt/boot/isolinux/rescue32 was not found. All the original sysresccd files must be available in /livemnt/boot
Code: Select all
% ls /livemnt/boot
boot ldlinux.sys Remove_LiLi.bat sysrcd.md5 version
bootdisk lili.ico SmartClean.ini usb_inst
bootprog ntpasswd syslinux usb_inst.sh
efi readme.txt sysrcd.dat usbstick.htm
% ls /livemnt/boot/syslinux
altker32 f3params.msg initram.igz maps rescue32
altker64 f4arun.msg isolinux.bin memdisk rescue64
boot.cat f5troubl.msg isolinux.cfg menu.c32 syslinux.cfg
chain.c32 f6pxe.msg isolinux.old netboot vesamenu.c32
f1boot.msg f7net.msg isolinux-orig.cfg pxelinux.0
f2images.msg ifcpu64.c32 kbdmap.c32 reboot.c32
Code: Select all
% uname -a
Linux sysresccd 3.10.30-std401-i586 #2 SMP Fri Feb 14 19:27:46 UTC 2014 i686 Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz GenuineIntel GNU/Linux
[EDIT] a quick hack is to edit sysresccd-custom and add a 'mv syslinux isolinux' to rename the subdir within /mnt/custom...