Custom Partition Fedora 18

Reindl Harald h.reindl at thelounge.net
Sat Feb 16 17:10:18 UTC 2013



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 at localhost ~]# cat /clone.sh
date
dd if=/dev/sda | ssh root at 192.168.196.129 "dd of=/dev/sda bs=16M"
dd if=/dev/sdb | ssh root at 192.168.196.129 "dd of=/dev/sdb bs=16M"
dd if=/dev/sdc | ssh root at 192.168.196.129 "dd of=/dev/sdc bs=16M"
dd if=/dev/sdd | ssh root at 192.168.196.129 "dd of=/dev/sdd bs=16M"
date

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20130216/2c2ca09d/attachment-0001.sig>


More information about the users mailing list