Hello. Desperate!
At the beginning : FreeBSD 9.0 on my first disk; I dumped 9.0 and deleted it to reorganize my first disk. After : I install 9.1 (ok), and I create a slice to restore 9.0. Now I can boot on 9.1, but how can i boot on 9.0 ??? I looked at the handbook, forums and man (sysinstall, boot0cfg, gpart, ...), but I don't find/understand anything! Some help? Please?
To make second slice for the restore of 9.0 I made
Then a restore of ada0s2a.dump (/), ada0s2b.dump (/var), ada0s2b.dump (/usr).
The restore looks okay.

At the beginning : FreeBSD 9.0 on my first disk; I dumped 9.0 and deleted it to reorganize my first disk. After : I install 9.1 (ok), and I create a slice to restore 9.0. Now I can boot on 9.1, but how can i boot on 9.0 ??? I looked at the handbook, forums and man (sysinstall, boot0cfg, gpart, ...), but I don't find/understand anything! Some help? Please?
To make second slice for the restore of 9.0 I made
Code:
/sbin/gpart add -i 2 -t freebsd -s 30G ada0
/sbin/gpart set -a active -i 2 ada0
/sbin/gpart create -s BSD -n 20 ada0s2
/sbin/gpart add -t freebsd-ufs -s 2G ada0s2 for /
/sbin/gpart add -t freebsd-ufs -s 2G ada0s2 for /var
/sbin/gpart add -t freebsd-ufs -s 23G ada0s2 for /usr
/sbin/gpart add -t freebsd-swap -s 2G ada0s2 for swap
newfs /dev/ada0s2a b d e
mount ...
Then a restore of ada0s2a.dump (/), ada0s2b.dump (/var), ada0s2b.dump (/usr).
The restore looks okay.