1

I cannot boot back my windows 8 disk after Ubuntu install.

I installed Ubuntu. Probably I selected my main disk (I wanted to used the diskonkey disk). After about 3-4 screens (selecting time zone) I noticed that is using the wrong partition and I powered down the laptop.

Now I don’t have a partition table with windows 8. It cannot boot. I think I have to recover my MBR and partition table.

I used the boot repair - this is what it showed: http://paste.ubuntu.com/9659707/

David Foerster
  • 36,890
  • 56
  • 97
  • 151

1 Answers1

0

Powering down in the middle of an installation because you've taken the wrong choice is always the worst decision you can take. That is like powering down your car in the middle of a busy cross-road because you took a wrong turn. (Just believe me: don't try this!)

The easiest way to solve this situation is to:

  1. Enable UEFI in the BIOS and reboot.
  2. If that didn't work, take the recovery DVD that came with your machine and boot with that to get your system back. Warning this will destroy all of your data still remaining on the drive. (You did make a back-up before starting the install didn't you?)

The more difficult way:

  1. Attach your back-up drive to the computer
  2. Boot with the Ubuntu LiveCD
  3. Press Ctrl+Alt+T and type:

    sudo apt-get install testdisk
    testdisk
    
  4. Follow testdisk step-by-step instructions to save as much of your data as possible.

  5. Recover using the Recovery DVD
  6. Follow these instructions on how to efficiently partition a Windows-Ubuntu dual-boot and how to install Ubuntu on a pre-installed Windows 8 machine.
Fabby
  • 35,017