Am 16.02.2013 18:00, schrieb Michael Hennebry: > On Fri, 15 Feb 2013, Tom Horsley wrote: > >> I resorted to installing in a virtual machine then >> copying the virtual image to real partitions and >> adjusting the grub and fstab files. > > Could you give more details? > What virtual machine? How did you copy from the virtual drive? > What kinds of changes were needed? > fstab I think I could do. Not so sure about grub. > Old grub or shiny grub? > > As previously noted, I could not get F16 on my computer you can even clone a complete setup without touch fstab below they way i cloned two physical machines with 3 RAID devcies (linux -software RAID) by booting both with a Live-CD, enable sshd and setup a ssh-key to not need type password the setup is * RAID1: /boot * RAID10: / * RAID10: /data they have now both the same UUIDs everywhere as VMware converter is even able to mirgate a running pyhsical machine over SSH to a VM in the cluster this is quite easy for linux-systems [root@localhost ~]# cat /clone.sh date dd if=/dev/sda | ssh root@192.168.196.129 "dd of=/dev/sda bs=16M" dd if=/dev/sdb | ssh root@192.168.196.129 "dd of=/dev/sdb bs=16M" dd if=/dev/sdc | ssh root@192.168.196.129 "dd of=/dev/sdc bs=16M" dd if=/dev/sdd | ssh root@192.168.196.129 "dd of=/dev/sdd bs=16M" date
Attachment:
signature.asc
Description: OpenPGP digital signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org