黑猴子的家:window7+centos7双系统,卸载centos7系统

黑猴子的家:window7+centos7双系统,卸载centos7系统,第1张

思想,不能直接格式化centos7,需要先修复window7引导。

双击运行DiskGenius ->选择硬盘 ->重建主引导记录(MBR)->格式化linux所在分区

打完收工,window7成功引导,centos7成功卸载

解决安装win7和CentOS7双系统不显示windows启动项问题:

修改/etc/grub.d里的40_custom文件

#!/bin/sh

exec tail -n +3 $0

# This file provides an easy way to add custom menu entries. Simply type the

# menu entries you want to add after this comment. Be careful not to change

# the 'exec tail' line above.

menuentry 'windows 7 ultimate'{

set root=(hd0,1)

chainloader +1

boot

}

保存,运行grub2-mkconfig -o /boot/grub2/grub.cfg(root权限下)


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/6981865.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-31
下一篇 2023-03-31

发表评论

登录后才能评论

评论列表(0条)

保存