https://mbusb.aguslr.com/
let’s have our standard util-iso’s on one usb.
clonezilla, gparted, etc…
git clone the project, then from within the folder, prepare the usb.
per using the script:
./makeUSB.sh -b -e /dev/sdc ext4
Get bootable files
Once you have a bootable USB drive, it only remains to copy the bootable files (ISO or kernel) to the pendrive. […] save them into $mntusb/boot/isos.
WoeUSB (gui tool)
Windows USB installation media creator for the gnu/linux platform
sudo zypper in WoeUSB
commandline usage example:
sudo woeusb --workaround-bios-boot-flag -d Windows1809ALL.iso /dev/sdc
workaround flag ensures that the boot flag is set, because many legacy bios will skip the device if the flag is not set.
It is unclear why this is not enabled by default.
https://clonezilla.org/livehd.php
unzip /path/of/clonezilla.zip -d /chosen/directory/
mv /chosen/directory/live /chosen/directory/live-hd
/etc/grub.d/40_custom
menuentry "Clonezilla" {
set root=(hd0,2)
set livePath=/path/to/live-hd
set liveUUID=<PARTUUID>
linux $livePath/vmlinuz boot=live union=overlay username=user config components quiet noswap nolocales edd=on nomodeset ocs_live_run=\"ocs-live-general\" ocs_live_extra_param=\"\" keyboard-layouts= ocs_live_batch=\"no\" locales= vga=788 ip=frommedia nosplash live-media-path=$livePath bootfrom=/dev/disk/by-partuuid/$liveUUID toram=filesystem.squashfs
initrd $livePath/initrd.img
}
grub2-mkconfig -o /boot/grub2/grub.cfg
FreeDos [(per ArchWiki)]:
Procedure:
USB "Full" installer
from http://www.freedos.org/download/lsblk
dd if=FD12FULL.img of=/dev/sdX status=progress
(where X is the letter representing your USB stick as a block device, don’t write the image to a partition)fdisk -l
(you should see a single partition on a DOS disk with the bootable (“boot”) flag set)Once you are in the FreeDOS live installation environment:
"No - Return to DOS"
dir /w
dmidecode
when you’re back in linuxhttps://www.tecmint.com/change-modify-linux-disk-partition-label-names/
https://superuser.com/questions/1022992/how-to-change-a-usb-stick-name
ext2,3,4
sudo e2label /dev/sdb3 multiboot-repo
ntfs
ntfslabel /dev/sda5 NTFS_DIR
exfat
exfatlabel /dev/sda3 EX_PART