Page 1 of 1

ReactOS own bootsec

Posted: Mon Jan 15, 2018 9:34 am
by reactosuser7
In Rufus LiveUSB creator utility, when doing a LiveUSB from ReactOS live iso, it uses Windows 7 MBR.

And when formatting a USB with 'Creating boot disk with' 'ReactOS' option, it uses Windows 7 Master Boot Record too, and
writes 'autorun.ico' and 'autorun.inf' with:

Code: Select all

; Created by Rufus 2.18.1213
            ; https://rufus.akeo.ie
              [autorun]
              icon = autorun.ico
              label =  REACTOS 
and freedlr.sys must abviously be, with the rest of ReactOS files.


Could ReactOS has its own MBR command like ' bootsec ' ?