1

I'm an absolute Linux newbie, I've never used it before.
I've just installed Ubuntu 14.04 on the same hard drive with Windows 8.1. When I choose a Windows 8 Loader in the Grub Loader screen, nothing happens.

When I tried to fix Boot Loader using Boot-Repair utility, nothing changed:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo sh -c "sed -i 's/trusty/saucy/g' /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list"
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

I also used Boot-Repair utility to generate a paste from Boot-repair.

I tried using sudo update-grub, offered by the_Seppi. The things changed a bit. Now, when choosing Windows 8 Loader in the Grub menu, I see a blank black screen, but Windows itself is not loading.

What should I do?

Screenshot

Fabby
  • 34,259
  • 1
    Have you tried running sudo update-grub? – s3lph Mar 22 '15 at 17:03
  • @the_Seppi I'm not sure if I tried this before, but I've just done sudo update-grub. The things changed. Now, when I select Windows 8 Loader in the Grub, it takes me to a black blank screen with a blinking cursor in the top left corner. But Windows 8 doesn't boot. – Happy Torturer Mar 22 '15 at 17:17
  • @the_Seppi, I repeated Boot-Repair utility configuration commands, utility generated the new Boot-Repair paste: http://paste.ubuntu.com/10653601/ – Happy Torturer Mar 22 '15 at 17:26
  • In the future, please [edit] your question to keep all information in one spot. (already done for you)... :P ;-) What happens if you do a Windows boot-repair (boot Windows CD). Does that boot Windows then? Afterwards, do an Ubuntu boot-repair (boot that CD) – Fabby Mar 28 '15 at 08:15
  • @Fabby, thanks for your advice! Recently, I talked to a few folks on another thread here: link. They told me that the model of my Laptop (Sony Vaio VGN-FW21MR) may not be compatible for dual boot, although it has not been proven yet. There was a case when Sony Vaio Pro 13 link -- a Laptop without a "UEFI" BIOS feature -- had exactly the same problem. – Happy Torturer Mar 29 '15 at 10:50
  • My Laptop lacks UEFI too. – Happy Torturer Mar 29 '15 at 10:59

3 Answers3

0

If you have a laptop and your Windows is preintalled, you need to enable in bios "UEFI Boot". All the good!

L.V.A
  • 1,154
  • Thanks for trying to help. No, I don't have a preinstalled Windows, I re-installed it multiple times. I cannot see UEFI Boot option either, but the Boot Priority List and the Network Boot flag. – Happy Torturer Mar 22 '15 at 20:28
0

I can see that you don't have an UEFI boot partition, but I don't like the "unknown" partition, so the easiest thing to do for you now is:

  1. Boot an Ubuntu LiveDVD
  2. Make a full system backup and a data backup!
  3. re-install Windows using 2 drives: a 64 GB System drive and a ensuring it only takes maximum 180 GB Data drive
  4. Re-install Ubuntu and create a 32 GB /, swap equal to your RAM and /home partition of everything else minus 8GB under EXT4 and an 8 GB FAT partition to exchange data between Ubuntu and Windows
  5. if all works, restore the data (Documents, Pictures, ...). Don't restore the configuration settings to have a clean system! ;-)

Alternatively, you could create a more advanced partitioning scheme

Fabby
  • 34,259
  • thank you for the solution offered, the time spent to write this answer and sorry for the long delayed answer. I couldn't test the solution you offered, because I have re-installed everything, so I'm not able to check whether it is right or wrong. – Happy Torturer Apr 03 '15 at 14:43
  • This tutorial helped me to install Ubuntu 16.04 + Windows 10 on one drive on my old laptop (Sony Vaio VGN-FW21MR) mentioned above. Link: http://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/ – Happy Torturer Aug 27 '16 at 10:00
  • @HappyTorturer: you should post that as an answer instead of editing your question! ;-) – Fabby Aug 29 '16 at 13:40
0

This tutorial article helped me to install Ubuntu 16.04 + Windows 10 on one drive on my old laptop (Sony Vaio VGN-FW21MR) mentioned above.

Link to article: http://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/

Issue resolved.

  • 1
    Although tour answer is 100% correct, it might also become 100% useless if that link is moved, deleted or the site that you link to just disappears. Therefore, please copy the relevant steps from the link into your answer so your answer remains valid for the lifetime of this site! ;-) – Fabby Aug 29 '16 at 13:50