Grub bootloader broken

Hello,

I recently reinstalled windows by using the KDE Partition Manager to delete windows’ partition (I deleted the windows partition and the 21gb windows recovery partition). Surprisingly, nothing went wrong after that. I could still use Manjaro and everything was going fine. Then, I booted to the windows installer to reinstall windows. I made sure not to delete any extra partitions when installing windows and to only install windows to the 300gb partition it was installed on originally. After it finished installing, I tried to boot Manjaro and it booted to a full black screen with some text in the upper left corner saying “error: no such partition. Entering rescue mode…”, then it brings up the grub rescue console.

I tried to follow the directions on this website, and I entered this command:

ls

And it returned with:

(hd0) (hd0,gpt5) (hd0,gpt4) (hd0, gpt3) (hd0, gpt2) (hd0, gpt1)

So, with my Manjaro drive being (hd0, gpt4), I ran this command:

set prefix=(hdo,gpt4)/boot/grub

But there is no return at all. It just brings up the next command line.

Windows is able to boot, ironically, so I am able to view my partitions and use my computer, but I would like to get my manjaro installation back, as I just like it so much better.

Also, I haven’t tried booting into my Manjaro installation thumb drive and doing the method 2 on that website, but if you would like me to I can.

Does anyone have any way for me to fix this?


P.s, if you need any data from me, I can boot up the grub recovery console and run the command or I can boot from my Manjaro installation thumb drive (although I may have some trouble with chrooting), and run the command there, but I am unable to run any commands from my Manjaro installation.

boot from USB iso manjaro
open a terminal and provide

sudo parted -l
sudo lsblk -fs
sudo manjaro-chroot -a ( type 1 if only one line 0 appears )
cat /etc/fstab
efibootmgr -v
exit ( quit chroot )
1 Like

Here you go:

sudo parted -l

Model: Kingston DataTraveler 150 (scsi)
Disk /dev/sda: 32.3GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
2 2877MB 2881MB 4194kB primary esp

Model: SAMSUNG MZVLQ512HALU-00000 (nvme)
Disk /dev/nvme0n1: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 316MB 315MB fat32 EFI system partition boot, esp
2 316MB 332MB 16.8MB Microsoft reserved partition msftres
3 332MB 327GB 327GB ntfs Basic data partition msftdata
4 327GB 488GB 161GB ext4
5 489GB 512GB 22.8GB ntfs Basic data partition hidden, diag

sudo lsblk -fs

NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
loop0 squashfs 4.0 0 100% /run/miso/sfs/livefs
loop1 squashfs 4.0 0 100% /run/miso/sfs/mhwdfs
loop2 squashfs 4.0 0 100% /run/miso/sfs/desktopfs
loop3 squashfs 4.0 0 100% /run/miso/sfs/rootfs
sda1 iso9660 Joliet Extensi MANJARO_KDE_2104 2021-05-06-11-23-16-00
└─sda iso9660 Joliet Extensi MANJARO_KDE_2104 2021-05-06-11-23-16-00 0 100% /run/miso/bootmnt
sda2 vfat FAT12 MISO_EFI D498-2CF7
└─sda iso9660 Joliet Extensi MANJARO_KDE_2104 2021-05-06-11-23-16-00 0 100% /run/miso/bootmnt
nvme0n1p1 vfat FAT32 SYSTEM 521C-C4F0
└─nvme0n1
nvme0n1p2
└─nvme0n1
nvme0n1p3 ntfs 82C6D487C6D47D3B 169G 45% /run/media/manjaro/82C6D487C6D47D
└─nvme0n1
nvme0n1p4 ext4 1.0 Manjaro 574d97fa-48ba-45c0-b1ea-27443846de07 45.9G 64% /run/media/manjaro/Manjaro
└─nvme0n1
nvme0n1p5 ntfs BIOS_RVY 6CEE2004EE1FC4EC
└─nvme0n1

sudo manjaro-chroot -a

image

cat /etc/fstab

[manjaro /]# cat /etc/fstab

/etc/fstab: static file system information.

Use ‘blkid’ to print the universally unique identifier for a device; this may

be used with UUID= as a more robust way to name devices that works even if

disks are added and removed. See fstab(5).

UUID=521C-C4F0 /boot/efi vfat umask=0077 0 2
UUID=574d97fa-48ba-45c0-b1ea-27443846de07 / ext4 defaults,noatime 0 1

efibootmgr -v

[manjaro /]# efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0000,0001,0002,0003
Boot0000* Windows Boot Manager HD(1,GPT,ebcf0f4f-b39d-4b36-90b8-39444c98941f,0x800,0x96000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)WINDO
WS…x…B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}…I…
Boot0001* Manjaro HD(1,GPT,ebcf0f4f-b39d-4b36-90b8-39444c98941f,0x800,0x96000)/File(\EFI\MANJARO\GRUBX64.EFI)
Boot0002* UEFI: KingstonDataTraveler 150PMAP PciRoot(0x0)/Pci(0x14,0x0)/USB(3,0)/USB(0,0)/CDROM(1,0x55bac4,0x8000)…BO
Boot0003* UEFI: KingstonDataTraveler 150PMAP, Partition 2 PciRoot(0x0)/Pci(0x14,0x0)/USB(3,0)/USB(0,0)/HD(2,MBR,0x0,0x55bac4,0x200
0)…BO

