📌  相关文章
📜  删除 debian gnu linux - 继续安装过程 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:43.108000             🧑  作者: Mango

代码示例1
Open command prompt: cmd
Type bcdedit (as Marcos suggested)
You will find the booting partitions (this term doesn't really exist)
Spot the partition that says "Continue with installation" 
as a description
Copy its {identifier} (yeah, that long number)
Finally, type bcdedit /delete {identifier}, 
where in the place of identifier you have to put the identifier you
selected. (Make sure to keep the identifier between braces {..} ).
Type bcdedit to confirm deletion