Skip to main content

New answers tagged

0 votes

Handling Mount Unit Failures on Boot in Ubuntu 22.04 Without Impacting System Performance

I had a couple of similar warnings (for firefox_4451 & core_162). To remove the boot messages I just did a search of the issues: sudo find /etc/systemd/system -name 'snap-xx*' Then I moved these ...
Yuma Technical Inc.'s user avatar
0 votes

Lexar NM790 4TB SSD keeps crashing my fresh install of Ubuntu 24.04

The solution was to add: nvme_core.default_ps_max_latency_us=0 to boot line for the kernel. That is in /etc/default/grub file the line GRUB_CMDLINE_LINUX_DEFAULT should look something like: ...
David's user avatar
  • 3,092
1 vote

Attempt to copy entire disk with dd command failed

Since the folders you are copying are data and not actually portions of the operating system, treat the new HDD as a new thing. Since you're dealing with /home specifically, you'll probably have to ...
Zeye's user avatar
  • 131
0 votes

Minimal BASH-like line editing is supported... Error(too many Huffman tables)

Try this. Sometimes it works. grub> reboot grub> exit If you have dual boot, ex. linux and windows and it is booting to windows then leave it in shutdown condition for atleast 12 hours after ...
Matin's user avatar
  • 515
-1 votes

Unable to boot Ubuntu 24.04 - Failed to start nvidia-persistenced.service

I have tried to run sudo ubuntu-drivers autoinstall in recovery mode for second time and problem solved.
ZARNY's user avatar
  • 1
0 votes
Accepted

Systemd stopped/froze on boot while loading modules on Ubuntu 20.04.6 x86_64, systemd 245.4-4ubuntu3.20

Solved by downgrading the nvidia proprietary driver to version 545, also works by using nouveau instead. Edit: Alternatively, if using 545 fails the nvidia tools, use 550 open kernel version.
northnSouth's user avatar
1 vote

"libsystemd-core-253.so cannot open shared object file" and kernel panic on boot after update to 24.04

I fixed this. I downloaded the ISO for 24.04 and put it on a USB drive using Startup Disk Creator, then booted from the USB drive, selecting 'try Ubuntu'. Once booted, I opened a terminal, ran sudo, ...
Andy Triggs's user avatar
0 votes

Probing for devices to install to failed - Ubuntu Server Installation

There appears to be a bug in some releases. In my case the fix was to press Back (which took me back to the mirrors page), change the mirror (I just changed it back to the exact same thing) and then ...
aggregate1166877's user avatar
0 votes

Bootable USB drive with Ubuntu 22.04/24.04 lts not passing from loading screen

Instead of Rufus, I used balenaEtcher to create the bootable partition on my USB drive. And it worked! Download: https://etcher.balena.io
Lucas Andrin's user avatar
-1 votes

Always gets stuck on booting Ubuntu

This was a gnome issue the required gnome-session was not loading so I reinstalled the gdm3 gnome-session ubuntu-desktop. Thus the error was solved.
INSANE's user avatar
  • 1
0 votes
Accepted

After upgrading Kubuntu from version 22.04 to 24.04 (kernel from 5.15 to 6.8), my Dell XPS 15 7590 laptop only boots with the 'nomodeset' parameter

