<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rd51016967</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rd51016967"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/Rd51016967"/>
		<updated>2026-09-18T20:25:17Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Boot_Floppy_HowTo</id>
		<title>Boot Floppy HowTo</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Boot_Floppy_HowTo"/>
				<updated>2006-03-07T17:20:45Z</updated>
		
		<summary type="html">&lt;p&gt;Rd51016967: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an explanation on how to make two floppy disks to boot.&lt;br /&gt;
&lt;br /&gt;
Also see: [http://debian.tu-bs.de/knoppix/CeBit]&lt;br /&gt;
&lt;br /&gt;
Boot Knoppix on a machine where it works from CDROM. Then execute these commands to create two floppies. Leave out the &amp;quot;$&amp;quot; when entering the commands, the &amp;quot;cat&amp;quot; commands goes over several lines, down to EOF, in between is what the file /mnt/floppy/boot/grub/menu.lst should contain afterwards.&lt;br /&gt;
&lt;br /&gt;
''#Floppy 1: grub + kernel'' &amp;lt;br&amp;gt;&lt;br /&gt;
''$ mkfs -t vfat /dev/fd0'' &amp;lt;br&amp;gt;&lt;br /&gt;
''$ grub-install --root-directory=/mnt/floppy /dev/fd0'' &amp;lt;br&amp;gt;&lt;br /&gt;
''$ cp /cdrom/boot/isolinux/linux24 /mnt/floppy/'' &amp;lt;br&amp;gt;&lt;br /&gt;
''$ cat &amp;gt;/mnt/floppy/boot/grub/menu.lst &amp;lt;&amp;lt;EOF'' &amp;lt;br&amp;gt;&lt;br /&gt;
''default 0'' &amp;lt;br&amp;gt;&lt;br /&gt;
''timeout 3'' &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''title Knoppix Floppies initrd'' &amp;lt;br&amp;gt;&lt;br /&gt;
''kernel (fd0)/linux24 ramdisk''size=100000 init=/etc/init lang=ch apm=power-off vga=791 nomce BOOT''IMAGE=knoppix'' &amp;lt;br&amp;gt;&lt;br /&gt;
''pause Insert floppy with miniroot and press ENTER'' &amp;lt;br&amp;gt;&lt;br /&gt;
''module (fd0)/minirt24.gz'' &amp;lt;br&amp;gt;&lt;br /&gt;
''EOF''  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''#Floppy 2: miniroot'' &amp;lt;br&amp;gt;&lt;br /&gt;
''$ mkfs -t vfat /dev/fd0''  &amp;lt;br&amp;gt;&lt;br /&gt;
''$ cp /cdrom/boot/isolinux/minirt24.gz /mnt/floppy/''  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Kernel 2.6 does not fit on the same floppy as GRUB. In that case, copy the initrd26.gz on the boot floppy with grub and the kernel on a separate floppy.&lt;br /&gt;
&lt;br /&gt;
the menu.lst file will then look like this (noscsi added):&lt;br /&gt;
&lt;br /&gt;
''title Knoppix Floppies initrd'' &amp;lt;br&amp;gt;&lt;br /&gt;
''pause Insert floppy with kernel (disk 2) and press ENTER'' &amp;lt;br&amp;gt;&lt;br /&gt;
''kernel (fd0)/linux26 ramdisk''size=100000 init=/etc/init lang=ch apm=power-off vga=791 nomce noscsi BOOT''IMAGE=knoppix'' &amp;lt;br&amp;gt;&lt;br /&gt;
''pause Insert floppy with miniroot (disk 1 again) and press ENTER'' &amp;lt;br&amp;gt;&lt;br /&gt;
''module (fd0)/minirt26.gz'' &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Obselete Document: =&lt;br /&gt;
&lt;br /&gt;
You make a KNOPPIX Boot Floppy by one of these procedures.&lt;br /&gt;
&lt;br /&gt;
!It is not correct to just copy files onto the floppy. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*!!If you have KNOPPIX or a other linux distribution started:&amp;lt;br&amp;gt;&lt;br /&gt;
Insert an empty, formatted floppy disk and the KNOPPIX CD. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
K --&amp;gt; KNOPPIX --&amp;gt; Root Shell --&amp;gt; cd /mnt/cdrom/KNOPPIX --&amp;gt; ls &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
Now you should see a file name ''boot.img'' . &amp;lt;br&amp;gt;&lt;br /&gt;
In some versions the file may have a language name attached.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter the following line from the shell:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: ''dd if=/mnt/cdrom/KNOPPIX/boot.img of=/dev/fd0 bs=1440k'' &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will erase the floppy and the KNOPPIX boot disk.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Or for the lazy : ''cat /mnt/cdrom/KNOPPIX/boot.img &amp;gt;/dev/fd0''&lt;br /&gt;
&lt;br /&gt;
*!!If you are in Windows:&amp;lt;br&amp;gt;&lt;br /&gt;
Insert an empty, formatted floppy disk and the KNOPPIX CD.&amp;lt;br&amp;gt;&lt;br /&gt;
Open a DOS Window, open the KNOPPIX directory on the CD. &amp;lt;br&amp;gt;&lt;br /&gt;
: d:&amp;lt;br&amp;gt;&lt;br /&gt;
: cd \KNOPPIX &amp;lt;br&amp;gt;&lt;br /&gt;
create a boot floppy using the command: &amp;lt;br&amp;gt;&lt;br /&gt;
: mkfloppy.bat&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: '''*''' actual path on Knoppix 3.3 CDROM: ''/cdrom/KNOPPIX/mkfloppy.bat''&lt;br /&gt;
----&lt;br /&gt;
: Is this also possible in Knoppix 3.4?? &amp;lt;br&amp;gt;&lt;br /&gt;
: At least with 3.4 2004-05-04, no.  The file boot.img is not there, neither is the mkfloppy.bat or rawwrite2.exe.  This might be due to the use of isolinux.  I '''need''' this, badly enough to continue investigating it.&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
Hi, look here [http://debian.tu-bs.de/knoppix/[[Ce] Bit]]/ for a boot.img and make''floppy''3.4.sh. Hope this helps. MTH&lt;br /&gt;
-----&lt;br /&gt;
If you just need to boot Knoppix on a PC that has no BIOS support for booting from the CD-ROM drive, try Smart Boot Manager. It allows you to install it to a floppy and allow you to select the CD-ROM drive for booting. It works fine on my Toshiba Tecra 740CDT which has no support for booting from the CD-ROM. The homepage for Smart Boot Manager is here: [http://btmgr.webframe.org/]&lt;br /&gt;
&lt;br /&gt;
= Two Bootfloppies for Knoppix 3.4 =&lt;br /&gt;
&lt;br /&gt;
Check out the mkbootfloppy script (Knoppix-&amp;gt;Utlities menu) thats on 2004-05-10 and newer. It wil create two bootfloppies with the currently running kernel.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Back to [[Setup Instructions]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: auto; height: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[_pw8_]&lt;br /&gt;
&lt;br /&gt;
[http://nv2006.com/ nv]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rd51016967</name></author>	</entry>

	</feed>