I have a dual boot 2012r2 / Freebsd-12 (using ReFind): "ryzen 7 1700 (overclocked to 3700Mhz, if that matters) 32 GB of ram on a MSI x370 Gaming Plus motherboard with the latest bios". I have decided to go all in with FreeBSD and remove 2012r2. I have 2 backups of the "/" partition a "zfs snapshot -r zroot@backup" and one I made with "Clonezilla". My goal is to have 75-ish G ZFS / partition and keep the ufs partition at the end (nvd06).
My plan was to delete partitions 1,2,3,4 and 5 restart the box with my FreeBSD-12.0-RELEASE usb and install OS to the area of the deleted partitions using ZFS file system.
Then restore my original install to that partition using Clonzilla or zfs snapshot (I do not really understand how to restore the snapshot though).
Will that work?
Is there an easier way?
How would you suggest doing it.
Happy New Year,
Pete
Code:
oot@vmbsd:/usr/home/pete # gpart show nvd0
=> 34 488397101 nvd0 GPT (233G)
34 2014 - free - (1.0M)
2048 614400 1 ms-recovery (300M) I assume I do not need
616448 204800 2 efi (100M) Not sure if this needs to stay
821248 262144 3 ms-reserved (128M) I assume I do not need
1083392 107312766 4 ms-basic-data (51G) 2012r2
108396158 52370347 5 ms-basic-data (25G) Current / partition (ZFS)
160766505 327630630 6 freebsd-ufs (156G) I want to keep
My plan was to delete partitions 1,2,3,4 and 5 restart the box with my FreeBSD-12.0-RELEASE usb and install OS to the area of the deleted partitions using ZFS file system.
Then restore my original install to that partition using Clonzilla or zfs snapshot (I do not really understand how to restore the snapshot though).
Will that work?
Is there an easier way?
How would you suggest doing it.
Happy New Year,
Pete