How to fix WBUI bootloader for dual booting linux mint

After registry cleanup software, "CCleaner", I lost my bootloader for Linux Mint 11.

Here is simple fix and steps.

 

1. First of all, run DOS as administrator.

 

wbui bootloader fix 0.png

 

 

 

2. Execute "bcdedit"

wbui bootloader fix 1.png

 

 

 3. I will provide current boot loader info. See ‘Real-mode boot sector’. It’s invaild path and description. Correct path should be ‘\linuxmint\winboot\wubildr.mbr’. Let’s correct it.

wbui bootloader fix 2.png

 

 

4. Correct path is C:\linuxmint\winboot\wubidr.mbr.

wbui bootloader fix 4.png

 

 

 4. Use command "bcdedit /set {ID} path \linuxmint\winboot\wubildr.mbr"

wbui bootloader fix 4.png

 

 

 5. Verify setting after executed above command.

 wbui bootloader fix 5.png

 

 

 6. Change description as well by using command "bcdedit /set {ID} description LinuxMINT"

wbui bootloader fix 6.png

 

 

  7. Verify setting after executed above command.

wbui bootloader fix 7.png

 

 

 

Leave a Reply