• 0 Posts
  • 18 Comments
Joined 2 years 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



  • Why would anyone want that?

    1 they aren’t pedos

    2 they want an app to talk to their friends with

    3 they don’t want to be victims of misinformation campaigns

    And Discord used to have #XXXX at the end of usernames.

    Yeah it was better, it meant if you were being stalked you could just have the numbers changed. Now you need a completely different alias with the only purpose to be discouraging victims from getting help




  • The boot directory on your file system is where the system gets it from to put on G. It’s left there for recovery/repair

    But you still have a G partition for the boot. It lets the computer itself have an easier time finding it (think labeled as boot). Your ssd is divided, it’s not a 2nd physical disk

    The letter is arbitrary, so is C. It’s just the default