[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: potato on 486



on Thu, Oct 11, 2001 at 02:00:47AM -0700, Paul Scott (waterhorse@ultrasw.com) wrote:
> Hi,
> 
> I have been trying to get Debian installed on a 486 that does not know 
> how to boot from the CDROM.  I was able to get to the CD with a Windows 
> 98 startup diskette and execute boot.bat in the install directory.
> 
> I got as far as the "Install Operating System Kernel and Modules"  I 
> need to choose the installation medium.  The choices are first and 
> second floppies or currently mounted filesystem.  If I choose currently 
> mounted filesystem I need to give a directory.  I don't know what that 
> is.  It is not /dev/hdc1.  I can execute a shell but I can't seem to 
> mount anything which helps.

Are you trying to access the installation system on CDROM?  In this
case, it's the CDR, and it should be /dev/hdc.

> Are there any tools available to that shell that will help me?

As usual, your executables are in /bin, /sbin, and possibly, /usr/bin
and /usr/sbin.

    $ fdisk -l 

...will list all available partitions.  Your hard drive is likely
/dev/hda.

To mount a partition, make sure that /mnt exists, and create a mount
point underneath it:

    $ mkdir /mnt/hd
    $ mount /dev/hda[1-16] /mnt/hd

...where 1-16 refers to the partition number you're mounting.  Note that
you can create (and mount) multiple partitions.

I don't think this is what you're trying to do though.

Peace.

-- 
Karsten M. Self <kmself@ix.netcom.com>        http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand?              Home of the brave
  http://gestalt-system.sourceforge.net/                    Land of the free
   Free Dmitry! Boycott Adobe! Repeal the DMCA!  http://www.freesklyarov.org
Geek for Hire                      http://kmself.home.netcom.com/resume.html

Attachment: pgpi1iEoiBWdQ.pgp
Description: PGP signature


Reply to: