Howto Create a bootable DVD image from the the CDROMs isos set
The best way is now to go to this forum thread and use Rick James utility.
This demonstration is made from the 3 CDs isos of the free RC2 Sunna Mandriva 2007.
The isos are located in the directory mytmp which is itself located in the home ( ~ ) of the user:
cd ~/mytmp mkdir myiso su mount mandriva-free-2007-sunna-CD1.i586.iso myiso/ -o loop cp -a myiso/i586/ dvd/ umount myiso/ mount mandriva-free-2007-sunna-CD2.i586.iso myiso/ -o loop cp -a myiso/i586/media/main2/ dvd/i586/media/ umount myiso/ mount mandriva-free-2007-sunna-CD3.i586.iso myiso/ -o loop cp -a myiso/i586/media/main3/ dvd/i586/media/ umount myiso/ mkisofs -J -R -T -b i586/isolinux/isolinux.bin -c i586/isolinux/boot.cat -no-emul-boot -boot-load-size 8 -boot-info-table -V mandriva-sunna-2007 -o mandriva-free-2007-sunna-DVD.i586.iso dvd/
You should have now a 2007-free-2007-sunna-DVD.i586.iso bootable iso in there, burn it with k3b.
Tip > Créer une image de DVD bootable à partir des 3 isos de CDROM :
Version 1.3 last modified by imr on 09/02/2007 at 02:04
Version 1.3 last modified by imr on 09/02/2007 at 02:04
Document data
- Lost account?
- Join the community, be part of the Club: it's free!
- Get the PWP Download Subscription!
Comments (6)
: somme des N fichiers ISO
2 : dossier contenant tous les fichiers inclus dans les ISO 3 : fichier ISO final (DVD)
J'avais trouvé une méthode qui permettait de s'arrêter à l'étape 2, puis de graver tous ces fichiers directement par K3b en modifiant l'image de démarrage pour le rendre bootable. Mais avec la 2007, ça n'a pas l'air de marcher. Dommage, ça économisait > 4Go.