40
submitted 2 days ago by Sandbag@lemm.ee to c/linux@lemmy.ml

I know this is a Linux magazine but I can't really find a lot of resources on this.

I installed fedora kinite on a second hard drive, intending to dual boot with windows, after the install finished it looks like it removed my windows boot loader.

Has anyone run into this and if so how did you correct it?

you are viewing a single comment's thread
view the rest of the comments
[-] ILikeBoobies@lemmy.ca 11 points 2 days ago* (last edited 2 days ago)

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

this post was submitted on 18 Dec 2024
40 points (97.6% liked)

Linux

48655 readers
792 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS