Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've got an old Fujitsu Lifebook B142 that I'd like to bring back to life with Linux.
It is fully working 1998 model and either boots from Floppy or HDD. I have a USB CD drive and it reads USB-drives in Windows but cannot boot from these. I plan to buy a PCMIA wifi card to make it more functional in the future and would mean that the main bulk of the install could be stored on another laptop which currently runs Windows Vista.
I would mostly like to surf the web, email, a bit of OpenOffice and just get into Linux. I'm technically minded but have no experience with Linux. I would prefer something relatively straightforward to get into. I don't require Windows so ideally I would do a fresh format of the drive which is currently 4 Gb partitioned 50:50.
I have done various web-searches and it appears this model can run the latest version of Ubuntu but open to any suggestions. There were a couple of pages on the web which specifically talked about getting Linux onto this notebook but these generally left Windows intact which I'm not really interested in and I got intimidated when they went into how they decided how big to make each partition.
What do people think will be the best/easiest method of achieving what I want?
it may run ubuntu, but I doubt it would run it well, although it may. You may look into Slackware with xfce desktop. It is far less bloated, but is a little more difficult than ubuntu. Mostly I would stay away from gnome or KDE with hardware that old.
Get a floppy (almost every distro has one) that can be used to boot the system enough to either install the OS from your usb CD or from the network.
They used to make pcmcia cd drives that I'd guess you can boot to. If so you might be able to boot to pcmcia with a flash adapter to sd or cf card.
Might play with Netboot.me or BKO. It is either floppy or Cd the installs a live cd over network via gpxe. You can also use gpxe to boot if you don't have pxe to your local lan to install an OS.
For fun you could netboot to Knoppix 5.X. Boot a local system to Knoppix and start Knoppix terminal server. Then connect to lan and boot laptop gpxe or pxe to knoppix.
To issues are boot media. Floppy, CD or pcmcia and second is source. TFTP, USB CD, USB flash, Pcmcia cd or memory, network HTTP, iscsi or what ever.
If you're a total beginner with Linux, I would not recommend running Slackware. Even if Ubuntu doesn't run all that well, unless you know how to mess with Slackware, I'd recommend staying away from Slackware.
The main reason I would stay away from Slackware is package management.
Slackware:
Go to the internet and download the package and (hopefully) figure out iss dependencies, download them, and then manually install them one by one and hope it works.
Debian-based:
apt-get install package
Red Hat-based:
yum install package
Arch:
pacman -S package
Upgrading Your System:
Slackware:
Download the newest version of every single package you have (which is often in the hundreds) from the internet manually. Install and compile them manually.
Debian-based (that's two commands, not one-or-the-other):
apt-get update
apt-get upgrade
Red Hat-based:
yum update
Arch:
pacman -Syu
But personally I didn't notice the lack of GUI tools, probably because I chose the command-line way as a newbie.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.