|
u盘usb-hdd 启动,使用dm,终于OK啦,大家参考下,在网上学习的
title 1: 运行 DM9.57万用版 (usb-hdd)
find --set-root /boot/dm.img
map --mem /boot/dm.img (fd0)
map (hd0) (fd1)
map (hd1) (hd0)
map --floppies=2
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 2: 运行 PartitionMagic 8.05c (usb-hdd)
find --set-root /boot/pm805.img
map --mem /boot/pm805.img (fd0)
map (hd0) (fd1)
map (hd1) (hd0)
map --floppies=2
map --hook
chainloader (fd0)+1
rootnoverify (fd0) |
|