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 5th September 2008
IIMarckus IIMarckus is offline
Port Guard
 
Join Date: Aug 2008
Posts: 13
Default Installation problems on X24 laptop

Hey guys. After finding out that OpenBSD does apparently support WPA, I decided to put it on my laptop via an external hard drive. I booted from CD, and the installation seemed to go fine until immediately after disklabels.

HD in question is external through USB, so it was sd0 when I chose disks during the installation. These are the partitions I chose to make:
/: 150m (a)
swap: 1300m (b)
/tmp: 120m (d)
/var: 80m (e)
/usr: 30g (f)
/home: 20g (g)

There was also an existing 10 gig NTFS partition on i, which I did not overwrite.

Code:
The next step *DESTROYS* all existing data on these partitions!
Are you really sure that you're ready to proceed? [no] y
newfs: reduced number of fragments per cylinder group from 20080 to 19992 to enlarge last cylinder group
/dev/rsd0a: 156.9MB in 321300 sectors of 512 bytes
5 cylinder groups of 39.05MB, 2499 blocks, 5120 inodes each
newfs: reduced number of fragments per cylinder group from 16064 to 15992 to enlarge last cylinder group
/dev/rsd0d: 125.5MB in 257040 sectors of 512 bytes
5 cylinder groups of 31.23MB, 1999 blocks, 4096 inodes each
newfs: reduced number of fragments per cylinder group from 11040 to 10992 to enlarge last cylinder group
/dev/rsd0e: 86.3MB in 176712 sectors of 512 bytes
5 cylinder groups of 21.47MB, 1374 blocks, 2816 inodes each
umass0: BBB bulk-out stall clear failed, TIMEOUT
umass0: BBB reset failed, STALLED
umass0: BBB bulk-in clear stall failed, STALLED
umass0: BBB bulk-out clear stall failed, STALLED
umass0: BBB bulk-out stall clear failed, TIMEOUT
umass0: BBB reset failed, STALLED
umass0: BBB bulk-in clear stall failed, STALLED
umass0: BBB bulk-out clear stall failed, STALLED
At this point it pretty much kept repeating, adding a couple lines every minute or so that always said the same thing, so I hit ^C and got back to the root prompt. Does anyone know what caused this problem?
Reply With Quote
  #2   (View Single Post)  
Old 5th September 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by IIMarckus View Post
Hey guys. After finding out that OpenBSD does apparently support WPA...
WPA2 is not supported in OpenBSD 4.3. WPA2 support will be made public in OpenBSD 4.4 which is to be released November 1, 2008. 4.4-beta, however, can be installed today via snapshots. It is not clear that this is what you are attempting to install. Please verify what version you are installing.
Quote:
...I decided to put it on my laptop via an external hard drive. I booted from CD, and the installation seemed to go fine until immediately after disklabels.
Exclusively on this USB drive? Or is a portion being installed on the internal hard drive?
Quote:
Code:
umass0: BBB bulk-out stall clear failed, TIMEOUT
umass0: BBB reset failed, STALLED
umass0: BBB bulk-in clear stall failed, STALLED
umass0: BBB bulk-out clear stall failed, STALLED
umass0: BBB bulk-out stall clear failed, TIMEOUT
umass0: BBB reset failed, STALLED
umass0: BBB bulk-in clear stall failed, STALLED
umass0: BBB bulk-out clear stall failed, STALLED
At this point it pretty much kept repeating, adding a couple lines every minute or so that always said the same thing, so I hit ^C and got back to the root prompt. Does anyone know what caused this problem?
These messages indicate a synchronization issue with USB's transfer state. Before proceeding further, please confirm what version is being installed & whether you are installing exclusively to this external drive. If this is true, it is unclear how you will be booting from this external drive.
Reply With Quote
  #3   (View Single Post)  
Old 5th September 2008
IIMarckus IIMarckus is offline
Port Guard
 
Join Date: Aug 2008
Posts: 13
Default

Quote:
Originally Posted by ocicat View Post
WPA2 is not supported in OpenBSD 4.3.
Is regular WPA supported in 4.3? That's what my wireless network uses. Otherwise I guess I can wait till November.
Quote:
Originally Posted by ocicat View Post
Exclusively on this USB drive? Or is a portion being installed on the internal hard drive?
I was only installing to the external hard drive, with no changes to the internal.
Quote:
Originally Posted by ocicat View Post
These messages indicate a synchronization issue with USB's transfer state. Before proceeding further, please confirm what version is being installed & whether you are installing exclusively to this external drive. If this is true, it is unclear how you will be booting from this external drive.
Version is 4.3 generic, same CD I used to install on my other computer. I'm installing exclusively to the external drive. As for booting, I can hit F12 at startup and choose from a list of devices (CDROM, hard disk, etc); it's how I booted from the CD in the first place. If the computer can't boot from USB (pretty sure it can), well, that's life I guess. I'm just experimenting at this point.

I believe the USB port the disk is connected to uses USB1.1, not 2.0. Could this be part of the problem?
Reply With Quote
  #4   (View Single Post)  
Old 5th September 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by IIMarckus View Post
Is regular WPA supported in 4.3?
No. WPA/WPA2 support is available for only a select number of chipsets in OpenBSD 4.4. For more information, see the following:

http://undeadly.org/cgi?action=artic...20080416195151
Reply With Quote
  #5   (View Single Post)  
Old 5th September 2008
IIMarckus IIMarckus is offline
Port Guard
 
Join Date: Aug 2008
Posts: 13
Default

Okay, thanks. Do you know of any way the USB synch issue can be resolved? I'd like to test getting OpenBSD working with this setup, even if I'll overwrite it in a few months.
Reply With Quote
  #6   (View Single Post)  
Old 5th September 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by IIMarckus View Post
Do you know of any way the USB synch issue can be resolved?
You may want to experiment with disabling ACPI. At boot, specify:
Code:
boot -c
...& use:
Code:
UKC> disable acpi
UKC> quit
More explanatory information can be found in Section 5.8 of the FAQ:

http://openbsd.org/faq/faq5.html#BootConfig
Reply With Quote
  #7   (View Single Post)  
Old 5th September 2008
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

To respectfully fix the otherwise perfect advice ocicat gave, snapshots are at 4.4-current now, you'll have to hunt around for the 4.4-beta or build a unsupported 4.4-release yourself, also the "acpi" advice can work both ways.. sometimes disabling apm and enabling acpi is the thing to makes everything work.

Good luck.
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
Your OpenBSD Laptop vermaden OpenBSD General 191 8th December 2023 10:55 PM
Your NetBSD Laptop vermaden NetBSD General 38 5th October 2023 01:41 PM
Your FreeBSD Laptop vermaden FreeBSD General 67 6th June 2014 12:27 PM
Laptop Repair DrJ General Hardware 4 25th August 2008 02:30 PM
laptop cw_ FreeBSD General 21 14th August 2008 02:48 AM


All times are GMT. The time now is 10:11 AM.


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