|
UEFI的主板,PE下安装32位Win7 x86(XP x86也是),开机无法从硬盘引导进入系统,但通过U盘的Grub引导能进
格式化掉原Win7 x64。
在PE下安装了32位Win7 x86旗舰版(全新安装,非ghost)。
BIOS中已经设置为legacy模式。
硬盘模式为AHCI或者IDE都试过。
硬盘已经格式化为MBR分区。
C盘是激活的,为主分区,其他为扩展分区,无隐藏分区。
【问题】
开机无法从硬盘引导进入系统。BIOS画面过后,错误提示如下:
-------------
a disk read error occurred
press ctrl+alt+del to restart
-------------
但通过U盘的Grub引导能进C盘系统。
-------------
title [0] LOCAL SYSTEM WinXP
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr
-------------
用diskgenius重建MBR也没有用。
但是用U盘启动,选择从本地XP启动又可以正常进入系统。
遇到过两台机器是这样的了,一台笔记本,一台台式机。
有坛友遇到过这种情形吗?什么原因,如何解决?
|
|