You are not logged in.

#1 2021-05-08 14:44:29

kenny96
Member
Registered: 2012-08-18
Posts: 21

[SOLVED] Downgrade packages went very bad

I have done a downgrade of packages because I got a problem that I couldn't identify, anyway now I'm in a even worst situation.
Probably when I did the downgrade I didn't mount /boot in the right position and now my boot partition has some problem that I can't identify.
First error I get when I load system is:

 Failed to start Load Kernel Modules 

after he goes on but it gives me another error when reach boot, it says:

 Failed to mount boot
Dependency failed for Local File System 

it loads emergency shell.
I did

 systemctl status boot.mount

and it says

 /boot unknow filesystem type 'vfat' 

I loaded system with the archlinux USB because I wanted to run

 mkinitcpio -p linux 

but the problem is that when I try to mount /dev/sda to /mnt/arch/boot I get an error that says partition is loaded as read-only.

Can you help me find the right way to solve this problem?

P.S. I use rEFInd

Last edited by kenny96 (2021-05-08 17:14:35)

Offline

#2 2021-05-08 15:12:10

Khere
Member
From: Italy
Registered: 2020-03-04
Posts: 170

Re: [SOLVED] Downgrade packages went very bad

kenny96 wrote:

I have done a downgrade of packages

Which packages have you downgraded ?
Try to mount the root partition with :

sudo mount -o ro,noload /dev/sda*  $PATH 

Then do a full system upgrade


Fan of Giorgio Moroder & Mohammad Ammax enemy

Offline

#3 2021-05-08 15:19:48

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Downgrade packages went very bad

sdax is probably the live USB you are booted from.

Boot into the installer and post the outputs of...

lsblk -f
fdisk -l

You can upload them using...
https://wiki.archlinux.org/title/List_o … in_clients


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2021-05-08 17:14:18

kenny96
Member
Registered: 2012-08-18
Posts: 21

Re: [SOLVED] Downgrade packages went very bad

Slithery wrote:

sdax is probably the live USB you are booted from.

Boot into the installer and post the outputs of...

lsblk -f
fdisk -l

You can upload them using...
https://wiki.archlinux.org/title/List_o … in_clients

Thanks, you are right, I mounted the boot partition of USB device big_smile
I have solved mounting the right boot partition and reinstalled filesystem linux and mkinitcpio.

Thanks

Offline

Board footer

Powered by FluxBB