Frugal install on fresh 2GB HD (partition help)


Forum: HD Install
Topic: Frugal install on fresh 2GB HD (partition help)
started by: SomeGuyWithDSL

Posted by SomeGuyWithDSL on June 19 2005,17:47
I spent ALL DAY yesterday trying to get this to work before giving up and asking here today. I've got a new 20GB HD for my laptop coming in the mail tomorrow, and it will either get an install of either DSL (frugal), if I can get this to work, or Win98SE, if not.

So I'm playing with it on the current 2GB HD which has no data of any value on it (or any data at all, now).

I removed all the partitions on my laptop's 2GB HD (except for the BIOS save-to-disk partition) with DOS
Code Sample
fdisk
yesterday. Then using
Code Sample
cfdisk
after booting DSL, I created the following partitions:

hda1 :: type 83 :: 256 MB :: *BOOTABLE*
(kernel goes here)

hda2 :: type 83 :: 1,500 MB
(intended to be my persistant storage partition)

hda3 :: type 82 :: 256MB
(swap partition)

After writing the partition table, I rebooted to ensure it was read correctly. A quick check of the table showed it was correct as shown above.

Then, although I don't know if I had to, I did
Code Sample
mkswap /dev/hda3
and
Code Sample
swapon /dev/hda3
.

Then I ran Frugal Install and was told that hda1 was mounted and the install could not continue.

The script promptly shut down DSL and restarted, a process with which I have grown greatly familiar.

I started DSL again, unmounted hda1, and ran the Frugal Install script again. The install of KNOPPIX to hda1 seemed to go fine, but nothing was created on hda2 even though that's where I asked it to put my persistent directories. The system restarted again, and did nothing when I attempted to boot from the HD.

I thought "I wonder if I'm supposed to do the
Code Sample
mkliloboot
myself, or at all ... "

So I did. And then DSL does boot off hda1, until I get to a Kernel Panic: cannot find root on 03:03. I guess that's saying the persistant areas I requested to be on hda2 are not there?

I kick my computer a little bit, and start over.

Repeat entire process 10 times, and you have my schdule for yesterday  :p

I couldn't ever seem to find a step-by-step guide for Frugal Install after searching through this site ... although there were several well-written guides to a full HD install. I guess, then, the Frugal Install script is supposed to be self-sustaining and self-explanatory? I'm just having a run of hard luck with this.

I just decided to devote the weekend to diving headfirst into this, my first Linux experience. I'm comfortable with a command prompt and computer hardware configuration, but all my experience is from the DOS/Windows world. This is like learning to swin by jumping into the lake.

Help?

Posted by ke4nt1 on June 19 2005,22:22
After you made the hda2 partition for your persistant usage,
did you format it?  

from root shell  " mke2fs /dev/hda2 "

If the install script can't find a formatted place to write,
you would see the errors you describe, the script would fail,
and the lilo would not get run to properly boot your machine.

also, here is some other reading material for a frugal install.
< http://distro.ibiblio.org/pub....wto.pdf >

73
ke4nt

Posted by SomeGuyWithDSL on June 20 2005,03:58
Quote (ke4nt1 @ June 19 2005,18:22)
After you made the hda2 partition for your persistant usage,
did you format it?

Thanks for your reply. I did not do that, though I did spend some time looking around for an equivalent of DOS' "format" and gave up after a while.

I suspect that will clear up my installation issues once I get to try it out (tomorrow).

Any need to "undo" somehow the previous LILO creation I did, or should the script take care of things?

Posted by RoGuE_StreaK on June 20 2005,04:51
LILO should take care of itself, AFAIK
Posted by SomeGuyWithDSL on June 20 2005,12:34
Quote (RoGuE_StreaK @ June 20 2005,00:51)
LILO should take care of itself, AFAIK

Thank you, giving it another go right now.
Posted by SomeGuyWithDSL on June 20 2005,13:13
What do I do with the vga=785 and fb640x480 options that I have to use when booting the LiveCD? I tried entering them in the boot options list during the Frugal Install, but got an error message regarding vga= which led to no init on startup.

Edit: simply removed vga=785 from the boot options, apparently it wasn't needed anyway. Leaving in fb640x480 prompted me for xsetup once, during the first boot, then remembered everything the way it was supposed to be after that.

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.