FalconFlurry
New Member
I originally posted this question on Reddit, but I wasn't able to get the help I needed, so I'm really hoping someone can help me here. Here is my original conversation on Reddit for reference, below is a summary of most of the things I have tried:
I am running Manjaro XFCE dual boot with windows 10. Windows 10 was also broken by a forced update, so I can't use my computer at all right now, but that's another topic.
I installed the 5.10 kernel update and when I rebooted I got a black screen with this error:
I googled the problem and it sounds like this was a common problem for people with nvidia drivers. I looked for solutions and I found a few options that others said worked for them, but I couldn't get them to work and now I have no idea how to fix this. Obviously reinstalling Manjaro is an option, but I want to leave that as a last resort because it will be a lot of work to get everything back the way I had it.
One option I tried was to load an older kernel from the GRUB menu and reinstall the update from there. I tried that, 5.4 was available, but when I loaded it it got hung up indefinitely on the Aorus logo.
I tried loading a live usb, then reinstalling the update by chroot. This is what I tried to do:
But after entering the first line it said:
I entered "0" to see what would happen and it said:
It seemed like the partitions were not mounted, so I tried creating a directory to mount into:
It went through the update and installation process and at the end it said the kernel has been updated, but there were a number of errors and warnings. It said:
It also had hundreds of lines with warnings that read:
with the rest of the directory being different on every line, something like .../sound/soc/intel/boards/snd-soc-sof-sdw.ko.xz
I typed exit and rebooted and nothing had changed.
After booting into the live usb again I tried something else:
it said there is nothing to do. I typed
It said everything is up to date, after proceeding with the installation I got the following errors:
I don't know what else to try and I don't know what I'm doing wrong. If anyone can help me I would really appreciate it.
I am running Manjaro XFCE dual boot with windows 10. Windows 10 was also broken by a forced update, so I can't use my computer at all right now, but that's another topic.
I installed the 5.10 kernel update and when I rebooted I got a black screen with this error:
Warning: /lib/modules/5.10.2.-2-MANJARO/modules.devname not found - ignoring
mount: /new_root: unknown filesystem type ‘ext4’
You are not being dropped into an emergency shell.
sh: can’t access tty: job control turned off
[rootfs ]#
I googled the problem and it sounds like this was a common problem for people with nvidia drivers. I looked for solutions and I found a few options that others said worked for them, but I couldn't get them to work and now I have no idea how to fix this. Obviously reinstalling Manjaro is an option, but I want to leave that as a last resort because it will be a lot of work to get everything back the way I had it.
One option I tried was to load an older kernel from the GRUB menu and reinstall the update from there. I tried that, 5.4 was available, but when I loaded it it got hung up indefinitely on the Aorus logo.
I tried loading a live usb, then reinstalling the update by chroot. This is what I tried to do:
sudo manjaro-chroot -a
sudo pacman -Syyu
pacman -S linux510
exit
But after entering the first line it said:
sudgrub-probe: error: cannot find a GRUB drive for /dev/sdc1. Check your device map.
grub-probe: error: cannot find a GRUB drive for /dev/sdc1. Check your device map.
o ==> Detected systems:
--> 0) ManjaroLinux
==> Select system to mount [0-0] :
I entered "0" to see what would happen and it said:
==> ERROR: You can't mount 0!
It seemed like the partitions were not mounted, so I tried creating a directory to mount into:
$ sudo mkdir /rescue
$ sudo mount /dev/sda3 /rescue
$ sudo mount /dev/sda1 /rescue/boot
$ sudo mount -t proc proc /rescue/proc
$ sudo mount -t sysfs sys /rescue
$ sudo mount -o bind /dev /rescue/dev
$ sudo mount -t devpts pts /rescue/dev/pts
$ sudo chroot /rescue
# sudo pacman -Syuu
# sudo pacman -S linux510
It went through the update and installation process and at the end it said the kernel has been updated, but there were a number of errors and warnings. It said:
(4/5) Updating Grub-Bootmenu
/usr/bin/grub-editenv: error: cannot open `//boot/grub/grubenv.new': No such file or directory.
/usr/bin/grub-mkconfig: line 259: /boot/grub/grub.cfg.new: No such file or directory
error: command failed to execute correctly
It also had hundreds of lines with warnings that read:
warning: could not get file information for usr/lib/modules/5.10.2-2-MANJARO/kernel/...
with the rest of the directory being different on every line, something like .../sound/soc/intel/boards/snd-soc-sof-sdw.ko.xz
I typed exit and rebooted and nothing had changed.
After booting into the live usb again I tried something else:
$ sudo mount /dev/sda3 /mnt
$ sudo mount /dev/sda1 /mnt/boot
$ sudo chroot /mnt
# sudo pacman -Syyu
it said there is nothing to do. I typed
# sudo pacman -S linux510
It said everything is up to date, after proceeding with the installation I got the following errors:
error: could not open file: /etc/mtab: No such file or directory
error: could not determine filesystem mount points
error: not enough free disk space
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
I don't know what else to try and I don't know what I'm doing wrong. If anyone can help me I would really appreciate it.