本帖最后由 522235677 于 2014-4-8 21:40 编辑
我要导出U盘的MBR,有谁用过这个的,说说
下面这几个命令,运行后都是直接打开该程序,没有实际的效果- C:\Users\Admin\Desktop>booticex86
-
- C:\Users\Admin\Desktop>booticex86 device=h: /backup /file=0.txt
-
- C:\Users\Admin\Desktop>booticex86 bootice device=h: /backup /file=0.txt
-
- C:\Users\Admin\Desktop>booticex86 device=[h:] /backup /file=0.txt
-
- C:\Users\Admin\Desktop>booticex86 device=[1:1^|h:] /backup /file=0.txt
-
- C:\Users\Admin\Desktop>booticex86 device=[h:] /backup /file=0.txt /quiet
-
- C:\Users\Admin\Desktop>booticex86 /diskinfo
-
- C:\Users\Admin\Desktop>booticex86 BOOTICE /diskinfo
-
- C:\Users\Admin\Desktop>booticex86 /BOOTICE /diskinfo
复制代码 命令行参数说明
────────────────────────────────
BOOTICE [DEVICE] [/mbr, /pbr, /sectors, /partitions] [parameters]
────────────────────────────────
【DEVICE】
────────────────────────────────
/DEVICE=[m:n | X:]
────────────────────────────────
m:n >> 指定磁盘m上的分区n (m: 0,1,2...; n: Grub4Dos 风格,0,1,2...)
X: >> 盘符,通过盘符来指定磁盘号和分区号.
【MBR 操作】
────────────────────────────────
BOOTICE [DEVICE] /mbr [/install /backup /restore] [parameters]
────────────────────────────────
/install >> 安装某种 MBR 代码到磁盘上,需要 /type= 参数.
/type=[wee, GRUB4DOS, grub2, 1jf9z, 1jf9k, plop, usbhdd+,
usbzip+, nt52, nt60]
如果没有指定 /type= 参数,程序将停在 MBR 界面等待用户操作.
/menu=xxx.lst >> 指定 WEE 的菜单文件
/backup >> 备份 MBR 到磁盘文件,需要 /file= 参数.
/file=xxx >> 文件名,全路径名称或相对路径名称.
/sectors=n >> 指定要备份的扇区数.
/restore >> 从 文件恢复 MBR,需要 /file= 参数.
/file=xxx >> 文件名,全路径名称或相对路径名称.
/keep_dpt >> 恢复时保留原磁盘签名和分区表.
/boot_file=xxx >> 指定启动文件,适用于 GRUB4DOS. |