<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>bootable &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/bootable/</link>
	<description>Feed of posts on WordPress.com tagged "bootable"</description>
	<pubDate>Sun, 06 Dec 2009 21:22:00 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Crear particiones con la herramienta cfdisk (Linux)]]></title>
<link>http://miblogcurricular.wordpress.com/2009/11/22/crear-particiones-con-la-herramienta-cfdisk-linux/</link>
<pubDate>Sun, 22 Nov 2009 11:02:51 +0000</pubDate>
<dc:creator>Miquel</dc:creator>
<guid>http://miblogcurricular.wordpress.com/2009/11/22/crear-particiones-con-la-herramienta-cfdisk-linux/</guid>
<description><![CDATA[En este tutorial veremos como crear particiones, darles formato y como prepararlas para realizar la ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>En este tutorial veremos como crear particiones, darles formato y como prepararlas para realizar la instalación del Sistema Operativo.</p>
<p>Para realizar los pasos de este tutorial necesitaremos un Cd Live de cualquier distribución Linux <em>(en mi caso Damn Small Linux)</em>, distribuciones mas gráficas como Ubuntu incorporan otras herramientas de particionado mas accesibles como GParted que no requieren el uso de la terminal, sin embargo, cfdisk es una opción valida en cualquier distribución Linux, a diferencia de la herramienta GParted.</p>
<p>Lo primero que debemos hacer es abrir la terminal <em>(shell)</em> a la que podremos acceder desde el menú inicial de nuestro Linux, generalmente desde &#8220;Aplicaciones/Accesorios&#8221;, lo primero que tendremos que teclear es &#8220;<strong>sudo su</strong>&#8221; para iniciar sesión con root, una vez hecho esto dispondremos de todos los privilegios, entre ellos, realizar particiones en el disco duro, tecleamos &#8220;<strong>cfdisk</strong>&#8221; , en caso de no disponer de tabla de particiones nos preguntará si deseamos crear una, le indicamos que &#8220;<strong>y</strong>&#8220;.</p>
<p><a href="http://miblogcurricular.wordpress.com/files/2009/11/cfdisk-principio.jpg"><img class="aligncenter size-full wp-image-74" title="pantalla inicial cfdisk" src="http://miblogcurricular.wordpress.com/files/2009/11/cfdisk-principio.jpg" alt="" width="510" height="340" /></a></p>
<p>Nos encontramos en la <em>interface</em> del programa cfdisk, con las teclas de dirección (arriba y abajo) nos desplazaremos por las particiones una vez creadas, con las teclas de direccion (derecha e izquierda) nos desplazaremos por las opciones que nos ofrece el programa, entre ellas a destacar:</p>
<ul>
<li><strong>New:</strong> Nos permite crear particiones eligiendo su tamaño, localización en el HDD&#8230;</li>
<li><strong>Type:</strong> Nos permite escoger que tipo de sistema de archivos utilizará la partición.</li>
<li><strong>Bootable:</strong> Servirá para marcar que partición será accesible desde el arranque.</li>
<li><strong>Write:</strong> Guardará todos los cambios realizados en la tabla de particiones.</li>
</ul>
<p>Una vez sepamos que hace cada opción es fácil crear las particiones para poder instalar una distribución Linux.</p>
<p>El primer paso es seleccionar &#8220;<strong>New</strong>&#8220;, seleccionamos &#8220;<strong>Primary</strong>&#8221; debido a que en esta partición queremos almacenar un Sistema operativo, le asignamos el tamaño de la partición en función de que cumple los requisitos mínimos requeridos por el SO y que se ajusta a nuestras necesidades.<br />
Indicamos que la partición se coloque en el principio &#8220;<strong>Beginning</strong>&#8220;.</p>
<div id="attachment_75" class="wp-caption aligncenter" style="width: 520px"><a href="http://miblogcurricular.wordpress.com/files/2009/11/cfdisk-sistemaarchivos.jpg"><img class="size-full wp-image-75" title="sistemas de archivo" src="http://miblogcurricular.wordpress.com/files/2009/11/cfdisk-sistemaarchivos.jpg" alt="" width="510" height="147" /></a><p class="wp-caption-text">Todas las posibilidades que nos brinda la opción &#34;type&#34;</p></div>
<p>Ahora nos encontremos con la tabla de particiones, ahora ya no está vacía y podemos observar que consta nuestra reciente creación, nos situamos encima de la partición recién creada y seleccionamos en las opciones &#8220;<strong>Bootable</strong>&#8221; y &#8220;<strong>Type&#8221;</strong>, en type deberemos seleccionar el sistema de archivos de la partición, en nuestro caso, queremos alojar una distribución Linux, por lo tanto, necesitaremos el formato de archivos compatible con Linux, tendremos que teclear el <strong>numero 83</strong> que como podréis comprobar en la parte superior, corresponde al tipo &#8220;<strong>Linux&#8221; </strong> ya tenemos creada y configurada nuestra partición primaria, sin embargo, nos queda otra, volvemos a crear una partición, sin embargo, esta vez seleccionamos &#8220;<strong>Logical</strong>&#8221; y le asignamos de tamaño <strong>1 GB</strong>, indicamos que coloque la partición al final &#8220;<strong>End</strong>&#8221; y está vez, <strong>no seleccionamos</strong> la opción &#8220;<em>bootable&#8221;</em>, pero si tenemos que asignarle el tipo de sistema de archivos, seleccionamos la opción <strong>82</strong> que corresponde a &#8220;<em>Linux swap</em>&#8220;.</p>
<p>Ya tenemos configuradas las dos particiones, pero no creadas, aquí es donde entra la opción &#8220;<strong>Write</strong>&#8220;, pulsamos y confirmamos con un &#8220;<em>yes</em>&#8221; cuando nos pregunte si estamos seguros, esperamos a que termine y listo, podemos salir con la opción &#8220;<strong>Quit</strong>&#8220;.</p>
<div id="attachment_76" class="wp-caption aligncenter" style="width: 520px"><a href="http://miblogcurricular.wordpress.com/files/2009/11/cfdisk-write.jpg"><img class="size-full wp-image-76" title="aspecto final de la tabla de particiones" src="http://miblogcurricular.wordpress.com/files/2009/11/cfdisk-write.jpg" alt="" width="510" height="340" /></a><p class="wp-caption-text">Este es el aspecto final de la tabla (el tamaño de las particiones depende de cada uno...)</p></div>
<p>Este tutorial explica la creación de particiones primarias y lógicas, una normal y otra de intercambio para la instalación de un Damn Small Linux, si solo deseáis crear una partición para disponer de mas en vuestro Linux, las opciones escogidas han de ser &#8220;<strong>logical</strong>&#8221; si no queréis instalar un SO, &#8220;<strong>End</strong>&#8221; para colocarla al final y formato &#8220;<strong>Linux</strong>&#8220;.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 7 USB/DVD Download Tool Creates and Makes Bootable DVD Disc or USB Flash/Hard Drive from ISO Image]]></title>
<link>http://donnyprasetyo.wordpress.com/2009/11/22/windows-7-usbdvd-download-tool-creates-and-makes-bootable-dvd-disc-or-usb-flashhard-drive-from-iso-image/</link>
<pubDate>Sun, 22 Nov 2009 01:02:47 +0000</pubDate>
<dc:creator>dbroe</dc:creator>
<guid>http://donnyprasetyo.wordpress.com/2009/11/22/windows-7-usbdvd-download-tool-creates-and-makes-bootable-dvd-disc-or-usb-flashhard-drive-from-iso-image/</guid>
<description><![CDATA[Microsoft customers who download Windows 7 installation files through Microsoft Store, MSDN, TechNet]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Microsoft customers who download Windows 7 installation files through Microsoft Store, MSDN, TechNet, MAPS (Microsoft Partner Action Packs Subscription) Software on Demand Digital Distribution, or Volume License Service Center (VLSC), will get an ISO image file which is an archive file or disc image of an DVD optical disc.</p>
<p>Most people will choose to burn (or write) the Windows 7 ISO to DVD disc media to start the installation. Some people may also opt to make or create a bootable Windows 7 USB flash drive to install Windows 7 on PC systems that support booting up from a USB drive (changing of boot order or boot sequence in BIOS may be required), especially on computers (e.g. netbooks) that does not have a DVD drive. Furthermore, install operating system from USB hard drive or flash stick is also faster comparing to old-fashioned DVD.</p>
<p>To let customers have an easier way to burn and write the Windows 7 ISO image to a physical DVD media, USB flash drive (or USB stick), or external and portable USB hard disk drive, Microsoft Store has released a Windows 7 USB/DVD Download Tool (WUDT), which also known simply as ISO Tool published at <a href="http://store.microsoft.com/Help/ISO-Tool">http://store.microsoft.com/Help/ISO-Tool</a>. Windows 7 USB/DVD Download tool allows users to create a copy of Windows 7 ISO file on a USB flash drive, USB hard disk or a DVD, by transferring the installation from the ISO image to the medium, and ensuring the DVD or USB drive is bootable. Been bootable mean the media allows users to install Windows 7 after starting up computer directly without having to first run an existing operating system on the machine.</p>
<p>Although burning an ISO to a DVD disc is easy, but converting Windows 7 ISO to a USB drive is much more complex, because ISO cannot be directly ‘burned’ or ‘wrote’ to USB drive. Copying all the content inside the ISO to USB drive also does not work, as the USB drive is not bootable. Hence, WUDT is very useful for Windows 7 users who want to port and transfer Windows 7 setup installation files to USB flash drive or external hard disk, which is also bootable.</p>
<p><strong>Step-by-Step Guide on How to Use Windows 7 USB/DVD Download Tool to Create Bootable DVD or USB Media</strong></p>
<ol>
<li>Download a <a href="http://www.mydigitallife.info/2009/07/25/download-32-bit-64-bit-windows-7-rtm-build-7600-16385-original-untouched-msdntechnet-leaked-retail-dvd-iso/">Windows 7 ISO</a>.</li>
<li>Download and install Windows 7 USB/DVD Download Tool: <a rel="nofollow" href="http://depositfiles.com/files/g6o7vzqsd">Windows7-USB-DVD-tool.exe</a> <del datetime="2009-11-11T02:59:53+00:00"></del>(official link has been pulled due to possible violation of GPL license).</li>
<li>Run the <strong>Windows 7 USB/DVD Download Tool</strong>.</li>
<li>In the <strong>Source file</strong> box, type the name and path of Windows 7 ISO file, or click <strong>Browse</strong> and select the file in the Open dialog box, then click <strong>Next</strong>.</li>
<li>Select <strong>USB device</strong> to create a copy of Windows 7 installation media on a USB flash drive or <strong>DVD</strong> to create a copy of Windows 7 installation media on a DVD disk, then click <strong>Next</strong>.</li>
<li>Insert USB flash drive or external hard disk into USB port, or DVD disc into DVD writer/burner tray.</li>
<li>For copying the Windows 7 file to a USB flash drive, select your USB device in the dropdown list and click <strong>Begin copying</strong>. For copying the file up to a DVD, click <strong>Begin burning</strong>.</li>
<li>WUDT will format storage media, and then copying Windows 7 files over to the media.</li>
<li>Once bootable USB device or DVD created successfully, user can install Windows 7 by navigating to the root of DVD or USB flash drive and double-clicking Setup.exe. It’s also possible to install Windows 7 directly from the USB key or DVD by booting from the USB key or DVD, where Windows 7 installer will be automatically launched.</li>
</ol>
<p>In order to copy Windows 7 setup files to a bootable USB key or USB flash drive, at least 4 GB of storage space<a id="KonaLink2" href="http://www.mydigitallife.info/2009/10/26/windows-7-usbdvd-download-tool-creates-and-makes-bootable-dvd-disc-or-usb-flashhard-drive-from-iso-image/#" target="undefined"></a> capacity is required. WUDT runs on Windows XP, Windows Vista and Windows 7, and supports localized language versions of Windows 7, such as German, English, French, Italian, Simplified Chinese, Hebrew, Arab, Czech, Danish, Traditional Chinese, Norwegian, Japanese, Korean, Dutch and Spanish.</p>
<p>sumber: http://www.mydigitallife.info/2009/10/26/windows-7-usbdvd-download-tool-creates-and-makes-bootable-dvd-disc-or-usb-flashhard-drive-from-iso-image/</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating a Bootable Windows 7 USB Flash Drive]]></title>
<link>http://davidr007.wordpress.com/2009/11/13/creating-bootable-windows-7-usb-flash-drive/</link>
<pubDate>Fri, 13 Nov 2009 17:28:58 +0000</pubDate>
<dc:creator>davidr007</dc:creator>
<guid>http://davidr007.wordpress.com/2009/11/13/creating-bootable-windows-7-usb-flash-drive/</guid>
<description><![CDATA[It always amazes me that there are so few straight-forward and simple guides to creating a bootable ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>It always amazes me that there are so few straight-forward and simple guides to creating a bootable USB drive for a Windows OS installation. I thought I would take a moment to outline a simple technique for creating a bootable USB drive for a Windows 7 installation. Now as much as I would like to say that this is an “original” thought, I have to give some credit to the  <a href="http://www.vistapcguy.net/?p=71" target="_blank">VistaPCGuy</a> as a creditable source of information.</p>
<p><strong>Overview</strong></p>
<p>This will walk through the steps to create a bootable USB flash drive for the purpose of installing a Vista or Windows 7 OS.  These instructions assume that you have a computer with Windows Vista installed on it.</p>
<p><strong>Requirements</strong></p>
<ul>
<li>USB Flash Drive (4GB+)</li>
<li>Microsoft Windows 7 DVD (you choose the W7 flavor)</li>
<li>A computer running XP or Vista</li>
</ul>
<p><strong>Step 1- Format the Drive<br />
</strong>The steps here are to use the command line to format the disk properly using the <em>diskpart</em> utility. [Be warned: this will erase everything on your drive. Be careful and be sure that you have already backed up any data off the USB that you may want to keep.]</p>
<ol>
<li>Plug in your USB Flash Drive</li>
<li>Open a command prompt as administrator (Right click on Start &#62; All Programs &#62; Accessories &#62; Command Prompt and select “Run as administrator”</li>
<li>Find the drive number of your USB Drive by typing the following into the Command Prompt window:<br />
<em>diskpart<br />
list disk</em><br />
The number of your USB drive will listed. You’ll need this for the next step.  I’ll assume that the USB flash drive is disk 1.</li>
<li>Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.<br />
<em>select disk 1<br />
clean<br />
create partition primary<br />
select partition 1<br />
active<br />
format fs=NTFS<br />
assign<br />
exit<br />
</em>When that is done you’ll have a formatted USB flash drive ready to be made bootable.</li>
</ol>
<p><strong>Step 2 &#8211; Make the Drive Bootable <br />
</strong>Next we’ll use the <em>bootsect</em> utility that comes on the Vista or Windows 7 disk to make the flash drive bootable.  In the same command window that you were using in Step 1:</p>
<ol>
<li>Insert your Windows 7 DVD into your drive.</li>
<li>Change directory to the DVD’s boot directory where <em>bootsect</em> lives (I will assume d:\)<br />
<em>d:<br />
cd d:\boot</em></li>
<li>Use <em>bootsect</em> to set the USB as a bootable NTFS drive prepared for a Windows 7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:<br />
<em>bootsect /nt60 g:</em></li>
<li>You can now close the command prompt window, we’re done here.</li>
</ol>
<p><strong>Step 3 &#8211; Copy the installation DVD to the USB drive<br />
</strong>The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive.  After you’ve copied all of the files the disk you are ready to go.</p>
<p><strong>Step 4 &#8211; Set your BIOS to boot from USB<br />
</strong>This is where I must depend on you to handle, since every computer is different. Most BIOS’s though, allow you to hit a key at boot and select a boot option.</p>
<p>It is as simple as that! Until next time … Enjoy.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Maak een opstartbare Rescue SD Card voor Mac ]]></title>
<link>http://clicko.wordpress.com/2009/11/11/maak-een-opstartbare-rescue-sd-card-voor-mac/</link>
<pubDate>Wed, 11 Nov 2009 20:48:25 +0000</pubDate>
<dc:creator>clicko</dc:creator>
<guid>http://clicko.wordpress.com/2009/11/11/maak-een-opstartbare-rescue-sd-card-voor-mac/</guid>
<description><![CDATA[Lees volledig artikel op: http://www.maclife.com/article/howtos/how_build_bootable_sd_card_rescue_ra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="graphic-right" title="SanDisk ExtremeIII SDHC 32GB" src="http://www.maclife.com/files/u62/ExtremeIII_SDHC_32.jpg" alt="SanDisk ExtremeIII SDHC 32GB" width="88" height="117" /></p>
<p>Lees volledig artikel op: <a href="http://www.maclife.com/article/howtos/how_build_bootable_sd_card_rescue_ranger_your_mac_sd_card_slot" target="_blank">http://www.maclife.com/article/howtos/how_build_bootable_sd_card_rescue_ranger_your_mac_sd_card_slot</a></p>
<p>Artikel behandeld SD Cards, maar dit werkt uiteraard ook met USB Stick.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating a bootable USB stick with Mac OS X in 10 easy steps]]></title>
<link>http://chimac.net/2009/10/24/creating-a-bootable-usb-stick-with-mac-os-x-in-10-easy-steps/</link>
<pubDate>Sat, 24 Oct 2009 20:16:34 +0000</pubDate>
<dc:creator>chimac</dc:creator>
<guid>http://chimac.net/2009/10/24/creating-a-bootable-usb-stick-with-mac-os-x-in-10-easy-steps/</guid>
<description><![CDATA[Great step by step.  Click here.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Great step by step.  Click <a href="http://renevanbelzen.wordpress.com/2009/10/14/creating-a-bootable-usb-stick-with-mac-os-x-in-10-easy-steps/" target="_self">here</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to make Flash-Drive bootable]]></title>
<link>http://mytechnospace.wordpress.com/2009/10/24/how-to-make-flash-drive-bootable/</link>
<pubDate>Sat, 24 Oct 2009 15:50:52 +0000</pubDate>
<dc:creator>lalitbadoga</dc:creator>
<guid>http://mytechnospace.wordpress.com/2009/10/24/how-to-make-flash-drive-bootable/</guid>
<description><![CDATA[The method is very simple and you can use without any hassles. Needless to say that your motherboard]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The method is very simple and you can use without any hassles. Needless to say that your motherboard should support USB Boot feature to make use of the bootable USB drive.</p>
<p><strong>Requirements:</strong></p>
<p>*USB Flash Drive (Minimum 4GB)</p>
<p>*Windows 7 or Vista installation files.</p>
<p>Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily.</p>
<p><strong>1</strong>. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system.</p>
<p><strong>2</strong>. Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights.</p>
<p>*Type<strong> cmd</strong> in Start menu search box and hit<strong> Ctrl</strong>+ <strong>Shift</strong>+ <strong>Enter</strong>.</p>
<p>Or</p>
<p>*Go to Start menu &#62; All programs &#62; Accessories, right click on Command Prompt and select Run as administrator.</p>
<p><strong>3</strong>. You need to know about the USB drive a little bit. Type in the following commands in the command prompt:</p>
<p>First type <strong>DISKPART</strong> and hit enter to see the below message.</p>
<p><a href="http://www.flickr.com/photos/30447518@N04/3188204502/"><img title="Bootable USB Drive" src="/Desktop/Install%20Windows%207%20From%20USB%20Drive_Pen%20Drive_files/12.jpg" border="0" alt="Bootable USB Drive" width="523" height="142" /></a></p>
<p>Next type <strong>LIST DISK</strong> command and note down the Disk number (ex: Disk 1) of your USB flash drive. In the below screenshot my Flash Drive Disk no is <strong>Disk 1</strong>.</p>
<p><strong>4</strong>. Next type all the below commands one by one. Here I assume that your disk drive no is “<strong>Disk 1</strong>”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.</p>
<p>So below are the commands you need to type and execute one by one:</p>
<p><strong>SELECT DISK 1 </strong></p>
<p><strong>CLEAN</strong></p>
<p><strong>CREATE PARTITION PRIMARY</strong></p>
<p><strong>SELECT PARTITION 1</strong></p>
<p><strong>ACTIVE</strong></p>
<p><strong>FORMAT FS=NTFS</strong></p>
<p>(Format process may take few seconds)</p>
<p><strong>ASSIGN</strong></p>
<p><strong>EXIT</strong></p>
<p>Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.</p>
<p><a href="http://www.flickr.com/photos/30447518@N04/3188216154/"><img title="Bootable USB Drive" src="/Desktop/Install%20Windows%207%20From%20USB%20Drive_Pen%20Drive_files/115.jpg" border="0" alt="Bootable USB Drive" width="437" height="452" /></a></p>
<p><strong>5</strong>. Next insert your Windows7/Vista DVD into the optical drive and check the drive letter of the DVD drive. In this guide I will assume that your DVD drive letter is “D” and USB drive letter is “H” (open my computer to know about it).</p>
<p><strong>6</strong>. Maximize the minimized Command Prompt in the 4th step.Type  the following command now:</p>
<p><strong>D: CD BOOT</strong> and hit enter.Where “D” is your DVD drive letter.</p>
<p><strong>CD BOOT</strong> and hit enter to see the below message.</p>
<p><strong>7</strong>. Type another command given below to update the USB drive with BOOTMGR compatible code.</p>
<p><strong>BOOTSECT.EXE/NT60 H</strong>:</p>
<p><a href="http://www.flickr.com/photos/30447518@N04/3188222246/"><img title="14" src="/Desktop/Install%20Windows%207%20From%20USB%20Drive_Pen%20Drive_files/14.jpg" border="0" alt="14" width="533" height="220" /></a></p>
<p>Where “H” is your USB drive letter. Once you enter the above command you will see the below message.</p>
<p><strong>8</strong>. Copy your Windows 7/Vista DVD contents to the USB flash drive.</p>
<p><strong>9</strong>. Your USB drive is ready to boot and install Windows 7/Vista. Only thing you need to change the boot priority at the BIOS to USB from the HDD or CD ROM drive. I won’t explain it as it’s just the matter the changing the boot priority or enabling the USB boot option in the BIOS.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows: Installeer Windows Vista, 7, 2008 vanaf USB stick]]></title>
<link>http://clicko.wordpress.com/2009/10/23/windows-installeer-windows-vista-7-2008-vanaf-usb-stick/</link>
<pubDate>Fri, 23 Oct 2009 06:55:09 +0000</pubDate>
<dc:creator>clicko</dc:creator>
<guid>http://clicko.wordpress.com/2009/10/23/windows-installeer-windows-vista-7-2008-vanaf-usb-stick/</guid>
<description><![CDATA[Originele artikel hier:  http://www.nirmaltv.com/2009/07/13/create-a-windows-7-bootable-usb/ Install]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Originele artikel hier:  <a href="http://www.nirmaltv.com/2009/07/13/create-a-windows-7-bootable-usb/" target="_blank">http://www.nirmaltv.com/2009/07/13/create-a-windows-7-bootable-usb/</a></p>
<p><img src="http://img.photobucket.com/albums/v374/vishaal_here/USB.png" alt="" /></p>
<p>Installatie van Windows vanaf een USB stick gaat wat vlotter, tevens heel veel nieuwe laptops en zeker de kleine netbooks hebben geen DVD lezer meer. Met het gratis tooltje <strong>Bootable USB</strong> is het erg makkelijk om een opstartbare USB stick te maken voor Windows 7, Windows Vista en Windows Server 2008.</p>
<p><img style="display:inline;border-width:0;" title="bootable USB" src="http://images.nirmaltv.com/images/bootableUSB.png" border="0" alt="bootable USB" width="277" height="574" /></p>
<p>Recept:</p>
<ul>
<li>USB Stick van 4 Gb of groter</li>
<li>Originele DVD van Windows 7 of Vista of Window Server 2008</li>
<li>Of een ISO image  de DVD met het gewenste besturingssysteem</li>
</ul>
<div>Volg de volgende zes stappen:</div>
<ul>
<li>Controleer of de USB stick aangesloten is en welke drive (E: of G: o.i.d.) het is</li>
<li>Start <strong>Bootable USB</strong></li>
<li>Formatteer USB stick</li>
<li>Selecteer  DVD of ISO image (om de bestanden te kopieren naar de USB stick)</li>
<li>Start het process om een bootable USB te maken</li>
<li>Even geduld om de kopieeractie te voltooien</li>
</ul>
<p>&#62; <a title="Download Bootable USB" href="http://www.askvg.com/a-bootable-usb-utility-to-create-bootable-usb-drive-to-install-windows-vista-server-2008-and-7/" target="_blank">Download Bootable USB</a></p>
<h3>Update 23 oktober:  Microsoft levert nu ook hun eigen tool voor maken van een bootable USB.</h3>
<p>&#62; <a title="Download Windows 7 USB/DVD Tool" href="http://store.microsoft.com/Help/ISO-Tool" target="_blank">Download &#38; hulp Windows 7 USB/DVD Download Tool</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Windows 7 Released!]]></title>
<link>http://jsubijano.wordpress.com/2009/10/22/microsoft-windows-7-released/</link>
<pubDate>Fri, 23 Oct 2009 03:50:32 +0000</pubDate>
<dc:creator>jsubijano</dc:creator>
<guid>http://jsubijano.wordpress.com/2009/10/22/microsoft-windows-7-released/</guid>
<description><![CDATA[Windows 7 Release Day! Microsoft Windows 7 is finally out today! Is it everything Vista was supposed]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="wp-caption alignnone" style="width: 610px"><img title="7" src="http://a.imagehost.org/0567/windows7box.jpg" alt="Windows 7 Release Day!" width="600" height="293" /><p class="wp-caption-text">Windows 7 Release Day!</p></div>
<p>Microsoft Windows 7 is finally out today! Is it everything Vista was supposed to be? YES&#8230;and more. When I got my Dell several years ago it was preinstalled with Windows Vista, and to be honest it was not as bad as everyone made it out to be. The only annoying thing about Vista was that Windows Explorer would crash pretty frequently. Other than that, I got pretty accustomed to Vista and never turned back to XP. However, I have also been a Mac user since 2005. With my Mac the productivity was faster, more efficient, and a lot easier than using my newer Dell tower with Vista. The only reason I would use my Dell was because I got a sweet 24 inch HD screen attached to it or if I needed to use Microsoft Office.</p>
<p>ENTER Windows 7. Since I never really had issues with Vista, I knew that Windows 7 would be ever better. As the release date got closer, I actually got pretty excited for the release of Windows 7! The only other time I ever got excited for an Operating System release was when Mac OS-X 10.5 Leopard came out. I&#8217;ve been running Windows 7 now for about 5 hours and I have to hand it to the Microsoft team for making Aero much more productive. I NEVER used Aero one bit with Vista, and here with 7 I have already used it plenty of times. I love splitting the windows in half and having them side by side, and the window shake is just natural and efficient. The new Mac-like icons on the bottom of the toolbar is also very clean, productive, and useful. Another positive is that the installation of Windows 7 is nearly flawless! Took maybe 30 minutes at most (I did a clean reinstall) and I was up online right away. Drivers and my printer were all detected and installed automatically&#8230;it just plain worked. The only thing I had to download was Firefox and McAfee. Aside from UI interface improvements and ease of installation, the small things like having all the devices and printers in an easy-to-locate place called&#8230;you guessed it &#8220;Devices and Printers&#8221; and a revamped &#8220;Network and Internet&#8221; tab makes it all easier to share files. If I had to describe Windows 7 in one word it would be <em>&#8220;easier.&#8221;</em></p>
<p>Negatives? Well Windows 7 really doesn&#8217;t have any so far. While I describe 7 to be <em>easier</em>, I have to hold my judgment if 7 is also <em>stable &#8211; </em>remember my only gripe with Vista was Windows Explorer crashed frequently. I have no doubt that 7 probably is also stable. BUT if I had to pick one negative it would be the nuance of not including an ISO file of Windows 7. Let me explain, I downloaded Windows 7 Professional using my education discount. I was thinking that Microsoft/Digital River would give us an ISO file just like the Release Candidate, but instead we were given 3 files (two .box files and one .exe file) and you could not easily burn a disk or put in on a bootable USB. So for those like me who wanted to do a clean install &#8211; wiping out the entire contents of my hard drive and installing Windows 7 &#8211; it was made difficult. But after searching the internet for several hours I did find a solution on <a href="http://www.notebooks.com/2009/10/22/how-to-make-the-student-discounted-windows-7-upgrade-bootable/">how to get the Digital River Windows 7 education download onto a CD or USB</a>. So in actuality there would not be any negatives if I got a CD/retail version. KUDOS to Microsoft&#8230;7 will take time away from my aging Powerbook.</p>
<p>Aside from a Windows 7 release today, Microsoft opened their first Microsoft Store in Scottsdale, AZ to much fanfare. According to Gizmodo and Engadget there were people in line this morning waiting for the store to open. The first several in line got a free Zune HD. Nifty! The store does look identical to an Apple Store. But that&#8217;s not all Microsoft unveiled today&#8230;in Paris they opened Windows Cafe. Pictures are directly below.</p>
<div class="wp-caption alignnone" style="width: 550px"><img title="7" src="http://www.blogcdn.com/www.engadget.com/media/2009/10/windows-cafe-10-22-09.jpg" alt="" width="540" height="361" /><p class="wp-caption-text">Windows Cafe in Paris</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img class=" " title="7" src="http://cache.gawker.com/assets/images/4/2009/10/500x_Microsoft_Store_top.jpg" alt="Windows Store Grand Opening!" width="500" height="333" /><p class="wp-caption-text">Microsoft Store Grand Opening!</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img title="7" src="http://cache.gizmodo.com/assets/images/4/2009/10/500x_IMG_0212.jpg" alt="More shots of the Microsoft Store" width="500" height="333" /><p class="wp-caption-text">More shots of the Microsoft Store</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img title="7" src="http://cache.gizmodo.com/assets/images/4/2009/10/500x_IMG_0236.jpg" alt="Xbox 360 and accessories" width="500" height="333" /><p class="wp-caption-text">Xbox 360 and accessories</p></div>
<p>Now check out some screenshots, helpful links, and some funny Windows 7-related videos below (its funny trust me)!</p>
<div class="wp-caption alignnone" style="width: 610px"><img title="Windows 7" src="http://www.blogcdn.com/www.engadget.com/media/2009/08/windows-7-screens1-jljkj.jpg" alt="" width="600" height="375" /><p class="wp-caption-text">Aero Preview in action!</p></div>
<p><img class="alignnone" title="7" src="http://images.appleinsider.com/windows7-20081028-2.jpg" alt="" width="550" height="412" /></p>
<div class="wp-caption alignnone" style="width: 610px"><img title="7" src="http://www.blogcdn.com/www.engadget.com/media/2009/08/windows-7-screens1-003.jpg" alt="Aero Snap in action!" width="600" height="375" /><p class="wp-caption-text">Aero Snap in action!</p></div>
<div class="wp-caption alignnone" style="width: 610px"><img title="7" src="http://www.blogcdn.com/www.engadget.com/media/2009/08/windows-7-screens1-019-1250083610.jpg" alt="Revamped Windows Explorer" width="600" height="451" /><p class="wp-caption-text">Revamped Windows Explorer</p></div>
<p><a href="http://lifehacker.com/5386953/lifehackers-complete-guide-to-windows-7">Lifehacker&#8217;s Guide to Windows 7</a></p>
<p><a href="http://www.engadget.com/2009/08/11/how-to-install-windows-7-and-live-to-tell-about-it/">Engadget&#8217;s Windows 7 Install Guide</a></p>
<p><a href="http://www.engadget.com/2009/08/12/windows-7-review/">Engadget&#8217;s Windows 7 Review</a></p>
<p><a href="http://gizmodo.com/5387822/27-takes-on-windows-7">Gizmodo&#8217;s Windows 7 Review along with 26 others</a></p>
<p><a href="http://www.funnyordie.co.uk/videos/ef83afc272/hosting-your-windows-7-torrenting-party?rel=player">Funnyordie&#8217;s Windows 7 Party</a></p>
<p><a href="http://vimeo.com/7205669">Gizmodo&#8217;s Windows 7 Party</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Membuat bootable Linux UFD]]></title>
<link>http://claptonite.wordpress.com/2009/10/17/membuat-bootable-linux-ufd/</link>
<pubDate>Sat, 17 Oct 2009 04:12:41 +0000</pubDate>
<dc:creator>claptonite</dc:creator>
<guid>http://claptonite.wordpress.com/2009/10/17/membuat-bootable-linux-ufd/</guid>
<description><![CDATA[Yang sudah mengenal linux pasti tidak awam lagi dengan yang namanya LIVE CD. Ya, Paket OS Linux yang]]></description>
<content:encoded><![CDATA[Yang sudah mengenal linux pasti tidak awam lagi dengan yang namanya LIVE CD. Ya, Paket OS Linux yang]]></content:encoded>
</item>
<item>
<title><![CDATA[Bootable USB drive (WinPE+XPE) 0110]]></title>
<link>http://rvsload.wordpress.com/2009/10/13/bootable-usb-drive-winpexpe-0110/</link>
<pubDate>Tue, 13 Oct 2009 08:53:40 +0000</pubDate>
<dc:creator>rvsload</dc:creator>
<guid>http://rvsload.wordpress.com/2009/10/13/bootable-usb-drive-winpexpe-0110/</guid>
<description><![CDATA[Download Links Uploading Hotfile Depositfiles LINKS ARE INTERCHANGABLE IT Mode Ytou CAN DOWNLOAD ANY]]></description>
<content:encoded><![CDATA[Download Links Uploading Hotfile Depositfiles LINKS ARE INTERCHANGABLE IT Mode Ytou CAN DOWNLOAD ANY]]></content:encoded>
</item>
<item>
<title><![CDATA[Install Windows 7 from a Bootable USB Drive with a quick utility/tool]]></title>
<link>http://welltechnically.com/2009/10/12/install-windows-7-from-a-bootable-usb-drive/</link>
<pubDate>Mon, 12 Oct 2009 10:16:52 +0000</pubDate>
<dc:creator>welltechnically</dc:creator>
<guid>http://welltechnically.com/2009/10/12/install-windows-7-from-a-bootable-usb-drive/</guid>
<description><![CDATA[Fred Health sent myself and a few of our other developers over to TechEd here in Australia. During o]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Fred Health sent myself and a few of our other developers over to TechEd here in Australia. During our time at TechEd I went to a fun little session held by Andrew Dugdell titled, <em>Windows 7 After Hours &#8211; Everything Microsoft put in there for you and not the company</em>.</p>
<p>During this session Andrew pointed us in the direction of a little tool that will allow you to create a Bootable USB drive that you can install Windows 7 off of. This comes in handy when you have dozens of installations to do and in our case at Fred Health, when you have a custom built Windows 7 installation built using the <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#38;FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34"> WAIK</a>.</p>
<p>One of my colleagues  was not able to  find this little tool on the net without actually going back through the presentation! So I thought I&#8217;d post some quick info here&#8230;</p>
<p><a title="A Bootable USB: Utility to Create Bootable USB Drive to Install Windows Vista, Server 2008 and 7" href="http://www.askvg.com/a-bootable-usb-utility-to-create-bootable-usb-drive-to-install-windows-vista-server-2008-and-7/" target="_self"><strong>A Bootable USB: Utility to Create Bootable USB Drive to Install Windows Vista, Server 2008 and 7</strong></a></p>
<p>A few other important things do know about building a bootable USB Windows 7 installation drive.</p>
<ul>
<li>Windows 7 ‘has all the bits’ for all of the versions (This includes the anytime upgrade)</li>
<li><a title="How to install any version (or SKU) of Windows 7" href="http://windows7center.com/news/how-to-install-any-version-or-sku-of-windows-7/" target="_blank">Simply deleting the “ei.cfg” on your USB key file will allow you to choose the version</a></li>
<li>USB keys with solid read (25MB/s) will rocket through</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating bootable USB drive]]></title>
<link>http://jiihaa.wordpress.com/2009/10/10/creating-bootable-usb-drive/</link>
<pubDate>Sat, 10 Oct 2009 16:02:02 +0000</pubDate>
<dc:creator>jiihaa</dc:creator>
<guid>http://jiihaa.wordpress.com/2009/10/10/creating-bootable-usb-drive/</guid>
<description><![CDATA[Linux Link: http://unetbootin.sourceforge.net/ Summary: “UNetbootin allows you to create bootable Li]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h4>Linux</h4>
<p>Link: <a title="http://unetbootin.sourceforge.net/" href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a></p>
<p>Summary: “UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD.”</p>
<p>&#160;</p>
<h4>Windows</h4>
<p>Link: <a title="http://wintoflash.com/home/en/" href="http://wintoflash.com/home/en/">http://wintoflash.com/home/en/</a></p>
<p>Summary: “WinToFlash starts a wizard that will help pull over the contents of a windows installation CD or DVD and prep the USB drive to become a bootable replacement for the optical drive.”</p>
<hr />
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bootable USB drive (WinPE+XPE) 25.09.09]]></title>
<link>http://rvsload.wordpress.com/2009/10/08/bootable-usb-drive-winpexpe-25-09-09/</link>
<pubDate>Thu, 08 Oct 2009 13:09:26 +0000</pubDate>
<dc:creator>rvsload</dc:creator>
<guid>http://rvsload.wordpress.com/2009/10/08/bootable-usb-drive-winpexpe-25-09-09/</guid>
<description><![CDATA[Bootable USB advancing helplessly (WinPE+XPE) v25.09.09 / 500 Mb Bootable USB pressure to toil an Fa]]></description>
<content:encoded><![CDATA[Bootable USB advancing helplessly (WinPE+XPE) v25.09.09 / 500 Mb Bootable USB pressure to toil an Fa]]></content:encoded>
</item>
<item>
<title><![CDATA[Snow Leopard Blazes, Box Art Not So Much]]></title>
<link>http://pastatech.wordpress.com/2009/10/08/snow-leopard-blazes-box-art-not-so-much/</link>
<pubDate>Thu, 08 Oct 2009 02:04:15 +0000</pubDate>
<dc:creator>pastatech</dc:creator>
<guid>http://pastatech.wordpress.com/2009/10/08/snow-leopard-blazes-box-art-not-so-much/</guid>
<description><![CDATA[Snow Leopard a.k.a. 10.6 is the latest Apple operating system. It hit the streets Aug. 28, and havin]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Snow Leopard a.k.a. 10.6 is the latest Apple operating system. It hit the streets Aug. 28, and having never jumped on board to 10.5 (Leopard), I decided to take the plunge from Tiger (10.4).</p>
<p>Let me say this first, the upgrade process was smooth. I used Carbon Copy Clone to create a bootable backup, that way if anything went wrong, I could jump right back to my customized OS with little hassle. Inserted my install DVD into the drive. Pressed the power button on my MacBook and then held down the OPTION key. It showed the Macintosh HD, my Bootcamp partition and the DVD. Clicked on the DVD and within 40 minutes was cruising on a brand new shiny 10.6 OS.</p>
<p>Everything worked perfect. 95% of my applications are working. All my PPC applications as well. When you launch an app that is PPC code, you&#8217;ll be prompted to install Rosetta (module that lets you run PPC coded apps). After that those 3% of apps that I had in PPC code whirred back to life. The other 2% were small things like screen savers (Fliqlo), a few widgets and iStats monitor tools. The last one has been fixed to work on 10.6, so still holding out for the devs to fix the other two.</p>
<p>While I&#8217;ve certainly had lots of time (2 years) to adjust to the Leopard environment at school, I never justified the upgrade due to outright laziness. While I was missing Stacks, the new Preview features, the smarter Spotlight, Spaces, and some other nice Leopard only features, 10.4 still ran like a champ.</p>
<p>I would say coming up from 10.5, 10.6 will seem like a service pack upgrade, but anyone who is anyone knows, the major upgrades are under the hood, or inside the computer. Algorithms are more tight and the OS code has been tweaked for maximum performance. Speed increases in general tasks should feel snappier. If your Mac has Nvidia 9400m graphics chipsets (all the unibody Aluminum MacBook, MacBook Pro, and certain Aluminum iMacs) then 10.6 will enable general purpose computing which is nerd speak for using the GPU (Graphics Processing Unit) to perform simple tasks such as opening tons of files at once without slowing the rest of the computer down. Boot-up and shutdown times also have decreased. My boot-up is 30 seconds to the desktop and 6 seconds shutdown.</p>
<p>Quick Time Player is now much more functional, with recording features that were once only Quick Time Pro-exclusive. Making your own videos without any additional software is now easier than ever. The upgraded app also lets you record your screen giving the power to create screencasts to the masses.</p>
<p>Exposé has been given a face-lift. In previous versions of Exposé it would simply resize the windows so they would all be viewed at once. It was a rather messy implementation, without inherent organization. In its place is a grid that includes the name of the window that is open. It certainly makes much more sense, and while many die-hard Apple cultists are digging it, after a little while, I found myself missing the old Exposé only for its visual appeal. It just felt more artistic and less rigid. This is something that has me bothered. As Macs become more mainstream, a byproduct of that may be the restructuring of Apple&#8217;s OS to become more conventional and boxed in. One of the raison d&#8217;etre for Exposé for me in 10.4 was it would occasionally spawn endless sessions of creativity when bogged down by a bulk of work. Launching as many windows and then seeing the OS handle shrinking all of them to fit the screen really certainly interesting. It would never be the same because things weren&#8217;t gridded.</p>
<p>There are a lot of features, many of which I love, and a few ones here and there that I am annoyed by, but it&#8217;s just a matter of adjustment. Hey, we all have to get out of our comfort zones sometime, or we&#8217;ll always live in the old.</p>
<p><img class="alignnone size-full wp-image-15" title="10.6" src="http://pastatech.wordpress.com/files/2009/10/10-6.jpg" alt="10.6" width="500" height="500" /></p>
<p>The Snow Leopard Retail Box. Many blogs have posted this and it appears the photo of the feline is actually a generic stock photo of an SL. F for effort Apple. Oh and apparently some blood was photoshopped off the original stock. FAIL.</p>
<p>One thing I do HATE about Snow Leopard is the way it counts storage in Base 10 instead of Base 2. For those who don&#8217;t know, what it means is the OS calculates 1MB as 1000 KB instead of 1MB as 1024MB. This is that little thing when you go and buy say a 500 GB hard drive and you plug it in and bam, you see there is actually LESS than 500 GB of space, the figure should be something around 465 GB. This is all because the of the way it&#8217;s counted; in Base 2. So, this is actually what you REALLY have, which is fine. In Base 10, it counts it 500 GB as 500.11 GB, so it is actually closer to the numerical value on the box of the drive. But this really messes you up when you run out of space on your hard drive. You check the capacity of the drive and it still says there is some space left. There is a simple hack to change the counting back to Base 2, which I have already done, but for everyone else who doesn&#8217;t apply this patch, it sucks.</p>
<p>It should be noted that Snow Leopard is for Intel Macs ONLY. Any legacy PPC Macs will be biting the dust. Apple is finally finishing its transition from PPC to going full Intel since announcing it in 2005.</p>
<p>In closing, Snow Leopard is worth it. Apple says that 10.5 Leopard is required before installing 10.6, but it&#8217;s been confirmed that the upgrade disc will work on Tiger 10.4.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Recovery CD &ndash; Never Leave Home without One]]></title>
<link>http://skylore.wordpress.com/2009/10/07/windows-recovery-cd-never-leave-home-without-one/</link>
<pubDate>Wed, 07 Oct 2009 21:08:23 +0000</pubDate>
<dc:creator>Jonas</dc:creator>
<guid>http://skylore.wordpress.com/2009/10/07/windows-recovery-cd-never-leave-home-without-one/</guid>
<description><![CDATA[Yesterday I felt the strong desire to have a bootable Windows Recovery CD. There was a nagging feeli]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Yesterday I felt the strong desire to have a bootable Windows Recovery CD. There was a nagging feeling for the past years that I better had one, but another nagging feeling told me that it would probably take around 4 hours to make one. Until yesterday, the second nagging feeling always took precedence over the first one.</p>
<p>This suddenly changed when my computer went for a quick reboot and never came back. As far as I am concerned, this was without any reason since we did not have an argument previously. So I was caught by surprise and needed to get my files from my HDD before attempting any repair using disk images.</p>
<p>First, I tried <a href="http://www.reatogo.de" target="_blank">Reatogo</a> (German Domain) but it complained that I was trying to build a bootable XP CD from a Windows7 environment. This was when my second nagging feeling told me “See?”.</p>
<p><a href="http://www.ubcd4win.com/" target="_blank">UBCD4Win</a> to the rescue! Like Reatogo, it is also utilizing <a href="http://www.nu2.nu/pebuilder/" target="_blank">BartPE</a> and states to make it very easy to build a CD.</p>
<p>Which it was. But when I saw the huge download (200+ Mbyte) I heard the “See?” again. Downloading and installing took some time because the installer calculated checksums to verify every file after installation. But essentially, it boils down to:</p>
<ol>
<li>Download UBCD4Win </li>
<li>While waiting for the download, copy the contents of your Win XP CD (that’s right, also the hidden and system files) to a directory of your choice WITHOUT blanks in it </li>
<li>Install UBCD4Win, again into a path WITHOUT blanks in it </li>
<li>Let the installer verify all the files when it asks you to </li>
<li>Run UBCD4Win and point the first browser dialog to your copied XP files </li>
<li>Optionally tweak the plugins to get latest virus databases and install Firefox as your browser of choice </li>
<li>Run it </li>
</ol>
<p>Things I’ve learned:</p>
<ul>
<li>Creating a bootable CD is not that hard thanks to the guys who put a lot of work into making it easy. Much appreciate. </li>
<li>Once you have all the prerequisites (a tool like UBCD4Win, your XP CD) most of the work is waiting, actually. </li>
<li>UBCD4Win can talk to external USB drives, provided you plug them in prior to booting. </li>
<li>UBCD4Win only talks about Win XP SP1 and SP2, but it worked perfectly with SP3 as well. </li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UltraISO Premium 9.3.5.2716]]></title>
<link>http://rvsload.wordpress.com/2009/10/02/ultraiso-premium-9-3-5-2716/</link>
<pubDate>Fri, 02 Oct 2009 14:54:24 +0000</pubDate>
<dc:creator>rvsload</dc:creator>
<guid>http://rvsload.wordpress.com/2009/10/02/ultraiso-premium-9-3-5-2716/</guid>
<description><![CDATA[UltraISO is smoe ISO CD/DVD conception register creating/editing/converting tool and a bootable CD/D]]></description>
<content:encoded><![CDATA[UltraISO is smoe ISO CD/DVD conception register creating/editing/converting tool and a bootable CD/D]]></content:encoded>
</item>
<item>
<title><![CDATA[Bootable USB Drive]]></title>
<link>http://mel.wordpress.com/2009/10/02/bootable-usb-drive/</link>
<pubDate>Fri, 02 Oct 2009 13:07:34 +0000</pubDate>
<dc:creator>Mel</dc:creator>
<guid>http://mel.wordpress.com/2009/10/02/bootable-usb-drive/</guid>
<description><![CDATA[Microsoft TechNet Ireland Blog : Bootable USB Drive Recipe]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://blogs.technet.com/ieitpro/archive/2009/05/21/bootable-usb-drive-recipe.aspx">Microsoft TechNet Ireland Blog : Bootable USB Drive Recipe</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to set up Hirens on a USB]]></title>
<link>http://microsupport.wordpress.com/2009/09/27/how-to-set-up-hirens-on-a-usb/</link>
<pubDate>Sun, 27 Sep 2009 23:33:03 +0000</pubDate>
<dc:creator>microsupport</dc:creator>
<guid>http://microsupport.wordpress.com/2009/09/27/how-to-set-up-hirens-on-a-usb/</guid>
<description><![CDATA[So,  here&#8217;s a link walking you through the steps to put Hirens on a bootable USB. It might be ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So,  here&#8217;s a <a href="http://www.hiren.info/pages/bootcd-on-usb-disk">link</a> walking you through the steps to put Hirens on a bootable USB. It might be applicable to other utility CDs.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Install Windows dari USB/Flash Drive]]></title>
<link>http://michaelvr.wordpress.com/2009/09/14/install-windows-dari-usbflash-drive/</link>
<pubDate>Mon, 14 Sep 2009 13:59:28 +0000</pubDate>
<dc:creator>michaelvr</dc:creator>
<guid>http://michaelvr.wordpress.com/2009/09/14/install-windows-dari-usbflash-drive/</guid>
<description><![CDATA[Mungkin selama ini anda melakukan installasi Windows menggunakan DVD. Namun bagaimana jika CD/DVD Ro]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;"><img class="alignleft" title="usb" src="http://www.d60pc.com/wp-content/uploads/2009/09/usb.png" alt="" width="128" height="128" /><span style="color:#000000;">Mungkin selama ini anda melakukan installasi Windows menggunakan DVD. Namun bagaimana jika CD/DVD Room PC anda rusak? Atau Netbook yang tidak ada CD/DVD Room ? Maka anda harus membuat Bootable USB. Dengan memanfaatkan sebuah USB maka anda bisa melakukan Installasi OS Windows. </span> <span style="color:#000000;">Mungkin untuk membuat sebuah <span style="color:#0000ff;"><strong>Bootable</strong></span><a title="Bootbale USB" href="http://d60pc.com/tag/bootable-usb" target="_blank"><span style="color:#0000ff;"><strong> </strong></span></a><span style="color:#0000ff;"><strong>USB</strong></span> tidak semudah membuat <strong>Bootable CD/DVD</strong>. Namun sekarang dengan dukungan beberapa Freeware akan membuatnya lebih mudah. Pada postingan ini saya akan memberikan sebuah <span style="color:#0000ff;"><strong>Freeware</strong></span> yang bisa anda pilih untuk membuat Bootable USB.</span></p>
<p><span style="color:#000000;"> </span><br />
<!--more--></p>
<p><span style="color:#000000;"><strong>A Bootable USB</strong> adalah sebuah aplikasi sederahana yang dapat digunakan untuk mentransfer File Windows langsung dari DVD atau menggunakan file ISO. Untuk penggunaannya juga simple dan mudah. Anda cukup memasukkan USB, jalankan program A Bootable USB, cek USB, Format USB, lalu pilih DVD atau ISO yang ingin anda ambil file installasinya, dan mulai proses pembuatan Bootable USB</span></p>
<p><span style="color:#ff0000;"><strong>Take note A Bootable USB :</strong></span></p>
<ul>
<li><span style="color:#000000;">Only supports Windows Vista/2008/7 installs;</span></li>
<li><span style="color:#000000;">Only supports USB/flash drives larger than 4 GB;</span></li>
<li><span style="color:#000000;">Officially works only on Windows Vista/2008/7 (the OS you create your bootable USB on not the one you are trying to install);</span></li>
<li><span style="color:#000000;">Can be installed or used as a portable application.</span></li>
</ul>
<p><span style="color:#000000;"><strong>Download : <a title="Download A Bootable USB" href="http://d60pc.com/redirectdownload/a-bootable-usb.html" target="_blank"><span style="color:#0000ff;">A Bootable USB</span></a></strong></span></p>
<p><span style="color:#000000;"><strong>Sumber : <a title="http://www.d60pc.com" href="http://www.d60pc.com" target="_blank">www.d60pc.com</a><br />
</strong></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to create a bootable USB drive]]></title>
<link>http://jen3ral.wordpress.com/2009/09/03/how-to-create-a-bootable-usb-drive/</link>
<pubDate>Thu, 03 Sep 2009 22:00:06 +0000</pubDate>
<dc:creator>jen3ral</dc:creator>
<guid>http://jen3ral.wordpress.com/2009/09/03/how-to-create-a-bootable-usb-drive/</guid>
<description><![CDATA[You would think that you would be able to Google the title of this post and easily find a link that ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You would think that you would be able to Google the title of this post and easily find a link that would make this possible.  I&#8217;ve spent a lot of time the last few days doing that exact same thing and not finding much in the way of things that actually work.  I wanted a bootable usb drive so I could throw ghost and ghostwalk on it and whatever image we wanted to use.  It would save me from having to burn a new CD every time I wanted to use a different image, this way I just delete and copy/paste.</p>
<p><strong>What you will need:</strong></p>
<ul>
<li> Boot disk files &#8211; you can Google boot disk and get what you need.  If you still have a floppy drive in your computer and happen to have a disk laying around you can pop it in, go to my computer -&#62; right-click on the floppy -&#62; format -&#62; and check the box that says <em>create an MS-DOS startup disk</em>.</li>
<li> HP USB Disk Storage Format Tool &#8211;  The weird thing is that I couldn&#8217;t even find that on their website.  But once again Google comes to the rescue, there are plenty of links to it out there.</li>
</ul>
<p><strong>What to do:</strong></p>
<ol>
<li>Open the HP format tool.</li>
<li>Make sure you select the correct drive.</li>
<li>Choose either of the FAT file system options.</li>
<li>Under volume label give the USB drive a name.</li>
<li>Check the box for creating a DOS startup disk and select <em>using dos system files located at:</em>.  This is where you either point to your floppy drive if you created a boot disk or to the folder where you downloaded the files to.  Tell it to start.</li>
<li>You aren&#8217;t quite done yet.  Go to my computer and open the location of the startup files that you either downloaded or had windows put on the floppy &#8211; copy those and paste them onto the flash drive.  <strong>DO NOT</strong> overwrite any files when prompted.</li>
<li>Done.  Now you can use it as is or add more files to it like I did with ghost and ghostwalk.</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Memformat Ulang Hard Disk]]></title>
<link>http://yoyoxcomputer.wordpress.com/2009/08/22/memformat-ulang-hard-disk/</link>
<pubDate>Sat, 22 Aug 2009 13:24:46 +0000</pubDate>
<dc:creator>Yoyox Computer</dc:creator>
<guid>http://yoyoxcomputer.wordpress.com/2009/08/22/memformat-ulang-hard-disk/</guid>
<description><![CDATA[Masalah yang bersifat fatal dan parah bisa saja terjadi kapan dan di mana saja tidak memandang merk ]]></description>
<content:encoded><![CDATA[Masalah yang bersifat fatal dan parah bisa saja terjadi kapan dan di mana saja tidak memandang merk ]]></content:encoded>
</item>
<item>
<title><![CDATA[Tutorial Membuat Hiren’s Boot CD Pendrive / Flash Disk]]></title>
<link>http://lowayucybercomunity.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/</link>
<pubDate>Wed, 19 Aug 2009 22:21:41 +0000</pubDate>
<dc:creator>lowayucybercomunity</dc:creator>
<guid>http://lowayucybercomunity.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/</guid>
<description><![CDATA[Hiren Boot CD Hiren’s Boot CD (HBCD) merupakan kumpulan tool yang dijadikan satu dalam CD bootable. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_941" class="wp-caption alignleft" style="width: 91px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/"><img class="size-full wp-image-941" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/1.gif?w=81&#038;h=131" alt="1" width="81" height="131" /></a><p class="wp-caption-text">Hiren Boot CD</p></div>
<p>Hiren’s Boot CD (HBCD) merupakan kumpulan tool yang dijadikan satu dalam CD bootable. HBCD sangat digemari oleh mereka – mereka yang suka mengoprek komputer, baik untuk sekedar hobby maupun sebagai senjata bagi mereka yang bergerak dibidang service komputer.</p>
<blockquote><p>Untuk melihat tool – tool apa saja yang ada pada HBCD 9.9, Anda bisa lihat <a title="http://www.hiren.info/pages/bootcd" href="http://www.hiren.info/pages/bootcd" target="_blank">disini</a>.</p></blockquote>
<p>Pada lazimnya, sesuai dengan namanya, HBCD hanya bisa booting dari CD, namun dengan beberapa tool, HBCD bisa kita buat berjalan pada flash disk ( UFD Bootable).</p>
<p>Setelah hampir sebulan meng-otak – atik Hiren’s Boot CD (HBCD) dan mempelajarinya dari beberapa artikel tutorial membuat HBCD booting dari Pendrive / Flash disk / UFD, akhirnya bisa juga dan sebagai dokumentasi buat saya pribadi juga untuk berbagi kepada <em>Sahabat Dreamers</em>, maka saya buatkan tutorialnya disini.</p>
<p><!--more-->Dari tutorial yang saya dapatkan di <em>www</em> bahkan <a title="Situs HBCD" href="http://www.hiren.info/pages/bootcd-on-usb-disk" target="_blank">disitus Hiren’s sendiri</a>, penjelasan yang disampaikan hampir sama dan kesemua meninggalkan sedikit hal yang mereka lupakan – &#8211; – kecuali mungkin bagi yang sudah <em>advanced</em>, hal ini tidak masalah. Tapi bagi <em>newbie</em> seperti saya, hal ini sangat membingungkan karena hal tersebut bisa membuat HBCD tidak bisa berjalan dari flash disk. Hal yang terlupakan itu adalah mengedit file <strong>menu.lst</strong>.<span id="more-924"> </span>Untuk lengkapnya, ikuti langkah – langkah di bawah <a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/">ini</a> :</p>
<p><strong>Langkah Persiapan :</strong></p>
<ul>
<li>Flash disk dengan kapasitas minimal 256 mb</li>
<li>Download <a title="http://www.indowebster.com/HirensBootCD99__1.html" href="http://www.indowebster.com/HirensBootCD99__1.html" target="_blank">HBCD 9.9</a><strong> </strong>(versi yang terbaru &#38; yang saya pake)</li>
<li>Download <a title="http://www.hiren.info/download/freeware/usb_format.zip" href="http://www.hiren.info/download/freeware/usb_format.zip" target="_blank">USB Format</a> (34 kb)</li>
<li>Download <a title="http://www.hiren.info/download/dos-files/grub4dos.zip" href="http://www.hiren.info/download/dos-files/grub4dos.zip" target="_blank">Grub4Dos Installer</a> (147 kb)</li>
</ul>
<p>File – file di atas biasanya masih berbentuk <em>files compressed</em> – file terkompress – maka sebelum melanjutkan kelangkah berikutnya, Anda <em>decompressed</em> terlebih dahulu dengan aplikasi Winzip atau Winrar atau sejenisnya dan kumpulkan ke-3 file diatas dalam satu folder.</p>
<div class="wp-caption aligncenter" style="width: 435px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/"><img style="max-width:800px;" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/2.jpg?w=425&#038;h=318" alt="" width="425" height="318" /></a><p class="wp-caption-text">SC Files Decompressed</p></div>
<p style="text-align:center;">
<p>Sebelum kelangkah berikutnya, saya mencoba download tool – tool ( USB Format &#38; Grub4Dos Installer ) dari link – link di atas, ternyata sudah lengkap dan harusnya kemarin – kemarin saya tidak bingung . . . <em>dasar emang o-on kali ya</em>. . . alias <em>a(O)llways On</em> . . . SEBELUMNYA SAYA DOWNLOAD DARI LINK YANG DIBERIKAN TEMEN2 BLOG YANG MEMBERIKAN TUTOR MASALAH INI !!!</p>
<p><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><strong>Langkah Instalasi :</strong></a></p>
<ul>
<li>Tancapkan flash disk Anda (Pastikan bahwa data flash disk telah diback up)</li>
<li>Format flash disk dengan USB Format :</li>
</ul>
<div id="attachment_943" class="wp-caption aligncenter" style="width: 348px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><img class="size-full wp-image-943" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/3.gif?w=338&#038;h=428" alt="3" width="338" height="428" /></a><p class="wp-caption-text">Usb Format</p></div>
<p style="text-align:center;">
<p><img style="max-width:800px;" src="http://yoyoxcomputer.files.wordpress.com/2009/08/3.jpg" alt="" /></p>
<p>Akan muncul menu konfirmasi, klik <a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><strong>Yes</strong></a>. Tunggu hingga proses pemformatan selesai, lalu klik <a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><strong>OK</strong></a>.</p>
<div id="attachment_944" class="wp-caption aligncenter" style="width: 310px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><img class="size-full wp-image-944" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/4.gif" alt="4" width="300" height="171" /></a><p class="wp-caption-text">Usb Format Confirm</p></div>
<p><strong> </strong></p>
<p>Buka folder Grub4Dos dan double klik <strong><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/">grubinst_gui.exe</a></strong></p>
<p style="text-align:center;"><strong><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"></a></strong><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><img class="size-full wp-image-945 aligncenter" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/5.gif" alt="5" width="343" height="544" /></a></p>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter">
<dd class="wp-caption-dd">grubinst</dd>
</dl>
</div>
<p style="text-align:center;">
<p><strong><br />
</strong></p>
<p><strong> </strong></p>
<ol>
<li>Pilih flash disk yang akan dipake sebagai UFD Boot</li>
<li>Klik <strong>Refresh</strong></li>
<li>Pilih <strong>Part List</strong> seperti di gambar atas.</li>
<li>Klik <strong>Install</strong>, tunggu hingga selesai, ditandai dengan munculnya jendela <strong>Command Prompt</strong>, lalu klik <strong>ENTER</strong> lalu klik <strong>Quit</strong></li>
</ol>
<div id="attachment_946" class="wp-caption aligncenter" style="width: 435px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><img class="size-full wp-image-946" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/6.gif" alt="6" width="425" height="353" /></a><p class="wp-caption-text">Grub4dos installasi</p></div>
<p style="text-align:center;">
<p><img style="max-width:800px;" src="http://yoyoxcomputer.files.wordpress.com/2009/08/6.jpg" alt="" /></p>
<p>Buka folder <strong>hbcd_99</strong> dan copy file <strong>Hiren’s.BootCD.9.9.iso </strong>ke dalam<strong> </strong>folder<strong> CreateYourISO </strong></p>
<div class="wp-caption aligncenter" style="width: 435px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/"><strong><img style="max-width:800px;" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/7.jpg" alt="" width="425" height="318" /></strong></a><p class="wp-caption-text">HBCD ISO 1</p></div>
<p style="text-align:center;">
<p><strong> </strong>Buka folder<strong> CreateYourISO </strong>dan jalankan file<strong> Extract-ISO.bat </strong>sehingga muncul folder baru <strong>MYCD</strong></p>
<div class="wp-caption aligncenter" style="width: 435px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/"><strong><img style="max-width:800px;" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/8.jpg" alt="" width="425" height="318" /></strong></a><p class="wp-caption-text">HBCD ISO 2</p></div>
<p style="text-align:center;">
<p><strong> </strong><strong> </strong></p>
<p><strong> </strong></p>
<ul>
<li>Buka Folder MYCD dan copy <a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/"><strong>Folder HBCD</strong></a> dan File <strong>Autorun</strong> ke flash disk</li>
<li>Buka folder grub4dos, copy file <strong>grldr</strong> dan <strong>menu.lst</strong> ke dalam flash disk sehingga di dalam flash disk terdapat 4 file / folder</li>
</ul>
<div id="attachment_949" class="wp-caption aligncenter" style="width: 435px"><a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/"><img class="size-full wp-image-949" title="http://yoyoxcomputer.wordpress.com" src="http://yoyoxcomputer.files.wordpress.com/2009/08/9.gif" alt="9" width="425" height="318" /></a><p class="wp-caption-text">File &#38; Folder didalam Flash disk</p></div>
<p style="text-align:center;">
<ul>
<li>Pembuatan <a href="http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%E2%80%99s-boot-cd-pendrive-flash-disk/">HBCD UFD</a> selesai. Cabut dan restrart komputer dan rubah urutan booting pada bios dengan menekan <strong>Del</strong> atau <strong>F12</strong> (tergantung BIOS Anda) dan posisikan UFD jadi no 1 pada urutan booting.</li>
<li>Selesai, semoga bermanfaat.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tutorial Membuat Hiren’s Boot CD Pendrive / Flash Disk]]></title>
<link>http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/</link>
<pubDate>Wed, 19 Aug 2009 22:21:41 +0000</pubDate>
<dc:creator>Yoyox Computer</dc:creator>
<guid>http://yoyoxcomputer.wordpress.com/2009/08/20/tutorial-membuat-hiren%e2%80%99s-boot-cd-pendrive-flash-disk/</guid>
<description><![CDATA[Hiren Boot CD Hiren’s Boot CD (HBCD) merupakan kumpulan tool yang dijadikan satu dalam CD bootable. ]]></description>
<content:encoded><![CDATA[Hiren Boot CD Hiren’s Boot CD (HBCD) merupakan kumpulan tool yang dijadikan satu dalam CD bootable. ]]></content:encoded>
</item>
<item>
<title><![CDATA[Free bootable antivirus rescue disk]]></title>
<link>http://moniroth.wordpress.com/2009/07/17/free-bootable-antivirus-rescue-disk/</link>
<pubDate>Fri, 17 Jul 2009 03:54:12 +0000</pubDate>
<dc:creator>Myhouse</dc:creator>
<guid>http://moniroth.wordpress.com/2009/07/17/free-bootable-antivirus-rescue-disk/</guid>
<description><![CDATA[They are useful if your system has become fully infected by  malware or viruses  so that you cannot ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>They are useful if your system has become fully infected by  malware or viruses  so that you cannot install an antivirus or anti-spyware tool anymore.</p>
<p>In such a case, the best recourse is to boot from a rescue CD so that your antivirus software is running on a clean system. From that clean system, it will be able to detect and remove viruses without interference from the infection.</p>
<p>With all of these bootable cd are provide as an ISO file, that you can burn it through nero to the cd or dvd.</p>
<dl>
<dt><a href="http://downloads.kaspersky-labs.com/devbuilds/RescueDisk/">Kaspersky Rescue Disk</a></dt>
<dd>
<div class="wp-caption alignnone" style="width: 533px"><img src="http://www.megaleecher.net/uploads/kaspersky-bootable-cd.jpg" alt="Kaspersky Recue Disk 2009" width="523" height="395" /><p class="wp-caption-text">Kaspersky Recue Disk 2009</p></div>
<p>This rescue disk contains a bootable CD that will boot to a Linux environment, and run a version of the Kaspersky anti-virus program.</p>
</dd>
</dl>
<dl>
<dt><a href="ftp://ftp.drweb.com/pub/drweb/livecd/">Dr Web LiveCD</a> </dt>
<dd>
<div class="wp-caption alignnone" style="width: 460px"><img src="http://www.micros.uz/License_software/Drweb/livecd_drweb.png" alt="Linux base DrWeb antivirus" width="450" height="342" /><p class="wp-caption-text">Linux base DrWeb antivirus</p></div>
<p>It boots to 2 possible modes: a graphical mode or a command line &#8220;safe&#8221; mode.</p>
</dd>
<dt><a href="http://dl.antivir.de/down/vdf/rescuecd/rescuecd.iso">Antivir Rescue CD</a> </dt>
<dd>
<div class="wp-caption alignnone" style="width: 478px"><img src="http://www.geckoandfly.com/wp-content/uploads/2008/11/antivirus_rescue_system_boot_virus_unbootable_windows.jpg" alt="Avira Recue Disk" width="468" height="257" /><p class="wp-caption-text">Avira Recue Disk</p></div>
</dd>
<dt><a href="http://www.f-secure.com/linux-weblog/files/f-secure-rescue-cd-release-3.00.zip">F-Secure Rescue CD</a></dt>
<dd><img class="alignnone" src="http://adoldo.files.wordpress.com/2008/07/fsecure12.png?w=522&#038;h=402" alt="" width="522" height="402" />It works on FAT and NTFS drives. If you boot the rescue disk on a computer that has an internet connection, the antivirus software will automatically get the latest virus definitions.</p>
</dd>
<dt><a href="http://download.bitdefender.com/rescue_cd/">BitDefender Rescue CD</a></dt>
<dd>
<div class="wp-caption aligncenter" style="width: 562px"><img src="http://www.techmixer.com/pic/2008/08/bitdefender-rescue-cd-start-scan.jpg" alt="Bit Defender " width="552" height="414" /><p class="wp-caption-text">Bit Defender </p></div>
<p>It is the linux base bootable cd, but it can heal lot of viruses running on Windows.</p>
</dd>
<dt><a href="http://acs.pandasoftware.com/soporte/safedisk32/safedisk32.zip">Panda RescueCD</a></dt>
<dd>This rescue CD scans and deletes viruses on your system. Note that it is not able to delete viruses on Windows NTFS and Linux file systems.</p>
</dd>
</dl>
<dl>
<dd>
</dd>
</dl>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[install windows dari usb/flash disk]]></title>
<link>http://denyset.wordpress.com/2009/07/05/install-windows-dari-usbflashdisk/</link>
<pubDate>Sun, 05 Jul 2009 09:04:48 +0000</pubDate>
<dc:creator>denyset</dc:creator>
<guid>http://denyset.wordpress.com/2009/07/05/install-windows-dari-usbflashdisk/</guid>
<description><![CDATA[Mungkin selama ini anda melakukan installasi Windows menggunakan CD. Namun bagaimana jika CD/DVD Roo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="color:#000000;"><img class="alignleft" title="flashdisk" src="http://t1.gstatic.com/images?q=tbn:O9cJzswaEkrtSM:http://benkerenz.co.cc/wp-content/uploads/2009/07/usb-flash-disk-300x300.jpg" alt="" width="116" height="116" />Mungkin selama ini anda melakukan installasi Windows menggunakan CD. Namun bagaimana jika CD/DVD Room PC anda rusak? Atau Netbook yang tidak ada CD/DVD Room ? Maka anda harus membuat Bootable USB. Dengan memanfaatkan sebuah USB maka anda bisa melakukan Installasi OS Windows. </span></p>
<p><span style="color:#000000;">Mungkin untuk membuat sebuah Bootable USB tidak semudah membuat <strong>Bootable CD/DVD</strong>. Namun sekarang dengan dukungan beberapa Freeware akan membuatnya lebih mudah. Pada postingan ini saya akan memberikan sebuah Freeware yang bisa anda pilih untuk membuat Bootable USB. </span></p>
<p><span style="color:#000000;"><strong>A Bootable USB</strong> adalah sebuah aplikasi sederahana yang dapat digunakan untuk mentransfer File Windows langsung dari DVD atau menggunakan file ISO. Untuk penggunaannya juga simple dan mudah. Anda cukup memasukkan USB, jalankan program A Bootable USB, cek USB, Format USB, lalu pilih DVD atau ISO yang ingin anda ambil file installasinya, dan mulai proses pembuatan Bootable USB</span></p>
<p><span style="color:#ff0000;"><strong>Take note A Bootable USB :</strong></span></p>
<ul>
<li><span style="color:#000000;">Only supports Windows Vista/2008/7 installs;</span></li>
<li><span style="color:#000000;">Only supports USB/flash drives larger than 4 GB;</span></li>
<li><span style="color:#000000;">Officially works only on Windows Vista/2008/7 (the OS you create your bootable USB on not the one you are trying to install);</span></li>
<li><span style="color:#000000;">Can be installed or used as a portable application.</span></li>
</ul>
<p>Download A bootable USB <a href="http://d60pc.com/hosting/A-Bootable-USB-www.d60pc.com.rar">disini</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
