Ubuntu Version:
Ubuntu 24.04.03 LTS -desktop-amd64
Desktop Environment (if applicable):
GNOME
Problem Description:
(I’m a complete newbie on Linux )
I am trying to perform a fresh installation of Ubuntu 24.04.03 LTS on a virtual machine (Oracle VirtualBox and VMware Workstation Player), but the installation consistently fails at the same point. The installer crashes with a “Something went wrong” error message.
Relevant System Information:
Host OS: Windows 11 24H2(KB5063878)
Virtualization Software: Oracle VirtualBox 7.2.0 r170228 / VMware Workstation Player 17.5.2 build-23775571 (Issue occurs on both)
VM Configuration: 4 CPU Cores, 4 GB RAM, 25 GB VDI/VMDK (Dynamic allocated), EFI enabled/disabled tried, NAT/Bridged networking tried.
Installation Media: ubuntu-24.04.3-desktop-amd64.iso (SHA256 checksum verified and correct).
Screenshots or Error Messages:
The final installer screen shows:
And the last few logs be like: (I don’t know if this is relevant
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Traceback (most recent call last):
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/commands/main.py", line 202, in main
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: ret = args.func(args)
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/commands/curthooks.py", line 2238, in curthooks
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: builtin_curthooks(cfg, target, state)
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/commands/curthooks.py", line 2070, in builtin_curthooks
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: install_kernel(cfg, target)
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/commands/curthooks.py", line 403, in install_kernel
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: install(kernel_cfg.package)
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/commands/curthooks.py", line 369, in install
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: distro.install_packages([pkg], target=target, env=env)
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/distro.py", line 473, in install_packages
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: return install_cmd('install', args=pkglist, opts=opts, target=target,
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/distro.py", line 255, in run_apt_command
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: cmd_rv = apt_install(mode, args, opts=opts, env=env, target=target,
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/distro.py", line 303, in apt_install
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: cmd_rv = inchroot.subp(cmd + dl_opts + packages, env=env,
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/util.py", line 843, in subp
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: return subp(*args, **kwargs)
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/util.py", line 323, in subp
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: return _subp(*args, **kwargs)
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: File "/snap/ubuntu-desktop-bootstrap/413/lib/python3.10/site-packages/curtin/util.py", line 172, in _subp
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: raise ProcessExecutionError(stdout=out, stderr=err,
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: curtin.util.ProcessExecutionError: Unexpected error while running command.
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', 'apt-get', '--quiet', '--assume-yes', '--option=Dpkg::options::=--force-unsafe-io', '--option=Dpkg::Options::=--force-confold', 'install', '--download-only', 'linux-generic-hwe-24.04']
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Exit code: 100
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Reason: -
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Stdout: ''
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Stderr: ''
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Unexpected error while running command.
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot', '/target', 'apt-get', '--quiet', '--assume-yes', '--option=Dpkg::options::=--force-unsafe-io', '--option=Dpkg::Options::=--force-confold', 'install', '--download-only', 'linux-generic-hwe-24.04']
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Exit code: 100
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Reason: -
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Stdout: ''
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Stderr: ''
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]:
Sep 07 18:29:08 ubuntu subiquity_log.4070[6428]: Stderr: ''
Sep 07 18:29:08 ubuntu subiquity_event.4070[4070]: executing curtin install curthooks step
Sep 07 18:29:08 ubuntu subiquity_event.4070[4070]: installing system
Sep 07 18:29:08 ubuntu subiquity_event.4070[4070]:
Sep 07 18:29:08 ubuntu subiquity_event.4070[4070]: curtin command install
The full log will be here: https://docs.google.com/document/d/1AVQUdxL27x89xyMyBXHa2oRQrVQsPAAFa_966Bzql0Y/edit?usp=sharing
What I’ve Tried:
Verified ISO Integrity: Downloaded the ISO image three times from official mirrors and confirmed the SHA256 checksum matches every time.
Created lots of VMs: I have created many virtual machines with different settings, such as adjusting the number of cores, RAM, and use EFI, but all failed to install.
Changed Virtualization Software: Tried both Oracle VirtualBox and VMware Workstation Player.
Changed Ubuntu’s version: I can successfully install Ubuntu 22.04.2 LTS on the same host machine with the same virtual machine software and configuration. But I can’t install the 24.04.03 LTS image.
Finally, I just want to install Ubuntu and learn Linux. I hope there will be some big guys to help me, thank you.