bootmgr引导linux

 

把linux引导记录安装到分区而不是mbr,然后把引导记录导出到文件。

linux命令:

dd if=/dev/sdx of=linux.mbr bs=512 count=1

win 操作:

bcdedit /create /d description /application bootsector
bcdedit /set {id} device partition=c:
bcdedit /set {id} path \grldr.mbr
bcdedit /displayorder {id} /addlast