LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-02-2004, 04:56 PM   #16
coalquay404
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE
Posts: 22

Rep: Reputation: 15

Quote:
mkcd is a dos or linux program? The first ISO created is bootable or not?
mkcd is a python script supplied by Mandrake to make ISO images from their FTP tree and then burn them to a CD or DVD. The default behaviour is to make ISO images that will fit on a CD, but you can override this by passing the appropriate flag. I only use it whenever a new release comes out from Mandrake so I don't remember the procedure off the top of my head. However, read the instructions that come with mkcd -- they're really easy to follow.
 
Old 05-02-2004, 09:10 PM   #17
Kujila
Member
 
Registered: Jan 2004
Location: United States
Distribution: Mandrake 9.2
Posts: 158

Rep: Reputation: 30
Quote:
Originally posted by furfurdemon666
My first hd install worked! Woo hoo! I just used boot.iso and booted off of it and told it to do a hard drive install and pointed it to "/" where the downloaded files were and that was it! Painless! Well, except for the 56k download. LOL!
Whaaaa.... it automatically downloaded the files for an HDD install? I'll have to try that

[EDIT]

I read it wrong. Nevermind what I said.

Last edited by Kujila; 05-02-2004 at 09:20 PM.
 
Old 05-02-2004, 09:54 PM   #18
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
I just downloaded mdk10 official to the hard drive and made the iso's from that, i made adirectory named 'mandrake10' in my home folder, this is the commands for mkcd i used

mkcd -t /home/myname -a -s /home/myname/mandrake10

and made 5 iso's, the first one is bootable. hope this helps someone.
 
Old 05-03-2004, 04:44 AM   #19
them@ster
LQ Newbie
 
Registered: Apr 2004
Location: Italy
Posts: 14

Rep: Reputation: 0
I'm at 2GB and it seem very far from the end How many GB exactly the dir /i586/ is? if mkCD makes 5 ISO i guess it will be about 3 GB...
 
Old 05-03-2004, 08:10 AM   #20
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
i586 is 3 gb
 
Old 05-03-2004, 08:22 AM   #21
grekster
LQ Newbie
 
Registered: May 2004
Posts: 24

Rep: Reputation: 15
whenever i try to use the makcd script it gives an error

at the command prompt ive got:

>perl g:\mandrake\misc\makecd -t \iso\ -a -s \mandrake\

and it gives me an error saying Can't exec /bin/sh at line 1

anyone know how to resolve this?
 
Old 05-03-2004, 11:34 AM   #22
them@ster
LQ Newbie
 
Registered: Apr 2004
Location: Italy
Posts: 14

Rep: Reputation: 0
Quote:
i586 is 3 gb

That's impossible: I'm just at 3.25 GB and still are thousands of files

There's a problem: as I'm downloading under Win the program I'm using can't create the dir /i586/Mandrake/RPMS.cooker because the OS don't accept the "." in the dir names how can I resolve ?
 
Old 05-03-2004, 03:25 PM   #23
coalquay404
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE
Posts: 22

Rep: Reputation: 15
The full package tree comes in at over 5GB - downloaded it last week.
 
Old 05-03-2004, 05:48 PM   #24
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
Mine came from some mandrakesoft ftp site, one of the mirrors, it was only 3 gb for the i586 folder. All the other files came to about a 100 mb or so. I must have a incomplete tree. I did get a few errors while making the iso's, maybe thats why i have no mandrake control center even though rpmdrake is installed.
 
Old 05-04-2004, 04:34 AM   #25
coalquay404
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE
Posts: 22

Rep: Reputation: 15
Quote:
Mine came from some mandrakesoft ftp site, one of the mirrors, it was only 3 gb for the i586 folder. All the other files came to about a 100 mb or so. I must have a incomplete tree. I did get a few errors while making the iso's, maybe thats why i have no mandrake control center even though rpmdrake is installed.
Well, the RPMS folder is about 2.8GB, RPMS2 is about 3.2GB, and RPMS3 is maybe 330MB, so perhaps I was being a bit conservative. You don't actually need anything other than RPMS in order to install; you can always point your sources manager to an FTP repository of the other directories anyway.

As to not having any control center, does typing

Code:
su -c 'drakconf &'
or

Code:
rpm -qa | grep drakconf
do anything for you?
 
Old 05-04-2004, 08:15 AM   #26
Kujila
Member
 
Registered: Jan 2004
Location: United States
Distribution: Mandrake 9.2
Posts: 158

Rep: Reputation: 30
Wait, wait, so all I need to download is


pub/linux/mandrake/Mandrakelinux/official/10.0/i586/Mandrake/RPMS/

