Why are you installing grub from outside the chroot AGAIN?

|
C0rn3j 2022-08-26 12:15:49
Sushrut1101 2022-08-26 12:11:32
I just did sudo pacman -Syyu

Why were you doing -yy?

C0rn3j 2022-08-26 12:17:21
#amir 2022-08-26 12:08:35
What I’ve done:
Downgrading linux-headers too ( Downgraded to 5.18 )
Installing nvidia-dkms
Now it works perfectly.
Thanks!

Alternatively you could have downgraded nvidia to the version which shipped 5.18 modules, but that’s less convenient.

C0rn3j 2022-08-26 12:17:59
Also it would be better to switch to linux-lts, report the bug if it isn’t already and wait for it to be fixed before switching back
5.18 is EOL
kevinroan 2022-08-26 12:18:35
error: file ‘/boot/grub/locale/C.gmo’ not found
kevinroan 2022-08-26 12:18:54
kevinroan 2022-08-26 12:18:35
error: file ‘/boot/grub/locale/C.gmo’ not found

Cant boot into arch

Neo Twenty-Nine 2022-08-26 12:27:15
https://bbs.archlinux.org/viewtopic.php?id=279115
Sushrut1101 2022-08-26 12:59:49
C0rn3j 2022-08-26 12:15:49
Why were you doing -yy?

Why not?

C0rn3j 2022-08-26 13:00:46
Sushrut1101 2022-08-26 12:59:49
Why not?

Because you are hammering mirrors for no reason

fabiscafe 2022-08-26 13:04:30
So thats why kwrite is now part of kate in Arch

https://kate-editor.org/post/2022/2022-03-31-kate-ate-kwrite/

Ahsan Habib 2022-08-26 13:10:14
Sushrut1101 2022-08-26 12:09:47
Any fix ??

archlinuxgroup-609947.jpg
Had the same issue. I reduced the time out to 0 and downgraded it…

Ahsan Habib 2022-08-26 13:10:57
U ca try if you are not duel booting…
kevinroan 2022-08-26 13:23:39
archlinuxgroup-609951.jpg
Halp
C0rn3j 2022-08-26 13:25:39
kevinroan 2022-08-26 13:23:39
Halp

Why are you installing grub from outside the chroot AGAIN?

kevinroan 2022-08-26 13:27:21
On chroot its not detecting the root partition
kevinroan 2022-08-26 13:28:39
archlinuxgroup-609954.jpg

C0rn3j 2022-08-26 13:29:14
kevinroan 2022-08-26 13:23:39
Halp

Looks like it detected just fine here

kevinroan 2022-08-26 13:31:00
C0rn3j 2022-08-26 13:29:14
Looks like it detected just fine here

No, the actual partition is /dev/sda5,
And its not detecting it.
I do have other linux partitions on my pc and they are being detected by grub

faceless_fk21 2022-08-26 13:31:16
hi guys i wanna download a file with wget but peogress bar is in log file , i dont wanna this i just wanna show progress in terminal just with

wget url

this command

C0rn3j 2022-08-26 13:31:59
faceless_fk21 2022-08-26 13:31:16
hi guys i wanna download a file with wget but peogress bar is in log file , i dont wanna this i just wanna show progress in terminal just with

wget url

this command

I don’t follow. What did you get and what did you expect?

p87726 2022-08-26 13:33:24
faceless_fk21 2022-08-26 13:31:16
hi guys i wanna download a file with wget but peogress bar is in log file , i dont wanna this i just wanna show progress in terminal just with

wget url

this command

That’s the default behaviour of wget what you are asking for. What command did you use?

faceless_fk21 2022-08-26 13:33:41
archlinuxgroup-609962.jpg
i wanna this
p87726 2022-08-26 13:34:05
faceless_fk21 2022-08-26 13:33:41
i wanna this

Yes, that’s the default behaviour

C0rn3j 2022-08-26 13:34:18
faceless_fk21 2022-08-26 13:33:41
i wanna this

Quiet perhaps?

faceless_fk21 2022-08-26 13:34:28
archlinuxgroup-609965.jpg
but it tel me progress in log file
faceless_fk21 2022-08-26 13:35:01
p87726 2022-08-26 13:34:05
Yes, that’s the default behaviour

how can i change that you know ?

p87726 2022-08-26 13:35:13
faceless_fk21 2022-08-26 13:34:28
but it tel me progress in log file

There is & character in the URL, which is a special character for bash. So, you need to quote the URL

faceless_fk21 2022-08-26 13:36:27
p87726 2022-08-26 13:35:13
There is & character in the URL, which is a special character for bash. So, you need to quote the URL

and thank you

nakamoto_block 2022-08-26 14:07:31
archlinuxgroup-609975.jpg
Why this error?
C0rn3j 2022-08-26 14:13:47
nakamoto_block 2022-08-26 14:07:31
Why this error?

Bad mirror most likely

darksecretz 2022-08-26 14:29:49
#amir 2022-08-26 12:08:35
What I’ve done:
Downgrading linux-headers too ( Downgraded to 5.18 )
Installing nvidia-dkms
Now it works perfectly.
Thanks!

How to doungrade linux & headers?

#amir 2022-08-26 14:36:26
darksecretz 2022-08-26 14:29:49
How to doungrade linux & headers?

I used this method:
$ paru -S downgrade
$ sudo downgrade linux linux-headers
Then the package does the stuffs for you. Just select the version that you want to

Archcry 2022-08-26 14:36:33
darksecretz 2022-08-26 14:29:49
How to doungrade linux & headers?

By reading the wiki.

darksecretz 2022-08-26 14:39:57
Archcry 2022-08-26 14:36:33
By reading the wiki.

In wiki it tells me to install from cache, but i clean the cache because the root was filling up… Any other way

Archcry 2022-08-26 14:40:51
darksecretz 2022-08-26 14:39:57
In wiki it tells me to install from cache, but i clean the cache because the root was filling up… Any other way

Well done, you were able to read the first section of the wiki page. You now unlocked the other parts as well!

Archcry 2022-08-26 14:41:24
Sections like “Arch Linux Archive”
|