Hi,
I created an image on NetBSD with
Kind Regards,
Steve
I created an image on NetBSD with
dd if=/dev/wd1d | gzip -9 > /storage/backup.img.gz
. I was able to install it on the second drive in a server with CentOS with gunzip -c backup.img.gz | dd of=/dev/sdb
. I have tried both gunzip -c backup.img.gz | dd of=/dev/ada1
and gunzip -c backup.img.gz | dd of=/dev/ad6
and it doesn't work. The second drive is not bootable. Any ideas of what I am doing wrong?Kind Regards,
Steve