xorangekiller is the solo, open-source imprint of developer Karl Lenz, focused on low-level system utilities that quietly solve very specific disk-management headaches. Its single public offering, gptgen, addresses the classic problem of aging MSDOS-style MBR partitions that have hit their 2 TB or four-primary-limit ceiling; the utility rewrites the on-disk structures to the modern GPT (GUID Partition Table) layout without touching the actual file data, letting older Windows workstations, external drives, or cloned virtual disks boot on UEFI hardware and address full disk capacity. Typical use cases include IT technicians who need to migrate BIOS-based Windows 7/10 installations to new 4 TB NVMe drives, hobbyists modernizing retro gaming rigs for larger SSDs, or administrators preparing MBR-based virtual machines for secure-boot environments. Because gptgen works in-place and preserves existing NTFS, FAT32, or ext volumes, it is often slipped into Windows PE rescue sticks or automated MDT task sequences as a pre-imaging step. The codebase is deliberately lightweight, command-line driven, and licensed under GPL, reflecting Lenz’s preference for transparent, scriptable tools over GUI wizards. xorangekiller software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest version and supporting unattended batch installation of multiple applications.
A tool for converting hard drives partitioned by the MSDOS-style "MBR" scheme to the GPT (GUID partition table) partitioning scheme, while retaining all data on the hard disk.
Details