Almost solved - Please help!
I thought earlier it was due to installed i386 architecture, when it in fact was because of the newest Ubuntu 20.04.10 Linux Kernel 5.11.0.25.27
$ dpkg --list | grep linux-image
ii linux-image-5.11.0-25-generic 5.11.0-25.27~20.04.1 amd64 Signed kernel image generic
rc linux-image-5.4.0-42-generic 5.4.0-42.46 amd64 Signed kernel image generic
rc linux-image-5.4.0-52-generic 5.4.0-52.57 amd64 Signed kernel image generic
rc linux-image-5.4.0-53-generic 5.4.0-53.59 amd64 Signed kernel image generic
ii linux-image-5.8.0-63-generic 5.8.0-63.71~20.04.1 amd64 Signed kernel image generic
ii linux-image-generic-hwe-20.04 5.11.0.25.27~20.04.10 amd64 Generic Linux kernel image
It is the last one that apparently is causing the problem on my HP Pavilion dv7-3130eo. I was able to boot in the 5.8.0-63-generic Kernel, and now trying to find a way to remove the newest Kernel.
I tried running this:
sudo apt-get remove "linux-image-5.11*"
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'linux-image-5.11.0-1009-gcp' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-1007-azure' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-1008-oracle' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-25-generic' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-1013-oracle' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-22-lowlatency' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-1014-aws' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-1014-gcp' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-1012-azure' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-22-generic' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-1009-aws' for glob 'linux-image-5.11*'
Note, selecting 'linux-image-5.11.0-25-lowlatency' for glob 'linux-image-5.11*'
Package 'linux-image-5.11.0-1007-azure' is not installed, so not removed
Package 'linux-image-5.11.0-1008-oracle' is not installed, so not removed
Package 'linux-image-5.11.0-1009-aws' is not installed, so not removed
Package 'linux-image-5.11.0-1009-gcp' is not installed, so not removed
Package 'linux-image-5.11.0-1012-azure' is not installed, so not removed
Package 'linux-image-5.11.0-1013-oracle' is not installed, so not removed
Package 'linux-image-5.11.0-1014-aws' is not installed, so not removed
Package 'linux-image-5.11.0-1014-gcp' is not installed, so not removed
Package 'linux-image-5.11.0-22-generic' is not installed, so not removed
Package 'linux-image-5.11.0-22-lowlatency' is not installed, so not removed
Package 'linux-image-5.11.0-25-lowlatency' is not installed, so not removed
The following packages were automatically installed and are no longer required:
amd64-microcode intel-microcode iucode-tool linux-headers-generic-hwe-20.04 thermald
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-unsigned-5.11.0-25-generic
Suggested packages:
fdutils linux-doc | linux-hwe-5.11-source-5.11.0 linux-hwe-5.11-tools linux-modules-extra-5.11.0-25-generic
The following packages will be REMOVED:
linux-generic-hwe-20.04 linux-image-5.11.0-25-generic linux-image-generic-hwe-20.04 linux-modules-extra-5.11.0-25-generic
The following NEW packages will be installed:
linux-image-unsigned-5.11.0-25-generic
Not sure if, I should press "yes".. or find another way to just completely uninstall the newest version? Please do help me with this question?
How to exactly remove or deactivate the problematic Kernel and make sure that the Kernel that works is being kept and protected?
Bug report about the Ubuntu 20.04.2 LTS kernel 5.11.0-25
Similar Post: 20.04.2 won't boot after linux-image-5.11.0-22-generic:amd64 got auto installed
It seems that it has something to do with the Kernel update paired with my Nvidia drivers (that came with the Ubuntu system).
Here are some similar experiences, but these threads don't provide any clear directions how to solve it, other than removing the Kernel, but how does one do that in a proper way?:
updating kernel 5.8 to 5.11 ubuntu 20.1 wont boot
NVIDIA drivers don't work after kernel update to 5.11
OLD SOLVED: This was not the real cause of the problem! With the help of good people in here, I was guided how to enter Recovery Mode, where I decided to try to remove i386 architecture that I had installed some months ago. I ran the following command: sudo apt-get remove libc6:i386
.
My computer has Nvidia Geforce, and is 64bit Ubuntu. It might be that some new updates made me unable to boot. I had previously installed i386 architecture in order to run a computer game (Enemy Territory), but it didn't work. Now I removed i386, and my computer works again.
Thank you everyone!
The Old Post: Description of first experiences with the inability to boot the computer, without knowing what caused the problem:
My HP Pavilion dv7-3130eo computer suddenly would not boot.
Everything loads, even the Ubuntu logo shows up. I press "ESC" to follow the terminal output. I am only able to quickly glance: GRUB failed boot detection.
(confirmed by checking the boot.log1)
At some point the screen becomes black. The only visible element is a:
_
In the upper left corner.
The screen remains stuck like that. When I click on the power button, it shuts down by itself after a few minutes. There is also
What I tried to do:
First I was able to boot from a new Ubuntu-Installation USB key, I did this many times.
Here i first tried to mount the harddisk and removed some files. I quickly found out that the harddisk was far from full. It still could not start.
Then I installed the Boot-repair packages while in the USB-Boot, and tried to repair the boot.
When trying to do that, am met with this message:
The current session is in BIOS-compatibility mode. Please disable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware.
I then restart and enter BIOS to see how to enable UEFI. The BIOS however does not give any such options, overall it seems to be a very simple or old version of BIOS.
I restart and boot again from the USB, where I use the Boot-repair packages to run a test. This is the full pastebin output:
Pastebin of Boot-repair test
This is what I noticed in the pastebin:
=============================== StdErr Messages ================================
File descriptor 63 (pipe:[76976]) leaked on lvs invocation. Parent PID 22927: /bin/bash
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi-amd64-signed of
sda5,
using the following options: sda1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
Blockers in case of suggested repair: __________________________________________
The current session is in BIOS-compatibility mode. Please disable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB) that is compatible with UEFI booting mode. For example, use a live-USB of Boot-Repair-Disk-64bit (www.sourceforge.net/p/boot-repair-cd), after making sure your BIOS is set up to boot USB in EFI mode. This will enable this feature.
Confirmation request before suggested repair: __________________________________
The boot of your PC is in BIOS-compatibility/CSM/Legacy mode. You may want to retry after changing it to EFI mode.
Alternatively, you may want to retry after deactivating the [Separate /usr partition:] option.
Are you sure you want to continue anyway?
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu 20.04.2 LTS entry (sda1/efi/****/shim****.efi (**** will be updated in the final message) file) !
The boot of your PC is in BIOS-compatibility/CSM/Legacy mode. You may want to retry after changing it to UEFI mode.
I search the web to find out how to enable the UEFI. As I am not able to find any immediate solution, I try to the boot-repair again, this time I find a box in the advanced options, that ignores the UEFI. I try to run the repair, and it is succesful.
This is the box i unticked: seperate boot/efi partion
This is the pastebin the boot-repair repair gives me: Repair pastebin
I try to restart the computer. But nothing has changed. It still won't boot.
Do anyone have any clues or suggetions? All kind of help would be highly appreciated!
To clarify: The problem still remains the same. I am not able to succesfully load Ubuntu, half way through it stops and a black screen with a _
sign appears in the upper left corner.
In BIOS, it says I am running BIOS Version F.1A InsydeG20 Setup Utility. Rev. 3.5
The computer has a Nvidia Geforce graphic card.
Thank you for your help
Sincerely
Athena