• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle




  • I can show you how to restore the windows boot but I’m not exactly sure what it will do to your Linux boot.

    if you have a windows install USB boot to that.

    once you get to the first screen hit shift-f10 this will open a command prompt

    type diskpart

    type list vol

    this will show you your volumes and drive letters you will need to determine the drive letter of your windows install

    next determine the the volume number of your fat32 uefi partition

    type sel vol 2 (or whatever the number of your uefi vol is)

    type assign (this will give the selected a drive letter)

    type list vol again and see what letter is assigned

    type exit to leave diskpart

    type bcdboot x:\windows /s y: /f uefi

    where x: is your windows partition and y: is your uefi partition