Hi,
I am trying to install FreeBSD 10.3 VM on openstack(ice house), I converted the VMDK to raw image and create the glance image.
1) The image boots perfectly but when I reboot the VM , VM halts at following message
( boot_verbose is enabled on loader.conf)
On successful boot I can see that hpt27xx was loaded
Note : I had created the VMs using Nova and Cinder commands
I do not understand why it works on alternate reboot.
On second scenario
(2) I have tried to boot the raw image using qemu-kvm it works fine all the time. it did not halts even after multiple reboots
It works perfectly with following command
I am trying to install FreeBSD 10.3 VM on openstack(ice house), I converted the VMDK to raw image and create the glance image.
1) The image boots perfectly but when I reboot the VM , VM halts at following message
Code:
hpt27xx: no controller detected.
hptrr: no controller detected.
hptnr: no controller detected.
On successful boot I can see that hpt27xx was loaded
Code:
root@fbsd103:~ # dmesg | grep hpt
hpt27xx: RocketRAID 27xx controller driver v1.2.7
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
hptnr: R750/DC7280 controller driver v1.1.4
hpt27xx: no controller detected.
hptrr: no controller detected.
hptnr: no controller detected.
I do not understand why it works on alternate reboot.
On second scenario
(2) I have tried to boot the raw image using qemu-kvm it works fine all the time. it did not halts even after multiple reboots
It works perfectly with following command
openstck01#qemu-system-x86_64-spice -m 1024 -name fbsd -cdrom FreeBSD-10.3-RELEASE-amd64-disc1.iso -drive file=freebsd103.raw,if=virtio -net nic,model=virtio -vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing