<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Damn Small Linux Forums - Help Section]]></title>
		<link>https://damnsmalllinux.org/forums/</link>
		<description><![CDATA[Damn Small Linux Forums - https://damnsmalllinux.org/forums]]></description>
		<pubDate>Wed, 29 Apr 2026 14:29:35 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[waiting for /dev to be fully populated]]></title>
			<link>https://damnsmalllinux.org/forums/thread-260.html</link>
			<pubDate>Tue, 06 Jan 2026 13:03:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=713">Justin</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-260.html</guid>
			<description><![CDATA[I'm working on reviving some pretty old hardware that previously had DSL 4.x. Hard drive died so I'm starting "New". Might have to go back to 4.x<br />
<br />
Panasonic Toughbook CF-45<br />
Pentium MMX 233MHz<br />
96MB Ram<br />
64GB CF to IDE "hard drive"<br />
USB 1.1<br />
800x600 TFT 256K colors<br />
<br />
When booting it gets stuck at "waiting for /dev to be fully populated". Searching the internets, it appears this may be a driver issue.<br />
<br />
I see during the boot stages that it's defaulting Xorg to VESA. I believe this may be the issue as VESA never worked with this laptop.<br />
<br />
<br />
When I boot DSL 4.x liveCD I use the use the following<br />
<br />
fb800x600 (this option is not recognized in DSL 2024)<br />
NO: usb mouse<br />
Yes: IMPS/Wheel <br />
<br />
Looks like there's a hardware minimum that I haven't been able to find yet.]]></description>
			<content:encoded><![CDATA[I'm working on reviving some pretty old hardware that previously had DSL 4.x. Hard drive died so I'm starting "New". Might have to go back to 4.x<br />
<br />
Panasonic Toughbook CF-45<br />
Pentium MMX 233MHz<br />
96MB Ram<br />
64GB CF to IDE "hard drive"<br />
USB 1.1<br />
800x600 TFT 256K colors<br />
<br />
When booting it gets stuck at "waiting for /dev to be fully populated". Searching the internets, it appears this may be a driver issue.<br />
<br />
I see during the boot stages that it's defaulting Xorg to VESA. I believe this may be the issue as VESA never worked with this laptop.<br />
<br />
<br />
When I boot DSL 4.x liveCD I use the use the following<br />
<br />
fb800x600 (this option is not recognized in DSL 2024)<br />
NO: usb mouse<br />
Yes: IMPS/Wheel <br />
<br />
Looks like there's a hardware minimum that I haven't been able to find yet.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation Crashing]]></title>
			<link>https://damnsmalllinux.org/forums/thread-250.html</link>
			<pubDate>Mon, 22 Sep 2025 23:26:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=645">Plunkyy</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-250.html</guid>
			<description><![CDATA[I'm trying to install Damn Small Linux on a Thinkpad 600X with a 650Mhz speed-step Pentium 3 processor. I'm booting off a cd-rom, and I've tried to install it about 8-10 times now. The first or second time, I managed to get all the way through the installer, but it said that it failed to install grub. I just rebooted and tried it again in hopes it would fix itself the next time (with default settings). This obviously didn't work.<br />
<br />
The past few installs I've tried have all crashed somewhere in the 19-23% range, with the most recent step being "Copying new system" in the live log. I've let the installer verify the installation media most times, and never had an error. So I don't <span style="font-style: italic;" class="mycode_i">think </span>that my CD-ROM drive is faulty, but I could be wrong. I will also note that as of writing this, the most recent crash was at 23%, which I left the live install on after it crashed, and a few minutes later my 600X graphics went haywire for a minute or so. After that, it went to a black screen (still on!) and then rebooted into the live environment by itself! The uptime was still counting after this as well so the machine never actually rebooted...<br />
<br />
Anyways, I'm just looking to at least narrow down the problem here. I'm (trying) to install to a 64GB Yansen IDE SSD which is almost certainly just a pre-assembled msata to ide converter. Other than the SSD and the CD-ROM, I'm not really sure what the issue could be. I don't really understand why it could go through the entire installation the first time, but now it can't. I also don't understand why the graphics glitches out when I shut the laptop down, or when it happened in the previous paragraph on its own. It has a Neomagic MagicGraph256ZX GPU with 4mb of VRAM. The live installer responds well so the graphics is definitely supported in the kernel. I dunno.<br />
<br />
Appreciate any suggestions  <img src="https://damnsmalllinux.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
EDIT: I managed to pass the 19-23% crash range by booting with failsafe graphics. I got back up to the point where grub installation fails. Then, I entered the rbind commands for /proc, /sys, etc. so that I could use lsblk in chroot of /mnt/antiX. This let me chroot in and manually run grub-install and update-grub commands. Then, I rebooted and got the following error: <br />
"fsck.ext4: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory. fsck exited with status code 127". It's a little hard for me to debug exactly what's wrong because I'm not sure what exactly happened during the automated installation process.]]></description>
			<content:encoded><![CDATA[I'm trying to install Damn Small Linux on a Thinkpad 600X with a 650Mhz speed-step Pentium 3 processor. I'm booting off a cd-rom, and I've tried to install it about 8-10 times now. The first or second time, I managed to get all the way through the installer, but it said that it failed to install grub. I just rebooted and tried it again in hopes it would fix itself the next time (with default settings). This obviously didn't work.<br />
<br />
The past few installs I've tried have all crashed somewhere in the 19-23% range, with the most recent step being "Copying new system" in the live log. I've let the installer verify the installation media most times, and never had an error. So I don't <span style="font-style: italic;" class="mycode_i">think </span>that my CD-ROM drive is faulty, but I could be wrong. I will also note that as of writing this, the most recent crash was at 23%, which I left the live install on after it crashed, and a few minutes later my 600X graphics went haywire for a minute or so. After that, it went to a black screen (still on!) and then rebooted into the live environment by itself! The uptime was still counting after this as well so the machine never actually rebooted...<br />
<br />
Anyways, I'm just looking to at least narrow down the problem here. I'm (trying) to install to a 64GB Yansen IDE SSD which is almost certainly just a pre-assembled msata to ide converter. Other than the SSD and the CD-ROM, I'm not really sure what the issue could be. I don't really understand why it could go through the entire installation the first time, but now it can't. I also don't understand why the graphics glitches out when I shut the laptop down, or when it happened in the previous paragraph on its own. It has a Neomagic MagicGraph256ZX GPU with 4mb of VRAM. The live installer responds well so the graphics is definitely supported in the kernel. I dunno.<br />
<br />
Appreciate any suggestions  <img src="https://damnsmalllinux.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
EDIT: I managed to pass the 19-23% crash range by booting with failsafe graphics. I got back up to the point where grub installation fails. Then, I entered the rbind commands for /proc, /sys, etc. so that I could use lsblk in chroot of /mnt/antiX. This let me chroot in and manually run grub-install and update-grub commands. Then, I rebooted and got the following error: <br />
"fsck.ext4: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory. fsck exited with status code 127". It's a little hard for me to debug exactly what's wrong because I'm not sure what exactly happened during the automated installation process.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DSL SCREEN SIZE on GNOME Boxes]]></title>
			<link>https://damnsmalllinux.org/forums/thread-249.html</link>
			<pubDate>Wed, 03 Sep 2025 14:22:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=628">wisdomlight</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-249.html</guid>
			<description><![CDATA[DSL running on GNOME Boxes(Fedora 40)<br />
But, the screen size is fixed and it is small. like 643x402<br />
Is there a way to increase DSL screen size in Boxes?<br />
Thank you]]></description>
			<content:encoded><![CDATA[DSL running on GNOME Boxes(Fedora 40)<br />
But, the screen size is fixed and it is small. like 643x402<br />
Is there a way to increase DSL screen size in Boxes?<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DSL on GNOME Boxes]]></title>
			<link>https://damnsmalllinux.org/forums/thread-248.html</link>
			<pubDate>Sat, 16 Aug 2025 21:46:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=628">wisdomlight</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-248.html</guid>
			<description><![CDATA[Any advice on how to install dsl.2024.rc7.lz4.iso on GNOME Boxes?<br />
When statring Boxes it says OS is not found, but I used Debian testing.<br />
DSL started - but occupied small square of the screen.<br />
Then when installing it (with the password demo) nothing happens.<br />
So, any advice is appreciated]]></description>
			<content:encoded><![CDATA[Any advice on how to install dsl.2024.rc7.lz4.iso on GNOME Boxes?<br />
When statring Boxes it says OS is not found, but I used Debian testing.<br />
DSL started - but occupied small square of the screen.<br />
Then when installing it (with the password demo) nothing happens.<br />
So, any advice is appreciated]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mutt email]]></title>
			<link>https://damnsmalllinux.org/forums/thread-247.html</link>
			<pubDate>Mon, 11 Aug 2025 13:44:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=562">col2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-247.html</guid>
			<description><![CDATA[Hi,<br />
i've hear of the mutt email program in the past, but wondered if it's easy to setup/configure?<br />
on my little netbook i think it would be fun to try,   <img src="https://damnsmalllinux.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
thoughts on 'mutt' if used in the past or currently using it,<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
i've hear of the mutt email program in the past, but wondered if it's easy to setup/configure?<br />
on my little netbook i think it would be fun to try,   <img src="https://damnsmalllinux.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
thoughts on 'mutt' if used in the past or currently using it,<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Please monitor my system]]></title>
			<link>https://damnsmalllinux.org/forums/thread-246.html</link>
			<pubDate>Sun, 06 Jul 2025 18:31:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=584">Gyro</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-246.html</guid>
			<description><![CDATA[How do I install a system monitor on DSL?<br />
I have seen DamnSmallLinux installations which have a system monitor in the top right corner of the screen.  However in my DSL-2024 installation it's not there.  <img src="https://damnsmalllinux.org/forums/images/smilies/angry.png" alt="Angry" title="Angry" class="smilie smilie_11" /><br />
Thank you.]]></description>
			<content:encoded><![CDATA[How do I install a system monitor on DSL?<br />
I have seen DamnSmallLinux installations which have a system monitor in the top right corner of the screen.  However in my DSL-2024 installation it's not there.  <img src="https://damnsmalllinux.org/forums/images/smilies/angry.png" alt="Angry" title="Angry" class="smilie smilie_11" /><br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[You're The Program That I Need]]></title>
			<link>https://damnsmalllinux.org/forums/thread-244.html</link>
			<pubDate>Wed, 25 Jun 2025 20:34:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=584">Gyro</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-244.html</guid>
			<description><![CDATA[Hi, I couldn't find the following programs on DSL's apt:<br />
Zoom<br />
Cisco Webex<br />
Citrix Workspace<br />
I need them for work.<br />
Is there any way for me to install them?<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hi, I couldn't find the following programs on DSL's apt:<br />
Zoom<br />
Cisco Webex<br />
Citrix Workspace<br />
I need them for work.<br />
Is there any way for me to install them?<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DSL is back? Question]]></title>
			<link>https://damnsmalllinux.org/forums/thread-241.html</link>
			<pubDate>Tue, 17 Jun 2025 22:55:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=586">Carp000</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-241.html</guid>
			<description><![CDATA[Hey DSL community, I've recently looked at the DSL page @ Distrowatch.org I like to go on there once in awhile to see what is new since i love to tinker. I've used DSL before the first versions back in 2010 or so I believe and i think DSL stopped uploading updates in 2008 I believe correct me if I'm wrong. So the project was already abandoned when i tried it but I didn't think it was bad so when i seen you guys are bringing the project back i instantly want to give it a go but I have a question before I try and boot, does DSL support safe boot out of the box? or am I going to have to configure it? I want to install it on a old laptop I have its one of my tinker laptops but I'd love to tinker around with it break it/fix it repeat. Maybe I'll come across some bugs that need to be fixed if so ill come back and let you fellas know.]]></description>
			<content:encoded><![CDATA[Hey DSL community, I've recently looked at the DSL page @ Distrowatch.org I like to go on there once in awhile to see what is new since i love to tinker. I've used DSL before the first versions back in 2010 or so I believe and i think DSL stopped uploading updates in 2008 I believe correct me if I'm wrong. So the project was already abandoned when i tried it but I didn't think it was bad so when i seen you guys are bringing the project back i instantly want to give it a go but I have a question before I try and boot, does DSL support safe boot out of the box? or am I going to have to configure it? I want to install it on a old laptop I have its one of my tinker laptops but I'd love to tinker around with it break it/fix it repeat. Maybe I'll come across some bugs that need to be fixed if so ill come back and let you fellas know.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Powershell on intel]]></title>
			<link>https://damnsmalllinux.org/forums/thread-239.html</link>
			<pubDate>Tue, 10 Jun 2025 00:35:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=581">Stocksy</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-239.html</guid>
			<description><![CDATA[Is there a simple way to install PowerShell on DSL running on ProxMox on an intel processor ?<br />
<br />
thanks for any guidance and support <img src="https://damnsmalllinux.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> <br />
<br />
Steve]]></description>
			<content:encoded><![CDATA[Is there a simple way to install PowerShell on DSL running on ProxMox on an intel processor ?<br />
<br />
thanks for any guidance and support <img src="https://damnsmalllinux.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> <br />
<br />
Steve]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how do i use persistance storage]]></title>
			<link>https://damnsmalllinux.org/forums/thread-237.html</link>
			<pubDate>Sun, 01 Jun 2025 14:04:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=562">col2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-237.html</guid>
			<description><![CDATA[I would like to install &amp; use dsl from a usb stick but i'm not sure how to setup persistance so that files are saved etc.<br />
<br />
i have a 128gb usb stick that has the live image on &amp; i can boot into that and use as normal but i'd like to be able to use it as a fully portable system without the need to install<br />
to hard drive]]></description>
			<content:encoded><![CDATA[I would like to install &amp; use dsl from a usb stick but i'm not sure how to setup persistance so that files are saved etc.<br />
<br />
i have a 128gb usb stick that has the live image on &amp; i can boot into that and use as normal but i'd like to be able to use it as a fully portable system without the need to install<br />
to hard drive]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[dsl install on virtualbox]]></title>
			<link>https://damnsmalllinux.org/forums/thread-229.html</link>
			<pubDate>Mon, 05 May 2025 10:43:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=562">col2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-229.html</guid>
			<description><![CDATA[i have installed dsl on virtualbox &amp; everything is working except i can't add guest additions to enable shared folders etc.?<br />
<br />
does anyone have any suggestions]]></description>
			<content:encoded><![CDATA[i have installed dsl on virtualbox &amp; everything is working except i can't add guest additions to enable shared folders etc.?<br />
<br />
does anyone have any suggestions]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Dsl 2024 use from usb stick]]></title>
			<link>https://damnsmalllinux.org/forums/thread-228.html</link>
			<pubDate>Mon, 05 May 2025 10:37:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=562">col2025</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-228.html</guid>
			<description><![CDATA[I would like to be able to install dsl to a usb stick so have fully installed os to use on multiple pc's<br />
is this possible? &amp; if so how would i go about achieving this  <img src="https://damnsmalllinux.org/forums/images/smilies/rolleyes.png" alt="Rolleyes" title="Rolleyes" class="smilie smilie_6" />]]></description>
			<content:encoded><![CDATA[I would like to be able to install dsl to a usb stick so have fully installed os to use on multiple pc's<br />
is this possible? &amp; if so how would i go about achieving this  <img src="https://damnsmalllinux.org/forums/images/smilies/rolleyes.png" alt="Rolleyes" title="Rolleyes" class="smilie smilie_6" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do saved preferences for classic DSL work with DSL2024?]]></title>
			<link>https://damnsmalllinux.org/forums/thread-223.html</link>
			<pubDate>Sat, 22 Feb 2025 21:13:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=530">misthiocracy</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-223.html</guid>
			<description><![CDATA[If I have saved configs and preferences and whatnot for classic DSL, will they work with DSL 2024?]]></description>
			<content:encoded><![CDATA[If I have saved configs and preferences and whatnot for classic DSL, will they work with DSL 2024?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ClamAV]]></title>
			<link>https://damnsmalllinux.org/forums/thread-221.html</link>
			<pubDate>Mon, 10 Feb 2025 18:25:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=490">Mendelius</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-221.html</guid>
			<description><![CDATA[Hi fellows,<br />
<br />
I have installed ClamAV but I am getting an ERROR when I try to scan:<br />
"LibClamAV Error: cli_loaddbdir: No supported database files found in var/lib/clamav"<br />
<br />
I would appreciate any suggestion.]]></description>
			<content:encoded><![CDATA[Hi fellows,<br />
<br />
I have installed ClamAV but I am getting an ERROR when I try to scan:<br />
"LibClamAV Error: cli_loaddbdir: No supported database files found in var/lib/clamav"<br />
<br />
I would appreciate any suggestion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Screensaver]]></title>
			<link>https://damnsmalllinux.org/forums/thread-220.html</link>
			<pubDate>Fri, 07 Feb 2025 12:47:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://damnsmalllinux.org/forums/member.php?action=profile&uid=490">Mendelius</a>]]></dc:creator>
			<guid isPermaLink="false">https://damnsmalllinux.org/forums/thread-220.html</guid>
			<description><![CDATA[Hi fellows,<br />
<br />
Is it possible to have a screensaver other than a blank screen? <br />
I have a HD DSL installation.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi fellows,<br />
<br />
Is it possible to have a screensaver other than a blank screen? <br />
I have a HD DSL installation.<br />
<br />
Thanks]]></content:encoded>
		</item>
	</channel>
</rss>