| 
 | 
扩展分区引导pe应该要用到如下第一种才行吧。。 
 
title   5, Find and load WinPE \n 此方法适合启动主分区和逻辑分区的PE 
find --set-root --ignore-floppies --ignore-cd /boot/H3PE/03g4d 
map --in-place ()+1 (hd0) 
map --hook 
chainloader --force /boot/H3PE/03g4d 
 
title   5, Find and load Windows \n 启动逻辑分区windows需修改boot.ini(rdisk(0))为1 
find --set-root --ignore-floppies --ignore-cd /ntldr 
map ()+1 (hd0) 
map (hd0) (hd1) 
map --harddrives=2 
map --hook 
chainloader (hd0,0)/ntldr 
 
title   5, Find and load WinPE \n 此方法适合启动任意主分区上的PE 
find --set-root --ignore-floppies --ignore-cd /boot/H3PE/03g4d 
map ()+1 (hd0) 
map --hook 
chainloader --force /boot/H3PE/03g4d  |   
 
 
 
 |