I’ve got Fedora and Pure OS on my laptop. After upgrading Pure OS to Byzantium, Fedora doesn’t boot anymore. I’m not able to choose which system I want to boot, since my laptop boots in Puree OS at once.
When booting with a live Fedora-usb and start install to hard drive I see in ‘Manual Partition’ that Fedora OS still is on my hard drive, but is categorized as ‘unknown’.
Under Pure OS Manual Partition shows:
System
/boot
sda1
/
sda2
Under Unknown (wich is the Fedora OS) the Manual Partition shows:
ext4
sda3
Encrypted (LUKS)
sda5
iso9660
sdb
What can I do to be able to boot Fedora OS again?
I tried to check this in different sites, but it’s quite a lot and I’m not into IT at all.
Maybe it’s just as simple as updating grub in Pure OS?
I’m on an old BIOS (F.06), so no UEFI.
Updating pure-os probably overwrote the fedora grub config and no longer allows it to access fedora.
sda3 is probably the fedora /boot and sda5 is probably the fedora / partition.
If you were to run lsblk -f then post that output it should show us more detail.
There should be a small bios boot partition created when installing in legacy mode with fedora that does not show in what you posted.
I would suggest you boot to the live media and run the above command and post the output here before doing anything more.
Having 2 different linux distros installed may often cause similar problems since the last distro to update grub generally takes control. Fedora usually is happy to co-exist with other linux distros while the reverse is sometimes not true.
copy & paste is the same as any other time.
Highlight with the mouse, select copy from a right click menu, then at the destination right click and select paste. Has been that way for eons.
since you did not include all the data for sda we are still somewhat guessing. The loop data is really not important to this issue, nor is the data from sdb (the live media).
You can do a reinstall (if you wish, and don’t want to keep the data from fedora) by simply booting to the live media then use fdisk to delete the partitions sda3 & sda5 following which you can start the install and repeat what you did earlier when you did the initial install.
If it seems necessary to keep data in /home then the recovery is different.