Giter VIP home page Giter VIP logo

bootloader-crimes's Introduction

Bootloader Crimes

A web-based utility for building disposable Windows VMs

Demo Instance - Talk at CCCamp23

This utility allows you to configure a Windows VM using a web UI, then download a tiny disk image which contains a Linux-based stager and your configuration. If run, it will bootstrap an OS installation according to the configuration. It will deploy Windows 11 on a MBR partition with BIOS boot, which is somewhat cursed but functional and easy to use in hypervisors.

This repo contains both the frontend code for the web application, as well as the scripts that make up the bootstrap disk image.

Building

The disk image(s) are built by the ./utils/mkdisk.sh script. Besides some usual command line utilities, this script requires guestfish, syslinux and qemu-img. Once finished, images are output to ./build/images.

The web UI is kept in ./webapp and can be built by installing dependencies with npm i and then running webpack with npm run pack. When deploying on a server, make sure to also add the vmdk image and its manifest to the webroot.

bootloader-crimes's People

Contributors

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