rhel6.3 64位u盘拯救盘,安装盘的制作

下载rhel-server-6.3-x86_64-boot.iso

ultraiso制作u盘启动盘,但是启动的时候会提示“press the <enter> key to begin the installation process”,按Enter以后,就没有然后了


解决办法如下:

修改isolinux文件夹里的isolinux.cfg文件,把第一行default vesamenu.c32

替换成default linux timeout 600 label linux kernel vmlinuz append initrd=initrd.img rescue


如果只想安装,不需要最后的rescue关键字,只需要rescue前面部分就可以了


两个下载rhel镜像的网址

http://mirror.corbina.net/redhat/

http://bebout.mobi/rhel/


你可能感兴趣的:(rhel6.3 64位u盘拯救盘,安装盘的制作)