this post was submitted on 25 Aug 2023
48 points (94.4% liked)

Linux

47376 readers
1123 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
 

EDIT: So after all that, I was able to reinstall windows and download Macrium reflect + my backup. First time I tried to recover it, it failed for some reason, but the second time around I was able to restore it successfully. I'm now back where I started, thank you everyone!

I'm not done with Linux yet, but I think I'm going to try and run it in a good VM for the time being. When I'm done with classes, or when I get a separate device, I will give it another go.


Post 1: https://lemmy.ca/post/3709382

Post 2: https://lemmy.ca/post/3863438


Yesterday I could at least change the order in the BIOS to boot windows. Now I can't even do that.

I think when reinstalling, I must have overwritten something (the EFI?). I saw some other people that had a very similar experience, and the advice was to reinstall Windows. I'm currently downloading Windows installation media on another computer and I'm going to try and reinstall windows now.

This just keeps getting worse and worse, and thank you for the help while I struggle through this.

If anyone has other tips, I'd appreciate it :)

top 50 comments
sorted by: hot top controversial new old
[–] adamnejm@programming.dev 37 points 1 year ago (2 children)

Jesus, stop. You probably only removed the boot entry, happened to me before. Download Windows ISO, put it on a pendrive, boot into it and navigate to the terminal. Then look up a guide on how to restore the boot entry, should be just couple of simple commands and you're done.

If you are too lazy, at least boot into Linux, mount the Windows drive and back up your stuff.

[–] dinckelman@lemmy.world 10 points 1 year ago (1 children)

Even this is not necessary, you can repair it from Fedora itself, if you know your way around efibootmgr. Unfortunately given the rest of the posts so far, I'm afraid that's not the case

[–] otter@lemmy.ca 3 points 1 year ago

Yea I don't think that would have been wise for me to try

[–] otter@lemmy.ca 6 points 1 year ago* (last edited 1 year ago) (1 children)

Thank you! This is completely on me for just rushing ahead and accepting the loss, but I'll save this for if I run into this again. The only option on the recovery screen I didn't try was the terminal.

https://woshub.com/how-to-repair-uefi-bootloader-in-windows-8/

I did find this guide, is this looking close to what you went through?


Thankfully I did backup my stuff before starting the process so that's what I was planning on doing. Just moving the backup files onto my computer now

[–] adamnejm@programming.dev 2 points 1 year ago (1 children)

Honestly I just watched some Indian YouTube video, I recognize some of the commands, so it's probably it.

[–] otter@lemmy.ca 3 points 1 year ago

That works for me, thank you again!

[–] I_like_cats@lemmy.one 14 points 1 year ago (2 children)

This happens, because the stupid windows bootloader installs itself onto the same partition as the fedora bootloader instead of making it's own. So when you reinstall fedora, the windows bootloader is deleted. Look up how to reinstall windows bootloader

[–] Jajcus@kbin.social 10 points 1 year ago (1 children)

On EFI systems all bootloaders are supposed to reside on a single partition. EFI does not support multiple 'EFI system partitions', so operating systems have to share a single one. And this is usually not a problem if it is the one Windows choose. The problem most often is broken EFI firmware which fails to correctly handle adding and removing boot entries. Or Windows, which fails to boot if anything changes (disk order and such), even though everything is still available.

[–] Nayviler@lemmy.ca 5 points 1 year ago (4 children)

This is technically only true if you have a single disk. The EFI spec allows for a single EFI partition per disk, so you can definitely have multiple in a system. I know this, because my setup has multiple EFI partitions. Windows doesn't like it, and it will try it's hardest to share a single one with Linux, but if it's on its own disk, you can set it up with its own EFI partition using the command prompt.

[–] dandroid@dandroid.app 5 points 1 year ago

This is exactly why I put my Linux install on a separate SSD. I even physically removed the windows SSD when I installed so nothing would get merged together.

[–] Jajcus@kbin.social 2 points 1 year ago* (last edited 1 year ago)

Then my recent research was wrong - I tried to make it work and failed. Then read somewhere it is not supported. But it can be that it is valid EFI configuration, but not supported by Windows and some firmware implementations.
I don't think I have ever seen an EFI firmware which was not broken in one way or another.

[–] skullgiver@popplesburger.hilciferous.nl 1 points 1 year ago* (last edited 10 months ago) (1 children)

[This comment has been deleted by an automated system]

[–] yum13241@lemm.ee 1 points 1 year ago

I literally reinstalled Windows the other day and systemd-boot was still working, and so was Windows. This is all on a single disk.

[–] QuazarOmega@lemy.lol 1 points 1 year ago (1 children)

you can set it up with its own EFI partition using the command prompt.

Ohh could you share how to do that? I resorted to removing the other drive physically

[–] Nayviler@lemmy.ca 1 points 1 year ago

It was a couple months ago that I set this all up, but this is the article I followed IIRC: https://woshub.com/how-to-repair-deleted-efi-partition-in-windows-7/

[–] skullgiver@popplesburger.hilciferous.nl 2 points 1 year ago* (last edited 10 months ago)

[This comment has been deleted by an automated system]

[–] whiskers@lemmings.world 11 points 1 year ago (1 children)

Undercover Windows agent terrorizing linux newcomers /s

[–] otter@lemmy.ca 4 points 1 year ago

How could they

[–] illectrility@sh.itjust.works 9 points 1 year ago

Getting rid of Windows sounds like a feature to me

[–] otter@lemmy.ca 6 points 1 year ago (2 children)

If I can get back Windows, I think I'm going to cut my loses and just use Linux in a VM or through WSL. Maybe someday when I get a new separate device, I can try learning again.

At least I have a week before classes start again to get this sorted out :')

[–] giloronfoo@beehaw.org 6 points 1 year ago (1 children)

Is the windows partition is still there? You may be able to use one of the repair options from the install media to re-add windows to EFI instead of a full reinstall.

[–] otter@lemmy.ca 1 points 1 year ago

Yes the partition was still there, and I tried all the different repair options just now, but they all refused unfortunately.

I'm mentally prepared for a full wipe, even assuming my macrium reflect backup didn't work. Most of my important stuff is saved to google drive, and I can reinstall my games and download my movies / tv again.

Anything else probably wasn't important enough :(

[–] orizuru@lemmy.sdf.org 5 points 1 year ago (1 children)

You can't stop now!

I'm getting emotionally invested in this saga.

[–] otter@lemmy.ca 7 points 1 year ago (1 children)

Glad it's offering some entertainment at least!

I'm still not sure what I'll do next, I just know I don't like the saga so far

[–] orizuru@lemmy.sdf.org 3 points 1 year ago (1 children)

I’m still not sure what I’ll do next, I just know I don’t like the saga so far

https://en.wikipedia.org/wiki/Hero%27s_journey

[–] otter@lemmy.ca 3 points 1 year ago

I guess Lemmy is the helper and/or mentor?

Looking forward to the other side of this circle tbh

[–] Zucca@sopuli.xyz 5 points 1 year ago (1 children)

To me it looks like Fedora is trying to guide you to make better file choices. \s

[–] otter@lemmy.ca 1 points 1 year ago (1 children)

Just quietly murdered windows so there aren't any other options

[–] Shrexios@mastodon.social 1 points 1 year ago

@otter @Zucca Public admissions of such a crime are not smart! 😀

[–] dot20@lemmy.world 5 points 1 year ago (1 children)

Some BIOSes have trouble booting anything other than Windows, so some distros default to clobbering the Windows Boot Manager and trying to manage everything from GRUB. It sounds to me like this is what happened to you except it somehow got borked.

If the Windows install is still present on your drive it should be possible to restore the Windows Boot Manager. Then you won't be able to boot Linux but you'll at least be able to get into Windows.

Try booting off Windows install media and running Startup Repair using the following instructions: https://learn.microsoft.com/en-us/troubleshoot/windows-client/performance/windows-boot-issues-troubleshooting#method-1-startup-repair-tool

If that doesn't work try one of these solutions:

https://superuser.com/questions/460762/how-can-i-repair-the-windows-8-efi-bootloader

https://superuser.com/questions/612830/how-to-reinstall-windows-boot-manager-on-efi-partition

Good luck!

Also relevant xkcd

[–] otter@lemmy.ca 3 points 1 year ago* (last edited 1 year ago) (2 children)

No joke, I'm trying to fix a family member's laptop's wifi issues while I wait.

So I'm somewhere between 6-10 hours

Also thank you!

[–] rem26_art@kbin.social 4 points 1 year ago (1 children)

what dot20 said was similar to what I had to do in order to get the Windows boot option back after GRUB couldn't find it after a Fedora install. As long as you can still see your Windows drive when you boot up the Windows Install Media, you should be able to rebuild its EFI entry.

As an addendum, here is a link to the Fedora docs for what to do in Fedora after you manage to rebuild Windows' EFI stuff.

[–] otter@lemmy.ca 2 points 1 year ago

Thank you, saving this as well

[–] dot20@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

Between 6-10 hours of what?

edit: oh, you mean the xkcd, LOL. Well let me know if it works out for you haha

[–] otter@lemmy.ca 2 points 1 year ago* (last edited 1 year ago)

Yep, sorry should have specified 😄

Your notes were helpful and I'm saving them for future reference. Unfortunately I already decided to just try for a clean reinstall

[–] filgas08@lemmy.world 4 points 1 year ago (1 children)

try going into root and running grub-update. also, do not run it like: "$ sudo grub-update", but as "$ su" and then "$ grub-update" that might fix the problem. also ensure you can boot into windows from bios.

[–] otter@lemmy.ca 2 points 1 year ago (1 children)

I think I tried that yesterday but it threw back an error.

I was able to boot into windows from bios yesterday, but after reinstalling today it disappeared.

[–] filgas08@lemmy.world 2 points 1 year ago (1 children)

so you can't boot windows from the bios? In that case I think you have to reinstall windows.

[–] otter@lemmy.ca 2 points 1 year ago

Darn ok was hoping for another option, thats what I'm now doing :)

[–] wviana@lemmy.eco.br 3 points 1 year ago (1 children)

Many years ago I would reinstall everything if I break something. Today I don't see how to break things to a point that just resin stalling would be a solution. Probably by booting a live you can fix whatever you broke.

[–] otter@lemmy.ca 2 points 1 year ago

Yes that's fair, and I think if I spent more time on it I could have just fixed the windows boot using the terminal in the installation media

I just gave up at that point and wanted to quickly get it up and running again 😄

[–] Delta_44@lemmy.world 0 points 1 year ago (1 children)
[–] otter@lemmy.ca 3 points 1 year ago (1 children)
[–] Delta_44@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (2 children)

Heh, yeah 😂

By the way you might wanna consider an alternative such as rEFInd if you're using an UEFI (BIOS but newer and shittier thanks to "improved security", full of limits) or "systemd-bootloader"

[–] yum13241@lemm.ee 2 points 1 year ago (1 children)

It's objectively better. Rather than having to manipulate raw bytes to change my bootloader, I can just add it to my ESP, which is a partition that the UEFI reads to find what to start on your hard disk. Also, no more 640x480 resolution at boot.

All computers since the late-Windows 7 era use UEFI.

Secure Boot is shit, I agree.

[–] Delta_44@lemmy.world 1 points 1 year ago (1 children)

All computers since the late-Windows 7 era use UEFI.

That's why I hated the extra step that I had to do to not corrupt the UEFI while installing a Linux distro years ago... All this new stuff that just locks you and limits you.

Things are better sometimes but in this case they're not.

[–] yum13241@lemm.ee 2 points 1 year ago (1 children)

I literally reinstalled Windows yesterday and systemd-boot went nowhere. Something's wrong with your UEFI implementation. Another laptop I have (HP 2000 Notebook PC, will ALWAYS boot the Microsoft folder if it exists, and there's no ESP. I had to rename the folder.

And by "corrupt the UEFI", do you really know what you're talking about? It's the ESP that contains the bootloaders.

[–] Delta_44@lemmy.world 1 points 1 year ago (1 children)

Hold on, I think I didn't explain myself properly.

I've never had any problem, the problem that existed years ago was that you had to manually change things to accomodate UEFI, while installing a Linux distro.

For example, while installing Ubuntu you had to press a key during the splash screen and boot there. It was a simple fix that you had to do while booting the ISO, but it was something not widely known.

And by “corrupt the UEFI”, do you really know what you’re talking about?

Unfortunately not, but I've read that this was a thing, since I didn't want to fry my €1400 laptop I did this simple thing. Later I've seen that this problem was fixed, but I'm talking about years ago, 2019 or so.

[–] yum13241@lemm.ee 2 points 1 year ago

And? Windows 7 shits itself on UEFI systems. It's in a sort of limbo when it comes to UEFI support. It has a UEFI compatible version of Windows Boot Manager, but it'll usually hang the computer as soon as it's done booting.

For your last thing, the only thing that can do that is a firmware update.

[–] otter@lemmy.ca 2 points 1 year ago

thank you! I'll note that down for next time