this post was submitted on 22 Jan 2024
32 points (100.0% liked)

Linux

51323 readers
800 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So, I am making the switch to using Arch full time instead of Windows.

Here is the rundown:

I have windows installed on one NVME and installed Arch on another NVME. After installing Arch on the one drive, and rebooting Arch hung at loading initial ramdisk. It never completed, I force shutdown my PC.

I went back into bios, and there wasn't an entry for my Arch drive whatsoever.

In fact, before this happened I had all bootable drives go missing from within my bios.

So, after the reboot, I left the boot options default, and it did in fact boot to windows.


Other potentially important details:

I used archinstall rather than walking through manually.

UEFI

Secureboot off

GRUB bootloader

Unified Kernel Images on

Luks encrypted BTRFS partitions

Audio Pipewire

Kernels: Linux and Linux-Zen

Network Manager

Hardware:

CPU: i7-12700KF

Motherboard: TUF GAMING Z690-PLUS WIFI D4

GPU: EVGA GeForce RTX 3090 FTW3

RAM: Corsair VENGEANCE® RGB PRO 16GB (x4)

PSU: EVGA SuperNOVA 1000 GT 1000W

Drives: 1tb WD Black SN750 (Drive intended for Arch to be installed on)

1tb Samsung 980 Pro (Drive windows is installed on)

2tb Samsung 980 Pro (separate data drive)


Should I remove my windows drive while installing Arch on another drive?

Rather, what would be the best approach to this?

Could anyone provide any help regarding this?


Edit: More details

all 19 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (1 children)

This is the guide I followed when I was installing Arch manually. I hope the method has not changed. Make sure to choose the correct partition if you're planning on dual booting.

https://www.youtube.com/watch?v=68z11VAYMS8

[–] [email protected] 4 points 1 year ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=68z11VAYMS8

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 3 points 1 year ago (1 children)

Installing arch on OneDrive is an entertaining concept

[–] [email protected] 1 points 1 year ago (1 children)

But Microsoft would cuck your Arch install if it were somehow installed onto onedrive D':

[–] [email protected] 2 points 1 year ago

It would still somehow manage to overwrite whatever would pass for a boot loader

[–] [email protected] 3 points 1 year ago (1 children)

So did you actually turn off secure boot in your UEFI setup? Or did you just state that it's off to archinstall?

[–] [email protected] 3 points 1 year ago

I turned it off in bios. Sorry for confusion due to order of information or wording.

[–] [email protected] 2 points 1 year ago (1 children)

I had a similar issue with my laptop, where Arch wouldn't be recognized as a bootable system on my NVMe drive unless I disabled RST with Optane on the BIOS, setting it to AHCI mode.

I do remember seeing a similar issue a while ago as well, but I don't remember if the user managed to fix it.

I could suggest removing the Windows drive, installing Arch and checking if everything works, then plugging the Windows drive back in. Windows loves to delete non-Windoes bootloaders from every drive it can.

[–] [email protected] 1 points 1 year ago

Ultimately, I removed the windows drive, it booted. But yay Novideo, I mean Nvidia drivers on arch is a pain.

[–] [email protected] 2 points 1 year ago (1 children)

From past forums reading I remember that a boot loader in Linux can have trouble booting properly when you use two different physical drives (Rather than one drive and different partitions), I think it needs to specifically get to know about both drives. Does this help ?

[–] [email protected] 3 points 1 year ago

That very well may help, I read a bit of what you sent. I will have to try when not at work. Thank you!

[–] [email protected] 2 points 1 year ago (1 children)

have you turned off avx512

[–] [email protected] 1 points 1 year ago (1 children)

I have not, but I can look into how to do that. What would that do, if I may ask?

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

it's an instruction set only available in early 12th gen intel chips, so you can usually go into the bios and find settings to turn it off.

It's because Linus really didn't like it.

[–] [email protected] 1 points 1 year ago (1 children)

What benefit would disabling it have for someone such as myself?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

it just didn't boot for me when that was enabled