Installer crashes on it's startup

Guys help please with installer crashing (they redirected me here)

Welcome to Manjaro! :smiling_face_with_three_hearts:

  1. Please read the information behind this link. It will help you to post necessary information.
  1. Please press the three dots below your post and then press the :pencil2:
  • If you give us information about your system, we can see what we’re talking about and make better suggestions.
  • You can do this by using inxi in a terminal or in console.
sudo inxi --admin --verbosity=7 --filter --no-host --width
  • Personally identifiable information such as serial numbers and MAC addresses are filtered out by this command
  • Presenting the information in this way allows everyone to be familiar with the format and quickly find the items they need without missing anything.
  1. Copy the output from inxi (including the command) and paste it into your post.
  • To make it more readable, add 3 backticks ``` on an extra line before and after the pasted text.

Have you already :mag: for your problem in the forum ? (Wisdom lies in asking → listening → reading :wink: )

All info is in my GitHub issue.

Hello @rekiiky and welcome :wink:

I guess you didn’t wipe your HDD, which was part of Software RAID? Calamares still recognize that. It seems to crash because it cannot create a filesystem on /dev/md127, since the second disk is not there.

Wipe the signature, not only erase:

sudo wipefs --all /dev/sda

Then start over.

2 Likes

Thanks for the tip!
I came to the conclusion that /dev/md127 belongs to /dev/sdb, which in turn is a disk for Intel Rapid Start Technology (or something like that), which uses RAID in its operation.
As I understand it, this Technology is not needed at all in Linux?

Not needed, not supported. In the UEFI switch off RST or switch it to AHCI.

2 Likes

It is already turned off, but the RAID still remains

As said. Wipe it :arrow_up:

Wipe with all data and signatures?

Yeah, if you wipe it, then it gets wiped, or do you need that RAID?

It In general, not needed :slight_smile: I’ll go check it out now, hope it works, thanks !

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.