Linux Mint Debian Edition: Difference between revisions
→How to Make a 2GB Installer USB: Prebuilt 2GB Installer USB |
|||
| Line 26: | Line 26: | ||
: Finish installation and reboot | : Finish installation and reboot | ||
*'''Note this same procedure works to install to a 8GB USB''' | *'''Note this same procedure works to install to a 8GB USB''' | ||
===2GB Installer USB=== | |||
:A Fast (ADVANCED) Method | |||
'''Prebuilt: [http://people.sugarlabs.org/Tgillard/linuxmint-debian-201101-gnome-dvd-i386.img linuxmint-debian-201101-gnome-dvd-i386.img]''' | |||
: How to write to USB; | |||
:: Download to desktop | |||
:Use "mount command to see USB address: ie: /dev/sdb; /dev/sdc; /dev/sdd....etc | |||
:Or use gparted to see USB address | |||
:'''dd command is VERY DANGEROUS; if you use wrong address you will distroy your Hard Drive with no warning.''' | |||
:In root terminal #: | |||
cd Desktop | |||
dd if=linuxmint-debian-201101-gnome-dvd-i386.img of=/dev/sd(x) | |||
===How to Make a 2GB Installer USB=== | ===How to Make a 2GB Installer USB=== | ||
: | :Use the 32 bit version to make a 32 bit USB and 64 bit to make 64 bit USB | ||
*From Virtualbox4.0 Appliance (either 32 or 64 version) | *From Virtualbox4.0 Appliance (either 32 or 64 version) | ||
:1-)Start Virtual Appliance | :1-)Start Virtual Appliance | ||