ROCK This forum is for the discussion of ROCK Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-31-2006, 07:44 PM
|
#1
|
LQ Newbie
Registered: Mar 2006
Posts: 28
Rep:
|
installing ROCK LINUX
Hi,
Yesterday I made a fdisk boot floppy and I booted into MS-DOS and typed fdisk.exe wich wiped out my whole hard drive so I could put Damn Small Linux (DSL) on my hard drive. Then I got a boot floppy off the web for DSL. After that I put the files from the DSL.ISO onto my USB flash drive. After that it booted perfectly fine into DSL. But now the question is how do I mount DSL to my hard drive. But I have NO CD_ROM DRIVE in my laptop.
Thanks a lot if you can help,
Kevin
|
|
|
08-31-2006, 08:05 PM
|
#2
|
Senior Member
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191
Rep:
|
|
|
|
09-01-2006, 07:22 AM
|
#3
|
LQ Newbie
Registered: Aug 2006
Location: Montreal
Distribution: fedora
Posts: 19
Rep:
|
if you booting linux you can mount iso with mount
mount -o loop -t iso9660 file.iso you_dir
if not well... *%$#* (just kidding I'll find somthing otherwise)
|
|
|
09-01-2006, 11:46 AM
|
#4
|
LQ Newbie
Registered: Apr 2006
Location: West Long Branch, NJ
Distribution: Slackware
Posts: 11
Rep:
|
Kevin,
As indicated by dunkert you need to mount the USB flash drive. Depending upon how you wrote the ISO image to the flash drive you may need to use the command given by dunkert or try something like "mount -t iso9660 /dev/<device> /mnt". The USB system typically uses the SCSI devices - i.e. /dev/sda1, /dev/sdb1, etc. based upon the DSL website they are using a 2.4 kernel which is what I typically use.
Insure that the install software is starting the USB subsystem. If the system is not starting the USB subsystem you will not be able to get to the USB flash drive. This could be a script specific to the USB subsystem or other "hot pluggable" devices (i.e. cardbus, pcmcia, etc.).
Also, check the BIOS and determine if you laptop can boot from UDB devices. If may be as simple as making the USB environment the first or second boot device.
If you want to be reboot from the USB drive you may also need to "re-write" the ISO image with "dd if=iso-file-name of=/dev/device". This would, I believe, create a bootable image of the ISO on the USB drive. Again, this is dependent upon access to the USB subsystem and having the tools available.
Don
|
|
|
09-03-2006, 10:16 PM
|
#5
|
LQ Newbie
Registered: Mar 2006
Posts: 28
Original Poster
Rep:
|
Mount Rock Linux
Hi,
I was wandering how to mount the Rock Linux CD to the Hard Drive
Thanks a lot,
Kevin
|
|
|
09-03-2006, 10:22 PM
|
#6
|
Senior Member
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300
Rep:
|
Huh? Do you mean install not mount? Have you read their documentation? What exactly are you asking? I like a good puzzle as much as the next person but your question makes no sense at all.
|
|
|
09-03-2006, 10:36 PM
|
#7
|
LQ Newbie
Registered: Mar 2006
Posts: 28
Original Poster
Rep:
|
I ment when I install I have a stupid error that says "There is not enough space on device" But I have a primary partition that is 20GB and my hard drive is 20GB.
So can you help?
Thanks a lot,
Kevin
|
|
|
09-03-2006, 10:48 PM
|
#8
|
Senior Member
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300
Rep:
|
Ok, that's a bit better question-wise.
At what stage of the installation do you see this message?
Do you get as far as creating the required partitions? You need at least a root partition formatted for a Linux file system and a swap partition.
I've not installed Rock so am not totally familiar with their installer. Do you have to create the partitions manually or is that included in the installer process?
|
|
|
09-03-2006, 10:49 PM
|
#9
|
LQ Newbie
Registered: Mar 2006
Posts: 28
Original Poster
Rep:
|
installing ROCK LINUX
Hi,
When I install ROCK LINUX I have a stupid error that says "There is not enough space on device" But I have a primary partition that is 20GB and my hard drive is 20GB.
So can you help?
Thanks a lot,
Kevin
|
|
|
09-03-2006, 10:59 PM
|
#10
|
Senior Member
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300
Rep:
|
Go back to your original post of this question and follow up. You shouldn't post the same question more than once, it's against the rules and makes it harder for you to get the answers you need.
I'm not a moderator, just a member, but as soon as one of them spots this they'll close it. Just trying to help.
Last edited by masonm; 09-03-2006 at 11:02 PM.
|
|
|
09-04-2006, 10:08 AM
|
#11
|
Member
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Rep:
|
You have a 20 GB HD with a 20 GB Primaary partition on it. Do you also have Windows, or some other OS installed on that partition. If so, you will need to shrink that 20 GB partition to make room for the Linux install... Or better yet, buy or scavenge another HD from somewhere. Then you will need to make new partitions [either on the new HD or within the free space on the old HD] You will at least want one Linux Swap for your swap space (type 82 when you use cfdisk) and one Linux ext type partition for your root directory "/"(type 83)
Last edited by truthfatal; 09-04-2006 at 10:10 AM.
|
|
|
09-04-2006, 01:07 PM
|
#12
|
LQ Newbie
Registered: Mar 2006
Posts: 28
Original Poster
Rep:
|
Here is what I did:
1. I boot up my laptop
2. I get to the rock linux startup screen.
3. I type ROCK <ENTER>
4. It goes throught some code
5. I am at the first stage boot system
6. I type 0 to load to the 2nd boot screan
7. I type 0 to load CD
8. I type 1 to load the "2nd_stage" image file
9. I typed enter at terminal devices list
10. Then I typed stone
11. Then I pressed enter to install the system
12. After that I pressed enter to install gasgui package manager
13. Then I press enter to do a full install
14. Then I press enter to install "/old_root" package
15. Then I press the down button and then press enter
It installes up to the sixth package. But on the "DISK #1: Installing apache-2.0.55-0" it comes up with a stupid error that says " While installing GEM file /mnt/source/TRUNK-X86-pentuim-mmx-32-crystal/pkgs/apache-2.0.55-0.gem (var/opt/apache/lib/manual/sections.html.es): No space left on device. Error while installing package apache!
Skip or Retry (default=Retry)
I tryed to Retry and Skip but they don't work
Thanks a lot,
Kevin
Last edited by kevinbowers; 09-04-2006 at 03:23 PM.
|
|
|
09-04-2006, 04:32 PM
|
#13
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
I couldn't be bothered to sort that mess of your out manually, and have
merged the three threads in Newbie (all with sensible responses) into one
thread. For future reference: abide by our rules, and stick with one thread
per topic in one forum. There's still a dupe in Distributions -> Rock
Cheers,
Tink
|
|
|
09-05-2006, 09:27 AM
|
#14
|
LQ Newbie
Registered: Apr 2006
Location: West Long Branch, NJ
Distribution: Slackware
Posts: 11
Rep:
|
Damn Small Linux or Rock Linux?
We seem to have switch from DSL to ROCK as well as USB to CD.
Based upon the website for ROCK unless you are trying to install CRYSTAL ROCK a small disk is never going to work. The ROCK websites refer to ROCK as a "Distribution Build Kit" and refer to days for compiling and building in some cases based upon hardware. I suspect you are trying to build the packages from source code. A distribution is normally going to use a lot of space for source packages. And since you indicate from the message output the disk filled I suspect you are trying to use the standard ROCK source based package. Try the Crystal ROCK package and not their full source building package.
I would also divide your disk into at least two partitions. A root (/) and a swap parition. I generally use at least 3 - root (/), swap and home (/home). Most root (/) partitions should need no more than 4 to 5 gigabytes, swap should be set to 2x the amount of memory in the system. Larger won't hurt. The rest for a home partition (/home) if you use a 3 parition layout.
This is a sample from a 40GB disk drive (fdisk /dev/hda) on IDE 0 (master).
Disk /dev/hda: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 729 5855661 83 Linux
/dev/hda2 730 851 979965 82 Linux swap
/dev/hda3 852 5005 33367005 83 Linux
|
|
|
All times are GMT -5. The time now is 02:56 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|