/srv/irclogs.ubuntu.com/2023/04/10/#kubuntu.txt

mparilloHave you tried sudo update-grub00:07
IrcsomeBot<Sadeepsashri> BUS201:40
IrcsomeBot<Sadeepsashri> BVS201:41
IrcsomeBot<Omar> Yeah (re @IrcsomeBot: <mparillo> Have you tried sudo update-grub)05:54
alkisgOmar, what's the other OS, is it Windows? And what's your Kubuntu version, is it 22.04?05:56
IrcsomeBot<Omar> My kubuntu is 22.04 and the other os is fedora 3706:09
IrcsomeBot<Omar> Fedora grub shows kubuntu but kubuntu grub doesn’t show fedora06:10
alkisgOmar, 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 999906:11
IrcsomeBot<Omar> https://termbin.com/oalcc07:15
alkisgOmar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS?07:17
alkisgIt's probably either in sda9 or in sda1007:17
IrcsomeBot<Omar> ok 1 minute07:18
IrcsomeBot<Omar> do i have to boot into fedora to do this? (re @IrcsomeBot: <alkisg> Omar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS?)07:18
alkisgOmar, no, just mount them. E.g.: sudo mount /dev/sda9 /mnt; ls /mnt | nc termbin.com 999907:19
IrcsomeBot<Omar> https://termbin.com/x7ps507:19
alkisgOmar: find /mnt | nc termbin.com 999907:20
IrcsomeBot<Omar> https://termbin.com/kbie07:21
alkisgOmar, your first paste doesn't match the second07:22
alkisgIn the first paste https://termbin.com/x7ps5 it's a "boot partition"07:22
alkisgIn the second paste it's the /root folder07:22
IrcsomeBot<Omar> https://termbin.com/d6al (re @IrcsomeBot: <alkisg> Omar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS?)07:22
alkisgThe contents...07:23
IrcsomeBot<Omar> https://termbin.com/vmig (re @IrcsomeBot: <alkisg> Omar, can you pastebin the /boot/grub/grub.cfg from your Fedora OS?)07:24
alkisgOmar, that's from Kubuntu07:24
alkisgIt's not from Fedora07:24
IrcsomeBot<Omar> oh (re @IrcsomeBot: <alkisg> It's not from Fedora)07:25
alkisgLet's back up. Run these: sudo -i  first; then: umount /mnt; umount /mnt; mount /dev/sda9 /mnt; find /mnt | nc termbin.com 999907:25
IrcsomeBot<Omar> but the problem is in kubuntu grub07:25
alkisgYes but if fedora is using systemd-boot then we can't fix it. So we want to know what fedora is using.07:25
IrcsomeBot<Omar> https://termbin.com/ovdc (re @IrcsomeBot: <alkisg> 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:26
IrcsomeBot<Omar> ok i understand (re @IrcsomeBot: <alkisg> 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
alkisgOmar: cat /mnt/loader/entries | nc termbin.com 999907:27
IrcsomeBot<Omar> cat: /mnt/loader/entries: Is a director (re @IrcsomeBot: <alkisg> Omar: cat /mnt/loader/entries | nc termbin.com 9999)07:29
IrcsomeBot<Omar> cat: /mnt/loader/entries: Is a directory (re @IrcsomeBot: <alkisg> Omar: cat /mnt/loader/entries | nc termbin.com 9999)07:29
alkisgOK07:29
alkisgumount /mnt; mount /dev/sda10 /mnt; ls /mnt /mnt/boot | nc termbin.com 999907:29
IrcsomeBot<Omar> i used ls here https://termbin.com/qmle (re @IrcsomeBot: <alkisg> Omar: cat /mnt/loader/entries | nc termbin.com 9999)07:30
IrcsomeBot<Omar> https://termbin.com/j778 (re @IrcsomeBot: <alkisg> umount /mnt; mount /dev/sda10 /mnt; ls /mnt /mnt/boot | nc termbin.com 9999)07:30
alkisgThat doesn't sound correct07:31
alkisgYou showed the same things for sda10 as for sda907:31
alkisgOK anyway reboot in fedora it'll be easier from there07:32
IrcsomeBot<Omar> they are the same (re @IrcsomeBot: <alkisg> You showed the same things for sda10 as for sda9)07:33
IrcsomeBot<Omar> look07:33
alkisgOK anyway reboot in fedora it'll be easier from there07:33
IrcsomeBot<Omar> ok07:33
IrcsomeBot<Omar> im on fedora07:37
alkisg( cat /proc/cmdline; lsblk -fe7; cat /boot/grub/grub.cfg ) | nc termbin.com 999907:37
IrcsomeBot<Omar> cat /proc/cmdline; lsblk -fe7; cat /boot/grub/grub.cfg ) | nc termbin.com 999907:38
IrcsomeBot<Omar> sorry07:38
IrcsomeBot<Omar> https://termbin.com/aqxm07:38
alkisgSo there's no /boot/grub/grub.cfg file at all?07:39
IrcsomeBot<Omar> i think it is grub207:40
alkisgOK, is there a /boot/grub2/grub.cfg file?07:40
IrcsomeBot<Omar> https://termbin.com/1vw5b07:41
IrcsomeBot<Omar> here is its content07:41
alkisg> # The blscfg command parses the BootLoaderSpec files stored in /boot/loader/entries and07:43
alkisgThis means that fedora's grub includes a module to read the systemd-boot entries. It's not a normal grub.cfg07:43
alkisgAdditionally, it's btrfs; so yeah Ubuntu can't read all that07:44
IrcsomeBot<Omar> so i cant add it to kubuntu grub ?07:45
alkisgRight, you can't07:45
alkisgKeep using fedora's grub as the main one instead07:45
IrcsomeBot<Omar> ok07:45
IrcsomeBot<Omar> its too messy07:45
IrcsomeBot<Omar> but ill find a way to organize it07:45
=== nully is now known as nullyfull
user|82im 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
user|82Job: Delete file system on ‘/dev/sda1’12:18
user|82Command: wipefs --all /dev/sda112:18
user|82Failed to erase filesystem signature on partition ‘/dev/sda1’.12:18
user|82Could not delete file system on ‘/dev/sda1’.12:18
user|82Delete file system on ‘/dev/sda1’: Error12:18
BluesKajHi all12:31
Guest67hello 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? thanks17:22
=== ubuntu is now known as Guest6382

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!