|
From: Andrzej O. <an...@ma...> - 2012-04-13 17:59:57
|
Paolo Spizzirri wrote: > This is the error during installation > > Installing syslinux MBR > 0+1 records in > 0+1 records out > 440 bytes (440 B) copied, 8,8489e-05 s, 5,0 MB/s > installing SysLinux boot sector > ./install-on-usb: line 435: > /home/paolo/develop/devil-linux-1.6.0/tmp-install2usb/iso-mnt/boot/syslinux/syslinux: > cannot execute binary file > Install failed! > syncing and unmounting (this could take a while) Paolo, As you can see, in install-on-usb script boot sector is installed by syslinux executable from temporarily mounted installed image. But if bitness of installed image is 64 and host system has bitness 32, this file cannot be executed. Workaround: 1. first time install boot-sector from the same bitness 2. if you need other bitness, than installed, mount (or remount,rw if you don't use runfromram) boot partition and copy image with desired bitness to it but with additional extension ".new"; after reboot kernel will be substituted to new bitness. 3. next time you will have adequate bitness to following instalations Regards -- Andrzej Odyniec |