The link boot report is : https://docs.google.com/document/d/1Kz4-jmG-BwyT-6SAk0K80ThI3ICyqoRbxUUh_a8NQfI/edit?usp=sharing.
The single boot Ubuntu 16.04's grub doesn't load.
The link boot report is : https://docs.google.com/document/d/1Kz4-jmG-BwyT-6SAk0K80ThI3ICyqoRbxUUh_a8NQfI/edit?usp=sharing.
The single boot Ubuntu 16.04's grub doesn't load.
sudo efibootmgr
. (You may need to do asudo apt-get install efibootmgr
first.) If theefibootmgr
output lacks aBootOrder
line, as I suspect it will, your firmware is defective. In that case, see this question and my answer to it. – Rod Smith Oct 25 '16 at 15:28