#Cannot boot into another partition
134 messages · Page 1 of 1 (latest)
you need to mount the fedora gnome partition and update your grub config. so just press ▶️ on all these partitions and run sudo os-prober, then check back with what it output
/dev/sda3:Fedora Linux 42 (Workstation Edition):Fedora:linux:btrfs:UUID=6a1a055b-a5ff-4566-a5c7-6cec34ba6d84:subvol=root
follow the grub2-mkconfig command in #1373672470552379496
Not working
Upon close inspection, my fedora partition are not mounted to boot
Instead it is mounted /run/media/yume/...
that's expected. that's where drives are mounted by the disks app temporarily. still should work. output of lsblk?
i didn't do lsblk yet but does this mean it works?
because before this, i don't get that output at all
should
i'll reboot and then i'll tell you if it works
what'd you do to make it work?
I keep restarting many times.
However, the option for fedora workstation is still not in the grub menu
I'll try shutdown and then turn it on again
It still didn't work. Proceeds to do lsblk to check mounted drive in terminal
it's only showing xfce and uefi settings?
Yes, 2 xfce and uefi
I have logged into both, and it is indeed xfce
after click "play"-like button in disk, and do grub2 mkconfig
you only have 2 partitions for fedora workstation instead of 3.
what does efibootmgr output?
it should be 3? 😱
by default
/
/boot
/boot/efi
still should work. hmmmmm
well, i just want to try fedora xfce. i don't mind deleting the xfce tho. cuz i mainly use gnome
what if i use gparted and delete the xfce partition?
can you boot to fedora gnome via your boot/uefi menu?
how? cuz my fedora gnome is still in the same ssd
just partitioned
wait let me reboot my system again. who knows if the files to boot fedora gnome is in my pendrive
can you open the sda2 and sda3 partitions in your file manager (click the blue link in disks app) and show a screenshot?
Sure, just let me login again 😂
sda3
this one is the 1gb partition ext4 (sda2)
hmm idk why it isn't showing gnome in grub menu even though it's detecting it. try to open the file /boot/grub2/grub.cfg and send it here
which
this is xfce maybe. since from file system
both don't have grub.cfg
the heck, it's not a hidden file either
euh
hmm, thunar may be retared. try to install dolphin and then enter the directory
or do it via terminal. sudo ls /boot/grub2
Oh it is there
Weird, thunar in fedora xfce don't have option to open as root
I'll do nano the config file
I think it doesn't support that anywhere. nemo/dolphin have these option
Mint have 😱
Maybe mint is just being mint
are you sure it isn't Nemo?
I'm downloading dolphin
Nope, thunar
I opened it in nano
Finally can access the grub.cfg
Dolphine and thunar don't have the open as root option
send it here
for dolphin, you may need to enter a directory that you don't have read permissions in, e.g /
hmm idk why it isn't working
you could try to manually boot it via grub2 as last resort
i'm up for the challenges
wait grub2 is the cmd line right?
the place when it can't find boot file
let me finish breakfast and I'll see how to do it on a vm
Oh, have a nice breakfast!
set root=(hd0,gpt2) linux ($root)/vmlinuz-<TAB> root=/dev/sda3 rootflags=subvol=root initrd ($root)/initramfs-<TAB> boot
where it says <TAB>, press TAB key and list the newest kernel/initramfs
it should boot you properly. if it shows like this, then you typed something wrong
Ok
Vmlinuz is really vmlinuz? Not my home directory or something?
write vmlinuz- and press tab, it should auto-complete or list possible entries
Alright
select the same as you selected the kernel
I should typed in the kernel i want to boot into right?
yes
There's three,
vmlinuz-6.14.0-63...i know this one is xfce rescue somethingvmlinuz-6.14.9-300...
Fedora 42 gnome is the latest kernel right
So should be 6.14.9
I saw fedora workstation!
Oh?? Almost there
ye
Wrong people mentioned
why am i being pinged
xD
lmao its alr
glad it worked or whatever i didnt really get to read the message
not sure how to make it permanent now though. maybe try the sudo grub2-mkconfig -o /boot/grub2/grub.cfg now?
I'll try
Nooo, i reboot and fedora workstation is nowhere to be seen
That's it, I'm deleting xfce
@solemn turret?
Is the system going idiot cuz one is wayland and other's x11?
呐喊哈特色哦他和哦 我人
???
Bruh
Even your computer stressed out of my laptop
Now this is interesting, suddenly typing in chinese 😂
the keyboard is set as polish but for whatever reason it's typing in Chinese. idk what happened there. I am typing from my phone now
this shouldn't be the reason
Anyhow, I'll redo all the stuff you told me earlier
And I'll tell you if it works
i don't understand why it doesn't work
If you don't understand then I don't even know anymore
I don't think anyone have the same problem as me LOL
The problem cannot be solved.
Problem
Cannot boot into another partition to change DE
How to recreate
- Installing other DE through Fedora Media Writer
- Shrink Fedora workstation partition to make way for the DE downloaded
- Finish installing, reboot
- Unable to find Fedora Workstation option in Grub menu
How to solve ✅
**Easy way: **
Reinstall, if the data inside doesn't matter to you.
Long way:
- Open Disk app
- Mount original partition by clicking the play-like button. (Mount all of them)
- Go to terminal and type
sudo grub2-mkconfig -o /boot/grub2/grub.cfgIt should add your previous DE or OS into the boot entry
- Reboot
If the problem still persists ⚠️
- Check where is your previous partition by typing in the terminal
lsblk- Let's say the partition is named
/dev/sda3
located at
(hd0,gpt2)- Go to grub, either by clicking ESC (If using UEFI) or SHIFT (BIOS) when boooting
- Then type the following
set root=(hd0,gpt2)
Hit enter, then
linux ($root)vmlinuz-
Hit TAB, then type in the latest kernel versionOn the same line after entering kernel version:
rootflags=subvol=root initrd ($root)/initramfs-Hit TAB, and enter latest initramfs image
On the same line, type
boot
- Enter
If it's not booting, type boot again
You are now will be greeted with your previous DE, or any OS in the partition
After that:
- Updating the grub entry in the terminal after login to Fedora Workstation
- Reboot
- The option for Fedora workstation is nowhere to be seen
Trying to do the solution again
The grub now is stucked and not booting
.
This thread is now marked as abandoned.
However, if anyone are able to recreate the problem and successfully fixed the problem, feel free to share in this thread
the underlying issue is that you were trying to boot TWO Fedora OS from the same drive. That in itself is kind of crazy right there.
so naturally it got confused. or one bootloader code mistook the other
LOL, this mean if i want to to try another de, i should just download the meta pacakage
Or whatever it's called in fedora
of course
Lesson learned, ty for your time. @wanton cliff thx to you too
stunner but why does it matter? it has one /boot/efi partition and one bootloader. one bootloader can boot up multiple distros just fine
it even detected fedora gnome with os-prober
welp it still caused issues overall right?
But, mint don't have that kind of issue. This is fedora's issue it seems
I dont know. i run it like that (albeit from a 2nd drive) and it's just listed as a 2nd entry in grub

