Eero Volotinen a écrit :
2010/3/1 Georghy fusco@wanagain.net:
Benjamin Donnachie a écrit :
On 28 Feb 2010, at 16:51, Alan McKay alan.mckay@gmail.com wrote:
I'm at colocaiton in the middle of a big rebuild and it seems I have a faulty CD rom in the server that I need to put Centos on via Kickstart.
Had a similar problem and easiest solution in the end was to buy a USB CD drive from local computer store.
Good luck!
Ben _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Try to install CentOS via a Pendrive ;)
Sounds like good solution: https://projects.centos.org/trac/livecd/wiki/ImageFlash
Any experiences on this?
-- Eero _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I just created a custom USB key. try something like this : http://smorgasbork.com/linux/35-linux/59-building-a-custom-centos-5-kickstar... but instead of creating a custom iso, create a directory in DATA partition named centos and put the original iso file in it
in ks.cfg :
harddrive --partition=sdb2 --dir=/centos
and in syslinux.cfg :
append ks=hd:sdb2:/ks.cfg method=hd:sdb2:/centos initrd=initrd.img
hope that helps