Occasionally I've see the following error reported:
Extracting ISO ...
Parallel unsquashfs: Using 4 processors
183918 inodes (199170 blocks) to write
[=========================================================/] 199170/199170 100%
created 129699 files
created 17994 directories
created 54184 symlinks
created 7 devices
created 0 fifos
Extracting isorespin files ...
Updating bootloader/bootmanager ...
cp: cannot stat 'grub/boot': No such file or directory
cp: cannot stat 'iso-directory-structure/boot/grub/grub.cfg': No such file or directory
sed: can't read iso-refind/grub/grub.cfg: No such file or directory
cp: cannot stat '/refind/icons': No such file or directory
cp: cannot stat '/refind/refind_x64.efi': No such file or directory
cp: cannot stat '/refind/drivers_x64': No such file or directory
sed: can't read /refind/refind.conf-sample: No such file or directory
tee: iso-refind/refind.conf: No such file or directory
sed: can't read iso-refind/refind.conf: No such file or directory
cp: cannot stat '/mkrlconf': No such file or directory
tee: iso-directory-structure/preseed/ubuntu.seed: No such file or directory
Fetching mainline kernel packages ...
./isorespin.sh: line 2131: cd: /usr/src/linuxium/isorespin/test/7.3.3/isorespin: No such file or directory
./isorespin.sh: Cannot fetch mainline kernel index ... check your internet connection and try again.
however I've not been able to reproduce until now. It turns out it occurs when trying to download the rEFInd boot manager from 'SourceForge' as when that site experiences issues it is temporarily placed in static offline mode meaning downloads require the use of javascript to function. Unfortunately rather than recognizing this and exiting gracefully my script simply continued before erroring.
I've now updated my script to try an alternate download if this situation is encountered and a new version (7.3.4) of 'isorespin.sh' is now available for download.
Any issues or improvement suggestions are welcome.
Please donate if you find the script useful using the following link http://goo.gl/nXWSGf.
Extracting ISO ...
Parallel unsquashfs: Using 4 processors
183918 inodes (199170 blocks) to write
[=========================================================/] 199170/199170 100%
created 129699 files
created 17994 directories
created 54184 symlinks
created 7 devices
created 0 fifos
Extracting isorespin files ...
Updating bootloader/bootmanager ...
cp: cannot stat 'grub/boot': No such file or directory
cp: cannot stat 'iso-directory-structure/boot/grub/grub.cfg': No such file or directory
sed: can't read iso-refind/grub/grub.cfg: No such file or directory
cp: cannot stat '/refind/icons': No such file or directory
cp: cannot stat '/refind/refind_x64.efi': No such file or directory
cp: cannot stat '/refind/drivers_x64': No such file or directory
sed: can't read /refind/refind.conf-sample: No such file or directory
tee: iso-refind/refind.conf: No such file or directory
sed: can't read iso-refind/refind.conf: No such file or directory
cp: cannot stat '/mkrlconf': No such file or directory
tee: iso-directory-structure/preseed/ubuntu.seed: No such file or directory
Fetching mainline kernel packages ...
./isorespin.sh: line 2131: cd: /usr/src/linuxium/isorespin/test/7.3.3/isorespin: No such file or directory
./isorespin.sh: Cannot fetch mainline kernel index ... check your internet connection and try again.
however I've not been able to reproduce until now. It turns out it occurs when trying to download the rEFInd boot manager from 'SourceForge' as when that site experiences issues it is temporarily placed in static offline mode meaning downloads require the use of javascript to function. Unfortunately rather than recognizing this and exiting gracefully my script simply continued before erroring.
I've now updated my script to try an alternate download if this situation is encountered and a new version (7.3.4) of 'isorespin.sh' is now available for download.
Any issues or improvement suggestions are welcome.
Please donate if you find the script useful using the following link http://goo.gl/nXWSGf.