解决方法:
重新启动机器时,在boot: linux rescue
可以修改grub.conf 后要执行grub-install /dev/hda 才能生效
进去后执行:在chroot /mnt/sysimage
/sbin/ grub-install /dev/hda(或者sda)
本文介绍了一种解决GRUB配置问题的方法,通过在救援模式下修改grub.conf,并使用grub-install命令来重新安装GRUB到指定磁盘,确保系统能够正常启动。
解决方法:
重新启动机器时,在boot: linux rescue
可以修改grub.conf 后要执行grub-install /dev/hda 才能生效
进去后执行:在chroot /mnt/sysimage
/sbin/ grub-install /dev/hda(或者sda)
1304
2553

被折叠的 条评论
为什么被折叠?