Code Monkey home page Code Monkey logo

multiboot's Introduction

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

multiboot's People

Contributors

0xaf avatar

Stargazers

 avatar

Watchers

 avatar  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.