#1683 closed bug (fixed)
r23142 broke booting
Reported by: | ekdahl | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Disk | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Since hrev23142 I get the message: PANIC: did not find any boot partitions! The machine booted fine before that revision. I have a sata hdd and nforce motherboard which is using the legacy_sata driver.
Attachments (3)
Change History (10)
by , 17 years ago
follow-up: 2 comment:1 by , 17 years ago
I have investigated that with my own driver and have checked in a possible fix for legacy_sata in hrev23199. Could you please check if that helps?
comment:2 by , 17 years ago
Replying to mmlr:
I have investigated that with my own driver and have checked in a possible fix for legacy_sata in hrev23199. Could you please check if that helps?
It still says "PANIC: did not find any boot partitions!", but it behaves differently. It now takes several minutes before it gets to that point (it pauses at several places during boot). Before hrev23199 that happened quickly.
by , 17 years ago
Attachment: | bt-r23199.JPG added |
---|
by , 17 years ago
Attachment: | during boot r23199.jpg added |
---|
follow-up: 4 comment:3 by , 17 years ago
From the screenshots it seems that it at least detects the drive now. The timeouts may suggest a problem with DMA transfers. I have checked in hrev23200 to also clear the PCI_address_space bit of the bus_master_base, which could just help here. Otherwise you could try booting with disabling DMA in the safe mode options and see if that makes a difference.
comment:4 by , 17 years ago
It now boots fine. Thank you for the quick fixes! I didn't need to disable DMA.
Backtrace