Hello, I solved this problem on Artyom's system. The problem is UEFI and GRUB. 
Solution to the problem:
should get this error (just install the system)
reboot the system from the media from which the system was installed
as soon as you go to the GRUB menu, press C and write:
set root=(hdX,gptX)
where hdX - your hard drive, where is system installed
where gptX - root partition(on clean hard drive, usually, 2. gpt2
you can see your filesystem with "ls /", hard drive with "ls", see which 
version of the kernel you have: ls /boot/, then write:
linux /boot/vmlinuz-kernelversion root=/dev/sdaX
where X - number of your partition(matches gptX)
initrd /boot/initrd.img-kernelversion(it is located in the same place as the 
kernel)
boot
the system should start, after entering the system, open the terminal in any 
way, write: sudo update-grub2. Reboot. now, the system should start without the 
help of commands. thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to