Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAnaconda crashes: No such file or directory "/dev/md" #2037
Comments
neoCrimeLabs
changed the title from
Anaconda crashes: File or directory not found "/dev/md"
to
Anaconda crashes: No such file or directory "/dev/md"
May 28, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
andrewdavidwong
May 29, 2016
Member
Can you check whether this problem also exists on baremetal Fedora (20+)?
|
Can you check whether this problem also exists on baremetal Fedora (20+)? |
andrewdavidwong
added
bug
C: installer
labels
May 29, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
neoCrimeLabs
commented
May 29, 2016
|
That's a good question. Downloading F23 now. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
neoCrimeLabs
May 29, 2016
Fedora 23 successfully installed to /dev/sdb. Anaconda provided no error messages.
neoCrimeLabs
commented
May 29, 2016
|
Fedora 23 successfully installed to /dev/sdb. Anaconda provided no error messages. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Ok, thanks for checking that. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
neoCrimeLabs
May 29, 2016
After gaining physical access to the machine and disconnecting the drives in the array, I successfully install Qubes R3.1. Once installed reconnecting the array worked fine, so it appears the issue was limited to the installer.
neoCrimeLabs
commented
May 29, 2016
|
After gaining physical access to the machine and disconnecting the drives in the array, I successfully install Qubes R3.1. Once installed reconnecting the array worked fine, so it appears the issue was limited to the installer. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
May 29, 2016
Member
Take a look at test images in #1807 (comment) - this is based on Fedora 23. Just boot the installer and see if the error is sill present there.
|
Take a look at test images in #1807 (comment) - this is based on Fedora 23. Just boot the installer and see if the error is sill present there. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jul 13, 2016
Member
Since it works on Fedora 23, I assume it will also work in Qubes 3.2, where installer is from Fedora 23.
|
Since it works on Fedora 23, I assume it will also work in Qubes 3.2, where installer is from Fedora 23. |
neoCrimeLabs commentedMay 28, 2016
•
edited
Edited 1 time
-
neoCrimeLabs
edited May 28, 2016 (most recent)
Qubes OS version R3.1
Anaconda (fresh install)
Expected behavior:
Expected to install Qubes onto a system with a pre-existing MD-RAID10 raid-array.
Actual behavior:
Anaconda crashes at language selection screen.
Root cause in debugging messages is No such file or directory: '/dev/md'
Steps to reproduce the behavior:
Boot Qubes install media on a system with a preexisting software raid using linux MD which is configured to be autodetected.
General notes:
It appears this would be easily fixed by simply creating the directory /dev/dm on the install media
I've installed Qubes on several other machines without pre-existing raid array without issues.
Dropped to shell (TTY-2) and confirmed via dmesg that the kernel was autodetecting my raid array properly, so this is expected functionality.
Other troubleshooting for workaround:
Tried booting with various kernel options to disable raid autodetection without success (at time of this writing):
Due to how my machine is physically placed, it's somewhat inconvenient for me to unplug the drives, and bios won't let me disable individual drives without disabling the entire controller (which has the disk I want to install on) :-p
Any advice for workaround is welcome. :-)
Thanks for creating Qubes!