You are not logged in.
Pages: 1
Hello, I have the following errors with "tazusb gen-iso2usb" command.
cp: can't stat '/media/cdrom/boot/isolinux/*.kbd': No such file or directory
losetup: /dev/loopO: No such device or address
See my capture attached.
[attachment=44861,2512]
Offline
Open /usr/bin/tazusb as root in a text editor.
Change this on line 311:
[c]cp /media/cdrom/boot/isolinux/*.kbd $TARGET_ROOT/boot/$ST[/c]
To this:
[c]cp /media/cdrom/boot/isolinux/*kbd $TARGET_ROOT/boot/$ST[/c]
Save and exit
Offline
THIS IS A DRAG & DROP METHOD FOR WINDOWS!!
I once came across Xboot from pendrivelinux.com when I was trying to find something that would help me create multiboot USB or DVD easily
https://www.pendrivelinux.com/xboot-multiboot-iso-usb-creator/
One can create multiboot or a single OS, bootable USB flash drive with simple drag & drop
I have tested & found it working for Slitaz 5 rolling release.
Slitaz 4 didn't work for me but you might be luckier!!
Hope someone finds this helpful!
(The bootloader selection screenshot is taken from pendrivelinux.com, I captured the other)
[attachment=44906,2517] [attachment=44906,2518]
Offline
Pages: 1
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]