Minimal System Boot Toolset | "From BIOS to System, Simply Boot."
Scripts:
Repository Mirrors: GitHub、CNB
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 -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:
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.
# Download the script
wget https://cnb.cool/Mintimate/tool-forge/bootflow/-/git/raw/main/boot2cbs.sh
# Execute the script
bash boot2cbs.sh -i <ISO file path/ISO download URL>
After mounting, you can make selections in the boot menu: