Opened 16 years ago
Closed 13 years ago
#2844 closed bug (fixed)
Fails to boot on Dual Atom 330
Reported by: | Giuseppe | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Change History (10)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
comment:8 by , 15 years ago
Please try again with a fresher Haiku build and let us know if there's been any changes.
comment:9 by , 13 years ago
This has probably been fixed now. Can you recheck with a recent Haiku build and confirm?
comment:10 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
closing as probably fixed. If it's still an issue, please create a new ticket.
Note:
See TracTickets
for help on using tickets.
This seems to be an uninitialized spinlock that is used inside the ide bus_manager. You should try out switching to the ata bus_manager instead, it shouldn't have this problem. To do that you'd go to src/add-ons/kernel/bus_managers/Jamfile and comment out the ide bus_manager and uncomment the ata one instead.