不管怎么重置系统就是无法连接,通过控制台, 能看到机器直接进入了grub rescue模式, 我按照教程输入ls后, 只有(hd0)显示, 按照谷歌的教程做, 半天也没搞定““所以上来求助各位大佬, 我接下来应该怎么做?
陕西省网友说:上传iso重装
青海省网友说:他们家的机器碰到过这种情况
记得在StackOverflow有
没记错的话是这个 //*****.com/questions/63204225/error-symbol-grub-calloc-not-found-on-ubuntu-boot
山东省网友说:需要在 ISO 那里mount OS镜像, 改下boot顺序为ISO only, 然后STOP, 然后START, 然后VNC远程进去安装,最后那步的时候, unmount OS镜像, 改boot顺序为DISK only, 在远程里点完成, 再关机, (这里可以再改下boot顺序为DISK only) 再重启
福建省网友说:大佬, ****能单独分开打一下不
安徽省网友说:就是StackOverflow啊
吉林省网友说:我试试
江西省网友说:多谢, 我看看
湖北省网友说:You need to reinstall grub to your boot partition, which can be done as follows:
boot to a linux live system (e.g. Ubuntu Desktop).
assuming your actual boot partition is /dev/sda1 run the following:
sudo apt-get update && apt-get install grub2
sudo mount /dev/sda1 /mnt
sudo grub-install –root-directory=/mnt/ /dev/sda
restart your system, do not forget to remove the live image.
湖南省网友说:他这一步也是要的,挂载个 live 镜像,然后按照StackOverflow上面的修复grub