BCDBootGUI, BootSectGui

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1318
Joined: Sun May 14, 2017 1:48 am

BCDBootGUI, BootSectGui

Post by AZJIO »

BootSectGui
Writes the bootloader to disk. Uses bootsect.exe and grubbootsect.exe.
Download
Image
Image

BCDBootGUI
Configures BCD, adds boot files to disk. Uses bcdboot.exe
Download
Image
hoangdiemtinh
User
User
Posts: 29
Joined: Wed Nov 16, 2022 1:51 pm

Re: BCDBootGUI, BootSectGui

Post by hoangdiemtinh »

I tested on Win10 x64, Legacy BIOS, BootSectGui show MBR for my GPT Disk.
Please fix.
AZJIO
Addict
Addict
Posts: 1318
Joined: Sun May 14, 2017 1:48 am

Re: BCDBootGUI, BootSectGui

Post by AZJIO »

hoangdiemtinh wrote: Mon Jul 17, 2023 9:01 am I tested on Win10 x64, Legacy BIOS, BootSectGui show MBR for my GPT Disk.
Please fix.
This program only works with MBR disks, since it was created a long time ago. This flag is not a definition of the type of your disk, this flag determines whether to write in PBR or MBR. You can click the "?" and read what the "\mbr" command line option does

I excluded 2 files because I don't know the license for them, so I made a GUI, and you can download the missing files separately.
Post Reply