Bug 178211
Summary: | can't boot with root fs on md raid 0; mdadm: no devices listed in conf file were found. | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Joe S (jstaton) |
Component: | MD | Assignee: | io_md |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | aliciareynolds110, bavoke5370, geholo3352, goyin65821, growthstarboard, horoyaj511, hovisi3174, jiloxe4653, jstaton, nadiaeira00, neilb, regressions, szg00000, wixoce5040, xajiloy473 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.9-rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Joe S
2016-10-17 20:57:45 UTC
My guess is that this problem is not a problem with md at all. Rather it is a problem with the controller which accesses the SSDs. Can you get the initrd to give you a shell? (without knowing what distro you use I cannot suggest how to do that - hopefully you can find out) Once you have a shell, look in /proc/partitions to see if the devices are listed. If they are, try to use mdadm to --examine the devices, and then assemble the array. If not, it is clearly not a problem with MD. FYI: I added this report to the list of regressions for Linux 4.9. I'll watch this thread for further updates on this issue to document progress in my weekly reports. Please let me know via regressions@leemhuis.info in case the discussion moves to a different place (bugzilla or another mail thread for example). tia! Current status (afaics): Stuck? Nothing happend for a few days Ciao, Thorsten Sorry - Current status is that after the error I get dropped right into the initrd busybox shell, but none of my 4 keyboards function in that shell on my ASRock motherboard (known problem with this hardware apparently). Will update when I find a keyboard that works. Peace, Joe Staton With my shiny new-to-me PS/2 keyboard, I have talked to busybox a little about why I don't have a root filesystem assembled so that I can boot. Essential findings: None of my sata devices are listed in /proc/partitions. mdadm has nothing to examine. Definitely not an indication of any mdadm problem, as Neil Brown predicted (and he would know). Leaves me not working, but not knowing what's going on due to my lack of knowledge of how linux works. sigh. Peace, Joe Staton Summary of update: WORKING in 4.9rc8. Detail: Although I don't know what this problem was other than not being able to access my sata devices despite the drivers being compiled in, the problem still existed in 4.9rc6 but is FIXED in 4.9rc8. 4.9rc8 boots great with the same .config on this same hardware. You guys rock. |