Skip to Content.
Sympa Menu

baslinux - Re: [BL] Newbie starting with BL3.5

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Newbie starting with BL3.5
  • Date: Fri, 13 Mar 2009 21:59:04 -0800

I made /dev/hda1 = /boot partition, then /dev/hda2 = / and /dev/hda3 extended and /dev/hda6 my swap, and /dev/hda5 and /dev/hda7 as linux partitions. I mke2fs format all of the partitions, and mkswap /dev/hda6. I mounted /dev/hda2 to /hd, then install-to-hd. Reboot, hit CTRL at LILO, then hd root=/dev/hda2.
 
To install LILO to hd, I enter lilo -v
 
I eject floppy disk #1, then reboot. After the hardware info and BIOS version is displayed, it hangs up.
 
Where in this procedure did I go wrong?
 
Thanks,
TheBastard
 
On Sat, Mar 7, 2009 at 10:20 AM, <baslinux-request AT lists.ibiblio.org> wrote:
Send BasLinux mailing list submissions to
       baslinux AT lists.ibiblio.org

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.ibiblio.org/mailman/listinfo/baslinux
or, via email, send a message with subject or body 'help' to
       baslinux-request AT lists.ibiblio.org

You can reach the person managing the list at
       baslinux-owner AT lists.ibiblio.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of BasLinux digest..."


Today's Topics:

  1. Re: Newbie starting with BL3.5 (baslinux AT lists.ibiblio.org)
  2. Re: Newbie starting with BL3.5 (baslinux AT lists.ibiblio.org)
  3. Re: BL3 as MP3 streaming server (baslinux AT lists.ibiblio.org)
  4. Re: BL3 as MP3 streaming server (baslinux AT lists.ibiblio.org)


----------------------------------------------------------------------

Message: 1
Date: Fri, 6 Mar 2009 11:26:38 -0800
From: baslinux AT lists.ibiblio.org
Subject: Re: [BL] Newbie starting with BL3.5
To: baslinux AT lists.ibiblio.org
Message-ID:
       <b2fa54050903061126x7947bd20w7db0c0167975374a AT mail.gmail.com" target="_blank">b2fa54050903061126x7947bd20w7db0c0167975374a AT mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

There is nothing on my HD, I have a spare laptop with no OS, but I would
like to copy BL3.5 directly to the HD. How do I do this?

Thanks again.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ibiblio.org/pipermail/baslinux/attachments/20090306/9c88a5fb/attachment-0001.htm

------------------------------

Message: 2
Date: Sat, 07 Mar 2009 14:35:59 +1300
From: baslinux AT lists.ibiblio.org
Subject: Re: [BL] Newbie starting with BL3.5
To: baslinux AT lists.ibiblio.org
Message-ID: <20090307143559.52739bc1.ln8d-on8g AT dea.spamcon.org" target="_blank">20090307143559.52739bc1.ln8d-on8g AT dea.spamcon.org>
Content-Type: text/plain; charset=US-ASCII

Message from Steven
===================
>
> There is nothing on my HD,  I would like to copy BL3.5
> directly to the HD. How do I do this?

First, you need to partition the HD.  I suggest you make
two partitions:  a linux partition and a swap partition.
You might also like to leave some HD space unpartitioned
in case you want to create a third (or fourth) partition
in the future.

The tool you use to partition the HD is fdisk:
--------------
fdisk /dev/hda
--------------
press n to create a new partition (primary, not extended)
press t to change the partition type (82 for swap).

I suggest you make the first partition (/dev/hda1) swap
and the second partition (/dev/hda2) Linux.

The second step is to format the Linux partition.
The tool for this is mke2fs:
----------------
mke2fs /dev/hda2
----------------
That assumes that /dev/hda2 is your Linux partition.

The third step is to mount your Linux partition at /hd:
--------------------
mount /dev/hda2  /hd
--------------------

The fourth step is to install BL3 to your Linux partition:
-------------
install-to-hd
-------------

Cheers,
Steven


------------------------------

Message: 3
Date: Sat, 07 Mar 2009 18:41:49 +1300
From: baslinux AT lists.ibiblio.org
Subject: Re: [BL] BL3 as MP3 streaming server
To: baslinux AT lists.ibiblio.org
Message-ID: <20090307184149.53a57b9b.ln8d-on8g AT dea.spamcon.org" target="_blank">20090307184149.53a57b9b.ln8d-on8g AT dea.spamcon.org>
Content-Type: text/plain; charset=ISO-8859-1

Message from Steven
===================
Marcelo Campos wrote:
>
> I?m trying to put a BL3 as audio mp3 streaming server

Have you decided which server software to use?

Cheers,
Steven


------------------------------

Message: 4
Date: Sat, 7 Mar 2009 14:19:55 -0300
From: baslinux AT lists.ibiblio.org
Subject: Re: [BL] BL3 as MP3 streaming server
To: <baslinux AT lists.ibiblio.org>
Message-ID: <007001c99f48$efadb450$8d00a8c0@marcelo1>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
       reply-type=original

Hi Steven
Sincerally I don't know yet, there are too many softwares and I don?t know
what is more light, more compatible and not too much dependencies...

I?ll apreciate if you have any sugestions

Thanks and best regards,

Marcelo Campos
marcelo AT smartradio.com.br


----- Original Message -----
From: baslinux AT lists.ibiblio.org
To: baslinux AT lists.ibiblio.org
Sent: Saturday, March 07, 2009 2:41 AM
Subject: Re: [BL] BL3 as MP3 streaming server


Message from Steven
===================
Marcelo Campos wrote:
>
> I?m trying to put a BL3 as audio mp3 streaming server

Have you decided which server software to use?

Cheers,
Steven

-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.com.ru
http://www.ibiblio.org/pub/linux/distributions/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
baslinux-request AT lists.ibiblio.org



------------------------------

_______________________________________________
-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.com.ru
http://www.ibiblio.org/pub/linux/distributions/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
baslinux-request AT lists.ibiblio.org


End of BasLinux Digest, Vol 72, Issue 10
****************************************




Archive powered by MHonArc 2.6.24.

Top of Page