标签: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
标签:live sys 系统分区 -- config roc roo kconfig mount
原文地址:https://www.cnblogs.com/Wang-Hongwei/p/13051667.html