book/install-hyperbola/usb-booteable.md
2020-07-22 18:02:16 -05:00

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

  1. Create one partition entry in GPT

    parted

    (parted) mktable GPT

    (parted) quit

  2. Create a FAT32 filesystem on such partition and setup a label.

    mkfs.vfat -F 32 -n HYPER_v031

  3. Mount target filesystem.

    mount

  4. Extract ISO image on target filesystem.

    bsdtar -x --exclude=isolinux/ --exclude=EFI/hyperiso/ --exclude=hyperbola/boot/syslinux/ -f -C

  5. Unmount target filesystem.

    umount