My computer is a ThinkPad X1 Carbon (Windows 10 by default). I installed Ubuntu 16.10 successfully, and I installed GRUB in the same time. My problem is I can't find the bootloader on my PC. It's been a day I work on that problem but I didn't find a solution. In fact, I install GRUB on /dev/nvme0n1p5
, but now, what can I do? How could I access my bootloader from my PC?
Asked
Active
Viewed 51 times
0
1 Answers
0
From working Windows 10, open cmd as administrator and type
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
Note that in rare situations this command can respond in non working bootloader. So prepare a bootrepair live USB!

Tomáš Pánik
- 465
-
Could you tell me how to get access the grub rescie terminal? – Jan 02 '17 at 17:48
-
The only OS available now is Windows 10. – Jan 02 '17 at 17:49
-
I understands that you had no bootloader at all. Edited answer. – Tomáš Pánik Jan 02 '17 at 21:44