2

I followed this guide here to set the default operating system at boot-up to Ubuntu. Since I installed Ubuntu using Wubi, it involved setting the default operating system of the Windows boot-looader using some preference settings on Windows.

Now I have locked myself out of booting into Windows at all. I cannot use F12, F8 or anything to get Windows to boot.

Does anyone have a guide to boot into Windows so I can change the option back to choose what operating system I want to boot?

Zach
  • 21
  • 2

2 Answers2

3

Because you've installed Ubuntu using Wubi, you need to modify the settings of Windows boot loader, not GRUB.

Grab a Windows repair DVD. Boot from it, and select the option to open a DOS command-line. Type this:

bcdedit /timeout 10

This will change the time out of the Windows' bootloader to ten seconds, giving you enough time to select Windows.

Once you've booted Windows, you can change the default back to Windows, in the same way that you had originally changed the default to Ubuntu:

  1. Right click on Computer and select Properties
  2. Click Advanced System Settings
  3. Click on the Settings button under Startup and Recovery
  4. Select Windows.

Reference:

Flimm
  • 41,766
0

you can repair windows bootloader and reset settings

boot from windows livecd/repair your comupter

click on command promot :

bcdedit /timeout 10

more information here

Hany Alsamman
  • 311
  • 3
  • 10
  • Do you have a recommendation for a good windows live cd? I prefer a free one. – Zach Jan 21 '13 at 00:36
  • I am a complete noob who is overly frustrated. I JUST WANT TO BOOT WINDOWS. When i download these windows reapir live CDs they want to open a .exe file and build one. IS THERE A WAY TO MAKE THIS FROM UBUNTU? anyone got something? – Zach Jan 21 '13 at 01:42
  • here free tool , check it please

    pebuilder

    – Hany Alsamman Jan 25 '13 at 22:02