GParted Live
1.6.0-3Partition editor. Resize, move, copy, create, delete partitions on a running system.
每个版本都提供:Docker 镜像、从最新 GitHub release 实时拉取的静态 Linux 二进制,以及一个 2 GiB 可烧录到 U 盘的设备镜像 (Alpine + bootimus,开机即用)。工具单独镜像,这样管理 UI 拉取时不必担心上游限速。
bd6bb20064a9…da60428b 9ae32dc6caa0…0640bc92 4e52d515f9f0…9c3dacd7 # Fetch + verify (latest release tag) $ TAG=$(curl -s https://api.github.com/repos/garybowers/bootimus/releases/latest | jq -r .tag_name) $ echo $TAG v0.1.70 $ curl -LO https://github.com/garybowers/bootimus/releases/download/$TAG/bootimus-linux-amd64 $ curl -LO https://github.com/garybowers/bootimus/releases/download/$TAG/SHA256SUMS $ sha256sum -c SHA256SUMS --ignore-missing bootimus-linux-amd64: OK # Or pull the container $ docker pull garybowers/bootimus:0.1.70 $ docker pull garybowers/bootimus:latest
这些是 netboot-ready 的镜像,管理 UI 可按需下载并作为 PXE 菜单项呈现。镜像在 dl.bootimus.com 上,这样在跑救援任务时就不必依赖上游可用性。上游 URL 仍是权威来源 — 任何镜像 URL 都可以在工具页面里覆盖。
Partition editor. Resize, move, copy, create, delete partitions on a running system.
Disk cloning and imaging. Bare-metal backup and restore over the network.
RAM diagnostics. Pre-boot memory test, UEFI + BIOS.
Full rescue toolkit. File recovery, disk repair, network diagnostics, partition tools.
Secure disk wiping. nwipe-based. DoD 5220.22-M, Gutmann, custom passes.
Chainloads into hundreds of OS installers, live distros, and utilities.
管理 UI 读取 /api/manifest.json 来检查更新和列出可用工具。Schema 稳定 — 不做大版本升级就不会重命名字段。二进制的权威来源是 GitHub Releases API;这个端点只是做规范化并合入静态部分 (Docker 标签、设备镜像、镜像工具)。
$ curl -s https://bootimus.com/api/manifest.json | jq '.release.version, (.release.artifacts | length)' "0.1.70" 6 $ curl -s https://bootimus.com/api/manifest.json | jq -r '.tools[] | [.name, .version, .mirror] | @tsv' GParted Live 1.6.0-3 https://dl.bootimus.com/tools/gparted/gparted-live-1.6.0-3-amd64.iso Clonezilla Live 3.2.0-5 https://dl.bootimus.com/tools/clonezilla/clonezilla-live-3.2.0-5-amd64.iso Memtest86+ 7.00 https://dl.bootimus.com/tools/memtest/memtest86plus-7.00.iso SystemRescue 11.00 https://dl.bootimus.com/tools/systemrescue/systemrescue-11.00-amd64.iso ShredOS 2024.12 https://dl.bootimus.com/tools/shredos/shredos-2024.12.iso netboot.xyz rolling https://dl.bootimus.com/tools/netbootxyz/netboot.xyz.efi