peng167 发表于 2018-6-29 17:13:29

实在搞不来三分区双启动加载数据区VHD系统的方法

算是会点DOS命令的,但实在搞不来这东西,加上ISO又不能检测写入U盘,头痛啊。请帮帮忙,各位大侠。pxe detect
configfile
default 0
timeout 0

title find /menu.lst, /idnd/grub/menu.lst, /grub/menu.lst
        errorcheck off
        configfile /idnd/grub/menu.lst
        configfile /grub/menu.lst
        if "%@root%"=="(ud)" && calc *0x82A0=*0x82b9&0xff
        if "%@root:~1,1%"=="f" && find --set-root --devices=f /menu.lst && configfile /menu.lst
        find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
        find --set-root --ignore-floppies --ignore-cd /idnd/grub/menu.lst && configfile /boot/idnd/menu.lst
        find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
        errorcheck on
        commandline

title commandline
        commandline

title reboot
        reboot

title halt
        halt
上面是电脑店制作出来的三分区U盘,能怎么搞个引导进入VHD系统的方法吗?

nkc3g4 发表于 2018-7-2 23:26:13

可以搜索下GRUB4DOS 怎么启动VHD。
好像不能直接启动,要通过bootmgr

peng167 发表于 2018-7-3 16:44:16

nkc3g4 发表于 2018-7-2 23:26
可以搜索下GRUB4DOS 怎么启动VHD。
好像不能直接启动,要通过bootmgr

好的,谢谢。

后边找到个贴子,说什么0PE的,能支持UEFI和BIOS启动了,算是好了不搞了。
页: [1]
查看完整版本: 实在搞不来三分区双启动加载数据区VHD系统的方法