Previously, it was normal on IDE hard drives.
For a Lenovo branded computer, a SATA hard drive, in the BIOS it has been set as:
SATA mode : Legacy IDE
Lenovo Yangtian T5900V,
Hard drive: WD800BD
C: 40G NTFS primary partition
D: 30G NTFS
E: 3G FAT32
F: 7G FAT32 primary partition
GRUB4DOS is on drive F:
Special note: This is a one-key restore program downloaded from the internet, and it has been used for more than two months on other IDE hard drives,
Moreover, at the same time, when installing, the IDE is normal and the SATA is abnormal
This is the content of menu.lst
I want to start the one-key restore system
The result prompts:
[ Last edited by ww111222 on 2008-4-14 at 11:19 PM ]
For a Lenovo branded computer, a SATA hard drive, in the BIOS it has been set as:
SATA mode : Legacy IDE
Lenovo Yangtian T5900V,
Hard drive: WD800BD
C: 40G NTFS primary partition
D: 30G NTFS
E: 3G FAT32
F: 7G FAT32 primary partition
GRUB4DOS is on drive F:
Special note: This is a one-key restore program downloaded from the internet, and it has been used for more than two months on other IDE hard drives,
Moreover, at the same time, when installing, the IDE is normal and the SATA is abnormal
This is the content of menu.lst
find --set-root /boot/grub/menu.lst
#The above command is prepared for manual loading of the menu
default 0
timeout 2
#splashimage /Boot/Grub/Splash.gz
#foreground ffff00
fontfile /Boot/Grub/Fonts.gz
#cdrom --init
title One-key restore system
map --mem /Boot/IMG/OneKeygh/ghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title Boot Micro PE
chainloader /Boot/WXPE/LDRXPE
boot
title Restart the computer to restore normal boot
map --mem /Boot/img/reboot.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title Shutdown computer
halt
I want to start the one-key restore system
The result prompts:
map --mem /boot/img/onekeygh/ghost.img (fd0)
Warning: unrecognized 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: unrecognized partition table for drive 80. Please rebuild it using
a microsoft-compatible FDISK tool(err=7). Current C/H/S=16383/255/63
root
[ Last edited by ww111222 on 2008-4-14 at 11:19 PM ]

