653 B
653 B
MRB
It's easy:
$ dd if=hyperbola-milky-way-v0.2.1-dual.iso of=/dev/sdb bs=1M status=progress && sync
GPT
-
Create one partition entry in GPT
parted
(parted) mktable GPT
(parted) quit
-
Create a FAT32 filesystem on such partition and setup a label.
mkfs.vfat -F 32 -n HYPER_v031
-
Mount target filesystem.
mount
-
Extract ISO image on target filesystem.
bsdtar -x --exclude=isolinux/ --exclude=EFI/hyperiso/ --exclude=hyperbola/boot/syslinux/ -f -C
-
Unmount target filesystem.
umount