In the end, I reinstalled Kubuntu from scratch, and this temporarily resolved my issue: the OS started booting correctly. Then I started reinstalling applications and reconfiguring the system (very ...
Roman Arkharov's user avatar
1 vote

Where exactly is the bootloader installed?

You can edit fstab with UUID of ESP on sda3. lsblk -f sudoedit /etc/fstab After edit of fstab always check it has no errors. If it just comes back its ok. sudo mount -a Then just reinstall grub ...
oldfred's user avatar
  • 12.2k
0 votes
Accepted

ACPI Error on booting Ubuntu on Thinkpad

These are not errors they are messages there is noting that needs to be fixed. Many machines will show theses messages or some thing like these. I have 6 machines all show these or something like ...
David's user avatar
  • 2,229
0 votes
Accepted

supergrub2 boot iso : error: out of range

I used grml-rescueboot to generate a menu entry and I modified it based on the ISO file place in my hard disk: # super_grub2_disk menuentry "super_grub2_disk" --class recovery{ ...
Talaat Etman's user avatar
0 votes

Dell Latitude 7490 support

I've installed several versions of Xubuntu on Dell systems, some that came with a Windows hard drive. My plan has always been to purchase an appropriate internal hard drive seperate from whatever is ...
quill's user avatar
  • 809
0 votes

Ubuntu won't boot on high CPU freqs

Intel has recently approach this instability situation with some 13/14 gen CPUs. Take a look at: June 2024 Guidance regarding Intel Core 13th and 14th Gen K/KF/KS instability reports There isn't an ...
Jonathan Martins's user avatar
-1 votes

How do I solve ubuntu boot error for failed to start service?

The mentioned Error message "Failed to start v2ray.service" indicates that the v2ray service failed to start. It can be due to reasons such as invalid configurations or missing dependencies. ...
Saad Ameer's user avatar
0 votes
Accepted

Can't warm boot with custom MOK

The issue was resolved with one of the latest Ubuntu updates and can't be reproduced anymore.
neuling's user avatar
  • 25
4 votes
Accepted

Ubuntu 24.04 unusable laggy and slow

So after hours of research I finally found the solution to my problem. It is also answered here: Built-in laptop screen is laggy even when external monitor is not a problem I changed in /etc/default/...
720Degrees's user avatar
1 vote

e: type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/docker.list e: the list of sources could not be read

Open a terminal by pressing Ctrl + Alt + T. Run it: sudo nano /etc/apt/sources.list.d/docker.list In the archive open, in line 1 (which contains the error) write # at the beginning of the text. Save ...
kyodake's user avatar
  • 15.7k
0 votes

Unable to install Ubuntu 24.04 LTS on an old PC

So, I was successfully able to install Ubuntu. The issue was that I was using a 3rd party tool to shrink drive in windows (due to the disk management just getting stuck at loading cursor after I tried ...
Michael Stevens's user avatar
-1 votes

Unable to install Ubuntu 24.04 LTS on an old PC

It seems you do not need to create another partition if you want to boot, cause your old PC is for sure Legacy bios, the supplementary partition is for EFI. Ubuntu actually not totally finish cooking ...
Djizuss's user avatar
  • 11
0 votes

Cannot enter GUI with "finished wait until snapd is fully seeded"

The solution is quite simple dear bros; Just run these commands to reinstall the snapd: 1- $ sudo apt reinstall -s snapd 2- $ reboot Now double-check whether the failure is cleared. Use either of the ...
John Silver's user avatar
0 votes

Stuck in boot - might be nvidia related

When booting the original rig, might this just be failing to display the Plymouth screen? (Plymouth screen is the splash during boot.) If so you could disable this from the grub boot. If you do not ...
david's user avatar
  • 53
0 votes

After installation of fuse2 Ubuntu boot up stuck

If the fuse package did break your system, you can recover as follows: After starting Ubuntu, enter the console by pressing Alt+Ctrl+F1. Then log in with your user account. Or boot into the Recovery ...
eFee's user avatar
  • 15
0 votes

windows 10 image not found in grub

bootmgfw.efi appears to be part of the Windows boot config. If that is affected, the easy solution is to try the Startup Repair Utility. It's an option that appears after booting into Windows recovery ...
Looi's user avatar
  • 26
1 vote
Accepted

Grub cannot boot to windows saying error: cannot load image

Do you happen have hibernation enabled with Windows 11? In that case, the hiberfil.sys is buggy thus throwing that image load error. To resolve it, I did the following: Boot into Windows recovery ...
Looi's user avatar
  • 26
0 votes

Messed up Ubuntu 24.04 upgrade and can't even reach grub menu; what can I do?

This usually happens when the EFI entry for grub has been removed from the bios, I have had it happen a few times, run the ubuntu installer and choose try ubuntu and use the ubuntu startup repair tool ...
Simon's user avatar
  • 101
0 votes

EFI stub: WARNING: Failed to measure data for event 1: 0800000000000000b EFI stub

Had this happen on a new install of Mint 22 BETA. I then disabled Secure Boot and message did not come up
Squiggles's user avatar
-1 votes
Accepted

'Failed to start GNOME Display Manager' error at start-up after deleting my Windows partition

There are a few things you could try. My first thought is try opening a terminal login by pressing Ctrl + Alt + F3 ( might be F1, F2, F3, or F5). Once logged in enter sudo apt install gdm3 and then ...
DuN3's user avatar
  • 22
0 votes

/etc/rc.local runs, only writes log file at boot time. Runs as it should after login

I stopped my custom rc-local.service, moved it to a TEMP folder, restarted all the daemons, rebooted the system. New log file was created showing outputs that indicate all my daemons have been started,...
OldBikerPete's user avatar
0 votes

How to load efifb when no PCI monitor attached?

I fixed this by upgrading the kernel from 5.15.0-112 to 6.5.0-41. Once I had done that I could remove nomodeset from GRUB_CMDLINE_LINUX_DEFAULT and the amdgpu device driver started up. I once again ...
Michael Walton's user avatar
0 votes

ubuntu-desktop-bootstrap launcher always crashes on Xubuntu 24.04

In the end, I was able to solve it by deactivating both the WIFI connection and the LAN connection. Although the installer stopped working at some step, trying it again completed the installation ...
Myzras's user avatar
  • 96
0 votes

Cannot boot ubuntu after replacing the windows partitions of my dual boot pc by a data partition

usbhid=USB Human Interface Device. This error can happen when a mouse or keyboard aren't recognized by Linux. Try a different mouse and/or keyboard and see if it gets past that error. Or you could try ...
Jim_HiTek's user avatar
  • 203
0 votes
Accepted

Trying to fix my boot disk on my Ubuntu 22.04 laptop

What I determined happened was that somehow during my workday yesterday I formatted the wrong partition containing my boot drive. Instead one of the external drives I was setting up. And in all the ...
Sitethief's user avatar
  • 119
0 votes
Accepted

asus ZenBook kubuntu 24.04 (6.8.0-36) suddenly hanging in Boot with no manual update

thanks to bash history: i scrolled back and found what i have done.. on my laptop i have a custom config for my touchscrens copied to /usr/share/X11/xorg.conf.d/99-touch_pen_input.conf yesterday i ...
Stefan Krüger s-light's user avatar
0 votes

Boot hangs at "Finished Record Runlevel Change in UTMP." on Ubuntu 22.04

Installing the gnome desktop (packages: gnome-core, gnome-shell, gnome-session) changed nothing. The boot sequence still stops at the same position. If you would like to track the issue on your ...
Stefan Pofahl's user avatar
0 votes

Ubuntu Server 20.04.2 LTS - Hangs After Bootup - cloud-init [1781]: YYYY-MM-DD HH:MM:SS,182 - cc_final_message.py[WARNING]: Used fallback datasource

In my case, it was a typo when renaming my hostname causing difference between hostname in /etc/hostname and /etc/hosts. As a result, the computer was unable to resolve its own hostname to "...
Meloman's user avatar
  • 271
0 votes

Ubuntu 22.04 login screen not showing problem on Virtualbox

I had this same problem, I'm not sure what's wrong but I fixed it by logging in remotely and restarting Gnome: $> ssh <your user>@<troubled ubuntu vm> $> sudo killall -HUP gnome-...
Adam D.'s user avatar
  • 126
0 votes

Cannot boot Xen: secureboot forbids loading multiboot2 module

I have a similar problem on Ubuntu Noble Numbat with Xen v4.17, grub v2.12 and shim v15.8 trying to boot in SecureBoot mode. Grub gives me the prohibited by secure boot policy error message for the ...
Danny Poulson's user avatar
0 votes
Accepted

22.4.3 text-to-video handover at boot failing (black screen); can you help me troubleshoot and correct please?

Resolved After not getting anywhere fast over some time, I began to realise that the issue wasn't Linux, but the BIOS. Others would have been posting on the problem, but nobody else was reporting the ...
mike_'s user avatar
  • 1
0 votes

Installing GRUB on a different disc

You can install grub on any drive, but it will only boot from the boot drive. This is a function of your system firmware. The EFI standard allows you to put the bootloaders for all operating systems ...
user10489's user avatar
  • 4,524
1 vote
Accepted

Move /boot folder on reinstall?

To achieve what you want, you will need to move the root (n1p5) and the system partition (n1p7) more to the front. Then it will be possible to increase the size of root partition n1p7. In principle, ...
vanadium's user avatar
  • 91.3k
0 votes

Not booting from raid after upgrade from 21.10 to 22.04

Bug report with patch: https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/2047303 initramfs needs to be regenerated after patch is applied (What does "regenerate your initramfs" mean?) ...
jkahrman's user avatar
0 votes

Boot fails after upgrading from 20.04 to 22.04 on dmraid device, no partitons

Bug report with patch: https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/2047303 initramfs needs to be regenerated after patch is applied (What does "regenerate your initramfs" mean?) ...
jkahrman's user avatar
2 votes

Move /boot folder on reinstall?

You can decide on the partition layout you want, then boot your install medium in "Try Ubuntu" mode. Be sure that none of the discs's partitions is in use. This includes swap, use sudo ...
waltinator's user avatar
  • 36.8k
0 votes
Accepted

Two separate session/user/{something}

If this is hardware that you own, then just create an additional user account. This is precisely what user accounts are for. Applications, if installed properly, should keep data 100% separate. Linux ...
user535733's user avatar
  • 64.4k
0 votes

How to clone a virtual machine (.vdi) to a physical system?

Organic Marble's answer is great, I just logged in to thank him. Only thing I did differently was that I booted from the VM but I had no need or access to a remote network location, so you can also ...
Edgar Ramos's user avatar
0 votes

Boot hangs at "Finished Record Runlevel Change in UTMP." on Ubuntu 22.04

six month later, I face the same problem under ubuntu 22.04 after an update from kernel 5.15.0-112 -> 5.15.0-113 in "Boot stopped at "Started Update UTMP about System Runlevel Changes&...
ellocco's user avatar
0 votes

Kubuntu 24.04 fresh install not loading hardware drivers properly

I'm terribly sorry... looks like i didn't (and i should) double-check on Suse Tumbleweed properly as it wasn't pointing to the latest kernel yet(6.8.0-36-generic). Just updated GRUB on Suse ...
Polemon's user avatar

Top 50 recent answers are included