g

丘海东

读书写字 热爱生活 ⌚️📖️🖋️🏀️🚲️🚉️🎼️🍵️🏞️📷️

Ubuntu启动问题 : No Symbol Table

参见原博:error : no symbol table
升级到ubuntu18.04后,开机出现:

error:no symbol table
press any key to continue…

sudo fdisk -l  

This will list all partitions on your HDD (find under Type section the Ubuntu or Linux and its Device (like /dev/sda)) then, do:

sudo grub-install /dev/sda  

note that is sda and NOT sda1

sudo update-grub  

sudo reboot