Hello, I tried to make an automatic install bootable CD, with a kickstart file. I use this command to create my CD : sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table -hide-rr-moved . I copied all the contents of the CD #1, on a InstallCD dir, on copied my ks.cfg file into the isolinux directory. When I try to boot it, it says " This is not a CentOS CD, please intsert an CentOS CD" Anyone can help me? -- Regards ---- COUSIN Kevin Linux Administrator Global Service Provider 75017 PARIS FRANCE
On Wed, Jun 17, 2009 at 02:25:07PM +0200, K?vin COUSIN wrote:> Hello, > > I tried to make an automatic install bootable CD, with a kickstart file. I use > this command to create my CD : > > sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o > InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table -hide-rr-moved > . > > I copied all the contents of the CD #1, on a InstallCD dir, on copied my > ks.cfg file into the isolinux directory. > > When I try to boot it, it says " This is not a CentOS CD, please intsert an > CentOS CD" > > Anyone can help me? >you are missing the .discinfo file? Tru -- Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20090617/6a7ba3a5/attachment-0001.sig>
Le mercredi 17 juin 2009 16:26:43, Tru Huynh a ?crit :> On Wed, Jun 17, 2009 at 02:25:07PM +0200, K?vin COUSIN wrote: > > Hello, > > > > I tried to make an automatic install bootable CD, with a kickstart file. > > I use this command to create my CD : > > > > sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o > > InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table > > -hide-rr-moved . > > > > I copied all the contents of the CD #1, on a InstallCD dir, on copied my > > ks.cfg file into the isolinux directory. > > > > When I try to boot it, it says " This is not a CentOS CD, please intsert > > an CentOS CD" > > > > Anyone can help me? > > you are missing the .discinfo file? > > TruOops, I forgot this file, but I don't know what is it, and how to create it... thanks, -- Regards ---- COUSIN Kevin Linux Administrator Global Service Provider 75017 PARIS FRANCE