It copies everything from sda3 to the second sdb3 root partition.
Switching boot device to the second SSD I boot and login directly with local KVM, however I cannot ssh into it from another machine because apparently the IP address on the copy is not the same supplied DHCP IP.
it didn’t display a local IP like was supposed to be 192.168.1.8
So seems there’s some network file or config that rsync is either not copying or some other issue preventing the copy to resolve ip address.
I ran /sbin/ifconfig and
it didn’t display a local IP like was supposed to be 192.168.1.8
It looks like your NIC isn’t even being detected at all, unless the screenshot is just cutoff too early. You can checkthe output of networkctl list, nmcli device, or ip link to corroborate.
Check sudo dmesg for any output that might indicate why it isn’t not being loaded.
I assume fstab caused some issues deeper in the system than anticipated.
I guess also that once trying to boot the second SSD sdb with a copied fstab which telling it to mount sdb3 to /mnt is the heart of the problem, perhaps as a guess it gave the kernel faulty instructions.