Giter VIP home page Giter VIP logo

haftian's Introduction

H. Aftian

A utility to create a BlankOn UEFI bootable USB.

Steps

  1. Get haftian
  2. Prepare your BlankOn .ISO
  3. Prepare your USB disk (this will be handled later) as GPT with 1 partition, formatted with FAT32 and mount it to somewhere
  4. Run haftian:
cd /where/you/put/haftian/
sudo ./haftian /where/is/your.iso.file /where/you/mount/your/usb.disk
  1. Reboot and try

LICENSE

haftian is in public domain but it contains files from GRUB which are licensed in GPL3.

Tips

This is how I prepare my USB disk. Note that # is Linux prompt and (parted) is GNU Parted prompt.

# sudo parted /dev/your/usb/device

(parted) mktable gpt
(parted) mkpart efi fat32 1 -1
(parted) toggle 1 boot
(parted) p 
Model: SanDisk Ultra (scsi)
Disk /dev/sdb: 8004MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name  Flags
 1      1049kB  8004MB  8003MB  fat32        efi   boot, esp
(parted) quit
# sudo mkfs.vfat -F32 /dev/your/usbdevice1    # <---- Don't forget to put partition number, if your usb disk is in /dev/sdb then this should be mkfs.vfat -F32 /dev/sdb1
# sudo mount /dev/your/usbdevice1 /mnt

haftian's People

Contributors

mdamt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.