← prev | next →
il_muflone 2022-08-19 13:36:53
vexedmoth 2022-08-19 13:29:50
Let me start a discussion: yay or paru
Other
SwitchAxe 2022-08-19 13:39:05
vexedmoth 2022-08-19 13:29:50
Let me start a discussion: yay or paru
can’t wait for the based power user who answers “makepkg -si”
JF049 2022-08-19 13:40:08
vexedmoth 2022-08-19 13:29:50
Let me start a discussion: yay or paru
I personally prefer pikaur, but the “true way” is:
git clone
makepkg -cirs –needed
il_muflone 2022-08-19 13:40:09
SwitchAxe 2022-08-19 13:39:05
can’t wait for the based power user who answers “makepkg -si”
extra-86_64-build team
unboundvariable 2022-08-19 13:44:19
aur sync —chroot masterrace
mohamd_essam 2022-08-19 13:51:02
Sometimes my pc hibernates unintentionally, as in case when the battery is low, how can I skip resuming from hibernation for the next boot? Not permanently, just once.
JF049 2022-08-19 13:54:46
mohamd_essam 2022-08-19 13:51:02
Sometimes my pc hibernates unintentionally, as in case when the battery is low, how can I skip resuming from hibernation for the next boot? Not permanently, just once.
You should remove the “resume” parameter from kernel command line parameters in your bootloader (if you have one)
JF049 2022-08-19 13:55:30
If it’s EFISTUB, I doubt you can do that
p87726 2022-08-19 13:55:36
JF049 2022-08-19 13:54:46
You should remove the “resume” parameter from kernel command line parameters in your bootloader (if you have one)
He said “not permanently”
JF049 2022-08-19 13:55:54
p87726 2022-08-19 13:55:36
He said “not permanently”
Editing isn’t always permanent
JF049 2022-08-19 13:56:48
For example, in GRUB, you can press the e key to edit the menu entry where it stores the kernel parameters. Changes are not permanent there
mohamd_essam 2022-08-19 13:57:22
JF049 2022-08-19 13:56:48
For example, in GRUB, you can press the e key to edit the menu entry where it stores the kernel parameters. Changes are not permanent there
Great, thanks a lot!
bettehem 2022-08-19 14:34:46
C0rn3j 2022-08-19 13:09:18
https://wiki.archlinux.org/title/ArchWiki:Contributing#Do_not_make_complex_edits_at_once
I guess I’ll just rewrite it section by section, leaving parts of it incorrect meanwhile *shrug*
Maybe just add some text saying which instruction is for the new version an which is for the old one? Then when you have completely rewritten it, you can remove the old sections
IgorKha 2022-08-19 15:18:17
what service automatically sets the time zone based on ip (provided that the device has an Internet)?
MisterSoundsystem 2022-08-19 15:21:50
IgorKha 2022-08-19 15:18:17
what service automatically sets the time zone based on ip (provided that the device has an Internet)?
i think it could be achieved in multiple ways.
https://wiki.archlinux.org/title/System_time#Setting_based_on_geolocation should be a good starting point
BarakObama 2022-08-19 18:15:13
my arch freezes suddenly in between with caps lock key blinking, anyone knows what might be causing?
SwitchAxe 2022-08-19 18:16:09
is there a way to remove each package from a group except those required by packages outside the group?
grazzolini 2022-08-19 18:17:29
SwitchAxe 2022-08-19 18:16:09
is there a way to remove each package from a group except those required by packages outside the group?
Rnsu doesn’t do it?
SwitchAxe 2022-08-19 18:18:47
grazzolini 2022-08-19 18:17:29
Rnsu doesn’t do it?
the -u option from the manual seems to do the trick. I’ll try, thanks!
SwitchAxe 2022-08-19 18:19:37
grazzolini 2022-08-19 18:17:29
Rnsu doesn’t do it?
no, it still wants to delete each package even though they’re needed by other system components
SwitchAxe 2022-08-19 18:20:13
jonathn 2022-08-19 18:28:01
BarakObama 2022-08-19 18:15:13
my arch freezes suddenly in between with caps lock key blinking, anyone knows what might be causing?
That indicates a kernel panic, but that could be caused by a number of things – you should look in the journal for any information around the time of the panic.
tbogusze 2022-08-19 18:30:18
I have installed Windows on a new partition (/dev/sda3) and now Windows bootloader loads immediately so I can’t boot arch Linux. How can I fix it? I am using systemd-boot.
I have tried booting into a live Linux ISO, mounted /dev/sda1 to /boot , and tried bootctl install –esp-path=/boot but:
1. I am not sure if this would work
2. I’m getting an error stating that “file system /dev/block/8:1 is not on a GPT partition table”
How can I setup systemd-boot to work with my dual boot?
BarakObama 2022-08-19 18:31:01
jonathn 2022-08-19 18:28:01
That indicates a kernel panic, but that could be caused by a number of things – you should look in the journal for any information around the time of the panic.
kernel panic when browsing chrome? It does boot.
bettehem 2022-08-19 18:31:38
tbogusze 2022-08-19 18:30:18
I have installed Windows on a new partition (/dev/sda3) and now Windows bootloader loads immediately so I can’t boot arch Linux. How can I fix it? I am using systemd-boot.
I have tried booting into a live Linux ISO, mounted /dev/sda1 to /boot , and tried bootctl install –esp-path=/boot but:
1. I am not sure if this would work
2. I’m getting an error stating that “file system /dev/block/8:1 is not on a GPT partition table”
How can I setup systemd-boot to work with my dual boot?
select linux bootloader in uefi
tbogusze 2022-08-19 18:32:14
bettehem 2022-08-19 18:31:38
select linux bootloader in uefi

