• 1 Post
  • 436 Comments
Joined 1 year ago
cake
Cake day: August 14th, 2023

help-circle











  • Windows install will have a back up bootloader that you can copy over or you can use the install media

    I’ll give the install media instructions, you can do it from your Linux install if it’s able to see the Windows files

    Launch Command Prompt with Shift+F10

    List Disks with

    list disk

    Select desired disk with

    sel disk #

    Create the boot partition

    create partition efi size=100

    Select Boot

    sel partition 1

    Format Boot

    format fs=FAT32 quick

    Assign Boot partition

    assign letter=g:

    Copy the boot files to the partition

    bcdboot c:\Windows /s G: /f ALL









  • It handles dependencies, and it makes windows games transparent to Linux users (you don’t even know it’s being emulated). In fact, from my understanding, some games run better than in windows in some cases

    Wine is not an Emulator

    If you’re using controllers, steam input also makes games a lot more playable.

    haven’t had issues using ps4 controllers without Steam. I even use it in Runelite

    If we’re talking about the Unix philosophy though, what one thing does the Linux kernel do?

    Be the kernel, it’s the only constant between separate deployments