My hard disk partitions:
Primary partition 1 (10G) Primary partition 2 (20G) Logical partition 1 (40G) Logical partition 2 (78G) Primary partition 3 (1G)
I used to write Grub4dos to the MBR for booting, and Grub4dos is placed in Primary partition 3. The menu is written as follows:
timeout 30
default 0
title Windows 7
root (hd0,1)
makeactive
chainloader +1
title Windows XP
root (hd0,0)
makeactive
chainloader +1
title Win 7 PE
map --mem /iso/win7pe_x86_cn_net_standard_with_tools_3.1.091009-1300.7600.16385.iso (hd32)
map --hook
chainloader (hd32)
title Reboot
reboot
title Shut down
halt
Both XP and W7 can boot normally. Now there are two problems: 1. The win7pe_x86_cn_net_standard_with_tools_3.1.091009-1300.7600.16385.iso (695M) in the /iso directory of Primary partition 3, with 2GB of memory, after booting to "Starting Windows", it ends and no mouse appears. This win7pe_x86_cn_net_standard_with_tools_3.1.091009-1300.7600.16385.iso file is good, and I can test it to be usable. 2. The halt command cannot make my computer shut down. What should I do?
Please ask all the experts, give some suggestions and help me make some changes.
Primary partition 1 (10G) Primary partition 2 (20G) Logical partition 1 (40G) Logical partition 2 (78G) Primary partition 3 (1G)
I used to write Grub4dos to the MBR for booting, and Grub4dos is placed in Primary partition 3. The menu is written as follows:
timeout 30
default 0
title Windows 7
root (hd0,1)
makeactive
chainloader +1
title Windows XP
root (hd0,0)
makeactive
chainloader +1
title Win 7 PE
map --mem /iso/win7pe_x86_cn_net_standard_with_tools_3.1.091009-1300.7600.16385.iso (hd32)
map --hook
chainloader (hd32)
title Reboot
reboot
title Shut down
halt
Both XP and W7 can boot normally. Now there are two problems: 1. The win7pe_x86_cn_net_standard_with_tools_3.1.091009-1300.7600.16385.iso (695M) in the /iso directory of Primary partition 3, with 2GB of memory, after booting to "Starting Windows", it ends and no mouse appears. This win7pe_x86_cn_net_standard_with_tools_3.1.091009-1300.7600.16385.iso file is good, and I can test it to be usable. 2. The halt command cannot make my computer shut down. What should I do?
Please ask all the experts, give some suggestions and help me make some changes.
