← prev | next →
SwitchAxe 2022-08-19 18:36:46
but essentially it’s warning me of optional dependencies and then asking me if i’m willing to remove them
C0rn3j 2022-08-19 18:37:02
tbogusze 2022-08-19 18:35:35
Windows boots up immediately
You need to mash the key for UEFI Setup before Windows boots.
bettehem 2022-08-19 18:37:07
tbogusze 2022-08-19 18:35:35
Windows boots up immediately
I doubt it. Press ESC, F2, F12, DEL or whatever the key is on your motherboard to get into uefi settings.
grazzolini 2022-08-19 18:38:01
SwitchAxe 2022-08-19 18:36:46
but essentially it’s warning me of optional dependencies and then asking me if i’m willing to remove them
If the packages you don’t want removed were installed asdeps and they are deps of something else, Rnsu will not remove them.
tbogusze 2022-08-19 18:38:10
C0rn3j 2022-08-19 18:35:18
Change boot order in UEFI Setup

It’s only showing my SSD name (PNY 240 GB SATA SSD), there is no way to switch between windows and systemd-boot bootloaders
C0rn3j 2022-08-19 18:39:33
What makes you think this is UEFI?
bettehem 2022-08-19 18:39:37
tbogusze 2022-08-19 18:38:10
It’s only showing my SSD name (PNY 240 GB SATA SSD), there is no way to switch between windows and systemd-boot bootloaders
That looks a lot like legacy bios, and not uefi
SwitchAxe 2022-08-19 18:40:19
grazzolini 2022-08-19 18:38:01
If the packages you don’t want removed were installed asdeps and they are deps of something else, Rnsu will not remove them.
what’s the more general solution? what kind of option will not remove packages installed in a standalone way which are needed by other packages as optional (therefore not installed by default) dependencies?
BarakObama 2022-08-19 18:40:34
JerryXiao 2022-08-19 18:32:59
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
hmm It happened 4-5 times, I’ll try if it happens again
SwitchAxe 2022-08-19 18:41:21
i guess i could red the entirety of the pacman manual, because there’s nothing of the sort on the wiki, but i guess asking directly
1) is faster and
2) will lead me to the proper way without the risk of doing things wrong (as in: it works but you shouldn’t)
tbogusze 2022-08-19 18:41:27
bettehem 2022-08-19 18:39:37
That looks a lot like legacy bios, and not uefi
Oh okay, that’s right. I’ve had “Legacy first, UEFI second” selected. However, now I’ve changed it to “UEFI only” and it doesn’t boot at all…
BarakObama 2022-08-19 18:41:29
If I force reboot, would journalctl -b give me the incident during previous boot?
C0rn3j 2022-08-19 18:41:48
tbogusze 2022-08-19 18:41:27
Oh okay, that’s right. I’ve had “Legacy first, UEFI second” selected. However, now I’ve changed it to “UEFI only” and it doesn’t boot at all…
Reinstall the OS
bettehem 2022-08-19 18:42:00
tbogusze 2022-08-19 18:41:27
Oh okay, that’s right. I’ve had “Legacy first, UEFI second” selected. However, now I’ve changed it to “UEFI only” and it doesn’t boot at all…
That’s probably because you don’t have an uefi bootloader installed
tbogusze 2022-08-19 18:42:05
C0rn3j 2022-08-19 18:41:48
Reinstall the OS
I’d like to keep my data though
C0rn3j 2022-08-19 18:42:17
tbogusze 2022-08-19 18:42:05
I’d like to keep my data though
Reinstall the OS and restore backups
tbogusze 2022-08-19 18:42:53
C0rn3j 2022-08-19 18:42:17
Reinstall the OS and restore backups
Isn’t there any way to just reinstall the bootloader instead of reinstalling the whole OS?
C0rn3j 2022-08-19 18:43:12
tbogusze 2022-08-19 18:42:53
Isn’t there any way to just reinstall the bootloader instead of reinstalling the whole OS?
You need to format the drive as GPT first, it’s going to be MBR schemed.
SwitchAxe 2022-08-19 18:43:45
friendly reminder that you can have MBR under uefi, i’ve been dumb enough to do it without even knowing
C0rn3j 2022-08-19 18:44:08
SwitchAxe 2022-08-19 18:43:45
friendly reminder that you can have MBR under uefi, i’ve been dumb enough to do it without even knowing
Not if you want Windows you can’t.
SwitchAxe 2022-08-19 18:44:29
C0rn3j 2022-08-19 18:44:08
Not if you want Windows you can’t.
oh well, that sucks
C0rn3j 2022-08-19 18:45:39
Not to mention it’s a pretty atrocious setup even if it worked
SwitchAxe 2022-08-19 18:46:07
C0rn3j 2022-08-19 18:45:39
Not to mention it’s a pretty atrocious setup even if it worked
yeah mbr sucks and mbr under uefi sucks even more
SwitchAxe 2022-08-19 18:46:17
it’s truly, truly cursed
bettehem 2022-08-19 18:49:50
you can convert from mbr to gpt and vice versa:
https://wiki.archlinux.org/title/GPT_fdisk#Convert_between_MBR_and_GPT
MisterSoundsystem 2022-08-19 18:52:39
SwitchAxe 2022-08-19 18:40:19
what’s the more general solution? what kind of option will not remove packages installed in a standalone way which are needed by other packages as optional (therefore not installed by default) dependencies?
something like pacman -Qgt <group> ?
tbogusze 2022-08-19 18:55:58
C0rn3j 2022-08-19 18:42:17
Reinstall the OS and restore backups
Can I just reinstall Linux or do I have to reinstall Windows too?
bettehem 2022-08-19 18:56:39
you don’t need to reinstall
bettehem 2022-08-19 18:56:50
bettehem 2022-08-19 18:49:50
you can convert from mbr to gpt and vice versa:
https://wiki.archlinux.org/title/GPT_fdisk#Convert_between_MBR_and_GPT
do this
SwitchAxe 2022-08-19 18:57:05
(make a backup of all available data first)
tbogusze 2022-08-19 18:57:17
Alright, backing up right now
bettehem 2022-08-19 18:57:55
you’ll have to reinstall your bootloader though after converting, but not the whole os
tbogusze 2022-08-19 18:58:35
Alright, thanks, I’ll try it
shriosdev 2022-08-19 19:04:35
BarakObama 2022-08-19 18:15:13
my arch freezes suddenly in between with caps lock key blinking, anyone knows what might be causing?
then you need to reboot it by pressing power/reset button or after some time it becomes workable (automatically)? thank you.
BarakObama 2022-08-19 19:05:32
shriosdev 2022-08-19 19:04:35
then you need to reboot it by pressing power/reset button or after some time it becomes workable (automatically)? thank you.
yes it does work
← prev | next →