JerryXiao 2022-08-19 18:32:59
BarakObama 2022-08-19 18:31:01
kernel panic when browsing chrome? It does boot.
blinking capslock is indeed a kernel panic. to debug a kernel panic, either get kmesg from simple io e.g. a serial connection, or configure crashkernel
bettehem 2022-08-19 18:33:29
tbogusze 2022-08-19 18:32:14
Is that BIOS or UEFI?
JerryXiao 2022-08-19 18:33:35
journald can’t possibly record a kernel panic
tbogusze 2022-08-19 18:33:40
bettehem 2022-08-19 18:33:29
Is that BIOS or UEFI?
UEFI boot menu
bettehem 2022-08-19 18:34:50
tbogusze 2022-08-19 18:33:40
UEFI boot menu
can you show the options available in your boot settings when you boot into uefi, not the boot menu
C0rn3j 2022-08-19 18:35:18
tbogusze 2022-08-19 18:30:18
I have installed Windows on a new partition (/dev/sda3) and now Windows bootloader loads immediately so I can’t boot arch Linux. How can I fix it? I am using systemd-boot.
I have tried booting into a live Linux ISO, mounted /dev/sda1 to /boot , and tried bootctl install –esp-path=/boot but:
1. I am not sure if this would work
2. I’m getting an error stating that “file system /dev/block/8:1 is not on a GPT partition table”
How can I setup systemd-boot to work with my dual boot?
Change boot order in UEFI Setup
grazzolini 2022-08-19 18:35:21
SwitchAxe 2022-08-19 18:19:37
no, it still wants to delete each package even though they’re needed by other system components
No, that’s what -c would do
tbogusze 2022-08-19 18:35:35
bettehem 2022-08-19 18:34:50
can you show the options available in your boot settings when you boot into uefi, not the boot menu
Windows boots up immediately
SwitchAxe 2022-08-19 18:36:21
grazzolini 2022-08-19 18:35:21
No, that’s what -c would do
i mean, i sent a screenshot showing what it says, i can use LANG=C if you need it though
← prev | next →