Re: Install CentOS-6.2 via PXE

Posted by ALex_hha on 2012/1/20 10:38:27
Thanks, all works fine except one thing. With the following config
label CentOS-RM
    MENU LABEL CentOS 6.2 x86_64 Rescue Mode
    KERNEL images/centos/x86_64/6.2/vmlinuz
    APPEND vga=795 initrd=images/centos/x86_64/6.2/initrd.img -- ip=dhcp ksdevice=eth0 ramdisk_size=32768 LANG=en_US.UTF-8 keyboard=us method=http://192.168.210.1:8080/centos/6.2/x86_64 rescue


It's always ask me to select Keyboard type, append keyboard=us don't resolve the issue

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=55&topic_id=35350&post_id=152620