From: yomguy Master machine system /dev/sda to USB external Ghost /dev/sdb::
-Check hdparm / sdparm before ! su mkdir /mnt/root
+ Master machine system /dev/sda to USB external Ghost /dev/sdb (Check hdparm / sdparm before):
-
+su
+
+mkdir /mnt/root
mount /dev/sdb1 /mnt/root
-mount /dev/sdb2 /mnt/root/home
rsync -a --delete --one-file-system / /mnt/root/ +mount /dev/sdb2 /mnt/root/home + +rsync -a --delete --one-file-system / /mnt/root/ rsync -a --delete /home/ /mnt/root/home/ -sync
-umount /mnt/root/home -umount /mnt/root
- +sync + +umount /mnt/root/home +umount /mnt/root +Live Install ISO on USB Disk /dev/sdb BOOT
Ghost on USB Disk /dev/sdc
Destination SSD /dev/sda:
@@ -1222,7 +1224,7 @@ root (hd0,1) setup (hd0)quit
@@ -1421,7 +1423,7 @@ So you have your sample loading working in a separate thread to your realtime au