this post was submitted on 17 Jul 2025
486 points (98.2% liked)

Linux

8484 readers
715 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
[–] WhyJiffie@sh.itjust.works 3 points 11 hours ago* (last edited 11 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