7 مستودعات
The process of preparing external storage devices with system images to enable hardware booting.
Distinct from Bootable Image Browsers: Focuses on the end-to-end creation of bootable media rather than just browsing or executing images.
Explore 7 awesome GitHub repositories matching operating systems & systems programming · Bootable Media Creation. Refine with filters or upvote what's useful.
Etcher is a disk image writer and operating system flashing tool used to create bootable USB drives and SD cards. It transfers binary system images to physical external media, enabling computers or microcontrollers to boot from the prepared storage. The application includes system drive protection to prevent the accidental erasure of internal hard drives by filtering available storage devices based on metadata. It also performs data verification by comparing written bytes against the source image to ensure no corruption occurred during the flashing process.
Prepares external storage devices with system images so computers or microcontrollers can boot from them.
ReactOS is an open-source operating system designed to be binary compatible with Windows applications and drivers. It consists of a low-level system kernel that manages hardware resources and a binary compatibility layer that enables the execution of software designed for the Windows binary interface. The project implements a cross-platform build system and toolchain for compiling and deploying bootable operating system images across different hardware architectures. This includes the use of cross-compilation toolchains and a hardware-abstraction layer to support various processor and motherb
Prepares bootable disc images for deployment on physical or virtual hardware environments.
This project is a suite of specialized utilities for automating Windows operating system deployment, media generation, and the removal of hardware installation constraints. It functions as an installation media automator for downloading and creating bootable USB drives or ISO images across multiple OS versions. The tool provides capabilities to bypass system requirements by patching installation files to remove TPM and other hardware compatibility checks for unsupported systems. It also acts as an upgrade wrapper, using registry adjustments to perform unattended operating system upgrades whil
Automates the preparation of bootable USB drives and ISO images for Windows installation.
This project is a Windows security removal tool designed to permanently disable and delete antivirus services and security monitoring components from the operating system. It functions as a system performance optimizer and policy manager to remove security mitigations and clear policy files that restrict application execution. The tool includes a Windows ISO customizer that embeds configuration files and unattended installation scripts into bootable images. This allows security features to be bypassed and services to be disabled before the initial system boot. The software covers broad capab
Creates bootable media that embeds configurations to disable security services before initial boot.
gibMacOS is a Python-based suite of utilities used to fetch official macOS installation files and recovery components directly from Apple servers. Its primary purpose is to download system images and assemble them into bootable recovery USB drives. The tool specifically enables the creation of macOS recovery media from a Windows environment. It achieves this by using disk imaging and compression tools to flash the retrieved system components onto external USB storage. The project manages its own environment by automating the resolution and installation of required Python dependencies at runt
Prepares external storage devices with downloaded macOS components to enable hardware booting.
WinDiskWriter هو أداة متخصصة لإنشاء وسائط تثبيت Windows قابلة للإقلاع من بيئة macOS. يقوم بكتابة صور نظام التشغيل على محركات أقراص USB مع توفير الدعم لواجهات الإقلاع UEFI و Legacy BIOS. تتضمن الأداة مقسماً للملفات لتقسيم ملفات التثبيت التي يزيد حجمها عن أربعة جيجابايت، مما يضمن التوافق مع محركات أقراص الإقلاع المهيأة بنظام FAT32. كما توفر أداة لتجاوز الأجهزة تقوم بتعديل مثبتات Windows 11 لإزالة متطلبات TPM 2.0 و Secure Boot. يدير البرنامج كتابة صور القرص منخفضة المستوى وتكامل محمل الإقلاع (bootloader). ويتعامل مع تصحيح متطلبات النظام وتعديل ملفات التثبيت لتمكين الإقلاع على الأجهزة غير المدعومة أو القديمة.
Prepares external USB storage devices with Windows system images to enable hardware booting.
هذا المشروع عبارة عن دليل تقني شامل لتثبيت macOS على أجهزة x86 غير تابعة لـ Apple باستخدام محمل الإقلاع OpenCore. يعمل كدليل تهيئة لمحاكاة أجهزة Apple وتصحيح برامج النظام الثابتة لتحقيق توافق نظام التشغيل على أجهزة الكمبيوتر الشخصية. توفر الوثائق تعليمات مفصلة لمحاكاة أجهزة SMBIOS، بما في ذلك توليد معرفات النظام وملفات تعريف النموذج. تغطي تطبيق تصحيحات جدول ACPI لتمكين إدارة الطاقة الأصلية وتعديل خدمات وقت تشغيل UEFI لحل مشكلات خريطة الذاكرة وحماية الكتابة. يفصل المورد بشكل أكبر توافق الأجهزة لمكونات الشبكات والرسومات والصوت، بالإضافة إلى إدارة ملحقات النواة. يتضمن إرشادات حول تهيئة محمل الإقلاع، وإنشاء مثبتات قابلة للإقلاع، واستخدام التسجيل المطول ومجموعات تصحيح الأخطاء لاستكشاف أخطاء ذعر النواة وإصلاحها.
Guides the creation of USB drives containing system images for the installation process.