Hello,<br>I tried to install netbsd 5.0.2 to qemu-system-sparc (which uses openbios).<br>Boot from cdrom image and installation passed with no problems.<br>But I was not able to boot from hdd. All the -boot, -prom-env options kind of ignored by qemu-system-sparc...<br>

All tries end up with booting fromn cdrom (if presented).<br><br>Configuration device id QEMU version 1 machine id 64<br>UUID: 00000000-0000-0000-0000-000000000000<br>CPUs: 1 x TI,TMS390Z55<br>invalid nvram partition length<br>

nvram error detected, zapping pram<br>[sparc] Booting file 'cdrom' with parameters ''<br>Trying cdrom (/iommu/sbus/espdma/esp/sd@2,0)<br><br>It looks like something wrong happens in the way of passing nvram parameters to openbios.<br>

<br>Looking at the sources, I found that key method void arch_nvram_get(char*) is missing from openbios-1.0/arch/sparc32/openbios.c, but it is included in openbios-1.0/arch/sparc64/openbios.c.<br>How nvram settings are passed from qemu command line to openbios-sparc32 in this case? Isn't this a bug?<br>

<br>Thanks.