GithubHelp home page GithubHelp logo

NVME module error about archfi HOT 3 OPEN

 avatar commented on August 23, 2024
NVME module error

from archfi.

Comments (3)

MatMoul avatar MatMoul commented on August 23, 2024 1

I suspect that you have installed another kernel than linux, perhaps an issue.
As the initramfs is rebuilt later in the install, you don't run into a problem.

from archfi.

DreitTheDragon avatar DreitTheDragon commented on August 23, 2024

I got same error today, yay!

  1. choose linux-zen kernel
  2. get to mkinitcpio step, it mentions addition of NVME module in dialog
  3. mkinitcpio fails to find /etc/mkinitcpio.d/linux.preset because correct path is /etc/mkinitcpio.d/linux-zen.preset

My solution which worked:

  1. ctrl + alt + F2, log in as root
  2. cp /mnt/etc/mkinitcpio.d/linux-zen.preset /mnt/etc/mkinitcpio.d/linux.preset
  3. ctrl + alt + F1, try running mkinitcpio step again

Also it calls mkinitcpio -p linux in archgenmkinitcpiochroot(), not sure if it shouldn't be linux-zen in my case?

Quick and dirty fix might be to
mv linux*.preset linux.preset
before running mkinitcpio if there is only one file in folder, but I guess that's quite wild compared to having extra variable with kernel name and passing it to command in archgenmkinitcpiochroot().

I actually think I have seen same error about year ago, at that time without NVME drive but again with linux-zen, which makes perfect sense.

from archfi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.