2019-02-28 服务器CentOS安装盘
2019-02-28 本文已影响0人
七点水Plus
From: https://blog.51cto.com/mifan6/2070118
Error
centos7.4 U盘安装卡在 starting dracut initqueue hook
starting dracut initqueue hook...

- Solution
- Enter boot:

- 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

- change it to:
setparams 'Install CentOS linux 7'
linuxefi /images/pxeboot/vmlinuz linux dd nomodeset quiet
initrdefi /images/pxeboot/initrd.img

- press "ctrl + x", reboot:

PS: press keybutton "r" if no U-disk found.
- 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
- press "ctrl + x", continue booting:
