美文网首页
2019-02-28 服务器CentOS安装盘

2019-02-28 服务器CentOS安装盘

作者: 七点水Plus | 来源:发表于2019-02-28 10:06 被阅读0次

From: https://blog.51cto.com/mifan6/2070118

Error

centos7.4 U盘安装卡在 starting dracut initqueue hook
starting dracut initqueue hook...

image.png
  • Solution
  1. Enter boot:
image.png
  1. Hang house on "Install CentOS7", press keybutton “e”, and you will see:
setparams 'Install CentOS Linux 7'
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 xdriver=vesa nomodeset quiet
initrdefi /images/pxeboot/initrd.img
image.png
  1. change it to:
setparams 'Install CentOS linux 7'
linuxefi /images/pxeboot/vmlinuz linux dd nomodeset quiet
initrdefi /images/pxeboot/initrd.img
image.png
  1. press "ctrl + x", reboot:
image.png

PS: press keybutton "r" if no U-disk found.

  1. set the U-disk path:
setparams 'Install CentOS Linux 7'
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:/dev/sdb4 nomodeset quiet
initrdefi /images/pxeboot/initrd.img
  1. press "ctrl + x", continue booting:
image.png

相关文章

网友评论

      本文标题:2019-02-28 服务器CentOS安装盘

      本文链接:https://www.haomeiwen.com/subject/ztgcuqtx.html