Git Product home page Git Product logo

packer-reactos's Introduction

Packer Qemu Builder for ReactOS

This is a an early version of my attempt to build KVM images from ReactOS ISOs.

Prerequisites

Howto

Download the images

Note
Currently only RC and nightly images work the boot CDs for 0.4.13 are bluescreening!

Build images

Fully automated with rake

Simple build with rake
rake
Build only nightly
rake BUILD=nightly
Tip
With rake the environment variables PACKER_LOG=1 and PACKER_LOG_PATH=logs/reactos-<release>.log will be set for better debugging.
Clean up
rake clean:all

Removes logs, os images and all but the most recent iso downloads.

Clean logs
rake clean:logs
Clean images
rake clean:images
Clean ISO Files
rake clean:isos

Manual build

  • Download the zipped ISO images from the respective websites, unpack them to the iso/reactos directory.

  • Further checksum them with sha256sum and modify the values in the reactos-<release>.pkrvars.hcl files.

  • Inject a modified the unattend.inf file into the iso as outlined here.

Simple build manually
packer build -var-file="reactos-rc.pkrvars.hcl" \
  -only="*.reactos-rc" reactos.pkr.hcl
packer build -var-file="reactos-nightly.pkrvars.hcl" \
  -only="*.reactos-nightly" reactos.pkr.hcl

Known issues

  • Release candidate builds are currently using 0.4.14-RC releases the 0.4.15 RC are not yet online.

  • The nightly x64 (0.4.15) are building a working image but the finished machine is still quite buggy.

  • Occasionally the nightly builds won’t work as expected. As it is always on the latest commit some bumps in the road are to be expected.

Todo

  • ❏ Install virtio drivers

packer-reactos's People

Contributors

github-actions[bot] avatar uroesch avatar

Stargazers

 avatar  avatar

Watchers

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