Solved Ubuntu uninstall boot manager issue

alex809

New member
Member
Local time
10:45 PM
Messages
55
OK guys so i have installed Ubuntu from the desktop windows installer from the Ubuntu website and i wanted to try it out so i let it do its thing. Then i rebooted tried to run Ubuntu well Ubuntu wouldn't load. It was just a black screen and eventually gave some crap about i cant remember what.

So then i went into windows and uninstalled it from the programs menu and it uninstalled and there are no partitions or nothing on my pc for Ubuntu (as far as iv seen, Iv done some looking) but the boot manager still gives me the option to select between windows 7 and Ubuntu.

Even though Ubuntu is gone and wont load if i select it it still gives me the option to use it. Now i have found something about running cmd as admin and then using bcdedit.exe i have tried it. bcdedit.exe shows me the os's on the system and heres what i found.

Code:
C:\Windows\system32>bcdedit.exe

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=\Device\HarddiskVolume1
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {current}
resumeobject            {1d17a6a0-ac72-11e1-986a-fcb40a7a1036}
displayorder            {current}
                        {1d17a6a4-ac72-11e1-986a-fcb40a7a1036}
toolsdisplayorder       {memdiag}
timeout                 10

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {1d17a6a2-ac72-11e1-986a-fcb40a7a1036}
recoveryenabled         Yes
osdevice                partition=C:
systemroot              \Windows
resumeobject            {1d17a6a0-ac72-11e1-986a-fcb40a7a1036}
nx                      OptIn

Real-mode Boot Sector
---------------------
identifier              {1d17a6a4-ac72-11e1-986a-fcb40a7a1036}
device                  partition=C:
path                    \ubuntu\winboot\wubildr.mbr
description             Ubuntu

So then i found out that in the CMD you use the command bcdedit.exe/delete {1d17a6a4-ac72-11e1-986a-fcb40a7a1036} (that's what i would use in my case) so that's what i was supposed to do from what i read online. But then i get this

Code:
C:\Windows\system32>/bcdedit.exe/delete{1d17a6a4-ac72-11e1-986a-fcb40a7a1036}
The system cannot find the path specified.

C:\Windows\system32>/bcdedit.exe/delete {1d17a6a4-ac72-11e1-986a-fcb40a7a1036}
The system cannot find the path specified.

(i tried twice) so how do i remove Ubuntu from the boot manager so that the boot manager stops loading up and giving me the option to load Ubuntu?

EDIT: Heres a link i found for the bcd thing. http://ubuntuforums.org/showthread.php?t=829466
I have also tried this http://www.tomshardware.com/forum/6358-63-stop-boot-manager-popping (goto starrt|run
type msconfig<enter>
goto boot tab and find the unused entry and delete it.
Viola) it dosnt show ubuntu in my boot tab it just shows windows 7.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Ultimate 64 bit
CPU
Intel Celeron CPU N2830
Memory
4GB DDR3 Single Chanel
Graphics Card(s)
Intel HD Graphics
Screen Resolution
1366 x 768
Keyboard
CMSTORM Devastator Keyboard / built in keyboard
Mouse
CMSTORM Devastator Mouse / built in mouse
Antivirus
Avast! Internet Security (Free edition)
Browser
Firefox
Damn, Thanks man. The EasyBCD worked. Issue solved.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Ultimate 64 bit
CPU
Intel Celeron CPU N2830
Memory
4GB DDR3 Single Chanel
Graphics Card(s)
Intel HD Graphics
Screen Resolution
1366 x 768
Keyboard
CMSTORM Devastator Keyboard / built in keyboard
Mouse
CMSTORM Devastator Mouse / built in mouse
Antivirus
Avast! Internet Security (Free edition)
Browser
Firefox
Thanks, But i have come across another issue. The Boot Manager still loads up with my system wanting to select an OS even though windows 7 is the only option.

How do i set it so that it just automatically loads windows 7 again and does not show the boot manager? I would like to have that issue solved.

Its driving me nuts having to select windows 7 at pc start up even though its the only OS there.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Ultimate 64 bit
CPU
Intel Celeron CPU N2830
Memory
4GB DDR3 Single Chanel
Graphics Card(s)
Intel HD Graphics
Screen Resolution
1366 x 768
Keyboard
CMSTORM Devastator Keyboard / built in keyboard
Mouse
CMSTORM Devastator Mouse / built in mouse
Antivirus
Avast! Internet Security (Free edition)
Browser
Firefox
Did you delete any other listing on EasyBCD Edit OS Menu tab?

Then select Skip Boot Menu.

I gave you three options that normally resolve this? Confirm you have completed all three.
 
Last edited:
If i select "skip the boot menu" will it just skip the Boot manager altogether?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Ultimate 64 bit
CPU
Intel Celeron CPU N2830
Memory
4GB DDR3 Single Chanel
Graphics Card(s)
Intel HD Graphics
Screen Resolution
1366 x 768
Keyboard
CMSTORM Devastator Keyboard / built in keyboard
Mouse
CMSTORM Devastator Mouse / built in mouse
Antivirus
Avast! Internet Security (Free edition)
Browser
Firefox
Is this this windows boot manager or grub?

Best bet is to use recovery option on windows install cd and fixmbr
 

My Computer

OS
windows 7 ultimate x64
EDIT: Issue fully resolved. Thanks to all the support.

It now loads windows 7 without the boot manager loading. thanks
 
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Ultimate 64 bit
CPU
Intel Celeron CPU N2830
Memory
4GB DDR3 Single Chanel
Graphics Card(s)
Intel HD Graphics
Screen Resolution
1366 x 768
Keyboard
CMSTORM Devastator Keyboard / built in keyboard
Mouse
CMSTORM Devastator Mouse / built in mouse
Antivirus
Avast! Internet Security (Free edition)
Browser
Firefox
Back
Top