> At the end of sysupgrade -s after the message of the installer: Making
> all device nodes... done
> I get the kernel panic:

> After hard reset:
> The laptop cannot be rebooted, because of the panic.
> After the hard reboot OpenBSD boots, but with the error:
> 1. dd: /dev/random not found.

> My workaround:
> For 1.:
> The /dev/random link was actually existent it just pointed to nothing.
> So I did:
> # cd /dev
> # rm random
> # ln -s urandom random

This part would probably be better to just
# cd /dev
# sh ./MAKEDEV all
to let the system create device nodes the correct way.

Also, if this again triggers the bug, you have a nice repeatable way
to cause it.

-- 
May the most significant bit of your life be positive.

Reply via email to