首页 > 代码库 > 安装centos7启动项配置
安装centos7启动项配置
安装centos7启动项配置
1.将
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
修改为:
setparams ‘Install CentOS Linux 7‘ linuxefi /images/pxeboot/vmlinuz linux dd nomodeset quiet initrdefi /images/pxeboot/initrd.img
按ctrl + x 执行上面的启动项
然后屏幕上就会列出硬盘设备的详细信息,从列表中挑出当前作为介质的U盘的代码(比如sdd4)然后重起系统,修改启动条目为:
setparams ‘Install CentOS Linux 7‘ linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:/dev/sdd4 nomodeset quiet initrdefi /images/pxeboot/initrd.img
然后使用Ctrl+X启动即可进入正常安装流程。
安装centos7启动项配置
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。