...and then can I burn those files to CDs and do some command to install MDK10? My current Linux distro is...gone :P

Can I install MDK10 from nothing with these RPMs, or what?
 
Old 05-04-2004, 08:30 AM   #27
them@ster
LQ Newbie
 
Registered: Apr 2004
Location: Italy
Posts: 14

Rep: Reputation: 0
Quote:
Originally posted by coalquay404
[B]Well, the RPMS folder is about 2.8GB, RPMS2 is about 3.2GB, and RPMS3 is maybe 330MB, so perhaps I was being a bit conservative. You don't actually need anything other than RPMS in order to install; you can always point your sources manager to an FTP repository of the other directories anyway.
The distro I'm downloading has also a RPMS.Cooker dir. Have you it on your mdk10? maybe it is the reason of the errors that someone has found during installation?

Last edited by them@ster; 05-04-2004 at 08:34 AM.
 
Old 05-04-2004, 12:07 PM   #28
coalquay404
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE
Posts: 22

Rep: Reputation: 15
Quote:
The distro I'm downloading has also a RPMS.Cooker dir. Have you it on your mdk10? maybe it is the reason of the errors that someone has found during installation?
Well, I usually download from this mirror. If you look in the ./Mandrake/ directory you'll see the following directories

./Mandrake/RPMS/
./Mandrake/RMPS.cooker/
./Mandrake/RPMS2/
./Mandrake/RPMS3/

RPMS.cooker/ is actually a symlink to RPMS, so there's no need to download RPMS.cooker. All you really need is to ensure that you've got the RPMS directory. After you have installed, you can always go to Software Sources in Mandrake Control Center and add a link to the RPMS.cooker directory on the FTP server. That way, you'll have the option of getting access to cooker for all your new packages. (You should also include links to RPMS2 and RPMS3.)


Quote:
Wait, wait, so all I need to download is


pub/linux/mandrake/Mandrakelinux/official/10.0/i586/Mandrake/RPMS/

...and then can I burn those files to CDs and do some command to install MDK10? My current Linux distro is...gone :P

Can I install MDK10 from nothing with these RPMs, or what?
You basically need to download everything under /pub/linux/mandrake/Mandrakelinux/official/10.0/i586/. The important thing to note, however, is that you have a choice when it comes to the ./i586/Mandrake/ directory. If you don't want to waste a lot of bandwidth then download the following directories only:

./Mandrake/base/
./Mandrake/mdkinst/
./Mandrake/RPMS/
./Mandrake/share/
./Mandrake/descriptions

i.e, you can leave out the RPMS.cooker, RPMS2, and RPMS3 directories. Burn that to a CD (make sure you make the CD bootable) and you'll then be able to install Mandrake. Once you've gotten it installed, you can go to the Software Sources manager in Mandrake Control Center and point it to the RPMS.cooker, RPMS2 and RPMS3 directories on a mirror.

If people are really having difficulty with this, let me know and I'll write up some detailed instructions on how to download and install Mandrake 10 Official from an FTP server. It might take a day or so though because I'm snowed under with work.
 
Old 05-04-2004, 12:21 PM   #29
Josh328
Member
 
Registered: Jan 2004
Location: Louisiana
Posts: 106

Rep: Reputation: 15
i586 + RPMS + RPMS2 = 6.7GB


JOsh
 
Old 05-04-2004, 01:06 PM   #30
them@ster
LQ Newbie
 
Registered: Apr 2004
Location: Italy
Posts: 14

Rep: Reputation: 0
Quote:
RPMS.cooker/ is actually a symlink to RPMS, so there's no need to download RPMS.cooker. All you really need is to ensure that you've got the RPMS directory. After you have installed, you can always go to Software Sources in Mandrake Control Center and add a link to the RPMS.cooker directory on the FTP server. That way, you'll have the option of getting access to cooker for all your new packages. (You should also include links to RPMS2 and RPMS3.)
I have already downloaded RPMS.cooker (aaargh 2,80 GB ) but the RPMS dir is still incomplete... do you think I can rename it RPMS and discard the real RPMS directory download?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MDK 10.1 official download??? SlipAway172 Mandriva 89 12-02-2004 04:06 PM
10.1 Official is out for download for those interested Slovak Mandriva 3 12-01-2004 06:11 AM
Disc 4? - Mandrake 10.0 Official Download mr.flywheel Mandriva 5 11-21-2004 11:30 AM
"Mandrake linux 10.0 official download will not install" qwerty12 Linux - Newbie 2 09-11-2004 09:58 AM
'Mandrake 10 official' download CDs. ddd3 Mandriva 12 06-27-2004 05:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 08:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration