• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Which Linux distro for a dedicated web browsing machine?

hasu

Senior member
I am building a tiny PC exclusively for web browsing.
Looking for a Linux distribution with fast boot and small size to be installed on a CF card.

Tried DSL and Puppy. Both runs fine as Live CD but failed to boot when installed locally on hard drive or CF Card (using IDE adapter).

TIA
 
Why did they fail to boot?

It's likely that you'll have similar problems with anything else.

But otherwise do a Debian install. When time comes to select the role of the machine, uncheck everything except maybe 'standard install' (the roles change time to time I don't have Etch memorized) Don't do desktop or server or anything like that. Then install x windows, fluxbox, and 'iceweasel'. Then VLC for media playing. Thats about it. Use Debian-multimedia.org for w32codecs.

 
Originally posted by: drag
Why did they fail to boot?
DSL does not even show any error message. Puppy said the required files are not found on 'ideflash' device. After searching some more I found this link. As per the discussion, it is better to format CF card as FAT16. When I tried last night I used ext2 that could be the reason for failure. I will try FAT16 tonight.

But otherwise do a Debian install. When time comes to select the role of the machine, uncheck everything except maybe 'standard install' (the roles change time to time I don't have Etch memorized) Don't do desktop or server or anything like that. Then install x windows, fluxbox, and 'iceweasel'. Then VLC for media playing. Thats about it. Use Debian-multimedia.org for w32codecs.
I saw that while installing an Etch server. I will give it a try if Puppy fails with FAT16.

Thank you!
 
I second going with debian etch net-install which downloads all packages are you go. Do a base install only and when you boot into the new system in the prompt do:

apt-get install xorg xorg-driver-(whatever card you have)
test it out and then do
apt-get install fluxbox iceweasel vlc

That is probably the most minimalist config possible with web browsing which should take maybe around 200-225mb of space.
 
Back
Top