curtin OSError: Bad message: '/target/etc/default'

Bug #2084686 reported by Jeffrey Tsang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
curtin
New
Undecided
Unassigned
subiquity
New
Undecided
Unassigned
ubuntu-desktop-provision
Incomplete
Undecided
Unassigned

Bug Description

Installation onto a 32GB USB thumb drive /dev/sdb fail with bottom of the log shows the followings. The error message doesn't indicate whether it is caused by out of disk space or other issues. Unsure what has caused it.

Oct 16 21:29:39 ubuntu subiquity_log.3677[7229]: Setting up Trivial Source for stack /tmp/tmphlp1dr43/mount
Oct 16 21:29:39 ubuntu subiquity_log.3677[7229]: Running command ['rsync', '-aXHAS', '--one-file-system', '/tmp/tmphlp1dr43/mount/', '.'] with allowed return codes [0] (capture=False)
Oct 16 21:29:39 ubuntu subiquity_event.3677[3677]: curtin command extract
Oct 16 21:29:39 ubuntu subiquity_event.3677[3677]: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: SUCCESS: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Applying write_files from config.
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: FAIL: curtin command extract
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Traceback (most recent call last):
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/main.py", line 202, in main
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: ret = args.func(args)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/extract.py", line 271, in extract
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: write_files(cfg['write_files'], target)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 87, in write_files
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: write_finfo(path=target_path(base_dir, info['path']),
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 67, in write_finfo
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: write_file(path, content, mode=decode_perms(perms), omode=omode)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 676, in write_file
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: ensure_dir(os.path.dirname(filename))
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 662, in ensure_dir
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: os.makedirs(path)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/usr/lib/python3.10/os.py", line 225, in makedirs
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: mkdir(name, mode)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: OSError: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: builtin command failed
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin: FAIL: running 'curtin extract'
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: builtin took 1290.721 seconds
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: stage_extract took 1290.721 seconds
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract: FAIL: writing install sources to disk
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: curtin: Installation failed with exception: Unexpected error while running command.
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Command: ['curtin', 'extract']
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Exit code: 3
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Reason: -
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Stdout: start: cmd-install/stage-extract/builtin/cmd-extract: curtin command extract
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Installing sources: [{'type': 'tgz', 'uri': 'cp:///tmp/tmphlp1dr43/mount'}] to target at /target
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: start: cmd-install/stage-extract/builtin/cmd-extract: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Setting up Trivial Source for stack /tmp/tmphlp1dr43/mount
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Running command ['rsync', '-aXHAS', '--one-file-system', '/tmp/tmphlp1dr43/mount/', '.'] with allowed return codes [0] (capture=False)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: SUCCESS: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Applying write_files from config.
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: FAIL: curtin command extract
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Traceback (most recent call last):
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/main.py", line 202, in main
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: ret = args.func(args)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/extract.py", line 271, in extract
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: write_files(cfg['write_files'], target)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 87, in write_files
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: write_finfo(path=target_path(base_dir, info['path']),
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 67, in write_finfo
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: write_file(path, content, mode=decode_perms(perms), omode=omode)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 676, in write_file
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: ensure_dir(os.path.dirname(filename))
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 662, in ensure_dir
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: os.makedirs(path)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/usr/lib/python3.10/os.py", line 225, in makedirs
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: mkdir(name, mode)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: OSError: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]:
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Stderr: ''
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Running command ['uname', '-a'] with allowed return codes [0] (capture=True)
Oct 16 21:51:08 ubuntu subiquity_log.3677[7229]: Running command ['sudo', 'lshw'] with allowed return codes [0] (capture=True)
Oct 16 21:51:08 ubuntu subiquity_event.3677[3677]: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:08 ubuntu subiquity_event.3677[3677]: running 'curtin extract'
Oct 16 21:51:08 ubuntu subiquity_event.3677[3677]: writing install sources to disk
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Running command ['ip', '--oneline', 'address', 'list'] with allowed return codes [0] (capture=combine)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Running command ['ip', '--oneline', '-6', 'address', 'list'] with allowed return codes [0] (capture=combine)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Running command ['ip', '--oneline', 'route', 'list'] with allowed return codes [0] (capture=combine)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Running command ['ip', '--oneline', '-6', 'route', 'list'] with allowed return codes [0] (capture=combine)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Running command ['tar', '-cvf', '/var/log/installer/curtin-errors.tar', 'curtin-logs-2024-10-16-13-51'] with allowed return codes [0] (capture=True)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Wrote: /var/log/installer/curtin-errors.tar
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Skipping unmount: config disabled target unmounting
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: TIMED INSTALL_COMMAND: 1294.845
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: finish: cmd-install: FAIL: curtin command install
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Traceback (most recent call last):
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/main.py", line 202, in main
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: ret = args.func(args)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/log.py", line 97, in wrapper
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: return log_time("TIMED %s: " % msg, func, *args, **kwargs)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/log.py", line 79, in log_time
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: return func(*args, **kwargs)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/install.py", line 538, in cmd_install
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: raise e
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/install.py", line 523, in cmd_install
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: stage.run()
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/install.py", line 295, in run
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: raise util.ProcessExecutionError(
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: curtin.util.ProcessExecutionError: Unexpected error while running command.
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Command: ['curtin', 'extract']
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Exit code: 3
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Reason: -
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Stdout: start: cmd-install/stage-extract/builtin/cmd-extract: curtin command extract
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Installing sources: [{'type': 'tgz', 'uri': 'cp:///tmp/tmphlp1dr43/mount'}] to target at /target
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: start: cmd-install/stage-extract/builtin/cmd-extract: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Setting up Trivial Source for stack /tmp/tmphlp1dr43/mount
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Running command ['rsync', '-aXHAS', '--one-file-system', '/tmp/tmphlp1dr43/mount/', '.'] with allowed return codes [0] (capture=False)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: SUCCESS: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Applying write_files from config.
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: FAIL: curtin command extract
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Traceback (most recent call last):
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/main.py", line 202, in main
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: ret = args.func(args)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/extract.py", line 271, in extract
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: write_files(cfg['write_files'], target)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 87, in write_files
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: write_finfo(path=target_path(base_dir, info['path']),
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 67, in write_finfo
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: write_file(path, content, mode=decode_perms(perms), omode=omode)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 676, in write_file
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: ensure_dir(os.path.dirname(filename))
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 662, in ensure_dir
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: os.makedirs(path)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/usr/lib/python3.10/os.py", line 225, in makedirs
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: mkdir(name, mode)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: OSError: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]:
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Stderr: ''
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Unexpected error while running command.
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Command: ['curtin', 'extract']
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Exit code: 3
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Reason: -
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Stdout: start: cmd-install/stage-extract/builtin/cmd-extract: curtin command extract
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Installing sources: [{'type': 'tgz', 'uri': 'cp:///tmp/tmphlp1dr43/mount'}] to target at /target
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: start: cmd-install/stage-extract/builtin/cmd-extract: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Setting up Trivial Source for stack /tmp/tmphlp1dr43/mount
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Running command ['rsync', '-aXHAS', '--one-file-system', '/tmp/tmphlp1dr43/mount/', '.'] with allowed return codes [0] (capture=False)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: SUCCESS: acquiring and extracting image from cp:///tmp/tmphlp1dr43/mount
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Applying write_files from config.
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: finish: cmd-install/stage-extract/builtin/cmd-extract: FAIL: curtin command extract
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Traceback (most recent call last):
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/main.py", line 202, in main
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: ret = args.func(args)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/commands/extract.py", line 271, in extract
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: write_files(cfg['write_files'], target)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 87, in write_files
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: write_finfo(path=target_path(base_dir, info['path']),
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/futil.py", line 67, in write_finfo
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: write_file(path, content, mode=decode_perms(perms), omode=omode)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 676, in write_file
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: ensure_dir(os.path.dirname(filename))
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/lib/python3.10/site-packages/curtin/util.py", line 662, in ensure_dir
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: os.makedirs(path)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: File "/snap/ubuntu-desktop-bootstrap/237/usr/lib/python3.10/os.py", line 225, in makedirs
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: mkdir(name, mode)
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: OSError: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: [Errno 74] Bad message: '/target/etc/default'
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]:
Oct 16 21:51:12 ubuntu subiquity_log.3677[7229]: Stderr: ''
Oct 16 21:51:12 ubuntu subiquity_event.3677[3677]: executing curtin install extract step
Oct 16 21:51:12 ubuntu subiquity_event.3677[3677]: installing system
Oct 16 21:51:12 ubuntu subiquity_event.3677[3677]:
Oct 16 21:51:12 ubuntu subiquity_event.3677[3677]: curtin command install

description: updated
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug report Could you add the logs from/var/log/installer after getting the problem or use 'sudo ubuntu-bug ubuntu-desktop-bootstrap' to report the issue (which would automatically include the needed informations)?

Changed in ubuntu-desktop-provision:
status: New → Incomplete
Revision history for this message
Jeffrey Tsang (jeffreytsang) wrote (last edit ):

I have copied the logs from the GUI during the last installation and attached. Hope it contains the information you're looking for. It takes a bit of time to install the Ubuntu on a USB stick. If the attached file isn't what you want, I will have to re-install Ubuntu again and provide the log later.

Revision history for this message
Sebastien Bacher (seb128) wrote :

The log has the error thanks, seems curtin is error out on a

> Bad message: '/target/etc/default'

no idea what it means but maybe the curtin or subiquity team will know better

summary: - Installation of 24.04 and 24.04.1 failed with unknown reason
+ curtin OSError: Bad message: '/target/etc/default'
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

A bit of googling suggests filesystem corruption can lead to this error https://unix.stackexchange.com/questions/690151/what-are-common-causes-of-ext4-file-system-corruption which might mean your USB stick is going bad. I guess this is too late to be asking but if you have the kernel messages from during the install attempt there might be more clues in there.

Revision history for this message
Jeffrey Tsang (jeffreytsang) wrote :

I have tried to reinstall it on a different USB thumb drive. The issue happens again with the same error. See attached for the kernel log and the installation log.

The following lines in the kernel log catches my attention. I have chosen to Erase /dev/sdc and create the partitions for the installation. It looks like the installer has not created the partitions on /dev/sdc properly.

2024-11-11T06:09:16.011600+00:00 ubuntu kernel: EXT4-fs error (device sdc2): ext4_find_extent:936: inode #8: comm mount: pblk 261652479 bad header/extent: invalid magic - magic 0, entries 0, max 0(0), depth 0(0)
2024-11-11T06:09:16.012582+00:00 ubuntu kernel: jbd2_journal_init_inode: Cannot locate journal superblock
2024-11-11T06:09:16.012603+00:00 ubuntu kernel: EXT4-fs (sdc2): Could not load journal inode

Revision history for this message
Jeffrey Tsang (jeffreytsang) wrote :
Download full text (11.0 KiB)

For some reason, I am unable to attach a file. It always runs into an error. Therefore, I'm copying & pasting USB and storage related messages below from /var/log/kern.log for your reference.

2024-11-11T14:00:46.165101+00:00 ubuntu kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-11-11T14:00:46.165103+00:00 ubuntu kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-11-11T14:00:46.165105+00:00 ubuntu kernel: usb usb1: Product: EHCI Host Controller
2024-11-11T14:00:46.165111+00:00 ubuntu kernel: usb usb1: Manufacturer: Linux 6.8.0-41-generic ehci_hcd
2024-11-11T14:00:46.165113+00:00 ubuntu kernel: usb usb1: SerialNumber: 0000:00:1a.0

2024-11-11T14:00:46.165130+00:00 ubuntu kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-11-11T14:00:46.165131+00:00 ubuntu kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-11-11T14:00:46.165133+00:00 ubuntu kernel: usb usb2: Product: EHCI Host Controller
2024-11-11T14:00:46.165137+00:00 ubuntu kernel: usb usb2: Manufacturer: Linux 6.8.0-41-generic ehci_hcd
2024-11-11T14:00:46.165139+00:00 ubuntu kernel: usb usb2: SerialNumber: 0000:00:1d.0
2024-11-11T14:00:46.165157+00:00 ubuntu kernel: hub 2-0:1.0: USB hub found
2024-11-11T14:00:46.165161+00:00 ubuntu kernel: hub 2-0:1.0: 2 ports detected
2

2024-11-11T14:00:46.165549+00:00 ubuntu kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
2024-11-11T14:00:46.165552+00:00 ubuntu kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
2024-11-11T14:00:46.165554+00:00 ubuntu kernel: hub 1-1:1.0: USB hub found
2024-11-11T14:00:46.165556+00:00 ubuntu kernel: hub 1-1:1.0: 6 ports detected
2024-11-11T14:00:46.165557+00:00 ubuntu kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
2024-11-11T14:00:46.165559+00:00 ubuntu kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
2024-11-11T14:00:46.165561+00:00 ubuntu kernel: hub 2-1:1.0: USB hub found
2024-11-11T14:00:46.165563+00:00 ubuntu kernel: hub 2-1:1.0: 6 ports detected
2024-11-11T14:00:46.165565+00:00 ubuntu kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
2024-11-11T14:00:46.165566+00:00 ubuntu kernel: Run /init as init process
2024-11-11T14:00:46.165569+00:00 ubuntu kernel: with arguments:
2024-11-11T14:00:46.165570+00:00 ubuntu kernel: /init
2024-11-11T14:00:46.165572+00:00 ubuntu kernel: ---
2024-11-11T14:00:46.165573+00:00 ubuntu kernel: splash
2024-11-11T14:00:46.165575+00:00 ubuntu kernel: with environment:
2024-11-11T14:00:46.165576+00:00 ubuntu kernel: HOME=/
2024-11-11T14:00:46.165578+00:00 ubuntu kernel: TERM=linux
2024-11-11T14:00:46.165579+00:00 ubuntu kernel: BOOT_IMAGE=/casper/vmlinuz
2024-11-11T14:00:46.165581+00:00 ubuntu kernel: usb 2-1.1: new full-speed USB device number 3 using ehci-pci

2024-11-11T14:00:46.165639+00:00 ubuntu kernel: usb 2-1.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.07
2024-11-11T14:00:46.165641+00:00 ubuntu kernel: usb 2-1.1: New USB device strings: Mfr=1, Product=2,...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.