|
在 以前的 IDE 硬盘上 都正常,
联想品牌机, SATA硬盘, 在BIOS里 已经设置为:
SATA mode : Legacy IDE
联想 扬天 T5900V,
硬盘:WD800BD
C: 40G NTFS 主分区
d: 30G NTFS
e: 3G FAT32
F: 7G FAT32 主分区
GRUB4DOS 在 F盘
特别备注: 这是从 网上下载的 一键还原 程序, 在别的 IDE 硬盘上已经用了2个多月了,
而且同时 装机 IDE 正常 ,SATA不正常
这是 menu.lst的内容
Quote: | find --set-root /boot/grub/menu.lst
#以上命令为手工加载菜单时准备
default 0
timeout 2
#splashimage /Boot/Grub/Splash.gz
#foreground ffff00
fontfile /Boot/Grub/Fonts.gz
#cdrom --init
title 一键还原系统
map --mem /Boot/IMG/OneKeygh/ghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title 启动Micro PE
chainloader /Boot/WXPE/LDRXPE
boot
title 重新启动计算机,恢复正常引导
map --mem /Boot/img/reboot.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title 关闭计算机
halt |
|
我要启动 一键还原系统
结果提示:
Quote: | map --mem /boot/img/onekeygh/ghost.img (fd0)
Warning: unreognized partition table for drive 80. Please rebuild it using
a microsoft-compatible FDISK tool(err=7). Current C/H/S=16383/255/63
FAT16 BPB found with 0xEB (jmp) leading the boot sector.
Warning: BPB total_sectors(17280) is greater than the number of sectors in the
whole disk image (17220). The int13 handler will disable any read/write operations
across the image boundary. That Means you will not be able to read/write sectors
(in absolute address, i.e., lba) 17220-17279, though they are logically inside your
file system.
probed C/H/S = 240/2/36, probed total sectors = 17280
floppies_orig=0, harddrives_orig=1, floppies_curr=1, harddrives_curr=1
mpa --hook
chainloader (fd0)+1
rootnoverify (fd0)
Warning: unreognized partition table for drive 80. Please rebuild it using
a microsoft-compatible FDISK tool(err=7). Current C/H/S=16383/255/63
root |
|
[ 本帖最后由 ww111222 于 2008-4-14 11:07 PM 编辑 ] |
|