Michel Le Cocq wrote:
I just dump a real host and try to restore it on a virtual host under
kvm.

When booting under KVM i see this :
        Booting From hard Disk...
        Invalid partition
        Invalid partition
        No /boot/loader
        
        FreeBSD/i386/Boot
        Default: 0:ad(0,a)/boot/kernel/kernel
        boot :
        
If i enter : boot : 0:ad(0,d)

it's ok and then :
        Manual Root Filesystem Specification :
        Mountroot> ufs:/dev/ad0s1d
        
and it's finaly boot.

[r...@vbsdio ~]# cat /etc/fstab
# Device         Mountpoint     FStype    Options    Dump Pass#
/dev/ad0s1b      none           swap      sw            0 0
/dev/ad0s1d      /              ufs       rw            1 1
/dev/ad0s1g      /local         ufs       rw            2 2
/dev/ad0s1e      /usr           ufs       rw            2 2
/dev/ad0s1f      /var           ufs       rw            2 2
/dev/acd0        /cdrom         cd9660    ro,noauto     0 0
linproc /compat/linux/proc      linprocfs rw            0 0
[r...@vbsdio ~]#

I need to change my master boot device or anything else.
But don't know what to do exactly.

Thanks.

--
Michel
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"




Shouldn't the root fs be on the a partition?
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to