|
Home > Archive > Mandrake Linux Support > July 2004 > DVD ISO
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Where can I find and download an ISO for Mandrake 10 to DVD?
--
--- Brian ---
| |
| De Kameel 2004-07-23, 5:50 pm |
| Brian wrote:
> Where can I find and download an ISO for Mandrake 10 to DVD?
It's on my computer upstairs: a self-created bootable DVD ISO image combined
from the first three Mandrake 10.0 CDs.
Got Bittorrent?
De Kameel
--
Overview of IPv6 enabled sites: http://www.prik.net/list.html
Make your Linux system IPv6 connected: http://www.prik.net/6to4/
| |
|
| Il Fri, 23 Jul 2004 22:30:05 +0200, De Kameel ha scritto:
> Brian wrote:
>
>
> It's on my computer upstairs: a self-created bootable DVD ISO image combined
> from the first three Mandrake 10.0 CDs.
How did you do it? I am looking for it, creating a DVD Iso image by three
CD I downloaded, but till now I was unable to create it.
Could you explain me how doing it?
Thanks in advance
Francesco
| |
|
| lamp wrote:
> Il Fri, 23 Jul 2004 22:30:05 +0200, De Kameel ha scritto:
>
>
>
> How did you do it? I am looking for it, creating a DVD Iso image by three
> CD I downloaded, but till now I was unable to create it.
> Could you explain me how doing it?
>
> Thanks in advance
>
> Francesco
I would like to know that too..
Got the three disks, but would really like it on one DVD insteat..
--
--- Brian ---
| |
| Philip Callan 2004-07-23, 5:50 pm |
| Brian wrote:
> lamp wrote:
>
>
>
>
> I would like to know that too..
> Got the three disks, but would really like it on one DVD insteat..
>
This post:
http://groups.google.com/groups?hl=...as.rr.com#link2
Contains this:
/----------How To Create A Mandrake DVD-Image--------------------------
|
| 1. create five directories for the mounted iso-files:
|
| mkdir cd1 cd2 cd3 cd4 cd5
|
| 2. mount your iso-files:
|
| mount -o ro,loop /path/to/CD1.iso cd1
| mount -o ro,loop /path/to/CD2.iso cd2
| mount -o ro,loop /path/to/CD3.iso cd3
| mount -o ro,loop /path/to/CD4.iso cd4
| mount -o ro,loop /path/to/CD5.iso cd5
|
| 3. copy the needed boot files:
|
| cp -a cd1/isolinux .
| rm -f isolinux/boot.cat
|
| 4. create a DVD iso-file (all one line, wrapped for better display):
|
| mkisofs -o Mandrake_10.0_Official.iso -b isolinux/isolinux.bin\
| -c isolinux/boot.cat -no-emul-boot -boot-load-size 4\
| -boot-info-table -J -l -P Mandrake -r -V Mandrake_10.0\
| -x cd1/isolinux -graft-points cd1 isolinux/=isolinux\
| Boot/=cd2/Boot Mandrake/=cd2/Mandrake Mandrake/=cd3/Mandrake\
| Mandrake/=cd4/Mandrake Mandrake/=cd5/Mandrake
|
| 5. burn, install, enjoy!
|
\-------------------------------------------------------------------------
I would assume that you could remove the entries for cd4/5 if you dont
have them.
| |
| heavenbound 2004-07-23, 5:50 pm |
|
"Philip Callan" <callanca@shaw.ca> wrote in message
news:CzfMc.97600$Mr4.21167@pd7tw1no...
> Brian wrote:
three[vbcol=seagreen]
>
> This post:
>
http://groups.google.com/groups?hl=...as.rr.com#link2
>
> Contains this:
> /----------How To Create A Mandrake DVD-Image--------------------------
> |
> | 1. create five directories for the mounted iso-files:
> |
> | mkdir cd1 cd2 cd3 cd4 cd5
> |
> | 2. mount your iso-files:
> |
> | mount -o ro,loop /path/to/CD1.iso cd1
> | mount -o ro,loop /path/to/CD2.iso cd2
> | mount -o ro,loop /path/to/CD3.iso cd3
> | mount -o ro,loop /path/to/CD4.iso cd4
> | mount -o ro,loop /path/to/CD5.iso cd5
> |
> | 3. copy the needed boot files:
> |
> | cp -a cd1/isolinux .
> | rm -f isolinux/boot.cat
> |
> | 4. create a DVD iso-file (all one line, wrapped for better display):
> |
> | mkisofs -o Mandrake_10.0_Official.iso -b isolinux/isolinux.bin\
> | -c isolinux/boot.cat -no-emul-boot -boot-load-size 4\
> | -boot-info-table -J -l -P Mandrake -r -V Mandrake_10.0\
> | -x cd1/isolinux -graft-points cd1 isolinux/=isolinux\
> | Boot/=cd2/Boot Mandrake/=cd2/Mandrake Mandrake/=cd3/Mandrake\
> | Mandrake/=cd4/Mandrake Mandrake/=cd5/Mandrake
> |
> | 5. burn, install, enjoy!
> |
> \-------------------------------------------------------------------------
>
>
> I would assume that you could remove the entries for cd4/5 if you dont
> have them.
yeah but what about windows users? how would they do it?
| |
| heavenbound 2004-07-23, 5:50 pm |
|
"De Kameel" <ipv6-only@dell.prik.net> wrote in message
news:4101754f$0$93324$e4fe514c@news.xs4all.nl...
> Brian wrote:
>
>
> It's on my computer upstairs: a self-created bootable DVD ISO image
combined
> from the first three Mandrake 10.0 CDs.
>
> Got Bittorrent?
>
> De Kameel
>
> --
> Overview of IPv6 enabled sites: http://www.prik.net/list.html
> Make your Linux system IPv6 connected: http://www.prik.net/6to4/
I've got bittorent and would not mind one bit of downloading the dvd and
then sharing it with other people.
>
| |
|
| On Fri, 23 Jul 2004 14:58:14 -0700, heavenbound wrote:
[vbcol=seagreen]
> yeah but what about windows users? how would they do it?
Who cares?
--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951
| |
| Harvie Powis 2004-07-24, 2:46 am |
| On Fri, 23 Jul 2004 21:42:16 +0200, Brian <heh@not.me> wrote:
>Where can I find and download an ISO for Mandrake 10 to DVD?
Suprnova.org had a .torrent file for Mandrake 10.0 Power Pack DVD.
Harv
| |
| Rick Pikul 2004-07-24, 2:46 am |
| On Fri, 23 Jul 2004 17:57:27 -0500, Dan C wrote:
> On Fri, 23 Jul 2004 14:58:14 -0700, heavenbound wrote:
>
>
>
> Who cares?
Perhaps Windows users who want to switch?
--
Phoenix
| |
|
| On Fri, 23 Jul 2004 17:57:27 -0500, Dan C wrote:
> On Fri, 23 Jul 2004 14:58:14 -0700, heavenbound wrote:
>
>
>
> Who cares?
obvious dan doesnt know
--
Registered Linux User #348506
| |
| Gordon 2004-07-24, 2:46 am |
| On Fri, 23 Jul 2004 14:58:14 -0700, heavenbound wrote:
>
> "Philip Callan" <callanca@shaw.ca> wrote in message
[snip]
>
> yeah but what about windows users? how would they do it?
They install off the CDs and then create the DVD.
| |
|
| On Fri, 23 Jul 2004 23:12:47 -0400, Rick Pikul wrote:
[vbcol=seagreen]
[vbcol=seagreen]
> Perhaps Windows users who want to switch?
That's not the point. If they want to burn a DVD in windows, to be able
to install Linux, fine. It's still a question to be asked in a windows
newsgroup. See?
--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951
| |
|
| On Sat, 24 Jul 2004 13:31:04 +1000, Greg wrote:
[vbcol=seagreen]
[vbcol=seagreen]
> obvious dan doesnt know
Nope, I don't know how to do it in windows, and don't want to know. I
don't care about windows, that's the point. The person needs to ask how
to do a windows task in a windows newsgroup, can you understand that?
--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951
| |
| heavenbound 2004-07-24, 2:46 am |
|
"Harvie Powis" <hpowis@tamcotec.com> wrote in message
news:v5k3g05aqpfncjdbggj5p3tv9k0apbh60b@
4ax.com...
> On Fri, 23 Jul 2004 21:42:16 +0200, Brian <heh@not.me> wrote:
>
>
> Suprnova.org had a .torrent file for Mandrake 10.0 Power Pack DVD.
>
> Harv
thanks but they dont now.
| |
| Brian Penix 2004-07-28, 6:06 pm |
| heavenbound wrote:
>
> yeah but what about windows users? how would they do it?
You use MandrakeMove or another liveCD such as knoppix...
B.
| |
| Rick Pikul 2004-07-28, 6:06 pm |
| On Sat, 24 Jul 2004 00:24:58 -0500, Dan C wrote:
> On Fri, 23 Jul 2004 23:12:47 -0400, Rick Pikul wrote:
>
>
>
>
> That's not the point. If they want to burn a DVD in windows, to be able
> to install Linux, fine. It's still a question to be asked in a windows
> newsgroup. See?
Right, tasks needed to switch to using Mandrake Linux have nothing to do
with a group about Mandrake Linux.
--
Phoenix
| |
|
| On Sun, 25 Jul 2004 02:23:54 -0400, Rick Pikul wrote:
[vbcol=seagreen]
> Right, tasks needed to switch to using Mandrake Linux have nothing to do
> with a group about Mandrake Linux.
A task like burning a DVD in windows certainly has nothing to do with
Mandrake. Why is it so hard for you to understand that?
--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951
| |
| Rick Pikul 2004-07-28, 6:06 pm |
| On Sun, 25 Jul 2004 10:47:15 -0500, Dan C wrote:
> On Sun, 25 Jul 2004 02:23:54 -0400, Rick Pikul wrote:
>
>
>
> A task like burning a DVD in windows certainly has nothing to do with
> Mandrake. Why is it so hard for you to understand that?
At _most_ the last couple of steps might not, even then they would only
be a conclusion of "run x then run y" that fits with the overall topic of
making a Mandrake install DVD.
--
Phoenix
|
|
|
|
|