Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luxin88/728ad3a044d59a09dc10b683bf6c48b3 to your computer and use it in GitHub Desktop.
Save luxin88/728ad3a044d59a09dc10b683bf6c48b3 to your computer and use it in GitHub Desktop.
#虚拟机迁移平台之后无法启动进入dracut模式
#光驱启动进入救援模式
#先chroot进入原系统(一般是/mnt/sysimage)然后执行以下命令
initramfs: dracut -v /boot/initramfs-$(uname -r).img $(uname -r)
#然后退出chroot重启即可
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment