1

After trying to upgrade to Windows 10 from Windows 7, I have lost the Grub interface to my Ubuntu Partition. This is my first problem :(

As explained here the boot-repair utility could give me a chance to recover my partition, so I tried to boot from an Ubuntu 15.10 live DVD.

And now comes my second problem : the DVD wont boot, I get a never-ending "out of memory: kill process" message :(

I'm completely stuck, any hint would be greatly appreciated.

For information:

  • my system boot is a non-EFI classical BIOS
  • my current DVD is a functional one since I have already installed Ubuntu 15.10 with it.
candide
  • 11

1 Answers1

0

I was able to solve this problem in my personal situation, which appears to have been a corrupt partition table. Windows is still not bootable at this time.

The first step was to remove the hard drive from the computer.

Next up was to make the hard drive an external hard drive. I had a SATA to external USB case. Attaching the drive to the computer would eventually result in a system freeze/crash.

The trick is to boot into a live CD or other Linux partition. When the drive is attached launch GParted or other tool used for writing partitions.

Create a new partition on the attached drive, you'll be warned that all data will be lost (perfect since it already has been).

TestDisk should be run and used for recreating the old partition table. Note that you may be able to do this directly if you're fast enough.

Grub (boot loader) will need to be reinstalled onto the drive. It may be appropriate to do I recovery of Windows first then install grub so that Windows can be found.

None of these steps should make data recovery worse than it already is. Just don't add steps in there to create new partitions.