[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

HOWTO Make a new netinstall CD!



Hello guys,

I'm currently making a CD with Sarge 3.1r0a netinstall for x86 and amd64. I use ISOLINUX for that. This is a part of my isolinux.cfg :

*Citation:*
label debian-amd64
kernel /debian/amd64/install/vmlinuz
append vga=normal initrd=/debian/amd64/install/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --
label debian-amd64-expert
kernel /debian/amd64/install/vmlinuz
append DEBCONF_PRIORITY=low vga=normal initrd=/debian/amd64/install/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --

label debian
kernel /debian/i386/install/2.6/vmlinuz
append vga=normal initrd=/debian/i386/install/2.6/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --
label debian-expert
kernel /debian/i386/install/2.6/vmlinuz
append DEBCONF_PRIORITY=low vga=normal initrd=/debian/i386/install/2.6/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --



All works fine, installation begins but it's stop with this message :

*Citation:*
The CD-ROM you have inserted is not a valid Debian CD-ROM. Please change the disk.



That's the screenshot (in french):
http://kalhfr.free.fr/linux/divers/debian.png

I think it checks the Volume ID of the CD. Take a look a this screenshot from original netinstall iso :
http://kalhfr.free.fr/linux/divers/debian-officiel.png

Is there a way to bypass this problem ? Wink

Kal



Reply to: