Log in

View Full Version : 解决U盘启动CentOS卡在Press the key to begin the installation process


topvip
2014-03-04, 07:38 AM
最近在捣鼓CentOS,使用U盘启动时出现了Press the <Enter> key to begin the installation process 点击回车键后便再无反映 或者 始终在boot start 的倒计时循环。

这是因为vesamenu.c32 文件有误,

2种方法,

第一种,重新下载 vesamenu.c32 覆盖/syslinux/中的vesamenu.c32文件

第二种,修改引导配置
用记事本打开syslinux.cfg 配置文件,将第一行的 default vesamenu.c32 更改为default linux timeout 600 label linux kernel vmlinuz append initrd=initrd.img 保存,重新引导(此方法是跳过安装的菜单选项直接进行安装)