Re: Clone a bootable USB key

2009-10-06 Thread Emanoil Kotsev
Dieder Vervoort wrote: > Copied the MBR:  dd if=/dev/sdb of=/dev/sdc bs=446  count =1 I think the correct value for bs is 512 (google) i.e. the first usable http://forums.opensuse.org/archives/sls-archives/archives-suse-linux/archives-install-boot/384843-moving-grub-mbr-record-another-hdd.html

Re: Clone a bootable USB key

2009-09-28 Thread Stefan Monnier
> Indeed this is working. ( Test it with 2 identical USB-keys) > But I think this is not a solution because the target usb is not the same > size and make. It will work as long as the destination is as large or larger than the source. If the new key is larger, the added space will stay unused afte

Re: Clone a bootable USB key

2009-09-26 Thread Adrian Levi
2009/9/27 Dieder Vervoort : > What I am trying to do: I would like to make a copy of my USB-key to one or > more  files, > send the files to a friend and he has to dd / copy this file to his USB-Key, > and I was hoping this should work. Then what you have done previously will work on the proviso

Re: Clone a bootable USB key

2009-09-26 Thread Dieder Vervoort
of my USB-key to one or more files, send the files to a friend and he has to dd / copy this file to his USB-Key, and I was hoping this should work. Thanks, Adrian Levi wrote: 2009/9/26 Dieder Vervoort : Hi All, I am trying to clone a bootable USB key B ( FAT32) I format USB key C and

Re: Clone a bootable USB key

2009-09-25 Thread Adrian Levi
2009/9/26 Dieder Vervoort : > Hi All, > > I am trying to clone a bootable USB key B ( FAT32) > > I format USB key C and  set the boot flag. > Copied all files from USB-B to USB-C in Windows. > Copied the MBR:  dd if=/dev/sdb of=/dev/sdc bs=446  count =1 > > When I boo

Clone a bootable USB key

2009-09-25 Thread Dieder Vervoort
Hi All, I am trying to clone a bootable USB key B ( FAT32) I format USB key C and set the boot flag. Copied all files from USB-B to USB-C in Windows. Copied the MBR: dd if=/dev/sdb of=/dev/sdc bs=446 count =1 When I boot from USB-B I get only the word GRUB in the left upper corner. I