I'm quite new to this, but in the past few weeks I've been able to install Ubuntu 14.04.1 LTS on a Ventura USB hard disk (240 Gb), and after a lot of issues (getting Citrix Receiver, Adobe flash, etc. up and running) I'm now perfectly happy with my system thanks to this great community!
I've setup my Bios to look first for USB disks and when I boot I get this nice purple screen with Ubuntu on top and the fourth option is booting from W10. Everything works as I want it to.
And now, because I was so happy with my installation, I thought to clone my USB hard disk so I would have a copy in case....
Therefore I made an image of my Ubuntu drive with Macrium Reflect under W10 and restored the image on a new USB hard drive (MyPassport 500Gb).
On booting from this new HD I simply get a blinking cursor and nothing else...
Then I tried to do a disk copy with the Seagate Disk Wizard. Same result....
I spent hours to find out how I could clone my Ubuntu disk so that the result disk would be bootable and just work, but to no avail.
Appreciate your help very much!
Thanks, Dirk
dd if=/dev/sdx of=/dev/sdy
where/dev/sdx
is your existing ubuntu USB drive and/dev/sdy
is the USB drive you want the cloned copy on. This will make a bit-by-bit copy on sdx onto sdy, nuking sdy in the process, so you want to get your input and your output files straight ot you will be one sad puppy! Plan on leaving it overnight, as this could take some time, and doesn't show you progress or time remaining. – Marc Jan 16 '16 at 23:57