0

I bought a new laptop with win 10, and last night - after quite a bit of faffing around changing bios settings etc, managed to install Ubuntu 14.04 so I have dual boot. But, I thought Ubuntu looked a bit lack lustre (sorry!) after the sparkly win 10 experience that I briefly glimpsed (well, actually it,s all about trying to sell you stuff off of those darn tiles) but anyway... So I decided to give Gnome a try - I did have it once before briefly, on my last ailing laptop and it looked very nice. I found the download for an ISO of 16.04, burned the image (sorry, I just couldn't find the check sum thing) but when I insert the disc, it doesn't do anything. I can see all the files on there but its as if it is just that, files not a proper image. But I did use image burner software. I tried twice, once with Furious ISO mount and once following some online instructions, selecting "write to disc" but same thing both times. Am I missing something? I note there is no Wubi on the discs, as there is with the Ubuntu 14.04 disc image I have used successfully.

thanks... answers in plain English please :)

1 Answers1

0

You have to boot from the disc.

In your BIOS settings (accessed by pressing the key you are told when the manufacturer's logo appears on start-up. Usually F12 or Esc), set the boot order to put Disc drive higher than HDD.

If you have a recent PC, you may not need to do that - there should be another key for a "boot menu" - press that and select CD/DVD.

I should note that if the PC you intend to install on is Windows 8 or later, you should disable Fast Startup in Windows' Control Panel if you want to access Windows drives while in Ubuntu. Also, if you have Win 8 or later, you probably have UEFI instead of BIOS - see this guide.

  • Thanks. I have now got Ubuntu Gnome 16.04 installed, but the machine just boots into win 10 as normal with no choice. When I had Ubuntu 14.04 a choice came up on what looked like a windows type screen (It wasn't basic like a bios screen or anything, both options were framed as buttons on a blue screen). Although it could be problematic to get Ubuntu to start (usually got like an error message and stuff then sent around the houses but could get there in the end, I presume some tweaking of settings would have eventually resolved this). – Johny London Apr 27 '16 at 10:12
  • Sounds like a problem with GRUB (the Ubuntu bootloader). Run sudo update-grub from the 16.04 Live media (Choose 'Try Ubuntu'). –  Apr 27 '16 at 10:46
  • Thanks for the reply, it says To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. So I typed in what you said, it comes back /usr/sbin/grub-probe: error: failed to get canonical path of '/cow'. – Johny London Apr 27 '16 at 13:35
  • I don't seem to be connected to the internet, maybe thats the problem? Theres no option showing for wifi in the system menu – Johny London Apr 27 '16 at 13:42
  • No, not that - try sudo grub-install /dev/sda –  Apr 27 '16 at 14:57
  • thanks, but I'm still getting "failed to get canonical path of '/cow' plus I cant find out how to connect to my wireless network – Johny London Apr 27 '16 at 18:01
  • I'm now connected by ethernet cable, but still get the failed to connect to canonical path of cow. – Johny London Apr 27 '16 at 19:44
  • /cow looks like a really fishy path to me - I have an installed system here, and have no such file as /cow –  Apr 28 '16 at 09:57
  • I think I'll have to give up with this version of Ubuntu! Pity. Is there a way to use normal Ubuntu then just add the Gnome? – Johny London Apr 28 '16 at 10:42
  • Yes. In fact, I am typing this on a system that did just that. –  Apr 28 '16 at 10:43
  • http://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windowsI'm going to try this before I give up... – Johny London Apr 28 '16 at 17:20
  • http://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows – Johny London Apr 28 '16 at 17:21
  • Tried the version omitting step 7 as I got favourable sounding comments back, ie stuff like creating boot thing etc, but it didn't work so after another reboot and live mode I tried with step 7 - that didn't work either just got an error about not finding something :( – Johny London Apr 28 '16 at 20:14
  • Step 7 is the main part. Do not skip step 7. –  Apr 29 '16 at 10:24