|
to Mr. Pauly
Sir , i want to ask you something ,
what will be the format for the following , command line option i mean .
i want to install grub4dos to the HDD ,i want to specify two options there .
boot prev MBr first and Boot file .
BOOTICE HDD# /mbr /install type=grub4dos /boot-prevmbr-first //boot_file=mrldr
is the above good entry ?
also isn't there a command to restore the previous mbr just like the command in grubinst\ ???
edit :
technically following is what i want to shift to BOOTICE . it is autoit code from a chinese friend .
RUNWAIT(@COMSPEC&" /c grubinst --restore-prevmbr (hd"&$HD&")",$DRIVER,@SW_HIDE)
SLEEP(500)
RUNWAIT(@COMSPEC&" /c grubinst.exe --force-backup-mbr --boot-prevmbr-first --time-out="&$TIMEOUT&" --hot-key="&$HOTKEY&" --mbr-disable-floppy --boot-file=zbotr (hd"&$HD&")",$DRIVER,@SW_HIDE)
i want to shift to BOOTICE ,because bootice worked on win 7 64bit ,while grubinst did not work .
Regards,
Maanu from Pakistan
[ 本帖最后由 maanu 于 2010-7-22 19:49 编辑 ] |
|