I'm trying to create a FreeBSD image on our local Openstack installation (Rocky, if I'm not mistaken).
I'm using this guide:
github.com
However, interestingly when I get to choose disks during installation, there are two disks: first one is 512MB, the other is the 16GB volume I created per the tutorial.
When I try to boot the image with nova as per the tutorial, it can't mount the root-disk - I assume because it thinks it should be the 2nd disks but is then at this point is really the first disk.
How can I fix this?
I'm using this guide:
infrastructure/docs/openstack/freebsd-image.md at master · ome/infrastructure
A repository containing scripts for managing infrastructure - ome/infrastructure
However, interestingly when I get to choose disks during installation, there are two disks: first one is 512MB, the other is the 16GB volume I created per the tutorial.
When I try to boot the image with nova as per the tutorial, it can't mount the root-disk - I assume because it thinks it should be the 2nd disks but is then at this point is really the first disk.
How can I fix this?