A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
install:preparation [2014/02/06 00:03]
admin [Getting the Installer]
install:preparation [2014/02/06 02:26] (current)
admin [Burn the ISO Image to a Live USB Key]
Line 40: Line 40:
 Finally, a command like this could be used to "​burn"​ the ISO file to the key: Finally, a command like this could be used to "​burn"​ the ISO file to the key:
 <​code>​ <​code>​
-sudo dd if=~/Desktop/​linuxmint.iso of=/dev/sdX oflag=direct ​ bs=1048576+sudo dd if=~/Downloads/​linuxmint.iso of=/dev/sdX oflag=direct ​ bs=1048576
 </​code>​ </​code>​
  
Line 55: Line 55:
 740601856 bytes (741 MB) copied, 91.7024 s, 8.1 MB/s 740601856 bytes (741 MB) copied, 91.7024 s, 8.1 MB/s
 </​code>​ </​code>​
 +
 +<WRAP center round tip 80%>
 +From a Linux Mint installation the easiest way to create your Live Install Boot Key is to use the "USB Image Writer"​ application available from Menu > Accessories > USB Image Writer.
 +
 +Selecting the downloaded Linux Mint LMDE .iso image and your target USB Key, then restarting your machine is almost all you'll have to do to start a fresh LMDE install.
 +</​WRAP>​
 +
  
 === On Windows Machines === === On Windows Machines ===