this post was submitted on 17 Jul 2025
467 points (98.1% liked)

Linux

8484 readers
716 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Lemminary@lemmy.world 3 points 23 hours ago* (last edited 23 hours ago) (2 children)

Yup! Just installed it on my laptop after several tries running into bugs during install. My desktop is next, but I'm not ready for the headaches of figuring out a dual-boot yet. I'm mentally preparing for it, though, so fingers crossed.

So I might as well ask beforehand: Does anyone have a preferred tutorial for it? I prefer a recommendation to going in blind.

[–] dajoho@sh.itjust.works 5 points 19 hours ago

Hello. Not really a tutorial but a bit of advice: get a new internal SSD from Amazon and install it on that, leaving your Windows drive alone. It is a lot less of a headache if Linux is on a dedicated drive.

[–] WhyJiffie@sh.itjust.works 3 points 6 hours ago* (last edited 6 hours ago)

I don't think it needs a tutorial, it's automatic. but some advice:

  • don't delete any partitions, shrink them if you need space. who knows if windows needs it to boot
  • either have 2 ESP partitions (requires motherboard support), or use a different disk for linux. if windows and linux share an ESP, windows updates can somehow fuck up the linux boot chain, which is wonderful because everything is placed in per-OS directories. you don't have to order from amazon
  • disable fast startup in windows (control panel, energy settings, what does the power button do menu), because it's hibernation every time
  • disable hibernation, or handle with care. you shouldn't boot linux while windows is hibernated: changes the ESP and windows filesystems might haven't been written completely, also windows will do unpredictable things if these get changed while it's hibernated. linux kernel updates and efibootmgr changes could also make windows to drop its hibernated state and not load it
  • if you use multiple disks, consider creating a linux filesystem there. ext4, btrfs, whatever, former is fine if you don't know the difference. ntfs filesystems can be accessed well (except symbolic links?), but it's slow, cpu-heavy because of an implementation detail that makes it maintainable