Quickpay

Pricing News Helpdesk Developers Log in Sign up

Product

POS solutions Payment methods Integrations Partner program

Bootice Manual: Better Mastery for Partition & Boot Management

In the world of low-level system utilities, few tools are as powerful—or as intimidating—as Bootice. Developed by Pauly, this tiny Windows application is a swiss army knife for everything related to the Master Boot Record (MBR), GUID Partition Table (GPT), bootloaders (GRUB4DOS, GRUB2, Windows NT), and VHD/VHDX files. However, the tool’s cryptic interface and lack of an integrated, beginner-friendly guide often force users to search for a “Bootice manual better” explanation—one that goes beyond simple button translations.

This article is that manual. If you want to get better at using Bootice—whether to repair a broken Windows bootloader, manage dual-boot systems, or backup your partition tables—read on.

Critical Pre-Work (Better Safe Than Sorry)

Before any operation:

  1. Back up the current MBR/PBR – In the MBR or PBR window, click "Backup MBR" and save the 512-byte file.
  2. Know your firmware – Run msinfo32 → BIOS Mode: UEFI or Legacy.
  3. Have Windows installation media – A bootable USB can fix any bootloader mistake.

A better approach is to practice on a USB drive first. Insert a spare flash drive and use Bootice on it—mistakes won’t kill your PC.


Create a Bootable VHD (Windows 8/10/11)

  1. Click "VHD/VHDX" tab.
  2. Choose a location: D:\win10.vhdx.
  3. Set size: 20-40 GB, dynamic or fixed.
  4. Click "Create".
  5. After creation, click "Attach" – it appears as a new disk.
  6. Install Windows to it using ImageX or DISM.
  7. Detach, then use Bootice’s BCD Editor to add a native boot entry for the VHD.

Better tip: A dynamic VHDX with 4KB alignment boots faster.


✅ Repair Windows Boot Manager (Bootmgr)

  1. Run BootICE → Physical Disk tab → select system disk.
  2. Click Process MBR → choose Windows NT 6.x MBRInstall/Config.
  3. Then go to PBR → select system partition (usually C:) → choose Bootmgr (FAT/NTFS)Install/Config.
  4. Reboot.