双系统,C盘已格成ext4,怎么把window从开机引导列表中删除?
Tofloor
poster avatar
zhaozhendong
deepin
2017-12-02 00:22
Author
本帖最后由 zhaozhendong 于 2017-12-1 17:05 编辑

原来是双系统,win10+deepin,小1年没进过win了,今天重装15.5时,把windows的C盘直接格式化成ext4了,
但装好deepin15.5后,开机时,引导列表内还有win存还,请问如何删除?


开机引导项:
deepin
deepin recover
deepin  option xxxxxxxx
windows   ----------------如何把这一项删掉

Reply Favorite View the author
All Replies
avatar
fliclumsy
deepin
2017-12-02 02:08
#1
终端里面运行
sudo update-grub
sudo grub-install /dev/sda      
Reply View the author
avatar
zhaozhendong
deepin
2017-12-04 18:44
#2
https://bbs.deepin.org/post/149348
终端里面运行
sudo update-grub
sudo grub-install /dev/sda

多谢,我试下
Reply View the author
avatar
fliclumsy
deepin
2017-12-04 18:57
#3
如果无效的话,直接编辑grub的文件也可以的
Reply View the author
avatar
zhaozhendong
deepin
2017-12-04 18:59
#4
https://bbs.deepin.org/post/149348
如果无效的话,直接编辑grub的文件也可以的

好的,我按上面的做过了,一会重启下看看 ,谢谢
Reply View the author