exit (you probably don't need this return but here it is anyways)

[manjaro /]# exit
exit
→ umount: [/mnt/boot/efi]
→ umount: [/mnt]

image

you boot on USB iso manjaro
open a terminal

before chroot

inxi -Mza ( check this is UEFI only ) 
sudo efibootmgr -v
test -d /sys/firmware/efi && echo efi || echo bios

if ok

sudo manjaro-chroot -a 
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck --verbose 
mkinitcpio -P
update-grub
efibootmgr -v
exit ( quit chroot )

then reboot

3 Likes

manjaro-chroot? searching for packages returned these:

3 extra/manjaro-chrootbuild r203.g332f104-1
     Build packages and buildlists in a chroot filesystem.
2 extra/manjaro-chrootbuild-dev r198.gf6d6bcb-1
     Build packages and buildlists in a chroot filesystem.
1 community/manjaro-chrootbuild-dev r75.g70630cb-1
     Tools for native aarch64 chrootbuilds

from Boot USB iso manjaro

So, what you told me allowed my pc to boot to the manjaro bootloader, but when I try to start manjaro it gives me a series of errors, starting with this one:

[FAILED] Failed to start Load Kernel Modules

Here’s the rest:

can you boot on USB iso manjaro
open a terminal

sudo manjaro-chroot -a
pacman-mirrors -c all
df -Th 
pacman -Syyu 
mkinitcpio -P
update-grub
exit ( end chroot )

then reboot

1 Like

May be insert this before “exit”

sudo mkinitcpio -P
sudo update-grub

Please do not hijack threads.

The command manjaro-chroot is provided by manjaro-tools-base package:

$ pacman -F manjaro-chroot
extra/manjaro-tools-base 0.15.10-1 (manjaro-tools)
    usr/bin/manjaro-chroot
extra/manjaro-tools-base-git r2939.0f896a2-1 (manjaro-tools)
    usr/bin/manjaro-chroot
2 Likes
sudo manjaro-chroot -a

[manjaro@manjaro ~]$ sudo manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/nvme0n1p4]
→ mount: [/mnt]
→ mount: [/mnt/boot/efi]

pacman-mirrors -c all

[manjaro /]# pacman-mirrors -c all
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: http://repo.manjaro.org/status.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
1.020 Australia : https://manjaro.lucassymons.net/
1.703 Australia : mirror.AARNet.edu.au
1.924 Australia : mirror.AARNet.edu.au
0.982 Austria : Index of /manjaro
… Austria : ftp://mirror.easyname.at/manjaro/
1.445 Bangladesh : Index of /manjaro/
1.084 Belarus : Index of /pub/mirrors/manjaro/
1.093 Belgium : http://ftp.belnet.be/mirrors/manjaro/repos/
… Belgium : ftp://ftp.belnet.be/mirrors/manjaro/repos/
1.001 Belgium : Index of /manjaro
0.813 Belgium : Index of /manjaro
1.778 Brazil : https://manjaro.c3sl.ufpr.br/
1.489 Brazil : Index of /manjaro
1.299 Bulgaria : Index of /manjaro
1.441 Bulgaria : Index of /manjaro/
0.919 Bulgaria : Index of /manjaro/
… Bulgaria : ftps://mirror.telepoint.bg/manjaro/

::ERROR unknown url type: ftps
0.000
1.449 Bulgaria : Index of /manjaro
1.619 Bulgaria : http://manjaro.telecoms.bg/
0.775 Canada : Index of /manjaro/
0.739 Canada : superbindex
0.678 Canada : superbindex
0.661 Canada : Index of /manjaro/
1.136 Chile : http://manjaro.dcc.uchile.cl/
1.363 Chile : Index of /manjaro/
1.508 Chile : Index of /manjaro
1.348 Chile : Index of /manjaro
… Chile : ftp://mirror1.cl.netactuate.com/manjaro/
2.212 China : https://mirrors.huaweicloud.com/manjaro/
1.948 China : http://mirrors.huaweicloud.com/manjaro/
3.492 China : 北京大学开源镜像站
… China : 北京大学开源镜像站
1.276 China : Index of /manjaro/
3.377 China : Index of /manjaro/
2.864 China : https://mirrors.tuna.tsinghua.edu.cn/manjaro/
2.493 China : https://mirrors.tuna.tsinghua.edu.cn/manjaro/
2.985 China : https://mirrors.sjtug.sjtu.edu.cn/manjaro/
0.999 Costa_Rica : Listing Directory: mirrors.ucr.ac.cr/manjaro/
1.965 Czech : Index of /manjaro/
1.025 Denmark : mirrors.dotsrc.org
1.784 France : Index of /manjaro/
1.132 France : https://manjaro.ynh.ovh/
1.118 France : Index of /mirrors/repo.manjaro.org/repos
… France : ftp://ftp.free.org/mirrors/repo.manjaro.org/repos/
1.669 Georgia : https://manjaro.grena.ge/
1.259 Georgia : http://manjaro.grena.ge/
1.095 Germany : Index of /manjaro/
1.181 Germany : https://manjaro.re/
1.034 Germany : http://manjaro.re/
1.303 Germany : Index of /pub/linux/manjaro/
1.007 Germany : Index of /pub/linux/manjaro/
1.916 Germany : ftp://ftp.gwdg.de/pub/linux/manjaro/
1.145 Germany : Index of /manjaro/
1.809 Germany : http://mirror.atysleaks.org/manjaro/
1.290 Germany : Index of /manjaro/
1.407 Germany : Index of /manjaro/
1.065 Germany : Index of /manjaro
… Germany : ftp://ftp.halifax.rwth-aachen.de/manjaro/
1.243 Germany : FTP-Archivbrowser | FTP-Archiv ftp.tu-chemnitz.de | Anwendungen und Dienste | URZ | TU Chemnitz
… Germany : ftp://ftp.tu-chemnitz.de/pub/linux/manjaro/
1.270 Germany : Index of /manjaro/
1.137 Germany : https://manjaro.moson.eu/
0.912 Germany : http://manjaro.moson.eu/
3.116 Germany : https://manjaro.moson.org/
1.877 Germany : http://manjaro.moson.org/
0.368 Global : Index of /manjaro/
0.287 Global : Index of /manjaro/
2.050 Greece : https://ftp.cc.uoc.gr/mirrors/linux/manjaro/^A
1.098 Greece : http://ftp.cc.uoc.gr/mirrors/linux/manjar
… Greece : ftp://ftp.cc.uoc.gr/mirrors/linux/manjaro/
1.771 Hong_Kong : http://ftp.cuhk.edu.hk/pub/Linux/manjaro/
… Hong_Kong : ftp://ftp.cuhk.edu.hk/pub/Linux/manjaro/

