0

I have Windows 10 on my laptop (ASUS x556u).

When I've decided to install Ubuntu 18.04 LTS alongside with Windows I faced with the next problem: after I set up my bootable USB stick with Ubuntu as primary I see grub command line and cannot start the installation.

Could anybody help, please?

UPD: One more detail: when I wrote on my USB stick ubuntu ISO image like in official tutorial (tutorials.ubuntu.com/tutorial/…) then I faced with a described problem, but when I use a little bit another Rufus options (Boot selection = ISO image instead of FreeDos) than I could see installation window, but there are errors.

UPD: UEFI

  • 1
    Is Windows UEFI or BIOS? If preinstalled it is UEFI. Besure to boot Ubuntu installer in UEFI boot mode, but you may need boot parameter(s). How to install Ubuntu on ASUS F556U, JournalError error? https://askubuntu.com/questions/1079540/how-to-install-ubuntu-on-asus-f556u-journalerror-error?noredirect=1#comment1776854_1079540 – oldfred Apr 28 '19 at 21:04
  • @oldfred, I added my UEFI info to the post. Thanks, I'll try to add boot parameters – Stepess Apr 29 '19 at 07:55
  • That shows system is UEFI, not necessarily Windows install. But if Windows pre-installed by vendor Microsoft requires Windows to be UEFI. Users can install in the now 35 year old BIOS/MBR configuration. If you have nVidia, you need nomodeset added to linux line in grub menu to boot installer and until you install nVidia driver from Ubuntu repository. http://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it – oldfred Apr 29 '19 at 14:07

1 Answers1

0

Boot ubuntu from live cd once again and try to reinstall grub.

You can use Boot-Repair for this job.

Comar
  • 1,485
  • Actually, I can't run Ubuntu. One more detail: when I wrote on my USB stick ubuntu ISO image like in official tutorial (https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows?_ga=2.80964503.1285581433.1556458939-1014203691.1556344001#0) then I faced with a described problem, but when I use a little bit another Rufus options (Boot selection = ISO image instead of FreeDos) than I could see installation window, but there are errors. – Stepess Apr 29 '19 at 07:42
  • Ah, my mistake then. If you're on uefi maybe you need to enable something like CSM boot in your BIOS, or anything similar, meaning that you can use both UEFI or BIOS bootloader. You can also temporarily disable UEFI and boot your USB without it. If it works - you're ready to install it, but remember that if you have other system like Windows, this method may brick your windows installation. But if you want to install ubuntu only, then it's ok to proceed. – Comar Apr 29 '19 at 16:56