Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

I had a dual boot system of Windows 7 and Windows 8. Windows 8 was installed after Windows 7.

I wanted to install Mint and removed Windows 7. However, looking through forums, I came to know that I'd need to move the boot loader from Windows 7 to 8. I tried to do that using EasyBcd, but had no success. So I just installed Mint using a live USB. I installed it on the Windows 7 partition by simply deleting the partition during the Mint installation.

MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT

When I deleted the partition and further tried to install, it would give me a message that "dev/sda2 won't be accessible if mounted, until the PC is restarted". I pressed next, but the installer froze, although rest of the live Linux Mint was working perfectly. After trying for two or three times, I finally installed it.

And now on restarting the system, I had to accept the fact that I had done it all wrong because my Wndows 8 won't boot, Mint booted automatically. Grub loader did not appear, too.

Now I tried to use gparted in the Mint operating system. I have not tried using gparted on live media. When I used gparted, it shows just one partition that has no name and is unallocated. This unallocated space was the space - "HDD space - minus - mint partition space". It was not showing other partition including the Windows 8 partition. However, when I opened file manager, Windows 8 partition as well as other partition did show up and I was able to mount them and use any file. All the important files, I already uploaded them to Skydrive. I tried to install Windows 8 again using a bootable USB, but it said that hard drive was locked.

I don't need any of the files present on my HDD. So, please MakeUseOf team as well as MakeUseOf readers, help me get out of this problem. Thanks a lot in advance because I know you guys will help me.

Gaurav Joshi
2013-06-03 15:21:04
in linux mint type in terminal sudo apt-get install os-probersudo os-proberif this doesn't help it may problem because of UEFI systems to solve that do the following install grub boot loader and add manual entry for grub type in terminalsudo grub-install /dev/sdaAppend to /etc/grub.d/40_custommenuentry "Windows 8" { set root='(hd0,gpt1)'` chainloader /EFI/microsoft/BOOT/bootmgfw.efi}Warning: gpt1 here is my ESP, yours could be different, like gpt3Now apply changes to grubupdate-grub
Chinmay Sarupria
2013-03-18 13:20:36
Restart your computer and before the boot screen appears continue hitting space bar.Boot Manager would show up. Select Windows 8 from arrow key and hit Enter.
Donald Schultz
2013-03-14 16:58:39
My expierence with that was to use gparted on a live cd. Doing this you will not be "sitting" on the partition and will be able to do whatever is needed that way. I would try what Sajan Shetty recommended also.
Sajan Shetty
2013-03-10 07:15:33
Just boot up with your Windows 8 installation media and Click on Repair your computer ( shown during 1st or 2nd screen of the installation on the bottom) Select Startup repair and see if that works if that doesn't work.If that doesn't work follow the step's again and select command prompt on 'Repair your computer option' there you can try Check Disk command as below:C:CHKDSK /RPlease also run the following command:Bcdboot C:windowsNOTE: Replace C with the drive letter where the system is installed.BOOTREC /FIXMBRBOOTREC /FIXBOOTBOOTREC /REBUILDBCDBOOTREC /SCANOS
Alan Wade
2013-03-05 13:03:23
You dont say if your Windows 8 was an upgrade media or not, so assuming it is,Create a new partition or format an exsisting one.Re-install Windows 8 to that partition, choose not to activate Windows automatically.After the Re-install, check that everything works as it should do.Remove the exsisting Windows, the built in Clean-up Tool should help with that.Choose the activation applet, and enter your key.In the unlikely event that Windows will not accept your key, opt for the phone activation method and try again.
Imesh Chandrasiri
2013-03-05 11:50:13
if you don't won't the linux OS anymore, use a bootable windows 8 DVD and repartition the entire system. then install windows 8.
Jim Chambers
2013-03-03 21:54:32
Try doing a quick erase (erases first and last part of HDD) using a live DVD and the re-install Windows 8.
ha14
2013-03-02 15:32:59
are you sure you did not deleted windows 8 also?boot repairhttps://help.ubuntu.com/community/Boot-Repairif do not worktry thisFirst boot on your Windows Vista/7/8 installation https://help.ubuntu.com/community/RestoreUbuntu/XP/Vista/7Bootloaderthen use again boot repairhttps://help.ubuntu.com/community/Boot-Repair
ha14
2013-03-02 18:44:23
check if you have UEFI mode in BIOS, just disable it and try to reinstall Windows. Disable UEFI BIOS and Secure Boot options, and enable legacy BIOS mode. after windows 8 install you can re-enablehttp://www.top-password.com/blog/how-to-access-uefi-bios-setup-in-windows-8/