LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-22-2003, 02:04 PM   #1
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Rep: Reputation: 0
Old laptop and LINUX


Old laptop and LINUX

I have an old digital DEC hinote CT475

I have looked at the laptops and linux site and it is there but the info is for slackware 3.3 and we are up to 9 now so.

How can i load LINUX onto a laptop w/o a cd I do have LAN and 3.25 disks

What is the easiest and smallest distrobution I can load.

Thanks and sorry about the newbie questions

 
Old 09-22-2003, 03:01 PM   #2
rooman
Member
 
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233

Rep: Reputation: 30
Do a web search yahoo/google etc. You'll find several possibilities that'll work on a low memory machine but you'll need at least 8mb on a 486.
 
Old 09-22-2003, 05:19 PM   #3
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
go to Linux.org and browse the distributions. There are many "minimalist" distros out there that will boot off a floppy, and you can build up from there.
 
Old 09-23-2003, 07:56 AM   #4
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks for the tips any specific distros that anyone recommends
 
Old 09-23-2003, 09:34 PM   #5
miskinis
Newbie
 
Registered: Sep 2003
Distribution: rethat
Posts: 14

Rep: Reputation: 0
some info from my recent experiences

Hi,

First, welcome to the world of CDROM-less laptops! You are
not alone. I've rencently been playing with all sorts of distros,
hoping to find the best overall setup for my Thinkpas 560.

SO, I found that the slackware floppies work the best. In
my case I have a PCMCIA-based network card, not sure
what you have for your "LAN" device.

In my case, from the slackware 9 release, I got 4 floppy images:

1) bare.i (bare boot)
2) install.1 (1st root)
3) install.2 (2nd root)
4) pcmcia.dsk (pcmcia drivers)

You may need a different #4, depending on your net device

That allowed me to be able to configure my network, and
access my FTP server, to grab various distros for experimentation.

You will need to know how to use the ifconfig command to
setup your eth0, let me know how you make out...

I'm currently installing PEANUT linux as I write this, which is
a little tricky, but not that bad. You have to get 2 files, and 2
floppy disk images, less than 400 MB total transfer, and the
"powerful" dist only consumes about 1.1G of space installed.

John
 
Old 09-24-2003, 05:24 PM   #6
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
thanks for the info I may try that right now i am trying 2 disk to see how it works out the slacware one will be next if i dont suceed at this thanks again
 
Old 09-24-2003, 06:15 PM   #7
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
ok so 2 disk was a bad idea need too much ram i have all the images above now what do i do. i have an network everywhere pcmcia card on a router with rogers high speed cable HELP!
 
Old 09-24-2003, 06:17 PM   #8
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
i got permission denied when trying to rawrite bar.i whats up w/ that? i found a fix for this

Last edited by YO!; 09-24-2003 at 06:33 PM.
 
Old 09-24-2003, 06:30 PM   #9
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
now i got some kernel error saying not enough memory and no killable processes my drive is like 335 meg
 
Old 09-24-2003, 07:20 PM   #10
joe83
Member
 
Registered: Sep 2003
Location: Kennesaw GA
Distribution: Slackware-current , Slack81Zip, Smoothwall v2
Posts: 427

Rep: Reputation: 31
for a not enough memory error, i did this and it worked
create a swap partition (type 82) of twice your ram then enter
mkswap/dev/hda1 ; swapon /dev/hda1
this uses the swap partition as ram
when you get to the menu asking to set up swap partitions, do nothing
go to the target partition (usually /dev/hda2 and partition it)
hope this helps
 
Old 09-24-2003, 07:50 PM   #11
miskinis
Newbie
 
Registered: Sep 2003
Distribution: rethat
Posts: 14

Rep: Reputation: 0
rawrite is for windows/dos !!! use dd

Hi,

rawrite is for windows!

assuming a 1.44MB floppy image use:

$ dd if=bar.i of=/dev/fd0 bs=1440k

have your formatted floppy in the drive, but not "mounted"

if you need to format it, use:

$ fdformat /dev/fd0

if you are trying 1.722 MB floppy images, subsititue
/dev/fd0u1722 and bs=1722k

John
 
Old 09-25-2003, 05:54 AM   #12
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
alright now I'm confused I am creating the floppy images on my windows box in a dos prompt (w2k) then moving them over to my laptop. I got the bare.i folder in and as soon a minute or so after i put the install.1 in i got kernel error not enough memory.

now that i have explained what happened can anyone walk me through this step by step I am a newbie after all
 
Old 09-29-2003, 02:04 AM   #13
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Just how much RAM are you working with? For 4MB or less, you may need to take special steps in order to install. It's possible to get a very minimal install in 2MB of RAM. Any less than that, I have not had experience with.
 
Old 09-29-2003, 10:44 AM   #14
YO!
LQ Newbie
 
Registered: Sep 2003
Posts: 9

Original Poster
Rep: Reputation: 0
i have 8 meg of ram and i am looking for somethig to install on my hd with X i have 335 meg hd
 
Old 09-29-2003, 08:33 PM   #15
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Can you adapt something like the "2 disk linux"? How do I do that? TOMSRTBT seems to do fine on a 8MB system. I found it on Linux.org. On a 4MB system, (same machine before I got aholt of another stick) it would load about halfway then it said "Uh-Oh! Not enough RAM!"

Last edited by lectraplayer; 09-29-2003 at 08:35 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
If i want to buy a laptop and install linux on it, what laptop should i buy? zahadumy Linux - Laptop and Netbook 11 04-05-2006 07:25 PM
A local wireless network for sharing files (linux desktop+linux laptop+mac laptop) whyatt Linux - Wireless Networking 1 11-01-2005 03:17 PM
SUSE 9.3 Linux Laptop to Print on Linux Remote Machine -- How 1kyle SUSE / openSUSE 4 09-20-2005 10:02 PM
Linux laptop accessing Linux server maelstrom209 Linux - Networking 3 11-28-2004 01:31 PM
Crossover network! Linux PC to Linux Laptop! Also what about bluetooth wireless usb?? kane hart Linux - Wireless Networking 2 10-16-2003 06:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration