0

Trying to install Ubuntu 14.04 to laptop that contains Windows 10 OS. Installation does not detect Windows 10.

Disc is not dynamic and hibernate is disabled by executing powercfg.exe /hibernate off. BIOS mode is Legacy.

What else might be wrong?

usmanayubsh
  • 377
  • 5
  • 16
vico
  • 4,527
  • 21
  • 58
  • 87

1 Answers1

1

Run your grub update to scan and add other OS' on all attached drives to the menu boot menu.

$ sudo update-grub

If Ubuntu isn't currently installed:

Manually use create an partition for installing Ubuntu with a Partition Manager. You can use gparted from the live disk.

Install Ubuntu. The fresh install will find your other install Operating Systems and add them to the boot menu.

Some examples from ubuntuforums.org where this works:

http://ubuntuforums.org/showthread.php?t=2253963
Failed to get canonical path of /cow

After the install you may have to run os-prober.

L. D. James
  • 25,036
  • I have started console with CTRL+F1 and run sudo update-grub. Got "failed to get cannonical path of '/com'" – vico Jan 29 '16 at 09:58
  • @vico Are you running this command from the Ubuntu installed on your computer or from a Live Boot disk? ...and by the way, you can get to the a terminal window by hitting Alt-Ctl-T. – L. D. James Jan 29 '16 at 10:10
  • I run this command from Live Boot Disk during install procedure when I have menu "Preparing to install Ubuntu" – vico Jan 29 '16 at 10:13
  • I interpreted your message to read that your install of was failing to include Windows 10 on the menu. You would have to install Ubuntu first, then run the command in the answer. Be sure to install on a separate partition so that your Windows installation won't be touched. You can use gparted from the Live disk to create, resize, to make a partition for your Ubuntu Install. – L. D. James Jan 29 '16 at 10:18
  • I expect that Ubuntu install will detect windows 10 on system and will create needed partitions for Ubuntu automatically. – vico Jan 29 '16 at 10:34
  • @vico I agree. But there are occasions where the initial install scan doesn't catch it. You might be able to eventually use various tools and diagnoses to make the install see it, or consider more expediently, performing a manual install of Ubuntu which gives you more options with the grub configuration. – L. D. James Jan 29 '16 at 10:50
  • I have installed Ubuntu, but after restart only Windows is loaded and no OS selection menu displayed – vico Jan 29 '16 at 11:06
  • @vico http://chat.stackexchange.com/rooms/35022/discussion-between-l-d-james-and-vico – L. D. James Jan 29 '16 at 11:27