• Lemminary@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 day ago

    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.

    • WhyJiffie@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      15 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
    • dajoho@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      ·
      1 day 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.