Hi,
Has anyone had success with FreeBSD 9.0rc3? I cannot get it to boot successfully using either the bootonly or disk1 ISOs. 8.2 Release works fine for the same machine.
My repro case is as follows:
Create a Virtual PC with no hard drive and no networking:
Turn the Virtual Machine on.
Observe it start to boot up.
I get the following output during boot:
At this point nothing obvious happens for some time. However, the host (Windows 7 64 in my case) occasionally briefly stops responding. Then later, some more output:
The second cddone error usually appears after about 5 minutes at which point I give up. To reiterate, this same configuration works perfectly when booting up 8.2 Release bootonly ISO and makes it into sysinstall.
Perhaps has something changed with the CD driver to prevent this working?
Has anyone had success with FreeBSD 9.0rc3? I cannot get it to boot successfully using either the bootonly or disk1 ISOs. 8.2 Release works fine for the same machine.
My repro case is as follows:
Create a Virtual PC with no hard drive and no networking:
Code:
<vm_description>
<ram_size type="string">512 MB</ram_size>
<vmstate type="string">Powered down</vmstate>
<secondary_disk1 type="string">FreeBSD-9.0-RC3-i386-bootonly.iso</secondary_disk1>
</vm_description>
Turn the Virtual Machine on.
Observe it start to boot up.
I get the following output during boot:
Code:
...
cd0 at ata1 bus 0 scbus1 target 0 lun 0
cd0: <MS C/DVD-ROM 3.0> Removable CD-ROM SCSI-0 device
cd0: 17.700MB/s transfers (WDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: cd present [65951 x 2048 byte records]
Timecounter "TSC" frequency 1570952414 Hz quality 1000
Code:
(cd0:ata1:0:0:0): cddone: got error 0x5 back
(cd0:ata1:0:0:0): cddone: got error 0x5 back
Perhaps has something changed with the CD driver to prevent this working?