Write TORO to USB Driver :

1 ) Unrar the file. 

This file contain : 
- Toroimage.img : OS image. 


2 ) Write Toroimage.img to Pendriver. 


First download dd.exe from 
http://www.chrysocome.net/downloads/dd-0.5.zip 
and unrar it in same directory.

On Windows is necessary to know the name of the pendriver/FlashDrive device . 
List command returns the names. First go to directory and execute "dd --list" .
Output Example :

----------------------------------------------------------------------
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by the GPL.  See copying.txt for details
Win32 Available Volume Information
\\.\Volume{356a45e4-3c42-11dc-a1fb-806e6f6e6963}\
  link to \\?\Device\HarddiskVolume1
  fixed media
  Mounted on c:\

\\.\Volume{33deff43-3c43-11dc-9bbd-806e6f6e6963}\
  link to \\?\Device\CdRom0
  CD-ROM
  Mounted on d:\

\\.\Volume{33deff44-3c43-11dc-9bbd-806e6f6e6963}\
  link to \\?\Device\Floppy0
  removeable media
  Mounted on a:\

\\.\Volume{5f5eb294-3c5e-11dc-ace4-cf40d5411eb7}\
  link to \\?\Device\Harddisk1\DP(1)0-0+3
  removeable media
  Mounted on e:\


NT Block Device Objects
\\?\Device\CdRom0
\\?\Device\Floppy0
\\?\Device\Harddisk0\Partition0
  link to \\?\Device\Harddisk0\DR0
  Fixed hard disk media. Block size = 512
\\?\Device\Harddisk0\Partition1
  link to \\?\Device\HarddiskVolume1
\\?\Device\Harddisk1\Partition0
  link to \\?\Device\Harddisk1\DR2
  Removable media other than floppy. Block size = 512
\\?\Device\Harddisk1\Partition1
  link to \\?\Device\Harddisk1\DP(1)0-0+3

--------------------------------------------------------------------------------------


In this case pendriver is mounted in e:/ and the name to use it in dd is "\\?\Device\Harddisk1\Partition0" , so the correct command line is :

dd of=\\?\Device\Harddisk1\Partition0 if=ToroImage.img . 

Run it. 
Note : In some case "dd --list" only show "Partition1" , this procedure works just if "dd" can writes to Partition0.

3) This version works only for boot as USB-HDD emulation .In other way you need to go to BIOS to boot order and make sure USB DRIVE is first.

Thanks for trying TORO on USB.

Matias E. Vara
toro.sourceforge.net

