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:02]
admin [Getting the Installer]
install:preparation [2014/02/06 02:26] (current)
admin [Burn the ISO Image to a Live USB Key]
Line 3: Line 3:
  
 ===== Getting the Installer ===== ===== Getting the Installer =====
-First, you will need to download the LMDE installer.\\+First, you will need to download the LMDE installer. 
 The MATE (64bit) edition can be found on this page:\\ The MATE (64bit) edition can be found on this page:\\
 [[http://​www.linuxmint.com/​edition.php?​id=100]] [[http://​www.linuxmint.com/​edition.php?​id=100]]
 +
 While the CINNAMON (64bit) edition can be found on this page:\\ While the CINNAMON (64bit) edition can be found on this page:\\
 [[http://​www.linuxmint.com/​edition.php?​id=102]] [[http://​www.linuxmint.com/​edition.php?​id=102]]
Line 38: 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 53: 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 ===