系统提示进行修复linux根本没办进行引导盘修复知道种情况处理
面现错误信息:
windows
failed
to
start.
A
recent
hardware
or
software
change
might
be
the
cause.To
fix
the
problem
:
1.
Insert
your
windows
installation
disc
and
restart
your
computer.
2.Choose
your
language
srttings
and
then
click
"NEXT"
3.Click
"Repair
your
computer."
If
you
do
not
have
this
disc.
contact
your
system
administrator
or
computer
manufacturer
for
assistance.
File:\Boot\BCD
Status:0xc000000f
Info:
An
error
occurred
while
attempting
to
read
the
boot
configuration
data.
ENTER=CONTINUE
ESC=EXIT
详细步骤:
1 首先制作大白菜pe启动盘v1.8制作工具;
Windows7集成SP1微软原版光盘镜像下载
2 插上u盘,重启进入boot选项,选择第一启动usb启动。F10保存。重启。进入大白菜pe启动画面;
3 进入pe系统画面,选择桌面上的WIN系统安装器;
4 下面显示读取成功。选择安装的版本,选择格式化c盘,点击开始安装;
5 结束后提示是否进入系统安装阶段;
6 可以拔下u盘,系统安装按提示一路确定即可。
修复引导试试看gpt分区
使用命令
uefi+gpt
常用
bcdboot
c:\windows
/s
s:
/f
uefi
/l
zh-cn
解释:用dg等工具先将esp分区装载为s盘,从系统盘c:\windows目录中复制uefi格式的启动文件到esp分区中,修复系统。
各参数的具体含义:
c:\windows
系统安装目录,打开我的电脑,查看你的系统是安装在那个盘,就输入相应的盘符和目录。
/s
s:
指定esp分区所在磁盘,小编指定esp分区为t盘。
bios+mbr
常用
bcdboot
c:\windows
/l
zh-cn
解释:从系统盘c:\windows目录中复制启动文件,并创建bcd(中文)启动菜单,从而修复系统启动环境。
/f
uefi
指定启动方式为uefi,注意之间的空格一定要输入。
/l
zh-cn
指定uefi启动界面语言为简体中文
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)