
CODE: [Copy to clipboard]for /f "tokens=2 delims={}" %%a in ('bcdedit /create /d "GRUB" /application bootsector') do (set guid=%%a)
bcdedit /set {%GUID%} device partition=C:
bcdedit /set {%GUID%} path \grldr.mbr
bcdedit /displayorder {%GUID%} /addlast
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |