=== guiverc2 is now known as guiver | ||
=== guiver is now known as guiverc | ||
IrcsomeBot | <Omar> Hi all | 03:21 |
---|---|---|
IrcsomeBot | <Omar> So i extended my UEFI partition and it won't boot into linux anymore only Win10 boot manager | 03:21 |
=== diceLibrarian2 is now known as liceDibrarian | ||
IrcsomeBot | <Omar> And booting into Win10 became so laggy | 03:31 |
IrcsomeBot | <Omar> It's showing me this : https://irc-attachments.kde.org/a9fc8950/file_67940.jpg | 03:55 |
IrcsomeBot | <Omar> I booted into live usb | 04:28 |
IrcsomeBot | <Omar> All my data is there but i can't boot into the os (re @Omar: I booted into live usb) | 04:39 |
IrcsomeBot | <Omar> I guess BIOS can't find grub | 04:39 |
IrcsomeBot | <Omar> Any help here?? | 04:39 |
CoJaBo | I'd probably try reinstalling the bootloader(s) | 04:43 |
CoJaBo | Also make sure the flags on the EFI partition itself are set right. | 04:43 |
IrcsomeBot | <Omar> How is that (re @IrcsomeBot: <CoJaBo> I'd probably try reinstalling the bootloader(s)) | 04:44 |
IrcsomeBot | <Omar> Can i do if by booting into live usb ? (re @IrcsomeBot: <CoJaBo> Also make sure the flags on the EFI partition itself are set right.) | 04:44 |
diogenes_Vx15 | Omar, open terminal on live USB and run: lsblk | nc termbin.com 9999 | 04:48 |
diogenes_Vx15 | share the url | 04:48 |
IrcsomeBot | <Omar> Ok wait | 04:49 |
IrcsomeBot | <Omar> https://termbin.com/kozy | 04:58 |
IrcsomeBot | <Omar> the uefi is on sda1 | 05:00 |
diogenes_Vx15 | Omar, what a weird and confusing partition scheme you have, why so many partitions? so EFI is on /dev/sda1 and root is which one? sda3 or sda4? | 05:06 |
IrcsomeBot | <Omar> i have 3 OS's | 05:07 |
IrcsomeBot | <Omar> fedora wi10 kubuntu | 05:07 |
IrcsomeBot | <Omar> root u mean /dev/sda8 384610304 780013567 395403264 188.5G Linux filesystem? | 05:07 |
IrcsomeBot | <Omar> https://termbin.com/qunf take a kook here | 05:08 |
IrcsomeBot | <Omar> the output of sudo fdisk -l | grep "Linux filesystem$" | 05:08 |
diogenes_Vx15 | so sda8 where Kubuntu is installed? | 05:09 |
IrcsomeBot | <Omar> yp | 05:09 |
diogenes_Vx15 | ok now run in terminal: | 05:10 |
diogenes_Vx15 | sudo mkdir -p /mnt/boot/efi | 05:10 |
IrcsomeBot | <Omar> done | 05:10 |
diogenes_Vx15 | sudo mount /dev/sda8 /mnt/ | 05:10 |
IrcsomeBot | <Omar> done | 05:10 |
diogenes_Vx15 | sudo mount /dev/sda1 /mnt/boot/efi | 05:10 |
IrcsomeBot | <Omar> done | 05:12 |
diogenes_Vx15 | sudo mount -t proc none /mnt/proc | 05:13 |
IrcsomeBot | <Omar> done | 05:13 |
diogenes_Vx15 | sudo mount -o bind /dev /mnt/dev | 05:13 |
IrcsomeBot | <Omar> done | 05:13 |
diogenes_Vx15 | sudo mount -o bind /sys /mnt/sys | 05:14 |
IrcsomeBot | <Omar> done | 05:14 |
diogenes_Vx15 | sudo mount -o bind /run /mnt/run | 05:14 |
IrcsomeBot | <Omar> done | 05:14 |
diogenes_Vx15 | sudo mount --rbind /sys/firmware/efi/efivars/ /mnt/sys/firmware/efi/efivars | 05:14 |
IrcsomeBot | <Omar> done | 05:15 |
diogenes_Vx15 | ls /mnt/boot/efi/EFI | 05:15 |
diogenes_Vx15 | what does it show? | 05:15 |
IrcsomeBot | <Omar> Boot Dell fedora Microsoft ubuntu | 05:15 |
diogenes_Vx15 | ok | 05:15 |
diogenes_Vx15 | chroot /mnt | 05:15 |
diogenes_Vx15 | sudo chroot /mnt | 05:15 |
IrcsomeBot | <Omar> sudo: unable to allocate pty: No such device | 05:16 |
IrcsomeBot | <Omar> it worked | 05:16 |
IrcsomeBot | <Omar> now im on root | 05:16 |
IrcsomeBot | <Omar> root@kubuntu:/# | 05:17 |
diogenes_Vx15 | type exit | 05:17 |
IrcsomeBot | <Omar> done | 05:17 |
diogenes_Vx15 | sudo mount --rbind /dev/ /mnt/dev/ | 05:18 |
IrcsomeBot | <Omar> done | 05:18 |
diogenes_Vx15 | sudo chroot /mnt | 05:18 |
IrcsomeBot | <Omar> donw | 05:18 |
IrcsomeBot | <Omar> e | 05:18 |
IrcsomeBot | <Omar> what are u doing ? | 05:18 |
diogenes_Vx15 | ok now run: sudo apt update | 05:19 |
diogenes_Vx15 | we are mounting your system | 05:20 |
IrcsomeBot | <Omar> why? im on live usb | 05:20 |
diogenes_Vx15 | because you said you can't load your system from the drive. | 05:20 |
IrcsomeBot | <Omar> yeah | 05:21 |
diogenes_Vx15 | so did it run apt update with no problem? | 05:22 |
IrcsomeBot | <Omar> yp | 05:22 |
diogenes_Vx15 | ok now run: sudo grub-install /dev/sda | 05:23 |
diogenes_Vx15 | and notice if there is any errors. | 05:23 |
IrcsomeBot | <Omar> Installing for x86_64-efi platform. | 05:23 |
IrcsomeBot | <Omar> grub-install: error: cannot find EFI directory. | 05:23 |
diogenes_Vx15 | ls /boot/efi/ | 05:24 |
diogenes_Vx15 | what does it show? | 05:25 |
IrcsomeBot | <Omar> ls: cannot access '/boot/efi/': No such file or directory | 05:25 |
IrcsomeBot | <Omar> ls | 05:25 |
diogenes_Vx15 | hmm that's weird, ok type exit and run: ls /mnt | nc termbin.com 9999 | 05:26 |
diogenes_Vx15 | share the url | 05:26 |
IrcsomeBot | <Omar> this is the content of /boot | 05:26 |
IrcsomeBot | <Omar> https://termbin.com/6jvy | 05:27 |
IrcsomeBot | <Omar> https://termbin.com/7anhu | 05:27 |
diogenes_Vx15 | ls /mnt/boot/efi/EFI does it still show: Boot Dell fedora Microsoft ubuntu | 05:30 |
IrcsomeBot | <Omar> yp | 05:30 |
diogenes_Vx15 | ok let's try again: sudo chroom /mnt | 05:32 |
IrcsomeBot | <Omar> sudo: chroom: command not found | 05:32 |
diogenes_Vx15 | ok let's try again: sudo chroot /mnt | 05:32 |
diogenes_Vx15 | sorry | 05:32 |
IrcsomeBot | <Omar> it's ok | 05:33 |
IrcsomeBot | <Omar> root@kubuntu:/# | 05:33 |
diogenes_Vx15 | run ls and tell me what you see, just a couple of directories what it shows | 05:34 |
IrcsomeBot | <Omar> bin cdrom etc lib lib64 lost+found mnt proc run srv tmp var | 05:35 |
IrcsomeBot | <Omar> boot dev home lib32 libx32 media opt root sbin sys usr | 05:35 |
diogenes_Vx15 | ls boot | 05:37 |
diogenes_Vx15 | does it show efi? | 05:37 |
IrcsomeBot | <Omar> yp | 05:37 |
diogenes_Vx15 | and ls boot/efi/EFI still showing those dirs? | 05:38 |
IrcsomeBot | <Omar> yp | 05:39 |
IrcsomeBot | <Omar> root@kubuntu:/# ls /boot/efi/EFI | 05:39 |
IrcsomeBot | <Omar> Boot Dell fedora Microsoft ubuntu | 05:39 |
diogenes_Vx15 | sudo grub-install /dev/sda | 05:39 |
IrcsomeBot | <Omar> Installing for x86_64-efi platform. | 05:39 |
IrcsomeBot | <Omar> Installation finished. No error reported. | 05:39 |
diogenes_Vx15 | exit | 05:40 |
IrcsomeBot | <Omar> done | 05:41 |
diogenes_Vx15 | and run: sudo umount /mnt/boot/efi && sudo umount /mnt/proc && sudo umount /mnt/sys && sudo umount /mnt/run && sudo umount /mnt/sys/firmware/efi/efivars | 05:41 |
IrcsomeBot | <Omar> umount: /mnt/sys: target is busy. | 05:42 |
diogenes_Vx15 | don't bother about that one, ok reboot now and see if everything boots normaly. | 05:45 |
IrcsomeBot | <Omar> ok | 05:45 |
IrcsomeBot | <Omar> It booted | 05:46 |
IrcsomeBot | <Omar> Thank u bro really appreciated | 05:47 |
diogenes_Vx15 | no problem, glad it worked. | 05:48 |
IrcsomeBot | <Omar> Man really thans u saved my entire life 😂😂😂😂 (re @IrcsomeBot: <diogenes_Vx15> no problem, glad it worked.) | 05:48 |
IrcsomeBot | <trevantee> error: externally-managed-environment | 11:49 |
IrcsomeBot | <trevantee> trying to install a pip requirement | 11:50 |
IrcsomeBot | <trevantee> what should i do | 11:50 |
sunnyjim777 | how would hwe work with an optimus hybrid gpu laptop like an msi ge626qd apache pro | 19:01 |
sunnyjim777 | sorry msi ge62 6qd apache pro | 19:03 |
oerheks | try it? | 19:03 |
oerheks | it is just a newer kernel and tools | 19:03 |
oerheks | !hwe | 19:04 |
ubottu | The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack | 19:04 |
sunnyjim777 | as i was having problems running some games in lutris | 19:04 |
oerheks | but only for LTS 22.04 | 19:05 |
sunnyjim777 | i was looking at that and may very well try the ubuntu lts enablement stack later when i get a chance | 19:05 |
sunnyjim777 | presently i am running an up to date linux mint and miss kde | 19:06 |
sunnyjim777 | plasma rockd ok | 19:06 |
sunnyjim777 | rocks lol | 19:06 |
oerheks | good luck | 19:07 |
sunnyjim777 | kinda flat on my back rite now | 19:07 |
oerheks | fint that other room for suppot | 19:07 |
oerheks | c/support | 19:07 |
=== JakeSays_ is now known as JakeSays | ||
user|12 | hey i got a issue i wanted to test kubuntu but cant try it due to grapics drivers i need to boot it in save mood to test arround | 21:44 |
=== diceLibrarian2 is now known as liceDibrarian | ||
=== user|12 is now known as lotek |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!