Linux on really, really old hardware
Thinking about giving Linux another shot now the novelty of Windows 9x is wearing off.
Will any distro work on my NEC 2650CDT? Pentium MMX ~150Mhz, 32mb ram, 1.3GB HDD.
An old out-of-date version is OK. I just don't want a massive battle with making the thing work...
Will any distro work on my NEC 2650CDT? Pentium MMX ~150Mhz, 32mb ram, 1.3GB HDD.
An old out-of-date version is OK. I just don't want a massive battle with making the thing work...
Comments
You could try puppy Linux, or TinyCore
Yeah I think I'll give Linux a shot. :-)
Will either of those be easy to install and operate? How about drivers, etc?
*EDIT* - Looks like TinyCore is the best bet, but it looks like I'll need to order more RAM.
http://www.damnsmalllinux.org/wiki/mini ... ments.html
What do you think of this distro?
For PMMX I'd be running more vintage OSes.
That's a shame. Looks like the perfect fit :-/ Is there any disadvantage to running an older Linux distro? Couldn't I just manually update the applications?
Sorry I'm a bit ignorant of Linux. I ran Ubuntu for a short time but that's it.
P.S Make sure your CUPS(Common Unix Printing Server) is working. That is if you want to print stuff.
I need to boot from the CD, but my BIOS only supports HDD and floppy boot, and I don't have any floppies handy. Any idea if it's possible to edit the BIOS to CD boot?
Get update for your BIOS. If only BIOS update can't resolve this, the only way is to install on hardisk on another PC, unplug HDD and install through external SATA/IDE cable, IMO it's not too expensive. Don't forget to install bootloder on mountpoint where your harddisk resides. Or you can temporarily replece PC hardisk for installation only.
Man that sounds time-consuming. I don't really have the necessary gear hanging around.
I've downloaded a BIOS update I found, but 1) It requires a floppy disk to install, and 2) I'm not even sure what's in the update, so even if I successfully install it I'm not sure if it enables CD-Rom boot. Release was ~October 1997.
When I upgraded from Win 95 to 98SE, the .ISO image for the latter was burnt to a disc. I didn't need to boot from it, I simply inserted the disc in Win 95 and setup did the rest. Is there any way to replicate this experience in Win98SE? Without a floppy being required at any stage? I'm guessing not...
Looks like Win 98SE will do for the time being...
Sorry if too consuming tricks . IMO, the possible tricks is to install custom bootloader as here. Then you should boot from grub and able to reach cdrom from grub commands.
EDIT: These links that attached on website may dead, may you use wayback machine to get them.
Thanks for digging that one up. Contains some really interesting info. However it seems to me that I need Linux to install GRUB, can I install it via Windows 98?
Oh, i forgot to set you how to use grub on dos
https://sites.google.com/site/grubdos/
Wow! I can't believe I can use Wayback machine to revive those file downloads. I had no idea you could do that.
Thanks so much I'll have a go at this tomorrow I think, it's midnight here -.-
http://diddy.boot-land.net/grub4dos/fil ... ll_dos.htm
What I did was:
1. Copied the folder containing the Grub4Dos (including grub.exe) files to C:\
2. Renamed the folder exactly to 'Grub4Dos'
3. Replaced the config.sys file on C:\ with the one in the Grub4dos folder
and the result upon reboot is ...
Nothing. Pressing the space bar upon start-up as instructed does nothing. It boots up the same as before.
What have I done wrong? :-/
*EDIT* Seems to work if I do that. I assume this is the way it's intended to be accessed.
Now, I'm having trouble with the last few steps with those two files. I have successfully downloaded them, now I don't understand the rest. I'm assuming that the two files are copy pasted into folder:
C:/Grub4dos
Then what? :-/
You can edit boot.lst from grub4dos and add grub boot menu entry as first blog article i mentioned, or you can boot directly to grub then enter commandline mode by pressing c, enter these command (assuming you copied in Grub4dos folder):
root(hd0,0)
kernel /Grub4dos/memdisk.bin
initrd /Grub4dos/sbootmgr.dsk
boot
The file is called "menu.lst" Heres a example of mine I used a while back with my tinker system.
Try this site for more into. Honestly I hate grub4dos and use Plop Boot manager for older hardware. This way I can have bootable optical drive support and USB support.