::ERROR ftp error: OSError(113, ‘No route to host’)
1.291
1.259 Hungary : https://quantum-mirror.hu/mirrors/pub/manjaro/
0.936 Hungary : http://quantum-mirror.hu/mirrors/pub/manjaro/
1.261 Iceland : https://mirrors.opensource.is/manjaro/
1.830 Iceland : http://mirrors.opensource.is/manjaro/
… Iceland : ftp://mirrors.opensource.is/manjaro/

::ERROR ftp error: error_perm(‘550 Failed to change directory.’)
0.822
0.454 Indonesia : https://mirror.deace.id/manjaro/
0.681 Indonesia : http://mirror.deace.id/manjaro/
… Indonesia : http://kartolo.sby.datautama.net.id/manjaro/
1.971 Iran : https://repo.iut.ac.ir/repo/manjaro/
… Iran : http://repo.iut.ac.ir/repo/manjaro/
2.031 Italy : https://manjaro.mirror.garr.it/manjaro/
… Italy : https://ba.mirror.garr.it/mirrors/manjaro/
2.271 Italy : https://ct.mirror.garr.it/mirrors/manjaro/
1.026 Japan : http://ftp.riken.jp/Linux/manjaro/
… Japan : ftp://ftp.riken.jp/Linux/manjaro/
… Japan : http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/
2.344 Kenya : https://manjaro.mirror.liquidtelecom.com/
1.918 Kenya : http://manjaro.mirror.liquidtelecom.com/
1.062 Netherlands : https://mirror.easylee.nl/manjaro/
0.974 Netherlands : http://mirror.easylee.nl/manjaro/
1.163 Netherlands : https://manjaro.mirrors.lavatech.top/
1.014 Netherlands : http://manjaro.mirrors.lavatech.top/
1.477 Netherlands : https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/
… Netherlands : ftp://ftp.nluug.nl/pub/os/Linux/distr/manjaro/
0.813 Netherlands : http://ftp.snt.utwente.nl/pub/linux/manjaro/
1.757 Netherlands : ftp://ftp.snt.utwente.nl/pub/linux/manjaro/
1.250 Netherlands : https://mirror.koddos.net/manjaro/
1.281 New_Zealand : http://manjaro.mirrors.theom.nz/
0.840 Norway : http://mirror.terrahost.no/linux/manjaro/
2.156 Pakistan : https://repo.inara.pk/manjaro/
1.879 Pakistan : http://repo.inara.pk/manjaro/
1.258 Philippines : http://mirror.rise.ph/manjaro/
… Philippines : ftp://mirror.rise.ph/manjaro/
2.320 Poland : https://repo.skni.umcs.pl/manjaro/
… Poland : http://repo.skni.umcs.pl/manjaro/
1.091 Poland : http://ftp.vectranet.pl/manjaro/
… Poland : ftp://ftp.vectranet.pl/manjaro/
1.882 Portugal : http://ftp.dei.uc.pt/pub/linux/manjaro/
1.147 Russia : https://mirror.yandex.ru/mirrors/manjaro/
1.873 Russia : https://mirror.truenetwork.ru/manjaro/
… Russia : http://mirror.truenetwork.ru/manjaro/
2.552 Singapore : https://download.nus.edu.sg/mirror/manjaro/
1.814 South_Africa : http://mirror.is.co.za/mirrors/manjaro.org/
… South_Africa : http://manjaro.mirror.ac.za/
1.870 South_Korea : https://mirror.d-tl.com/manjaro/
1.479 Spain : https://ftp.caliu.cat/pub/distribucions/manjaro/
1.153 Spain : http://ftp.caliu.cat/pub/distribucions/manjaro/
1.808 Sweden : https://ftp.lysator.liu.se/pub/manjaro/
… Sweden : ftp://ftp.lysator.liu.se/pub/manjaro/
1.586 Sweden : https://mirror.zetup.net/manjaro/
1.301 Sweden : https://ftpmirror1.infania.net/mirror/manjaro/
1.093 Sweden : http://ftpmirror1.infania.net/mirror/manjaro/
… Sweden : ftp://ftpmirror1.infania.net/mirror/manjaro/
1.130 Switzerland : https://manjaro.osmir.ch/
0.984 Switzerland : http://manjaro.osmir.ch/
1.283 Switzerland : https://mirror.init7.net/manjaro/
1.081 Switzerland : http://mirror.init7.net/manjaro/
1.322 Taiwan : http://free.nchc.org.tw/manjaro/
1.066 Turkey : http://ftp.linux.org.tr/manjaro/
… Turkey : ftp://ftp.linux.org.tr/manjaro/
1.141 Ukraine : http://mirrors.colocall.net/manjaro/
… Ukraine : ftp://mirrors.colocall.net/manjaro/

