-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tomas Deceuninck wrote: | I have got a big problem. I have tyed it all but nothing works. I | | donloaded the ISO files, cheked them, buned them (correctly), and when | | I do a mediachek they all fail. Then someone told me I should try the | | "linux nocddma" but that doesn't work eighter then someone told me to | try the ?linux ide=nodma? and that did not work either. Tell me plz what | can I | do
Do you have another Linux machine with a webserver? What I have taken to doing is downloading the ISO files, but instead of burning them all, I burn the first one and transfer all the ISOs to a server here with apache.
Then I do something like this on the server, as root
cd /var/www/html mkdir iso mount -o loop FC3-i386-SRPMS-disc1.iso iso
Boot off your first CD but when it asks, tell it to install over http from your webserver like http://server/iso
Then the install will take everything else from the server over http. When it asks for the second CD, on the server do this
umount iso mount -o loop FC3-i386-SRPMS-disc2.iso iso
and a similar deal for the third CD. The installer doesn't go back to earlier CDs so it's simple enough. It's also much much faster than install from CDs! At the end
umount iso
on the server and you're done.
- -Andy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFCU84ujKeDCxMJCTIRAnAwAJ9FJEvCY8wJg+Jv4rXKCT1iccqI+gCgkCZW 9lLM+4ddd2QtmdVGi9+CP/4= =N5Uz -----END PGP SIGNATURE-----