New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anaconda crashes: No such file or directory "/dev/md" #2037

Closed
neoCrimeLabs opened this Issue May 28, 2016 · 7 comments

Comments

Projects
None yet
3 participants
@neoCrimeLabs

neoCrimeLabs commented May 28, 2016

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'

img_20160528_120806

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):

  • raid=noautodetect
  • nodmraid
  • noraid
  • sd${X}=noprobe (for each drive)

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!

@neoCrimeLabs 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

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong May 29, 2016

Member

Can you check whether this problem also exists on baremetal Fedora (20+)?

Member

andrewdavidwong commented May 29, 2016

Can you check whether this problem also exists on baremetal Fedora (20+)?

@neoCrimeLabs

This comment has been minimized.

Show comment
Hide comment
@neoCrimeLabs

neoCrimeLabs May 29, 2016

That's a good question. Downloading F23 now.

That's a good question. Downloading F23 now.

@neoCrimeLabs

This comment has been minimized.

Show comment
Hide comment
@neoCrimeLabs

neoCrimeLabs May 29, 2016

Fedora 23 successfully installed to /dev/sdb. Anaconda provided no error messages.

Fedora 23 successfully installed to /dev/sdb. Anaconda provided no error messages.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong May 29, 2016

Member

Ok, thanks for checking that.

Member

andrewdavidwong commented May 29, 2016

Ok, thanks for checking that.

@neoCrimeLabs

This comment has been minimized.

Show comment
Hide comment
@neoCrimeLabs

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.

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.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

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.

Member

marmarek commented May 29, 2016

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.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

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.

Member

marmarek commented Jul 13, 2016

Since it works on Fedora 23, I assume it will also work in Qubes 3.2, where installer is from Fedora 23.

@marmarek marmarek closed this Jul 13, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment