On 11/16/2012 11:31 AM, Ben Armstrong wrote: > -------- Original Message -------- > Subject: Re: Re: Live > Date: Fri, 16 Nov 2012 16:25:43 +0200 > From: Vorobjov Slava <[email protected]> > To: Ben Armstrong <[email protected]> > > 1 download debian-live-6.0.5-amd64-gnome-desktop.img
Make sure /dev/sdc is *not* mounted first. If it is automounted by your desktop, unmount it: umount /dev/sdc > 2 in terminal "sudo cp debian-live-6.0.5-amd64-gnome-desktop.img > /dev/sdc" (/dev/sdc - it's USB-Flash Drive) Don't use cp. Use dd. Note: this will completely wipe the whole contents of the USB stick. See: http://live.debian.net/manual-2.x/html/live-manual.en.html#194 dd if=debian-live-6.0.5-amd64-gnome-desktop.img of=/dev/sdc bs=4M > 3 unmount Not needed here, as it should have been unmounted to begin with. > 4 reboot and start from USB Once you have properly put the image on your USB stick, you should be able to boot it successfully. Ben -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
