LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 08-13-2008, 04:18 PM   #1
jaydoubleyou
LQ Newbie
 
Registered: Sep 2003
Location: Torquay, Devon, UK
Posts: 11

Rep: Reputation: 0
How can I install Linux on an old laptop with no CD-ROM or network access?


I am looking to install some flavour of Linux on an old Dell Latitude CPi laptop (PII, 350MHz, 128MB of RAM, 6GB hard drive). It has a floppy drive and a USB port, but no CD, network access or existing OS. Even after flashing the BIOS, it does not have the option of booting from the USB port, so I am stuck with booting from floppy.
I am looking for a fairly basic distro as all I want to use it for is text editing, so my questions are:
1) Are there any small distros that offer a basic GUI and come exclusively on floppies? I installed Windows 3.11 (!) as an experiment and that uses 9 discs (3 to install MS-DOS first, then 6 for 3.11 itself) but it predates USBs so I'd have to be saving to floppy (which I'd do as a last resort, but I'd rather use USB). A Linux distro that uses a similar number of floppies and gives me a GUI and USB support would be great!
2) Are there any that I can whack on a USB stick and use a boot floppy with? I've booted up with 'BG Rescue' which sees the USB stick in fdisk, but I don't know how to use it to boot from the USB. Most of the distros I've come across assume the USB is bootable, but I can't seem to find any that use a bootdisk to access USB (there's plenty out there on booting from CD using one). Alternatively, I could copy the files or an ISO across to a partition on the hard drive, but then again I don't know how to get the bootdisk to access them/it.
3) Are there any distros which are non-hardware-specific, i.e. that I could install to a desktop PC (with CD-ROM), take an image of the harddrive and copy over?
All help gratefully received, spare me from the horrors of 3.11 and MS Write!
Jason

Last edited by jaydoubleyou; 08-13-2008 at 04:30 PM.
 
Old 08-13-2008, 04:28 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
As far as I am aware, there are no "real" distributions that install only from floppies anymore. It would require thousands of floppy disks to install a modern Linux distro.

However, some distributions still employ boot floppies which contain the installer and expect you to provide a source of packages. In this case, you could use an attached USB storage device to hold the actual packages (or disc image) and just boot the installer with the floppies.

You might also want to broaden your horizons a bit and consider BSD. The OpenBSD installer can be started with just a single floppy; or at least, it did the last time I used it.
 
Old 08-13-2008, 04:36 PM   #3
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
The easiest method is to remove the hard drive and put it in a different laptop. Do the install there; I've used this method to install Debian on an old laptop.
 
Old 08-13-2008, 05:17 PM   #4
Linville79
Member
 
Registered: Nov 2006
Location: Indiana, U.S.A.
Distribution: Red Hat Enterprise Linux, Fedora, CentOS
Posts: 134

Rep: Reputation: 16
If you have access to another machine, I'd suggest downloading one of the USB-distros (check distrowatch to find one). Then you can create a boot floppy that will point to the kernel on the USB drive. A number of the USB distros have an option to then install them to the local hard disk. Do that.

I've not done this, so I don't have any more specific distro names or even a link to a how-to.

Alternatively, you could get your hands on a USB external CD-ROM drive and use the boot floppy to launch the installer from CD.

Isaac's suggestion is also ok, but be warned that it could lead to hardware driver issues.
 
Old 08-13-2008, 08:20 PM   #5
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Drivers shouldn't be much of a problem as it is going to install a generic kernel in any event. The only problem you might run into would be the XOrg configuration, but that can easily be fixed by running the automatic configuration again
 
Old 08-14-2008, 06:02 AM   #6
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Check http://goodbye-microsoft.com/more.html. Not sure if the installer runs in Win 3.11 as well. Check also the links on the page and the Wiki articles.

Doesn't that laptop have PCMCIA slots? I remember those were usually on laptops before USB ports. Can't you find a PCMCIA network adapter? That would make your life much easier.

jlinkels
 
Old 08-14-2008, 08:43 AM   #7
jaydoubleyou
LQ Newbie
 
Registered: Sep 2003
Location: Torquay, Devon, UK
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks to everyone for their replies, I'll certainly bear all the solutions in mind.
I did some further research and came across this idea, which looked promising. I tried it with a number of distros other than Fedora (which I think judging by previous experience on other machines would probably run like a dog on this one) - Xubuntu, PC Linux Mini Me, Vector, Mandriva. All booted the install ISOs but the installs failed for various reasons (one went into a kernel panic, one got stuck probing SCSI devices for about 10 minutes - I can't remember which was which as it was 3am by this point!).
I've now dug out an old copy of Windows ME (yeah, I know) and got it on there by copying the installation files from the USB to the hard drive (using BG Rescue), booting with a Windows rescue disk and running setup, so when I get a bit more time I'll get hold of a PCMCIA card and experiment with a network install. Unfortunately my other laptop has a SATA drive, so I can't use that.
Thanks again,
Jason
 
Old 08-14-2008, 09:01 AM   #8
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Since you don't have an appropriate laptop (one with an IDE hard drive), the easiest option is to buy a 2.5"->3.5" IDE adapter and do the install on a desktop computer. I've done this with Debian.

A PCMCIA card with PXE boot floppy would be the best solution if you can get it to work, though, because you'll likely want an ethernet connection at some point in any case.
 
  


Reply



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
laptop without cd-rom drive. net install needed. slackware NFS issues. huzzzo Linux - Laptop and Netbook 2 11-08-2006 02:19 PM
Network Cards Not Working With New Linux Install on Dell Laptop chun-mee Linux - Networking 3 09-11-2005 06:33 PM
Linux on laptop without cd-rom michaeltweak Linux - Laptop and Netbook 7 07-02-2004 02:58 PM
Install linux on a laptop with no CD-ROM? stickben Linux - Laptop and Netbook 3 05-03-2004 09:40 PM
I have an old laptop w/o a CD-ROM and I want to install Linux... HGeneAnthony Linux - Hardware 3 04-15-2003 08:40 PM

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

All times are GMT -5. The time now is 07:09 AM.

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