DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 22nd October 2015
Blinker Blinker is offline
New User
 
Join Date: May 2008
Posts: 4
Default 5.8 install hangs

Hi, me again

After the kernel messages have scrolled past nothing happens. The last line reads
Code:
root on rd0a swap on rd0b dump on rd0b
and then just sits there. 5.7 on the same USB stick then drops into the installer but 5.8 doesn't. Installation fails the same way when booting off CD1 ,CD2, miniroot58.fs and the latest install58.fs from snapshots. The kernel can't configure Intel H57 LPC and Intel 3400 SMBus but 5.7 is the same and that boots OK. Machine is a Core i5 with 4Gb RAM and 250GB of spinning rust with one NTFS partition.
Reply With Quote
  #2   (View Single Post)  
Old 22nd October 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Quote:
Originally Posted by Blinker View Post
Hi, me again
Welcome back!
Quote:
After the kernel messages have scrolled past nothing happens.
Just like four years ago, you have a boot problem. But it's a different problem this time.
Quote:
The last line reads
Code:
root on rd0a swap on rd0b dump on rd0b
and then just sits there.
I don't think a verbose boot will help, because this is the last kernel message expected during boot. After issuing that message, the kernel should pass control to init(8). You could always try a verbose boot, because like chicken soup, it wouldn't hurt. But I doubt it will help.

If you were to report this problem to the misc@ or bugs@ mailing list, someone would ask if you could capture the preceding dmesg in its entirety, which is only going to be possible if you have a serial port, a null-modem cable, and a second computer. Your working, 5.7 dmesg would probably be even more useful to developers to understand what's unique about your hardware.

If I recall correctly, the ddb(4) debugger is not included in these RAMDISK kernels, due to space. You might be able to boot a 5.8 (or -current) GENERIC kernel, and see if it fails the same way. If so, a backtrace from ddb(4) may provide insights to developers. Though if you do this, I'd recommend booting the kernel in single-user mode (boot -s), to avoid causing any data issues with userland daemons that might otherwise be started.

The crash(8) man page provides guidance on using both ddb(4) and gdb(1), and may be helpful.

Last edited by jggimi; 22nd October 2015 at 04:39 PM. Reason: additional verbosity on using verbose. There's no brevity boot.
Reply With Quote
  #3   (View Single Post)  
Old 28th October 2015
Blinker Blinker is offline
New User
 
Join Date: May 2008
Posts: 4
Default

I got hold of a PCIe serial card but unfortunately it uses the MosChip MCS9922 chip which doesn't seem to be supported. Looking at other cards on the net they say in the blurb that the UART is a 16550 but looking closer at the pics it is again the cheap and cheerful MosChip that is on the board.
Reply With Quote
  #4   (View Single Post)  
Old 28th October 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Sorry about that.

As I'd mentioned above, a 5.7 GENERIC dmesg might be helpful in a bug report.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Console hangs every 2.5 months mbw OpenBSD General 2 20th October 2010 09:55 AM
Xorg hangs on exit gpatrick OpenBSD General 7 27th November 2009 09:24 PM
make build hangs chill OpenBSD Installation and Upgrading 5 2nd April 2009 05:03 PM
FreeBSD hangs on boot Bubba_HoTep FreeBSD General 3 29th November 2008 10:25 PM
FreeBSD 7.0 hangs with USB disk drive. map7 FreeBSD General 7 9th August 2008 03:02 AM


All times are GMT. The time now is 02:17 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick