[00:07] Have you tried sudo update-grub [01:40] BUS2 [01:41] BVS2 [05:54] Yeah (re @IrcsomeBot: Have you tried sudo update-grub) [05:56] Omar, what's the other OS, is it Windows? And what's your Kubuntu version, is it 22.04? [06:09] My kubuntu is 22.04 and the other os is fedora 37 [06:10] Fedora grub shows kubuntu but kubuntu grub doesn’t show fedora [06:11] Omar, first run sudo -i, then all this: echo GRUB_DISABLE_OS_PROBER=false >/etc/default/grub.d/local.cfg; update-grub; ( lsblk -fe7; cat /boot/grub/grub.cfg ) | nc termbin.com 9999 [07:15] https://termbin.com/oalcc [07:17] Omar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS? [07:17] It's probably either in sda9 or in sda10 [07:18] ok 1 minute [07:18] do i have to boot into fedora to do this? (re @IrcsomeBot: Omar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS?) [07:19] Omar, no, just mount them. E.g.: sudo mount /dev/sda9 /mnt; ls /mnt | nc termbin.com 9999 [07:19] https://termbin.com/x7ps5 [07:20] Omar: find /mnt | nc termbin.com 9999 [07:21] https://termbin.com/kbie [07:22] Omar, your first paste doesn't match the second [07:22] In the first paste https://termbin.com/x7ps5 it's a "boot partition" [07:22] In the second paste it's the /root folder [07:22] https://termbin.com/d6al (re @IrcsomeBot: Omar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS?) [07:23] The contents... [07:24] https://termbin.com/vmig (re @IrcsomeBot: Omar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS?) [07:24] Omar, that's from Kubuntu [07:24] It's not from Fedora [07:25] oh (re @IrcsomeBot: It's not from Fedora) [07:25] Let's back up. Run these: sudo -i first; then: umount /mnt; umount /mnt; mount /dev/sda9 /mnt; find /mnt | nc termbin.com 9999 [07:25] but the problem is in kubuntu grub [07:25] Yes but if fedora is using systemd-boot then we can't fix it. So we want to know what fedora is using. [07:26] https://termbin.com/ovdc (re @IrcsomeBot: Let's back up. Run these: sudo -i first; then: umount /mnt; umount /mnt; mount /dev/sda9 /mnt; find /mnt | nc termbin.com 9999) [07:27] ok i understand (re @IrcsomeBot: Yes but if fedora is using systemd-boot then we can't fix it. So we want to know what fedora is using.) [07:27] Omar: cat /mnt/loader/entries | nc termbin.com 9999 [07:29] cat: /mnt/loader/entries: Is a director (re @IrcsomeBot: Omar: cat /mnt/loader/entries | nc termbin.com 9999) [07:29] cat: /mnt/loader/entries: Is a directory (re @IrcsomeBot: Omar: cat /mnt/loader/entries | nc termbin.com 9999) [07:29] OK [07:29] umount /mnt; mount /dev/sda10 /mnt; ls /mnt /mnt/boot | nc termbin.com 9999 [07:30] i used ls here https://termbin.com/qmle (re @IrcsomeBot: Omar: cat /mnt/loader/entries | nc termbin.com 9999) [07:30] https://termbin.com/j778 (re @IrcsomeBot: umount /mnt; mount /dev/sda10 /mnt; ls /mnt /mnt/boot | nc termbin.com 9999) [07:31] That doesn't sound correct [07:31] You showed the same things for sda10 as for sda9 [07:32] OK anyway reboot in fedora it'll be easier from there [07:33] they are the same (re @IrcsomeBot: You showed the same things for sda10 as for sda9) [07:33] look [07:33] OK anyway reboot in fedora it'll be easier from there [07:33] ok [07:37] im on fedora [07:37] ( cat /proc/cmdline; lsblk -fe7; cat /boot/grub/grub.cfg ) | nc termbin.com 9999 [07:38] cat /proc/cmdline; lsblk -fe7; cat /boot/grub/grub.cfg ) | nc termbin.com 9999 [07:38] sorry [07:38] https://termbin.com/aqxm [07:39] So there's no /boot/grub/grub.cfg file at all? [07:40] i think it is grub2 [07:40] OK, is there a /boot/grub2/grub.cfg file? [07:41] https://termbin.com/1vw5b [07:41] here is its content [07:43] > # The blscfg command parses the BootLoaderSpec files stored in /boot/loader/entries and [07:43] This means that fedora's grub includes a module to read the systemd-boot entries. It's not a normal grub.cfg [07:44] Additionally, it's btrfs; so yeah Ubuntu can't read all that [07:45] so i cant add it to kubuntu grub ? [07:45] Right, you can't [07:45] Keep using fedora's grub as the main one instead [07:45] ok [07:45] its too messy [07:45] but ill find a way to organize it === nully is now known as nullyfull [12:18] im trying to format my ssd so i can download Kubuntu on it but i get thiss error Create filesystem fat32 on partition ‘/dev/sda1’ [12:18] Job: Delete file system on ‘/dev/sda1’ [12:18] Command: wipefs --all /dev/sda1 [12:18] Failed to erase filesystem signature on partition ‘/dev/sda1’. [12:18] Could not delete file system on ‘/dev/sda1’. [12:18] Delete file system on ‘/dev/sda1’: Error [12:31] Hi all [17:22] hello everyone, is there any chance I am missing something with nvidia while using kubuntu since it doesn't detect my second monitor? does anyone have any ideas? thanks === ubuntu is now known as Guest6382