On Jan 30, 2008 9:35 AM, Stefan Kell <skba.opbsd@gmx.de> wrote:
release(8)) and previous versions, all using GENERIC kernel.
As a test, I install OpenBSD onto the USB Flash, using the whole device
(sd0a) as /.
Set the BIOS to boot off of USB, the install completes ok, then after the
initial reboot, during bootup, it panics into ddb> mode and a few lines
above, it shows "root device on wd0a" rather than sd0a.
When I do a boot -a, it detects the proper root device and works ok this
way, but of course requires the manual intervention of having to press
<enter> or to be physically at the console.
I've tried with boot sd0a:/bsd, boot hd0a:/bsd, etc. still no luck unless I
do a boot -a.
Is there a way to save the dmesg once in ddb> to a file on floppy or USB?
On this system, I have OpenBSD running on a HD as well - and the other weird
thing I noticed is that when I boot -a in order to properly boot off of the
USB device, it sees it's own dmesg and a pre-pended dmesg of the OpenBSD
install on the local HDD. Is the problem some how inter-related with already
having an install on a local drive, on the same system?