0xAF / multiboot

0xAF MultiBoot USB, set of instructions and configuration files to create a MultiBoot USB Drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0xAF MultiBoot USB


0xAF MultiBoot USB, set of instructions and configuration files to create a MultiBoot USB Drive.


Install

Information comes from pendrivelinux.com

  1. export USBDRIVE=/dev/sdX
  2. prepare one fat32 (type: c) partition on $USBDRIVE, set it bootable
  3. mkfs.vfat -F 32 -n MULTIBOOT ${USBDRIVE}1
  4. mkdir /mnt/USB && mount ${USBDRIVE}1 /mnt/USB
  5. grub2-install --force --no-floppy --boot-directory=/mnt/USB/boot $USBDRIVE
  6. copy and overwrite all files on USB drive with this repository
  7. checkout boot/grub/files.cfg, to download some images

Test

I'm testing the USB drive with QEMU: qemu-system-x86_64 -enable-kvm -smp 4 -m 256 -hda /dev/sdc. Use min 1024MB RAM to test Hiren's Boot CD (-m 1024)


Some ideas

About

0xAF MultiBoot USB, set of instructions and configuration files to create a MultiBoot USB Drive

License:The Unlicense