码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu Live CD模式联网修复

时间:2020-06-05 21:01:20      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:live   sys   系统分区   --   config   roc   roo   kconfig   mount   

进入LIVE CD模式,打开终端
sudo mount /dev/sda(ubuntu系统分区) /mnt
sudo mount --bind /proc /mnt/proc
sudo mount --bind /dev /mnt/dev
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
此模式下可以联网修复Grub在内的ubuntu系统下绝大多数问题
修复Grub:
grub2-install /dev/sda
grub2-mkconfig -o /boot/grub2/grub.cfg

Ubuntu Live CD模式联网修复

标签:live   sys   系统分区   --   config   roc   roo   kconfig   mount   

原文地址:https://www.cnblogs.com/Wang-Hongwei/p/13051667.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!