LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   ROCK (https://www.linuxquestions.org/questions/rock-65/)
-   -   installing ROCK LINUX (https://www.linuxquestions.org/questions/rock-65/installing-rock-linux-480172/)

kevinbowers 08-31-2006 07:44 PM

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

w3bd3vil 08-31-2006 08:05 PM

try this,
http://distro.ibiblio.org/pub/linux/...20installer%22

dunkert 09-01-2006 07:22 AM

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)

drlasterjr 09-01-2006 11:46 AM

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

kevinbowers 09-03-2006 10:16 PM

Mount Rock Linux
 
Hi,

I was wandering how to mount the Rock Linux CD to the Hard Drive

Thanks a lot,
Kevin

masonm 09-03-2006 10:22 PM

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.

kevinbowers 09-03-2006 10:36 PM

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

masonm 09-03-2006 10:48 PM

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?

kevinbowers 09-03-2006 10:49 PM

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

masonm 09-03-2006 10:59 PM

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.

truthfatal 09-04-2006 10:08 AM

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)

kevinbowers 09-04-2006 01:07 PM

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

Tinkster 09-04-2006 04:32 PM

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

drlasterjr 09-05-2006 09:27 AM

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 08:05 PM.