文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

Ubuntu 10.04 Grub2的修复步骤是什么

2023-06-16 22:39

关注

Ubuntu 10.04 Grub2的修复步骤是什么,相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。

Ubuntu 10.04 LTS终于发布了,原来打算过一阵子再把9.10升一下的,但今天在update manager里,看到已经有提示说可以直接升到10.04,一时冲动没忍住,于是就升了,接着就碰到魔鬼了:重启后在grub那步出错,过不去了,提示 “GRUB loading error: the symbol ‘grub_puts_’ not found”,光标就停在grub rescue>后面,google找了一些文章,发现国内的几个都大同小异,Ubuntu 10.04 Grub2修复后面有一些步骤根本没有交代清除,做到一半就进行不下去了,后来找到一个老外的帖子, 一步一步都很清楚,照着做下来,成功地把grub2修复了。

Ubuntu 10.04 Grub2修复详细步骤1

Boot to the LiveCD Desktop (Ubuntu 9.10 or Ubuntu 10.04).   Open a terminal – Applications, Accessories, Terminal .   Determine your normal system partition – (the switch is a lowercase “L”) sudo fdisk -l   If you aren’t sure, rundf -Th . Look for the correct disk size and ext3 or ext4 format.   Mount your normal system partition:   Substitute the correct partition: sda1, sdb5, etc.   sudo mount /dev/sdXX /mnt # Example: sudo mount /dev/sda1 /mnt


Ubuntu 10.04 Grub2修复详细步骤2

Only if you have a separate boot partition :   sdYY is the /boot partition designation (examply sdb3)   sudo mount /dev/sdYY /mnt/boot   Mount devices:sudo mount --bind /dev/ /mnt/dev   To ensure that only the grub utilities from the LiveCD get executed, mount /usrsudo mount --bind /usr/ /mnt/usr   mount proc filesystemsudo mount --bind /proc/ /mnt/proc   Chroot into your normal system device:sudo chroot /mnt   If there is no /boot/grub/grub.cfg or it’s not correct, create one usingupdate-grub   Reinstall GRUB 2:   Substitute the correct device – sda, sdb, etc. Do not specify a partition number.   grub-install /dev/sdX


Ubuntu 10.04 Grub2修复详细步骤3

Verify the install (use the correct device, for example sda . Do not specify a partition): sudo grub-install --recheck /dev/sdX   Exit chroot : CTRL-D on keyboard   Unmount devices:sudo umount /mnt/dev   If you mounted a separate /boot partition:sudo umount /mnt/boot   Unmount last device:sudo umount /mnt   Reboot.reboot   Post-Restoration Commands  Once the user can boot to a working system, try to determine why the system failed to boot.   The following commands may prove useful in locating and/or fixing the problem.


Ubuntu 10.04 Grub2修复详细步骤4

To refresh the available devices and settings in /boot/grub/grub.cfg   sudo update-grub   To look for the bootloader location.  grub-probe -t device /boot/grub   To install GRUB 2 to the sdX partition’s MBR (sda, sdb, etc.)  sudo grub-install /dev/sdX   To recheck the installation. (sda, sdb, etc.) sudo grub-install --recheck /dev/sdX   Please check the following link for further details.

看完上述内容,你们掌握Ubuntu 10.04 Grub2的修复步骤是什么的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注编程网行业资讯频道,感谢各位的阅读!

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