Results 1 to 4 of 4
I have an old 300mhz k6 box I wanna install linux on (just 'cause), and I was wondering what version of linux I should install, I've been thinking redhat 7.1, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-27-2003 #1Just Joined!
- Join Date
- Aug 2003
- Posts
- 1
Recommend for 300mhz k6?
I have an old 300mhz k6 box I wanna install linux on (just 'cause), and I was wondering what version of linux I should install, I've been thinking redhat 7.1, but does anyone else have suggestions?
(currently its running redhat 9, and it takes just under 10 minutes to load/log in)
- 08-27-2003 #2Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
thats got to be a config problem. I had mdk9.0 running on about 2/3 that spec and 32mb ram. and it took like 2-3 mins to boot
try turning off some services. check that u arent tryign to get an ip address from a non-existant dhcp server (causes a minute or so wait for timeout). Also check that dma is runnign on ur HDD. Also check ur bios for any "safety mode" settings such as serious downclocking due to failed boots etc.
also, if u have limited ram. turn off graphical startup as u waste about 5mb by using that login vs text based then startx. KDE also uses lotsa resources. so choose a slightly smaller desktop enviro.
- 08-27-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Check with this command as root in a terminal..
Which will print out the services that starts in runlevel 3, if you start in any runlevel just replace the 3 with the correct one. To turn off services you use...Code:chkconfig --list | grep 3:on
And the same thing to turn on services, but then with the argument on.Code:chkconfig --leve 0123456 <servicename> off
Regards
Andutt
- 08-27-2003 #4Linux Enthusiast
- Join Date
- Feb 2003
- Location
- Ontario, Canada
- Posts
- 556
college linux 2.3


Reply With Quote
