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

Linux

48665 readers
995 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
 

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
[–] pinguinu@lemmygrad.ml 5 points 3 days ago* (last edited 3 days ago) (1 children)

I had the exact same problem with regular Fedora KDE. In my case it turned out that it didn't wipe out the entire Microsoft bootloader because there was a backup bootx64.efi. In the end I downloaded a windows installer iso, copied the boot* files and directory to efi/Microsoft/boot and copied that bootx64.efi and added it to the grub menu using the 40_custom file in grub.d and applied grub2-mkconfig -o /boot/grub2/grub.cfg

To boot from grub you use set root and chainloader /... which you then write as a menuentry

Sorry for the bad reply but I'm working

[–] pinguinu@lemmygrad.ml 2 points 3 days ago

I hadn't read the other drive stuff. I'm guessing it's the same case as mine since you planned or guessed you would be using Grub on your primary drive instead of Windows boot manager. I don't have my computer with me but I would be willing to make a more concrete "tutorial". You can DM me too