::ERROR ftp error: error_perm(‘550 Failed to change directory.’)
0.803
1.790 Ukraine : https://fastmirror.pp.ua/manjaro/
1.489 Ukraine : http://fastmirror.pp.ua/manjaro/
0.804 United_Kingdom : https://www.mirrorservice.org/sites/repo.manjaro.or
0.681 United_Kingdom : http://manjaro.mirrors.uk2.net/
0.528 United_States : https://repo.ialab.dsu.edu/manjaro/
0.603 United_States : http://repo.ialab.dsu.edu/manjaro/
0.604 United_States : http://distro.ibiblio.org/manjaro/
0.672 United_States : https://mirrors.ocf.berkeley.edu/manjaro/
0.517 United_States : https://mirror.math.princeton.edu/pub/manjaro/
0.513 United_States : https://mirror.clarkson.edu/manjaro/
… United_States : https://mirror.dacentec.com/manjaro/
0.468 United_States : https://mirrors.gigenet.com/manjaro/
0.252 United_States : http://mirrors.gigenet.com/manjaro/
3.211 Uruguay : https://manjaro.repo.cure.edu.uy/
… Uruguay : http://manjaro.repo.cure.edu.uy/
::INFO Writing mirror list
::Bulgaria : https://mirror.telepoint.bg/manjaro/stable
::United_States : https://mirrors.gigenet.com/manjaro/stable
::Global : https://mirrors.fossho.st/manjaro/stable
::United_States : https://mirror.clarkson.edu/manjaro/stable
::United_States : https://mirror.math.princeton.edu/pub/manjaro/stable
::United_States : https://repo.ialab.dsu.edu/manjaro/stable
::United_States : http://distro.ibiblio.org/manjaro/stable
::Canada : https://osmirror.org/manjaro/stable
::United_States : https://mirrors.ocf.berkeley.edu/manjaro/stable
::Canada : https://mirror.0xem.ma/manjaro/stable
::Indonesia : https://mirror.deace.id/manjaro/stable
::United_Kingdom : http://manjaro.mirrors.uk2.net/stable
::Canada : https://mirror.csclub.uwaterloo.ca/manjaro/stable
::Ukraine : http://mirrors.colocall.net/manjaro/stable
::United_Kingdom : https://www.mirrorservice.org/sites/repo.manjaro.org/repos
::Belgium : https://mirror.futureweb.be/manjaro/stable
::Iceland : https://mirrors.opensource.is/manjaro/stable
::Norway : http://mirror.terrahost.no/linux/manjaro/stable
::Germany : https://manjaro.moson.eu/stable
::Hungary : https://quantum-mirror.hu/mirrors/pub/manjaro/stable
::Netherlands : https://mirror.easylee.nl/manjaro/stable
::Switzerland : https://manjaro.osmir.ch/stable
::Costa_Rica : https://mirrors.ucr.ac.cr/manjaro/stable
::Netherlands : https://manjaro.mirrors.lavatech.top/stable
::Australia : https://manjaro.lucassymons.net/stable
::Denmark : https://mirrors.dotsrc.org/manjaro/stable
::Germany : https://manjaro.re/stable
::Switzerland : https://mirror.init7.net/manjaro/stable
::Belarus : http://mirror.datacenter.by/pub/mirrors/manjaro/stable
::Germany : https://mirror.alpix.eu/manjaro/stable
::France : https://manjaro.ynh.ovh/stable
::Chile : http://manjaro.dcc.uchile.cl/stable
::Russia : https://mirror.yandex.ru/mirrors/manjaro/stable
::Spain : https://ftp.caliu.cat/pub/distribucions/manjaro/stable
::Netherlands : https://mirror.koddos.net/manjaro/stable
::Georgia : https://manjaro.grena.ge/stable
::Germany : https://mirror.netcologne.de/manjaro/stable
::China : https://mirrors.aliyun.com/manjaro/stable
::New_Zealand : http://manjaro.mirrors.theom.nz/stable
::Hong_Kong : http://ftp.cuhk.edu.hk/pub/Linux/manjaro/stable
::Bulgaria : https://mirrors.netix.net/manjaro/stable
::Taiwan : http://free.nchc.org.tw/manjaro/stable
::Chile : https://mirror.ufro.cl/manjaro/stable
::Germany : https://mirror.23media.com/manjaro/stable
::Bangladesh : http://mirror.xeonbd.com/manjaro/stable
::Bulgaria : https://manjaro.ipacct.com/manjaro/stable
::Brazil : http://linorg.usp.br/manjaro/stable
::Ukraine : https://fastmirror.pp.ua/manjaro/stable
::Sweden : https://mirror.zetup.net/manjaro/stable
::Bulgaria : http://manjaro.telecoms.bg/stable
::Netherlands : http://ftp.snt.utwente.nl/pub/linux/manjaro/stable
::Brazil : https://manjaro.c3sl.ufpr.br/stable
::France : https://mirror.oldsql.cc/manjaro/stable
::Germany : https://mirror.atysleaks.org/manjaro/stable
::South_Africa : http://mirror.is.co.za/mirrors/manjaro.org/stable
::South_Korea : https://mirror.d-tl.com/manjaro/stable
::Germany : https://manjaro.moson.org/stable
::Pakistan : https://repo.inara.pk/manjaro/stable
::Portugal : http://ftp.dei.uc.pt/pub/linux/manjaro/stable
::Germany : https://ftp.gwdg.de/pub/linux/manjaro/stable
::Kenya : https://manjaro.mirror.liquidtelecom.com/stable
::Australia : https://mirror.aarnet.edu.au/pub/manjaro/stable
::China : https://mirrors.huaweicloud.com/manjaro/stable
::Czech : https://mirror.dkm.cz/manjaro/stable
::France : http://ftp.free.org/mirrors/repo.manjaro.org/repos/stable
::Italy : https://manjaro.mirror.garr.it/manjaro/stable
::Chile : https://mirror1.cl.netactuate.com/manjaro/stable
::Russia : https://mirror.truenetwork.ru/manjaro/stable
::Iran : https://repo.iut.ac.ir/repo/manjaro/stable
::Germany : https://ftp.halifax.rwth-aachen.de/manjaro/stable
::Sweden : https://ftpmirror1.infania.net/mirror/manjaro/stable
::Austria : http://mirror.easyname.at/manjaro/stable
::Netherlands : https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable
::Japan : http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable
::Germany : http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable
::Italy : https://ct.mirror.garr.it/mirrors/manjaro/stable
::Poland : http://ftp.vectranet.pl/manjaro/stable
::Turkey : http://ftp.linux.org.tr/manjaro/stable
::Uruguay : https://manjaro.repo.cure.edu.uy/stable
::China : https://mirrors.tuna.tsinghua.edu.cn/manjaro/stable
::Greece : https://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable
::Singapore : https://download.nus.edu.sg/mirror/manjaro/stable
::Belgium : http://ftp.belnet.be/mirrors/manjaro/repos/stable
::Sweden : https://ftp.lysator.liu.se/pub/manjaro/stable
::China : https://mirrors.tuna.tsinghua.edu.cn/manjaro/stable
::South_Africa : http://manjaro.mirror.ac.za/stable
::Philippines : http://mirror.rise.ph/manjaro/stable
::China : https://mirrors.sjtug.sjtu.edu.cn/manjaro/stable
::Japan : http://ftp.riken.jp/Linux/manjaro/stable
::Poland : https://repo.skni.umcs.pl/manjaro/stable
::China : https://mirrors.ustc.edu.cn/manjaro/stable
::China : https://mirrors.pku.edu.cn/manjaro/stable
::United_States : https://mirror.dacentec.com/manjaro/stable
::Indonesia : http://kartolo.sby.datautama.net.id/manjaro/stable
::Italy : https://ba.mirror.garr.it/mirrors/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist

df -Th

[manjaro /]# df -Th
Filesystem Type Size Used Avail Use% Mounted on
/dev/nvme0n1p4 ext4 147G 94G 46G 68% /
/dev/nvme0n1p1 vfat 296M 26M 271M 9% /boot/efi
udev devtmpfs 7.8G 0 7.8G 0% /dev
shm tmpfs 7.8G 0 7.8G 0% /dev/shm
run tmpfs 7.8G 0 7.8G 0% /run
tmp tmpfs 7.8G 0 7.8G 0% /tmp
overlay overlay 12G 811M 11G 7% /etc/resolv.conf

image

pacman -Syyu

[manjaro /]# pacman -Syyu
:: Synchronizing package databases…
core 165.5 KiB 534 KiB/s 00:00 [##################] 100%
extra 1968.1 KiB 4.09 MiB/s 00:00 [##################] 100%
community 6.6 MiB 18.3 MiB/s 00:00 [##################] 100%
multilib 180.5 KiB 17.6 MiB/s 00:00 [##################] 100%
:: Starting full system upgrade…
there is nothing to do

image

mkinitcpio -P

[manjaro /]# mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: ‘default’
→ -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64.img
==> ERROR: ‘/lib/modules/5.10.32-1-MANJARO’ is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: ‘fallback’
→ -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64-fallback.img -S autodetect
==> ERROR: ‘/lib/modules/5.10.32-1-MANJARO’ is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: ‘default’
→ -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64.img
==> ERROR: ‘/lib/modules/5.4.114-1-MANJARO’ is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: ‘fallback’
→ -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64-fallback.img -S autodetect
==> ERROR: ‘/lib/modules/5.4.114-1-MANJARO’ is not a valid kernel module directory

update-grub

[manjaro /]# update-grub
Generating grub configuration file …
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.10-x86_64.img
Found initrd fallback image: /boot/initramfs-5.10-x86_64-fallback.img
Found linux image: /vmlinuz-5.10-x86_64
Found initrd image: //initramfs-5.10-x86_64.img
Found initrd fallback image: //initramfs-5.10-x86_64-fallback.img
Found linux image: /boot/vmlinuz-5.4-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
Found initrd fallback image: /boot/initramfs-5.4-x86_64-fallback.img
Found linux image: /vmlinuz-5.4-x86_64
Found initrd image: //initramfs-5.4-x86_64.img
Found initrd fallback image: //initramfs-5.4-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
It’s output will be used to detect bootable binaries on them and create new
boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your devic
e.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your devic
e.map.
Adding boot menu entry for UEFI Firmware Settings …
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done

exit

[manjaro /]# exit
exit
→ umount: [/mnt/boot/efi]
→ umount: [/mnt]

Here's the mirrorlist

Manjaro Linux default mirrorlist

Generated on 2021-05-17 20:07

Please use ‘pacman-mirrors -f [NUMBER] [NUMBER]’ to modify mirrorlist

(Use 0 for all mirrors)

Country : China

Server = https://mirrors.zju.edu.cn/manjaro/stable/$repo/$arch

Country : Belgium

Server = https://manjaro.cu.be/stable/$repo/$arch

Country : Germany

Server = http://mirror.ragenetwork.de/manjaro/stable/$repo/$arch

Country : Germany

Server = https://mirror.netcologne.de/manjaro/stable/$repo/$arch

Country : Russia

Server = https://mirror.yandex.ru/mirrors/manjaro/stable/$repo/$arch

Country : Sweden

Server = https://mirror.zetup.net/manjaro/stable/$repo/$arch

Country : Bangladesh

Server = http://mirror.xeonbd.com/manjaro/stable/$repo/$arch

Country : Poland

Server = https://mirror.tuchola-dc.pl/manjaro/stable/$repo/$arch

Country : Taiwan

Server = http://free.nchc.org.tw/manjaro/stable/$repo/$arch

Country : Spain

Server = http://ftp.caliu.cat/manjaro/stable/$repo/$arch

Country : Singapore

Server = https://download.nus.edu.sg/mirror/manjaro/stable/$repo/$arch

Country : Germany

Server = https://mirror.philpot.de/manjaro/stable/$repo/$arch

Country : South_Africa

Server = http://mirror.is.co.za/mirrors/manjaro.org/stable/$repo/$arch

Country : Belgium

Server = http://ftp.belnet.be/mirrors/manjaro/stable/$repo/$arch

Country : Poland

Server = http://mirror.chmuri.net/manjaro/stable/$repo/$arch

Country : Belarus

Server = http://mirror.datacenter.by/pub/mirrors/manjaro/stable/$repo/$arch

Country : Bulgaria

Server = https://mirrors.netix.net/manjaro/stable/$repo/$arch

Country : Germany

Server = https://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch

Country : South_Africa

Server = http://manjaro.mirror.ac.za/stable/$repo/$arch

Country : Philippines

Server = http://mirror.rise.ph/manjaro/stable/$repo/$arch

Country : Colombia

Server = http://mirror.upb.edu.co/manjarostable/$repo/$arch

Country : United_States

Server = https://mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch

Country : France

Server = http://ftp.free.org/mirrors/repo.manjaro.org/repos/stable/$repo/$arch

Country : France

Server = http://kibo.remi.lu/stable/$repo/$arch

Country : Czech

Server = https://mirror.dkm.cz/manjaro/stable/$repo/$arch

Country : Germany

Server = https://manjaro.moson.eu/stable/$repo/$arch

Country : Chile

Server = http://manjaro.dcc.uchile.cl/stable/$repo/$arch

Country : Indonesia

Server = http://kartolo.sby.datautama.net.id/manjaro/stable/$repo/$arch

Country : Sweden

Server = https://ftp.lysator.liu.se/pub/manjaro/stable/$repo/$arch

Country : Germany

Server = https://mirror.netzspielplatz.de/manjaro/packages/stable/$repo/$arch

Country : United_Kingdom

Server = http://repo.manjaro.org.uk/stable/$repo/$arch

Country : Iran

Server = https://repo.sadjad.ac.ir/manjaro/stable/$repo/$arch

Country : United_States

Server = https://mirror.math.princeton.edu/pub/manjaro/stable/$repo/$arch

Country : Bulgaria

Server = https://manjaro.ipacct.com/manjaro/stable/$repo/$arch

Country : China

Server = https://mirrors.shu.edu.cn/manjaro/stable/$repo/$arch

Country : United_Kingdom

Server = http://mirror.catn.com/pub/manjaro/stable/$repo/$arch

Country : Romania

Server = http://mirrors.serverhost.ro/manjaro/packages/stable/$repo/$arch

Country : Bulgaria

Server = http://manjaro.telecoms.bg/stable/$repo/$arch

Country : Japan

Server = http://ftp.riken.jp/Linux/manjaro/stable/$repo/$arch

Country : Ecuador

Server = https://mirror.cedia.org.ec/manjaro/stable/$repo/$arch

Country : Brazil

Server = http://pet.inf.ufsc.br/mirrors/manjarolinux/stable/$repo/$arch

Country : Turkey

Server = http://ftp.linux.org.tr/manjaro/stable/$repo/$arch

Country : United_Kingdom

Server = https://www.mirrorservice.org/sites/repo.manjaro.org/repos/stable/$repo/$arch

Country : Australia

Server = http://manjaro.melbourneitmirror.net/stable/$repo/$arch

Country : Ecuador

Server = https://mirror.espoch.edu.ec/manjaro/stable/$repo/$arch

Country : China

Server = https://mirrors.shuosc.org/manjaro/stable/$repo/$arch

Country : Indonesia

Server = http://kambing.ui.ac.id/manjaro/stable/$repo/$arch

Country : United_Kingdom

Server = http://manjaro.mirrors.uk2.net/stable/$repo/$arch

Country : Netherlands

Server = http://ftp.snt.utwente.nl/pub/linux/manjaro/stable/$repo/$arch

Country : China

Server = http://mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch

Country : Canada

Server = https://osmirror.org/manjaro/stable/$repo/$arch

Country : Italy

Server = https://ct.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch

Country : Italy

Server = https://ba.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch

Country : Brazil

Server = http://linorg.usp.br/manjaro/stable/$repo/$arch

Country : Japan

Server = http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable/$repo/$arch

Country : United_States

Server = http://mirror.dacentec.com/manjaro/stable/$repo/$arch

Country : Denmark

Server = https://www.uex.dk/public/manjaro/stable/$repo/$arch

Country : Hungary

Server = http://mirror.infotronik.hu/mirrors/pub/manjaro/stable/$repo/$arch

Country : Denmark

Server = https://mirrors.dotsrc.org/manjaro/stable/$repo/$arch

Country : China

Server = https://mirrors.sjtug.sjtu.edu.cn/manjarostable/$repo/$arch

Country : Austria

Server = http://mirror.inode.at/manjaro/stable/$repo/$arch

Country : Greece

Server = https://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch

Country : Netherlands

Server = https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch

Country : Netherlands

Server = https://mirror.koddos.net/manjaro/stable/$repo/$arch

Country : Portugal

Server = http://manjaro.barata.pt/stable/$repo/$arch

Country : Australia

Server = http://mirror.ventraip.net.au/Manjaro/stable/$repo/$arch

Country : Germany

Server = http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch

Country : United_States

Server = https://mirror.clarkson.edu/manjaro/stable/$repo/$arch

Country : Brazil

Server = https://manjaro.c3sl.ufpr.br/stable/$repo/$arch

Country : Brazil

Server = http://mirror.ufam.edu.br/manjaro/stable/$repo/$arch

Country : United_States

Server = http://distro.ibiblio.org/manjaro/stable/$repo/$arch

Country : Italy

Server = https://manjaro.mirror.garr.it/mirrors/manjaro/stable/$repo/$arch

Country : Russia

Server = http://mirror.truenetwork.ru/manjaro/stable/$repo/$arch

Country : Hong_Kong

Server = http://ftp.cuhk.edu.hk/pub/Linux/manjaro/stable/$repo/$arch

Country : China

Server = https://mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch

Country : Costa_Rica

Server = https://mirrors.ucr.ac.cr/manjaro/stable/$repo/$arch

Country : Germany

Server = https://repo.rhindon.net/manjaro/stable/$repo/$arch

Country : Germany

Server = http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable/$repo/$arch

something go wrong on
mkinitcpio -P

can you
boot on USB iso manjaro

sudo manjaro-chroot -a
ls /usr/modules/* 
cat /etc/mkinitcpio.d/linux510.preset 
cat /etc/mkinitcpio.conf 
exit ( end -chroot )
sudo manjaro-chroot -a

[manjaro@manjaro ~]$ sudo manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/nvme0n1p4]
→ mount: [/mnt]
→ mount: [/mnt/boot/efi]

ls /usr/modules/*

[manjaro /]# ls /usr/modules/*
ls: cannot access ‘/usr/modules/*’: No such file or directory

[manjaro /]# ls /usr/modules/
ls: cannot access ‘/usr/modules/’: No such file or directory

[manjaro /]# ls /usr/
bin include lib lib32 lib64 local sbin share src

cat /etc/mkinitcpio.d/linux510.preset

[manjaro /]# cat /etc/mkinitcpio.d/linux510.preset

mkinitcpio preset file for the ‘linux510’ package

ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-5.10-x86_64"

PRESETS=(‘default’ ‘fallback’)

#default_config="/etc/mkinitcpio.conf"
default_image="/boot/initramfs-5.10-x86_64.img"
#default_options=""

#fallback_config="/etc/mkinitcpio.conf"
fallback_image="/boot/initramfs-5.10-x86_64-fallback.img"
fallback_options="-S autodetect"

cat /etc/mkinitcpio.conf

[manjaro /]# cat /etc/mkinitcpio.conf

vim:set ft=sh

MODULES

The following modules are loaded before any boot hooks are

run. Advanced users may wish to specify all system modules

in this array. For instance:

MODULES=(piix ide_disk reiserfs)

MODULES=""

BINARIES

This setting includes any additional binaries a given user may

wish into the CPIO image. This is run last, so it may be used to

override the actual binaries included by a given hook

BINARIES are dependency parsed, so you may safely ignore libraries

BINARIES=()

FILES

This setting is similar to BINARIES above, however, files are added

as-is and are not parsed in any way. This is useful for config files.

FILES=""

HOOKS

This is the most important setting in this file. The HOOKS control the

modules and scripts added to the image, and what happens at boot time.

Order is important, and it is recommended that you do not change the

order in which HOOKS are added. Run 'mkinitcpio -H ’ for

help on a given hook.

‘base’ is required unless you know precisely what you are doing.

‘udev’ is required in order to automatically load modules

‘filesystems’ is required unless you specify your fs modules in MODULES

Examples:

This setup specifies all modules in the MODULES setting above.

No raid, lvm2, or encrypted root is needed.

HOOKS=(base)

This setup will autodetect all modules for your system and should

work as a sane default

HOOKS=(base udev autodetect block filesystems)

This setup will generate a ‘full’ image which supports most systems.

No autodetection is done.

HOOKS=(base udev block filesystems)

This setup assembles a pata mdadm array with an encrypted root FS.

Note: See ‘mkinitcpio -H mdadm’ for more information on raid devices.

HOOKS=(base udev block mdadm encrypt filesystems)

This setup loads an lvm2 volume group on a usb device.

HOOKS=(base udev block lvm2 filesystems)

NOTE: If you have /usr on a separate partition, you MUST include the

usr, fsck and shutdown hooks.

HOOKS=“base udev autodetect modconf block keyboard keymap filesystems fsck”

COMPRESSION

Use this to compress the initramfs image. By default, gzip compression

is used. Use ‘cat’ to create an uncompressed image.

#COMPRESSION=“gzip”
#COMPRESSION=“bzip2”
#COMPRESSION=“lzma”
#COMPRESSION=“xz”
#COMPRESSION=“lzop”
#COMPRESSION=“lz4”
#COMPRESSION=“zstd”

COMPRESSION_OPTIONS

Additional options for the compressor

#COMPRESSION_OPTIONS=()

exit

[manjaro /]# exit
exit
→ umount: [/mnt/boot/efi]
→ umount: [/mnt]

can you
boot on USB iso manjaro

sudo manjaro-chroot -a
ls /lib/modules/* 
mkinitcpio -P
exit ( end -chroot )

[/quote]

Here you go

[manjaro /]# ls /bin/modules/*
ls: cannot access ‘/bin/modules/*’: No such file or directory

[manjaro /]# mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: ‘default’
→ -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs
-5.10-x86_64.img
==> ERROR: ‘/lib/modules/5.10.32-1-MANJARO’ is not a valid kernel module dir
ectory
==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: 'fallback

→ -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs
-5.10-x86_64-fallback.img -S autodetect
==> ERROR: ‘/lib/modules/5.10.32-1-MANJARO’ is not a valid kernel module dir
ectory
==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: ‘default’
→ -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-
5.4-x86_64.img
==> ERROR: ‘/lib/modules/5.4.114-1-MANJARO’ is not a valid kernel module dir
ectory
==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: ‘fallback’
→ -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-
5.4-x86_64-fallback.img -S autodetect
==> ERROR: ‘/lib/modules/5.4.114-1-MANJARO’ is not a valid kernel module dir
ectory

Here's the new returns:

[manjaro@manjaro ~]$ sudo manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/nvme0n1p4]
→ mount: [/mnt]
→ mount: [/mnt/boot/efi]

[manjaro /]# ls /lib/modules/*
/lib/modules/5.10.34-1-MANJARO:
build modules.builtin.alias.bin modules.softdep
extramodules modules.builtin.bin modules.symbols
kernel modules.builtin.modinfo modules.symbols.bin
kernelbase modules.dep pkgbase
modules.alias modules.dep.bin vmlinuz
modules.alias.bin modules.devname
modules.builtin modules.order

/lib/modules/5.4.116-1-MANJARO:
build modules.builtin.alias.bin modules.softdep
extramodules modules.builtin.bin modules.symbols
kernel modules.builtin.modinfo modules.symbols.bin
kernelbase modules.dep pkgbase
modules.alias modules.dep.bin vmlinuz
modules.alias.bin modules.devname
modules.builtin modules.order

/lib/modules/extramodules-5.10-MANJARO:
nvidia-drm.ko.gz nvidia-uvm.ko.gz vboxdrv.ko.xz vboxnetflt.ko.xz
nvidia-modeset.ko.gz nvidia.ko.gz vboxnetadp.ko.xz version

/lib/modules/extramodules-5.4-MANJARO:
nvidia-drm.ko.gz nvidia-uvm.ko.gz vboxdrv.ko.xz vboxnetflt.ko.xz
nvidia-modeset.ko.gz nvidia.ko.gz vboxnetadp.ko.xz version

[manjaro /]# exit
exit
→ umount: [/mnt/boot/efi]
→ umount: [/mnt]

[manjaro@manjaro ~]$

so retry
boot USB iso manjaro

sudo manjaro-chroot -a 
mkinitcpio -P
update-grub
exit ( end-chroot )

confim if status is ok or not to mkinitcpio command

It still seems to be having some errors on the mkinitcpio command.

Here’s what the commands you gave me returned:

The returns

[manjaro@manjaro ~]$ sudo manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/nvme0n1p4]
→ mount: [/mnt]
→ mount: [/mnt/boot/efi]

[manjaro /]# mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: ‘default’
→ -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64.img
==> ERROR: ‘/lib/modules/5.10.32-1-MANJARO’ is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: ‘fallback’
→ -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64-fallback.img -S autodetect
==> ERROR: ‘/lib/modules/5.10.32-1-MANJARO’ is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: ‘default’
→ -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64.img
==> ERROR: ‘/lib/modules/5.4.114-1-MANJARO’ is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: ‘fallback’
→ -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64-fallback.img -S autodetect
==> ERROR: ‘/lib/modules/5.4.114-1-MANJARO’ is not a valid kernel module directory
[manjaro /]# update-grub
Generating grub configuration file …
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.10-x86_64.img
Found initrd fallback image: /boot/initramfs-5.10-x86_64-fallback.img
Found linux image: /vmlinuz-5.10-x86_64
Found initrd image: //initramfs-5.10-x86_64.img
Found initrd fallback image: //initramfs-5.10-x86_64-fallback.img
Found linux image: /boot/vmlinuz-5.4-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
Found initrd fallback image: /boot/initramfs-5.4-x86_64-fallback.img
Found linux image: /vmlinuz-5.4-x86_64
Found initrd image: //initramfs-5.4-x86_64.img
Found initrd fallback image: //initramfs-5.4-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
It’s output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
Adding boot menu entry for UEFI Firmware Settings …
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done

[manjaro /]# exit
exit
→ umount: [/mnt/boot/efi]
→ umount: [/mnt]

[manjaro@manjaro ~]$

I’ll check to see if my manjaro installation starts and update you

there is something wrong
version by ls report /lib/modules/
in 5.10-34-1 , 5.4.116-1

and mkinitcpio
5.10.32 , 5.4.114-1

then try

sudo manjaro-chroot -a 
pacman -Scc
pacman-mirrors -c all
pacman -Syyu
mkinitcpio -P
exit 
1 Like