I boot my laptop today as usual and this error appeared:
relocation 0x0 is not implemented yet
Aborted. press any key to exit
Then it went into windows boot manager after pressing any key. I'm using Ubuntu 19.04 on Asus FX504GD, dual boot with Windows 10. I googled and found that this is a Grub error and seems to be related to rescue mode, but I found no solution. I couldn't think of any thing that I have done recently to cause this error. A detailed instruction (e.g. making required cammands explicit) will be greatly appreciated for a newbie like me. Thank you.
shift
key while restart? If so, do you observe Windows 10 and Ubuntu boot loaders there? Please reply. Thanks. – Marmayogi May 13 '19 at 02:09shift
while restart and entered windows advanced boot menu. After pressingUse a device
, there are both windows boot manager and Ubuntu, but that seems to be equivalent to pressingESC
while booting, which result in the same error while selectingUbuntu
. – Frank Wang May 13 '19 at 02:39shift
oresc
key to enter into GRUB menu. UseUp/Dn
arrows to selectUbuntu
and then presse
. A screen will appear, and look for the linelinux
. UseUp/Dn
arrows and reach that line. Pressend
key to reach end of line containinglinux
. Now type aspace
character followed by 3. PressCtrl+X
to boot. You will be taken to terminalTTY
and there you enter your loginusername
andpassword
. – Marmayogi May 13 '19 at 02:57sudo apt-get update
,sudo apt-get upgrade
andsudo apt-get dist-upgrade
. Now you issue commandsudo update-grub
. Finally typereboot
. After rebooting reach GRUB menu by pressingshift
oresc
key and try to boot by selectingubuntu
. Please report. Thanks. – Marmayogi May 13 '19 at 02:57ESC
when booting) it shows the error mentioned in the main post. The same thing happens if I don't press anything as it boot into GRUB by default. Therefore, I don't know how to issue the command you have mentioned. – Frank Wang May 13 '19 at 03:03Selecting
means did you type aUbuntu
bootloader using Up/Dn keys?esc
while powering on the device, a list with a few options appears, including windows boot manager and ubuntu (and a few other systems which are removed and no longer exist on this device). I can navigate by pressing up/down. But choosing ubuntu results in the error mentioned above. – Frank Wang May 13 '19 at 03:25