https://github.com/mintimate/bootflow
β¨ From BIOS to System, Simply Boot. A minimalist toolkit providing rescue mode and ISO boot management for cloud servers, supporting both x86 and ARM64 architectures.
https://github.com/mintimate/bootflow
grub linux rescue shell
Last synced: about 1 month ago
JSON representation
β¨ From BIOS to System, Simply Boot. A minimalist toolkit providing rescue mode and ISO boot management for cloud servers, supporting both x86 and ARM64 architectures.
- Host: GitHub
- URL: https://github.com/mintimate/bootflow
- Owner: Mintimate
- License: gpl-3.0
- Created: 2025-06-08T14:50:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-08T15:47:37.000Z (4 months ago)
- Last Synced: 2025-06-24T05:06:30.874Z (4 months ago)
- Topics: grub, linux, rescue, shell
- Language: Shell
- Homepage:
- Size: 278 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# BootFlow π
Minimal System Boot Toolset | "From BIOS to System, Simply Boot."[δΈζθ―΄ζ](README.md)
Scripts:
- boot2rescue.sh: Installs a rescue mode system on Linux setups (supports x86 and ARM64 architectures).
- boot2cbs.sh: Downloads or moves user-provided ISO files (system images) to a mounted cloud disk, enabling boot and loading via Grub.Repository Mirrors: [GitHub](https://github.com/Mintimate/bootflow)γ[CNB](https://cnb.cool/Mintimate/tool-forge/bootflow)
## Alpine Rescue Mode
Designed for cloud servers from cloud providers, allowing system access via rescue mode. Some cloud providers offer independent rescue modes (e.g., Tencent Cloud), in which case this tool is theoretically unnecessary.
```bash
bash -c "$(wget -qO- https://cnb.cool/Mintimate/tool-forge/bootflow/-/git/raw/main/boot2rescue.sh)"
```
> For high-version systems like Debian 12, the default reboot is a fast reboot, which may require using `reboot -f` to force a reboot to enter the Grub boot interface.
After installation, you can make selections in the boot menu:

## Mount ISO for Grub Boot
Designed for cloud servers from cloud providers, where a cloud disk is pre-mounted to automatically download ISO files, then boot into the ISO installation interface via Grub.
Prerequisite: **Pre-mount a cloud disk to automatically download ISO files. The script will automatically download or copy ISOs to the isos directory in the root of the cloud disk**.
```bash
# Download the script
wget https://cnb.cool/Mintimate/tool-forge/bootflow/-/git/raw/main/boot2cbs.sh
# Execute the script
bash boot2cbs.sh -i
```
After mounting, you can make selections in the boot menu:

## License
[](LICENSE)