Installation of 13.1 failed. Prompting can’t find /etc/hostid and can‘t find /boot/entropy!!!

1660701220287.png
 
On what system? You posted this in non-i386/amd64 without any context.
 
Please stop posting in Chinese. We only accept English here.

Rule #9:
We currently do not have enough resources to moderate international discussions, thus we support only English topics. Please do not use any other language, as this will result in the topic deletion/lockdown. This rule will probably change in the future, however until then please respect it.

FreeBSD Forums Rules
 
I am also facing this issue when I deploy the 13.0-based custom VMs in azure(amd64 architecutre). I was able to get to debug prompt using the following steps:
> press ESC key as soon as you see the loader menu and get into the loader prompt.
> Then type this:
set boot_ddb="YES"
boot -v

I was able to get into ddb(kernel debugger prompt). I am stuck here. not able to proceed further as pressing "s" and "n" make the kernel hang. Break statement in mi_startup() which is the starting point of the kernel also hangs when I press "s" or "n".

Please help if anyone knows how to debug further.
 
Back
Top