<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Create_a_TestDisk_FreeDos_LiveCD</id>
	<title>Create a TestDisk FreeDos LiveCD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Create_a_TestDisk_FreeDos_LiveCD"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Create_a_TestDisk_FreeDos_LiveCD&amp;action=history"/>
	<updated>2026-04-20T03:43:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Create_a_TestDisk_FreeDos_LiveCD&amp;diff=21537&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: This document explains how to create under Linux a LiveCD running FreeDOS that automatically start TestDisk.  * Download FreeDOS OEM CD-ROM disc builder assistant  wget -N http://www.f...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Create_a_TestDisk_FreeDos_LiveCD&amp;diff=21537&amp;oldid=prev"/>
		<updated>2010-09-09T05:38:11Z</updated>

		<summary type="html">&lt;p&gt;New page: This document explains how to create under Linux a LiveCD running FreeDOS that automatically start &lt;a href=&quot;/wiki/index.php?title=TestDisk&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;TestDisk (page does not exist)&quot;&gt;TestDisk&lt;/a&gt;.  * Download FreeDOS OEM CD-ROM disc builder assistant  wget -N http://www.f...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This document explains how to create under Linux a LiveCD running FreeDOS that automatically start [[TestDisk]].&lt;br /&gt;
&lt;br /&gt;
* Download FreeDOS OEM CD-ROM disc builder assistant&lt;br /&gt;
 wget -N http://www.fdos.org/bootdisks/ISO/FDOEMCD.builder.zip&lt;br /&gt;
* Download the DOS version of TestDisk &amp;amp; PhotoRec&lt;br /&gt;
 wget -N http://www.cgsecurity.org/testdisk-6.11.3.dos.zip&lt;br /&gt;
* Cleanup the work directory if it already exists&lt;br /&gt;
 rm -rf FDOEMCD&lt;br /&gt;
* Uncompress the archive&lt;br /&gt;
 unzip FDOEMCD.builder.zip&lt;br /&gt;
* Uncompress latest version of TestDisk &amp;amp; PhotoRec&lt;br /&gt;
 cd FDOEMCD/CDROOT&lt;br /&gt;
 unzip ../../testdisk-6.11.3.dos.zip&lt;br /&gt;
 mv testdisk-6.11.3 testdisk&lt;br /&gt;
* Create an autorun script&lt;br /&gt;
 echo &amp;quot;@ECHO OFF&amp;quot; &amp;gt; AUTORUN.BAT&lt;br /&gt;
 echo &amp;quot;CLS&amp;quot; &amp;gt;&amp;gt; AUTORUN.BAT&lt;br /&gt;
 echo &amp;quot;CD TESTDISK\DOS&amp;quot; &amp;gt;&amp;gt; AUTORUN.BAT&lt;br /&gt;
 echo &amp;quot;TESTDISK.EXE&amp;quot; &amp;gt;&amp;gt; AUTORUN.BAT&lt;br /&gt;
* This script must use DOS newlines, not Unix ones&lt;br /&gt;
 unix2dos AUTORUN.BAT&lt;br /&gt;
* Create the iso image using mkisofs&lt;br /&gt;
 cd ..&lt;br /&gt;
 mkisofs -o testdisk.iso -p &amp;quot;Christophe Grenier&amp;quot; -publisher &amp;quot;www.cgsecurity.org&amp;quot; -V &amp;quot;TestDisk CD&amp;quot; \&lt;br /&gt;
 -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -N -J -r \&lt;br /&gt;
 -c boot.catalog -hide boot.catalog -hide-joliet boot.catalog CDROOT&lt;br /&gt;
* Boot from this iso image in qemu emulator&lt;br /&gt;
 qemu -localtime -boot d -cdrom testdisk.iso -hda disk.dd&lt;br /&gt;
* If everything is ok, burn the iso&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>