All Projects → rzander → mOSD

rzander / mOSD

Licence: MIT license
modern OSD

Programming Languages

powershell
5483 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to mOSD

Dig Into Apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 903 (+1310.94%)
Mutual labels:  autopilot
Du Orbital Hud
Dual Universe HUD and Autopilot, with Atmospheric and Space features, and automatic interplanetary autopilot that will put you in a safe orbit for when you wake up
Stars: ✭ 132 (+106.25%)
Mutual labels:  autopilot
MeetNinja-Google-Meet-Bot
A super dope tool that attends your Google Meet(s) for you. Flawlessly handles scheduled multiple (subsequent) Meet sessions. Also disables the camera & microphone, and shows timestamps of joining & ending times for each Meet. Supported: Google Chrome / Mozilla Firefox running on Linux / Mac / Windows
Stars: ✭ 56 (-12.5%)
Mutual labels:  autopilot
Missionplanner
Mission Planner Ground Control Station (c# .net)
Stars: ✭ 1,059 (+1554.69%)
Mutual labels:  autopilot
Mavgcl
In-Flight Analysis for PX4
Stars: ✭ 96 (+50%)
Mutual labels:  autopilot
Marine Api
Java Marine API - NMEA 0183 library for Java
Stars: ✭ 174 (+171.88%)
Mutual labels:  autopilot
Px4 Autopilot
PX4 Autopilot Software
Stars: ✭ 5,090 (+7853.13%)
Mutual labels:  autopilot
ZeroPilot-SW
Software for WARG custom autopilot
Stars: ✭ 13 (-79.69%)
Mutual labels:  autopilot
Inav
INAV: Navigation-enabled flight control software
Stars: ✭ 1,830 (+2759.38%)
Mutual labels:  autopilot
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+65.63%)
Mutual labels:  winpe
Ets2autopilot
Autopilot for Euro Truck Simulator 2 using TensorFlow (OBSOLETE)
Stars: ✭ 56 (-12.5%)
Mutual labels:  autopilot
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (+35.94%)
Mutual labels:  autopilot
Dronin
The dRonin flight controller software.
Stars: ✭ 238 (+271.88%)
Mutual labels:  autopilot
Fmt firmware
Embedded Code of FMT Autopilot
Stars: ✭ 49 (-23.44%)
Mutual labels:  autopilot
installer
Installer front-end for Linux-based OSes
Stars: ✭ 163 (+154.69%)
Mutual labels:  oem
Ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
Stars: ✭ 6,637 (+10270.31%)
Mutual labels:  autopilot
Bbbmini
BeagleBone ArduPilot DIY Cape
Stars: ✭ 140 (+118.75%)
Mutual labels:  autopilot
FMT-Firmware
FMT Autopilot Embedded System
Stars: ✭ 207 (+223.44%)
Mutual labels:  autopilot
oem
Penalized least squares estimation using the Orthogonalizing EM (OEM) algorithm
Stars: ✭ 22 (-65.62%)
Mutual labels:  oem
Starrypilot
A lightweight autopilot software for Pixhawk
Stars: ✭ 243 (+279.69%)
Mutual labels:  autopilot

"modern" OS deployment (mOSD)

"Modern" also means simplified, that's why I will give you an example on how to setup Windows 10 with just the original source (ISO) and a few scripts… Like in the "old" days, where unattended setup was the standard way to setup an OS.

Quick Start

If you want to see mOSD (modern OSD) in action, just do:

  • download the original Windows 10 ISO (MSDN or VL Portal)
  • extract the ISO to your disk (or mount the ISO and copy the content to a writable Directory)
  • download mOSD.exe from https://github.com/rzander/mOSD/releases/latest and copy it into the extracted ISO folder.
  • run mOSD.exe to extract the content from the file.
  • rename autounattend_[your language].xml to autounattend.xml.
  • update Autopilot Profile Create Autopilot Profile According to https://www.petervanderwoude.nl/post/offline-windows-autopilot-deployment-profile/ and Update in "sources$OEM$$$\provisioning\Autopilot"
  • [OPTIONAL] Run rzTools\Split-WIM.cmd to split install.wim into two files with less than 4GB (Support FAT32 USB)
  • start rzTools\CreateISO.cmd as admin to create a new c:\W10.iso
  • use rzTools\rufus.exe to create a bootable USB stick from the c:\W10.iso
  • boot W10.ISO or the created USB Stick...

Note: The system will automatically poweroff at the end of the setup before OOBE is starting.

Why do we need that?

Because it's:

  • super fast (Win10, Office356, 7-Zip, AdobeReader, Chrome, VSCode … in less than 15min on a VM)
  • independent
    • loads all files from a local media (USB) and/or internet
    • does not require any Servers -> great for Desaster-Recovery scenarios
    • independent of the OS Build, and Language
  • Out of the box
    • useful to reproduce Issues from Corp. Images (without any GPO's etc.)
    • performance benchmarks (compare an OutOfBox W10 vs your corporate W10)
  • Easy to create
  • fully unattended
    • An end user will be able to rebuild a client.

read more on: https://rzander.azurewebsites.net/modern-os-deployment-mosd/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].