
如何取得 Boot-Repair: 無論您的磁碟上安裝了什麼作業系統
使用 Boot-Repair 光碟(USB或DVD)啟動。 Boot-Repair 將自動啟動。
或使用 Ubuntu(或其衍生版本)光碟(USB或DVD)啟動。使用以下命令將 Boot-Repair 安裝到該光碟中。
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-repair && boot-repair
sudo apt install -y wget;
wget -O- https://sourceforge.net/projects/boot-repair/files/key.gpg | sudo tee /etc/apt/keyrings/boot-repair.gpg;
echo 'deb [signed-by=/etc/apt/keyrings/boot-repair.gpg] https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu resolute main' | sudo tee /etc/apt/sources.list.d/boot-repair.list;
sudo apt update && sudo apt install -y boot-repair && boot-repair
如何使用 Boot-Repair:
啟動 Boot-Repair,然後點選「建議修復」按鈕。修復完成後,記下印在紙上的 URL(例如 paste.ubuntu.com/xxxxx),然後重新啟動並檢查是否恢復了對作業系統的存取。如果修復失敗,請在作業系統支援論壇中提供該 URL 以取得協助。
警告:進階選項的預設設定即為「建議修復」的預設值。更改這些設定可能會使問題更加嚴重。請勿在諮詢專業人士之前進行修改。
支援本專案: 翻譯、提交修補程式、透過 Paypal 或 Liberapay 進行捐贈。
免責聲明: Boot-Repair 的發布旨在希望它能有所幫助,但不提供任何保證。 Boot-Repair 會將日誌和備份寫入磁碟,收集關於其使用的匿名統計資料,並建立包含基本系統資料(例如分割標籤、UUID 和掛載點)的 Pastebin。




