I'm facing a problem booting my Ubuntu 18.04. So i made a bootable USB-stick(with Ubuntu 18.04) then i booted through 'try Ubuntu', i opened the terminal and gave the following commands:
sudo mount /dev/sda2 /mnt
sudo mount /dev/sda1 /mnt/boot/efi
sudo mount -o bind /dev /mnt/dev
sudo mount --rbind /sys /mnt/sys
sudo mount -t proc /proc /mnt/proc
sudo chroot /mnt /bin/bash
add-apt-repository ppa:yannubuntu/boot-repair
apt-get update
apt-get install -y boot-repair
boot-repair
i couldn't run the last command as root due to xhost, Display errors so i typed exit and gave the last four commands again. Here is the boot-repair result: https://paste.ubuntu.com/p/4cMHnxqkRC/
After boot-repair i rebooted but i am still stuck at splash screen, here is a foto open.
When doing a sudo fdisk -l
i get this information:
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1953523711 1952473088 931G Linux filesystem
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2512 30926847 30924336 14.8G b W95 FAT32
I don't know what is wrong and how to fix the problem. I hope somebody can help me.