#1 Le 02/09/2026, à 08:04
- ljubanov
installation ubuntu 26.04 sur imac 27 pouces de 2013
Bonjour à tous,
Je souhaite installer une distrbution linux sur un imac de 2013 (carte graphique nvidia GT 755M, processeur quadricoeurs intel core i5), suite à de nombreux échecs avec Mint versions 22 et 21.4, je décide de passer à Ubuntu 26.04 pour voir... idem même problème, l'installation dure plus d'une heure et au rallumage suite à l'installation je suis en "mode emergency" avec un message b43-phy0 error, probe with driver b43. J'ai essayé nomodeset, idem... En partionnant le disque manuellement ou pas, itou. Bon je galère. Tout semble fonctionner en mode live.
Quelques retours de commande:
ubuntu-cinnamon@ubuntu-cinnamon:~$ lspci -vnn | grep -A 12 '\[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107M [GeForce GT 755M Mac Edition] [10de:0fea] (rev a1) (prog-if 00 [VGA controller])
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveauubuntu-cinnamon@ubuntu-cinnamon:~$ lspci -vvnn | grep -A 9 Network
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Dual Band Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. Device [106b:0111]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+ <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 256 bytes
Interrupt: pin A routed to IRQ 18
IOMMU group: 10
Region 0: Memory at b1a00000 (64-bit, non-prefetchable) [size=32K]
Region 2: Memory at b1800000 (64-bit, non-prefetchable) [size=2M]
Capabilities: <access denied>Merci d'avance pour votre aide.
Modération : merci à l'avenir d'utiliser les balises code (explications ici).
Dernière modification par xubu1957 (Le 02/09/2026, à 09:19)
Hors ligne
#2 Le 02/09/2026, à 09:21
- xubu1957

Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Bonjour,
Montre, en te servant du Retour utilisable de commande :
ubuntu-drivers devicesDernière modification par xubu1957 (Le 02/09/2026, à 09:27)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 02/09/2026, à 09:57
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Bonjour
Je ne suis pas surpris que l’installation de la 26.04 dure une heure.
Je pense que ce message b43-phy0 error, probe with driver b43 a un rapport avec le wifi.
Cela ne peut pas être la cause du plantage.
Je vois que tu es en live-usb
On va chercher les erreurs collectées dans le journal
1) Liste les partitions présentes
lsblk -fe72) A partir de cette liste, identifie la partition ext4 qui contient le logiciel par exemple /dev/sdaN
3) Monte cette partition
sudo mount -v /dev/sdaN /mnt4) Publie la fin du journal
journalctl --no-pager -D /mnt/var/log/journal -b -n 2005) Publie les erreurs du journal
journalctl --no-pager -D /mnt/var/log/journal -b -p err -n 2006) Publie les avertissements du journal
journalctl --no-pager -D /mnt/var/log/journal -b -p warning -n 200Dernière modification par geole (Le 02/09/2026, à 13:16)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#4 Le 02/09/2026, à 10:28
- FDz
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Bonjour,
journalclt ...Révérence gardée, ne serait-ce pas plutôt
journalctl ...?
NB Seuls ceux qui ne font rien ne se trompent jamais, et encore !
Dernière modification par FDz (Le 02/09/2026, à 10:30)
Hors ligne
#5 Le 02/09/2026, à 12:25
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Bonjour à tous,
Merci de votre aide!
ubuntu-cinnamon@ubuntu-cinnamon:~$ ubuntu-drivers devices
ubuntu-cinnamon@ubuntu-cinnamon:~$ Cela ne renvoie à aucune réponse
ubuntu-cinnamon@ubuntu-cinnamon:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
│ swap 1 1e9ef41e-79ab-4466-8013-4052e0d2c7bc [SWAP]
├─sda2
│ ext4 1.0 b89cef13-a5a5-47f3-a343-0b171d23b1a2
├─sda3
│ vfat FAT32 3B21-DE08
└─sda4
ext4 1.0 5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e 848.2G 0% /mnt
sdb iso966 Jolie Ubuntu-Cinnamon 26.04.1 LTS x64 2026-08-26-13-55-55-00
├─sdb1
│ iso966 Jolie Ubuntu-Cinnamon 26.04.1 LTS x64 2026-08-26-13-55-55-00 0 100% /cdrom
├─sdb2
│ vfat FAT12 ESP 0537-7FFF
├─sdb3
│
└─sdb4
ext4 1.0 writable ef9e0abf-4a65-4e25-bfd8-dc6f6b06b4ff 1.9G 5% /var/crash
/var/logJ'ai deux partitions qui renvoient à ext4.
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo mount -v /dev/sda2 /mnt
mount: /dev/sda2 mounted on /mnt.ubuntu-cinnamon@ubuntu-cinnamon:~$ journalctl --no-pager -D /mnt/var/log/journal -n 200
Sep 02 05:01:55 ameline-linux kernel: Creating 1 MTD partitions on "intel-spi":
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for boot-efi.mount - /boot/efi.
Sep 02 05:01:55 ameline-linux kernel: 0x000000000000-0x000000800000 : "BIOS"
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for local-fs.target - Local File Systems.
Sep 02 05:01:55 ameline-linux systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
Sep 02 05:01:55 ameline-linux systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
Sep 02 05:01:55 ameline-linux systemd[1]: boot-efi.mount: Job boot-efi.mount/start failed with result 'dependency'.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service - File System Check on /dev/disk/by-uuid/3B21-DE08.
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service: Job systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service/start failed with result 'dependency'.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-3B21\x2dDE08.device: Job dev-disk-by\x2duuid-3B21\x2dDE08.device/start failed with result 'timeout'.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device: Job dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device/start timed out.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for home.mount - /home.
Sep 02 05:01:55 ameline-linux systemd[1]: home.mount: Job home.mount/start failed with result 'dependency'.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service - File System Check on /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service: Job systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service/start failed with result 'dependency'.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device: Job dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device/start failed with result 'timeout'.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device/start timed out.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for swap.target - Swaps.
Sep 02 05:01:55 ameline-linux systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap/start failed with result 'dependency'.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device/start failed with result 'timeout'.
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Sep 02 05:01:55 ameline-linux systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
Sep 02 05:01:55 ameline-linux systemd[1]: Reached target bluetooth.target - Bluetooth Support.
Sep 02 05:01:55 ameline-linux systemd[1]: Starting dbus.service - D-Bus System Message Bus...
Sep 02 05:01:55 ameline-linux systemd[1]: Started emergency.service - Emergency Shell.
Sep 02 05:01:59 ameline-linux kernel: usbcore: registered new interface driver uvcvideo
Sep 02 05:01:55 ameline-linux systemd[1]: Reached target emergency.target - Emergency Mode.
Sep 02 05:01:59 ameline-linux dbus-daemon[742]: dbus[742]: Unknown username "malcontent-timer-ext-agent" in message bus configuration file
Sep 02 05:01:59 ameline-linux dbus-daemon[742]: dbus[742]: Unknown username "malcontent-timerd" in message bus configuration file
Sep 02 05:01:59 ameline-linux dbus-daemon[742]: dbus[742]: Unknown username "malcontent-timerd" in message bus configuration file
Sep 02 05:01:59 ameline-linux dbus-daemon[742]: dbus[742]: Unknown username "malcontent-webd" in message bus configuration file
Sep 02 05:01:55 ameline-linux systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache skipped, no trigger condition checks were met.
Sep 02 05:01:55 ameline-linux systemd[1]: modprobe@efi_pstore.service - Load Kernel Module efi_pstore skipped, unmet condition check ConditionKernelModuleLoaded=!efi_pstore
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog skipped, unmet condition check ConditionNeedsUpdate=/var
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) skipped, unmet condition check ConditionSecurity=measured-uki
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met.
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-firstboot.service - Initial Setup skipped, unmet condition check ConditionFirstBoot=yes
Sep 02 05:01:55 ameline-linux systemd[1]: first-boot-complete.target - First Boot Complete skipped, unmet condition check ConditionFirstBoot=yes
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk skipped, unmet condition check ConditionPathIsMountPoint=/etc/machine-id
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-pcrnvdone.service - TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki
Sep 02 05:01:55 ameline-linux systemd[1]: systemd-update-done.service - Update is Completed skipped, no trigger condition checks were met.
Sep 02 05:01:57 ameline-linux systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 02 05:02:04 ameline-linux kernel: audit: type=1400 audit(1788325324.232:64): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-attach" pid=738 comm="apparmor_parser"
Sep 02 05:02:04 ameline-linux kernel: audit: type=1400 audit(1788325324.235:65): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsusb" pid=735 comm="apparmor_parser"
Sep 02 05:02:04 ameline-linux kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Sep 02 05:02:04 ameline-linux kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Sep 02 05:02:04 ameline-linux kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Sep 02 05:02:11 ameline-linux kernel: audit: type=1400 audit(1788325331.912:66): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-create" pid=750 comm="apparmor_parser"
Sep 02 05:02:11 ameline-linux kernel: audit: type=1400 audit(1788325331.913:67): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-destroy" pid=751 comm="apparmor_parser"
Sep 02 05:02:21 ameline-linux kernel: audit: type=1400 audit(1788325341.799:68): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-execute" pid=759 comm="apparmor_parser"
Sep 02 05:02:29 ameline-linux systemd-udevd[509]: bcma0:1: Worker [537] processing SEQNUM=3703 is taking a long time.
Sep 02 05:02:37 ameline-linux dbus-daemon[742]: [system] AppArmor D-Bus mediation is enabled
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325341.800:69): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-stop" pid=760 comm="apparmor_parser"
Sep 02 05:02:30 ameline-linux systemd[1]: Created slice system-systemd\x2dbacklight.slice - Slice /system/systemd-backlight.
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: CS4206: picked fixup for codec SSID 106b:0000
Sep 02 05:02:30 ameline-linux systemd[1]: Starting systemd-backlight@backlight:acpi_video0.service - Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: autoconfig for CS4206: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:speaker
Sep 02 05:02:37 ameline-linux systemd[1]: Started dbus.service - D-Bus System Message Bus.
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 02 05:02:43 ameline-linux systemd[1]: Finished systemd-backlight@backlight:acpi_video0.service - Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
Sep 02 05:02:51 ameline-linux (udev-worker)[535]: sda: The event already takes longer (3min 2.115474s) than the timeout (3min), skipping execution of '/usr/lib/udev/hdparm'.
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: mono: mono_out=0x0
Sep 02 05:02:51 ameline-linux (udev-worker)[535]: sda: Failed to execute '/usr/lib/udev/hdparm', ignoring: Timer expired
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: dig-out=0x10/0x0
Sep 02 05:03:02 ameline-linux systemd[1]: Finished apparmor.service - Load AppArmor profiles.
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: inputs:
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_cs420x hdaudioC0D0: Mic=0xe
Sep 02 05:03:02 ameline-linux kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325344.616:70): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session" pid=687 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325344.616:71): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session//chromium" pid=687 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Sep 02 05:03:02 ameline-linux kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Sep 02 05:03:02 ameline-linux kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Sep 02 05:03:02 ameline-linux kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325347.779:72): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-usernsexec" pid=763 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325347.779:73): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-unshare" pid=762 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325347.780:74): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mbsync" pid=765 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325349.548:75): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mmdebstrap" pid=772 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: b43-phy0: Broadcom 4360 WLAN found (core revision 42)
Sep 02 05:03:02 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Sep 02 05:03:02 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Sep 02 05:03:02 ameline-linux kernel: Broadcom 43xx driver loaded [ Features: PNL ]
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325349.615:76): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mosquitto" pid=773 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325349.616:77): apparmor="STATUS" operation="profile_load" profile="unconfined" name="msedge" pid=774 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: intel_rapl_common: Found RAPL domain package
Sep 02 05:03:02 ameline-linux kernel: intel_rapl_common: Found RAPL domain core
Sep 02 05:03:02 ameline-linux kernel: intel_rapl_common: Found RAPL domain uncore
Sep 02 05:03:02 ameline-linux kernel: intel_rapl_common: Found RAPL domain dram
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325349.619:78): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nc.openbsd" pid=775 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325349.633:79): apparmor="STATUS" operation="profile_load" profile="unconfined" name="notepadqq" pid=777 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325349.633:80): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nhrpd" pid=776 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325349.640:81): apparmor="STATUS" operation="profile_load" profile="unconfined" name="notify-send" pid=778 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: ACPI: \_SB_.PCI0.P0P2.GFX0: failed to evaluate _DSM
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: NVIDIA GK107 (0e72a0a2)
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: bios: version 80.07.ae.00.01
Sep 02 05:03:02 ameline-linux kernel: Console: switching to colour dummy device 80x25
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: vgaarb: deactivate vga console
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: fb: 1024 MiB GDDR5
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: drm: VRAM: 1024 MiB
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: drm: GART: 1048576 MiB
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: drm: TMDS table version 2.0
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: drm: MM: using COPY for buffer copies
Sep 02 05:03:02 ameline-linux kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: [drm] Registered 4 planes with drm panic
Sep 02 05:03:02 ameline-linux kernel: [drm] Initialized nouveau 1.4.2 for 0000:01:00.0 on minor 0
Sep 02 05:03:02 ameline-linux kernel: fbcon: nouveaudrmfb (fb0) is primary device
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_nvhdmi hdaudioC1D0: HDMI: pin NID 0x6 not registered
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_nvhdmi hdaudioC1D0: HDMI: pin NID 0x6 not registered
Sep 02 05:03:02 ameline-linux kernel: Console: switching to colour frame buffer device 256x80
Sep 02 05:03:02 ameline-linux kernel: nouveau 0000:01:00.0: [drm] fb0: nouveaudrmfb frame buffer device
Sep 02 05:03:02 ameline-linux kernel: kauditd_printk_skb: 17 callbacks suppressed
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325360.092:99): apparmor="STATUS" operation="profile_load" profile="unconfined" name="polypane" pid=794 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325360.092:100): apparmor="STATUS" operation="profile_load" profile="unconfined" name="pim6d" pid=790 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325360.093:101): apparmor="STATUS" operation="profile_load" profile="unconfined" name="plasmashell" pid=792 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325360.093:102): apparmor="STATUS" operation="profile_load" profile="unconfined" name="plasmashell//QtWebEngineProcess" pid=792 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325363.160:103): apparmor="STATUS" operation="profile_load" profile="unconfined" name="proftpd" pid=813 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325363.161:104): apparmor="STATUS" operation="profile_load" profile="unconfined" name="qcam" pid=855 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325363.161:105): apparmor="STATUS" operation="profile_load" profile="unconfined" name="qmapshack" pid=856 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325363.162:106): apparmor="STATUS" operation="profile_load" profile="unconfined" name="qpdf" pid=857 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325363.209:107): apparmor="STATUS" operation="profile_load" profile="unconfined" name="qutebrowser" pid=858 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
Sep 02 05:03:02 ameline-linux kernel: i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325363.324:108): apparmor="STATUS" operation="profile_load" profile="unconfined" name="rootlesskit" pid=861 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: kauditd_printk_skb: 44 callbacks suppressed
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.439:153): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_apt_news" pid=898 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.442:154): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=904 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.442:155): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=904 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.442:156): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=904 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.446:157): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_esm_cache" pid=899 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.446:158): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_esm_cache//apt_methods" pid=899 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.446:159): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_esm_cache//apt_methods_gpgv" pid=899 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.446:160): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_esm_cache//cloud_id" pid=899 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.446:161): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_esm_cache//dpkg" pid=899 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325367.446:162): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_esm_cache//ps" pid=899 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: kauditd_printk_skb: 35 callbacks suppressed
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325379.163:198): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=906 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325379.163:199): apparmor="STATUS" operation="profile_load" profile="unconfined" name="wpcom" pid=922 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325379.163:200): apparmor="STATUS" operation="profile_load" profile="unconfined" name="uwsgi-core" pid=912 comm="apparmor_parser"
Sep 02 05:03:02 ameline-linux kernel: audit: type=1400 audit(1788325382.391:201): apparmor="STATUS" operation="profile_load" profile="unconfined" name="znc" pid=923 comm="apparmor_parser"
Sep 02 05:03:07 ameline-linux systemd[1]: Starting snapd.apparmor.service - Load AppArmor profiles managed internally by snapd...
Sep 02 05:03:22 ameline-linux systemd[1]: Reached target sound.target - Sound Card.
Sep 02 05:03:35 ameline-linux snapd-apparmor[927]: main.go:146: Loading profiles [/var/lib/snapd/apparmor/profiles/snap-confine.snapd.27710 /var/lib/snapd/apparmor/profiles/snap-update-ns.firefox /var/lib/snapd/apparmor/profiles/snap-update-ns.mesa-2404 /var/lib/snapd/apparmor/profiles/snap-update-ns.thunderbird /var/lib/snapd/apparmor/profiles/snap.firefox.firefox /var/lib/snapd/apparmor/profiles/snap.firefox.geckodriver /var/lib/snapd/apparmor/profiles/snap.firefox.hook.configure /var/lib/snapd/apparmor/profiles/snap.firefox.hook.disconnect-plug-host-hunspell /var/lib/snapd/apparmor/profiles/snap.firefox.hook.install /var/lib/snapd/apparmor/profiles/snap.firefox.hook.post-refresh /var/lib/snapd/apparmor/profiles/snap.mesa-2404.component-monitor /var/lib/snapd/apparmor/profiles/snap.mesa-2404.hook.connect-plug-kernel-gpu-2404 /var/lib/snapd/apparmor/profiles/snap.mesa-2404.hook.disconnect-plug-kernel-gpu-2404 /var/lib/snapd/apparmor/profiles/snap.mesa-2404.hook.install /var/lib/snapd/apparmor/profiles/snap.mesa-2404.hook.post-refresh /var/lib/snapd/apparmor/profiles/snap.thunderbird.hook.configure /var/lib/snapd/apparmor/profiles/snap.thunderbird.hook.install /var/lib/snapd/apparmor/profiles/snap.thunderbird.hook.post-refresh /var/lib/snapd/apparmor/profiles/snap.thunderbird.thunderbird]
Sep 02 05:03:43 ameline-linux kernel: audit: type=1400 audit(1788325423.942:202): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.mesa-2404" pid=938 comm="apparmor_parser"
Sep 02 05:03:44 ameline-linux kernel: audit: type=1400 audit(1788325424.110:203): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/27710/usr/lib/snapd/snap-confine" pid=936 comm="apparmor_parser"
Sep 02 05:03:44 ameline-linux kernel: audit: type=1400 audit(1788325424.172:204): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.thunderbird" pid=939 comm="apparmor_parser"
Sep 02 05:03:46 ameline-linux kernel: audit: type=1400 audit(1788325426.250:205): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.firefox" pid=940 comm="apparmor_parser"
Sep 02 05:03:46 ameline-linux kernel: audit: type=1400 audit(1788325426.257:206): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.firefox" pid=937 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux systemd-udevd[509]: sda3: Worker [523] processing SEQNUM=2730 is taking a long time.
Sep 02 05:03:51 ameline-linux systemd-udevd[509]: sda4: Worker [520] processing SEQNUM=2731 is taking a long time.
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.517:207): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.geckodriver" pid=941 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.531:208): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.hook.disconnect-plug-host-hunspell" pid=943 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.532:209): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.hook.install" pid=944 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.532:210): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.hook.configure" pid=942 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.534:211): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.hook.post-refresh" pid=945 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.536:212): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.mesa-2404.component-monitor" pid=946 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.537:213): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.mesa-2404.hook.connect-plug-kernel-gpu-2404" pid=947 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.538:214): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.mesa-2404.hook.disconnect-plug-kernel-gpu-2404" pid=948 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.539:215): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.mesa-2404.hook.install" pid=949 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux kernel: audit: type=1400 audit(1788325431.540:216): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.mesa-2404.hook.post-refresh" pid=950 comm="apparmor_parser"
Sep 02 05:03:51 ameline-linux systemd[1]: Finished snapd.apparmor.service - Load AppArmor profiles managed internally by snapd.
Sep 02 05:05:08 ameline-linux systemd[1]: Started cloud-init-main.service - Cloud-init: Single Process.
Sep 02 05:05:08 ameline-linux systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)...
Sep 02 05:05:13 ameline-linux cloud-init[965]: Cloud-init v. 26.1-0ubuntu3~26.04.1 running 'init-local' at Wed, 02 Sep 2026 05:05:12 +0000. Up 638.00 seconds.
Sep 02 05:05:20 ameline-linux systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network).
Sep 02 05:05:20 ameline-linux systemd[1]: Reached target network-pre.target - Preparation for Network.
Sep 02 05:05:20 ameline-linux systemd[1]: Reached target network.target - Network.
Sep 02 05:05:20 ameline-linux systemd[1]: Starting cloud-init-network.service - Cloud-init: Network Stage...
Sep 02 05:05:21 ameline-linux cloud-init[965]: Cloud-init v. 26.1-0ubuntu3~26.04.1 running 'init' at Wed, 02 Sep 2026 05:05:21 +0000. Up 647.34 seconds.
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: ++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: +-----------------+-------+-----------+-----------+-------+-------------------+
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: +-----------------+-------+-----------+-----------+-------+-------------------+
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: | enp4s0f0 | False | . | . | . | 98:5a:eb:e4:b6:51 |
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: | enx02734f5d344c | False | . | . | . | 02:73:4f:5d:34:4c |
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: | lo | True | ::1/128 | . | host | . |
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: +-----------------+-------+-----------+-----------+-------+-------------------+
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: +-------+-------------+---------+-----------+-------+
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: | Route | Destination | Gateway | Interface | Flags |
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: +-------+-------------+---------+-----------+-------+
Sep 02 05:05:22 ameline-linux cloud-init[965]: ci-info: +-------+-------------+---------+-----------+-------+
Sep 02 05:05:27 ameline-linux systemd[1]: Finished cloud-init-network.service - Cloud-init: Network Stage.
Sep 02 05:05:27 ameline-linux systemd[1]: Reached target cloud-config.target - Cloud-config availability.
Sep 02 05:05:27 ameline-linux systemd[1]: Reached target network-online.target - Network is Online.
Sep 02 05:05:27 ameline-linux systemd[1]: Listening on cloud-init-hotplugd.socket - cloud-init hotplug hook socket.
Sep 02 05:05:27 ameline-linux systemd[1]: Startup finished in 521ms (kernel) + 1min 4.453s (initrd) + 9min 48.124s (userspace) = 10min 53.099s.ubuntu-cinnamon@ubuntu-cinnamon:~$ journalctl --no-pager -D /mnt/var/log/journal -p err -n 200
Aug 31 15:04:47 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Aug 31 15:04:47 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Aug 31 15:04:47 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Aug 31 15:04:47 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Aug 31 15:04:47 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Aug 31 15:04:47 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Aug 31 15:04:47 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Aug 31 15:07:43 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 15:07:43 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 15:07:43 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 15:09:27 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Aug 31 15:09:32 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 15:09:32 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Aug 31 15:13:53 ameline-linux systemd-journald[382]: Failed to send WATCHDOG=1 notification message: Connection refused
-- Boot b6ef86d1e0e444fda572f1f1289d7551 --
Aug 31 15:15:13 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Aug 31 15:15:13 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Aug 31 15:15:13 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Aug 31 15:15:13 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Aug 31 15:15:13 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Aug 31 15:15:13 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Aug 31 15:15:13 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Aug 31 15:18:00 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 15:18:00 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 15:18:00 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 15:18:57 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 15:18:58 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Aug 31 15:19:31 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
-- Boot a87ea741cd954adcb95939664793b632 --
Aug 31 15:38:07 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Aug 31 15:38:07 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Aug 31 15:38:07 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Aug 31 15:38:07 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Aug 31 15:38:07 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Aug 31 15:38:07 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Aug 31 15:38:07 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Aug 31 15:41:23 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 15:41:23 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 15:41:23 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 15:42:00 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 15:42:00 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
-- Boot 223d07f1d0f54201ab74cb670caba854 --
Aug 31 17:01:02 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Aug 31 17:01:02 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Aug 31 17:01:02 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Aug 31 17:01:02 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Aug 31 17:01:02 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Aug 31 17:01:02 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Aug 31 17:01:02 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Aug 31 17:04:24 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:04:24 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:04:24 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:04:29 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 17:04:29 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Aug 31 17:05:54 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:05:54 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:05:54 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
-- Boot 0318cc128c4443cd93d10cee868c3921 --
Aug 31 17:11:29 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Aug 31 17:11:29 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Aug 31 17:11:29 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Aug 31 17:11:29 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Aug 31 17:11:29 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Aug 31 17:11:29 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Aug 31 17:11:29 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Aug 31 17:14:38 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:14:38 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:14:38 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:16:08 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Aug 31 17:17:07 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 17:17:07 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Aug 31 17:17:14 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:17:14 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:17:14 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:17:35 ameline-linux (udev-worker)[470]: sda: Spawned process '/usr/lib/udev/hdparm' [776] timed out after 21s, killing.
Aug 31 17:17:35 ameline-linux (udev-worker)[470]: sda: Process '/usr/lib/udev/hdparm' terminated by signal KILL.
Aug 31 17:17:35 ameline-linux (udev-worker)[470]: sda: Failed to wait for spawned command '/usr/lib/udev/hdparm': Input/output error
Aug 31 17:26:00 ameline-linux systemd[1]: Failed to start cups.service - CUPS Scheduler.
Aug 31 17:26:00 ameline-linux systemd[1]: Failed to start blueman-mechanism.service - Bluetooth management mechanism.
Aug 31 17:26:00 ameline-linux systemd[1]: Failed to start chrony.service - chrony, an NTP client/server.
Aug 31 17:26:00 ameline-linux systemd[1]: Failed to start networkd-dispatcher.service - Dispatcher daemon for systemd-networkd.
Aug 31 17:26:00 ameline-linux systemd[1]: Failed to start polkit.service - Authorization Manager.
Aug 31 17:26:06 ameline-linux systemd[1]: Failed to start udisks2.service - Disk Manager.
Aug 31 17:27:09 ameline-linux systemd[1]: Failed to start accounts-daemon.service - Accounts Service.
Aug 31 17:27:31 ameline-linux systemd[1]: Failed to start cups.service - CUPS Scheduler.
Aug 31 17:27:46 ameline-linux systemd[1]: Failed to start lightdm.service - Light Display Manager.
Aug 31 17:30:05 ameline-linux systemd[1]: Failed to start snapd.seeded.service - Wait until snapd is fully seeded.
-- Boot 1afa8eb48bd4422ba4c23b33eab75873 --
Aug 31 17:33:33 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Aug 31 17:33:33 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Aug 31 17:33:33 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Aug 31 17:33:33 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Aug 31 17:33:33 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Aug 31 17:33:33 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Aug 31 17:33:33 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Aug 31 17:33:38 localhost.localdomain kernel: usb 1-5: device descriptor read/64, error -110
Aug 31 17:37:24 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:37:24 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:37:24 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:38:39 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 17:38:39 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Aug 31 17:38:54 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Aug 31 17:39:09 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:39:09 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:39:09 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Connection refused
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Aug 31 17:41:10 ameline-linux systemd-journald[398]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
-- Boot 07a8089fb81a4c63b57e78abe2163441 --
Aug 31 17:44:47 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Aug 31 17:44:47 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Aug 31 17:44:47 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Aug 31 17:44:47 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Aug 31 17:44:47 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Aug 31 17:44:47 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Aug 31 17:44:47 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Aug 31 17:44:52 localhost.localdomain kernel: usb 1-5: device descriptor read/64, error -110
Aug 31 17:47:57 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:47:57 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:47:57 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:49:28 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Aug 31 17:49:48 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 17:49:48 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Aug 31 17:50:12 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:50:12 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:50:12 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
-- Boot d2de91591b354facabfa5d4f4d728d17 --
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Sep 01 05:08:22 localhost.localdomain kernel: usb 1-5: device descriptor read/64, error -110
Sep 01 05:11:56 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 01 05:11:56 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 01 05:11:56 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 01 05:13:42 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Sep 01 05:13:50 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Sep 01 05:13:50 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Sep 01 05:14:19 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 01 05:14:19 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 01 05:14:19 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
-- Boot 04d879f66f2f42b7a0c19f971ccdf4a2 --
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Sep 02 04:54:40 localhost.localdomain kernel: usb 1-5: device descriptor read/64, error -110
Sep 02 04:58:44 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 04:58:44 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 04:58:44 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 02 04:59:46 ameline-linux systemd[1]: Failed to start systemd-udevd.service - Rule-based Manager for Device Events and Files.
Sep 02 05:00:15 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 05:03:02 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Sep 02 05:03:02 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95ubuntu-cinnamon@ubuntu-cinnamon:~$ journalctl --no-pager -D /mnt/var/log/journal -p warning -n 200
Aug 31 17:49:09 ameline-linux kernel: at24 0-0050: supply vcc not found, using dummy regulator
Aug 31 17:49:09 ameline-linux kernel: at24 0-0052: supply vcc not found, using dummy regulator
Aug 31 17:49:14 ameline-linux kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Aug 31 17:49:16 ameline-linux systemd-udevd[447]: 0000:01:00.1: Worker [533] processing SEQNUM=3257 is taking a long time.
Aug 31 17:49:28 ameline-linux systemd[1]: dbus.service: start operation timed out. Terminating.
Aug 31 17:49:28 ameline-linux systemd[1]: dbus.service: Failed with result 'timeout'.
Aug 31 17:49:28 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Aug 31 17:49:44 ameline-linux kernel: i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
Aug 31 17:49:44 ameline-linux kernel: i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
Aug 31 17:49:48 ameline-linux kernel: kauditd_printk_skb: 9 callbacks suppressed
Aug 31 17:49:48 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Aug 31 17:49:48 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Aug 31 17:49:54 ameline-linux kernel: kauditd_printk_skb: 18 callbacks suppressed
Aug 31 17:49:59 ameline-linux kernel: kauditd_printk_skb: 119 callbacks suppressed
Aug 31 17:50:12 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device/start timed out.
Aug 31 17:50:12 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:50:12 ameline-linux systemd[1]: Dependency failed for dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Aug 31 17:50:12 ameline-linux systemd[1]: Dependency failed for swap.target - Swaps.
Aug 31 17:50:12 ameline-linux systemd[1]: dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device: Job dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device/start timed out.
Aug 31 17:50:12 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:50:12 ameline-linux systemd[1]: Dependency failed for home.mount - /home.
Aug 31 17:50:12 ameline-linux systemd[1]: Dependency failed for local-fs.target - Local File Systems.
Aug 31 17:50:12 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service - File System Check on /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Aug 31 17:50:12 ameline-linux systemd[1]: dev-disk-by\x2duuid-3B21\x2dDE08.device: Job dev-disk-by\x2duuid-3B21\x2dDE08.device/start timed out.
Aug 31 17:50:12 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:50:12 ameline-linux systemd[1]: Dependency failed for boot-efi.mount - /boot/efi.
Aug 31 17:50:12 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service - File System Check on /dev/disk/by-uuid/3B21-DE08.
Aug 31 17:50:21 ameline-linux (udev-worker)[469]: sda: Spawned process '/usr/lib/udev/hdparm' [929] is taking longer than 14s to complete.
-- Boot d2de91591b354facabfa5d4f4d728d17 --
Sep 01 05:08:17 localhost.localdomain kernel: [Firmware Bug]: Corrupted DMI table, offset 2790 (only 50 entries processed)
Sep 01 05:08:17 localhost.localdomain kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/0 (20251212/tbfadt-560)
Sep 01 05:08:17 localhost.localdomain kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Sep 01 05:08:17 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Sep 01 05:08:17 localhost.localdomain kernel: Driver imsttfb not loading because of nomodeset parameter
Sep 01 05:08:17 localhost.localdomain kernel: Driver asiliantfb not loading because of nomodeset parameter
Sep 01 05:08:17 localhost.localdomain kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 01 05:08:20 localhost.localdomain kernel: ata1.00: unexpected _GTF length (8)
Sep 01 05:08:20 localhost.localdomain kernel: ata1.00: unexpected _GTF length (8)
Sep 01 05:08:22 localhost.localdomain kernel: usb 1-5: device descriptor read/64, error -110
Sep 01 05:08:24 localhost.localdomain kernel: sd 4:0:0:0: [sdb] No Caching mode page found
Sep 01 05:08:24 localhost.localdomain kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Sep 01 05:11:56 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device/start timed out.
Sep 01 05:11:56 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 01 05:11:56 ameline-linux systemd[1]: Dependency failed for dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 01 05:11:56 ameline-linux systemd[1]: Dependency failed for swap.target - Swaps.
Sep 01 05:11:56 ameline-linux systemd[1]: dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device: Job dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device/start timed out.
Sep 01 05:11:56 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 01 05:11:56 ameline-linux systemd[1]: Dependency failed for home.mount - /home.
Sep 01 05:11:56 ameline-linux systemd[1]: Dependency failed for local-fs.target - Local File Systems.
Sep 01 05:11:56 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service - File System Check on /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 01 05:11:56 ameline-linux systemd[1]: dev-disk-by\x2duuid-3B21\x2dDE08.device: Job dev-disk-by\x2duuid-3B21\x2dDE08.device/start timed out.
Sep 01 05:11:56 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 01 05:11:56 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service - File System Check on /dev/disk/by-uuid/3B21-DE08.
Sep 01 05:11:56 ameline-linux systemd[1]: Dependency failed for boot-efi.mount - /boot/efi.
Sep 01 05:12:00 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20251212/utaddress-204)
Sep 01 05:12:00 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20251212/utaddress-204)
Sep 01 05:12:00 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20251212/utaddress-204)
Sep 01 05:12:00 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20251212/utaddress-204)
Sep 01 05:12:00 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20251212/utaddress-204)
Sep 01 05:12:00 ameline-linux kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Sep 01 05:12:48 ameline-linux systemd-udevd[444]: loop3: Worker [491] processing SEQNUM=2677 is taking a long time.
Sep 01 05:12:48 ameline-linux systemd-udevd[444]: 0000:00:1b.0: Worker [485] processing SEQNUM=3260 is taking a long time.
Sep 01 05:12:48 ameline-linux systemd-udevd[444]: loop4: Worker [472] processing SEQNUM=2678 is taking a long time.
Sep 01 05:12:48 ameline-linux systemd-udevd[444]: loop5: Worker [483] processing SEQNUM=2679 is taking a long time.
Sep 01 05:12:48 ameline-linux systemd-udevd[444]: loop2: Worker [489] processing SEQNUM=2676 is taking a long time.
Sep 01 05:12:48 ameline-linux systemd-udevd[444]: loop6: Worker [487] processing SEQNUM=2680 is taking a long time.
Sep 01 05:12:48 ameline-linux systemd-udevd[444]: loop7: Worker [476] processing SEQNUM=2681 is taking a long time.
Sep 01 05:12:52 ameline-linux systemd-udevd[444]: sda: Worker [486] processing SEQNUM=2669 is taking a long time.
Sep 01 05:13:02 ameline-linux systemd-udevd[444]: 0000:01:00.0: Worker [526] processing SEQNUM=3217 is taking a long time.
Sep 01 05:13:08 ameline-linux systemd-udevd[444]: 0000:01:00.1: Worker [545] processing SEQNUM=3224 is taking a long time.
Sep 01 05:13:10 ameline-linux kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Sep 01 05:13:24 ameline-linux kernel: at24 0-0050: supply vcc not found, using dummy regulator
Sep 01 05:13:24 ameline-linux kernel: at24 0-0052: supply vcc not found, using dummy regulator
Sep 01 05:13:25 ameline-linux kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Sep 01 05:13:27 ameline-linux systemd-udevd[444]: 1-7:1.0: Worker [546] processing SEQNUM=3243 is taking a long time.
Sep 01 05:13:42 ameline-linux systemd[1]: dbus.service: start operation timed out. Terminating.
Sep 01 05:13:42 ameline-linux systemd[1]: dbus.service: Failed with result 'timeout'.
Sep 01 05:13:42 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Sep 01 05:13:46 ameline-linux systemd-udevd[444]: cpu1: Worker [553] processing SEQNUM=3383 is taking a long time.
Sep 01 05:13:46 ameline-linux systemd-udevd[444]: cpu3: Worker [586] processing SEQNUM=3385 is taking a long time.
Sep 01 05:13:46 ameline-linux systemd-udevd[444]: cpu0: Worker [572] processing SEQNUM=3382 is taking a long time.
Sep 01 05:13:46 ameline-linux systemd-udevd[444]: cpu2: Worker [573] processing SEQNUM=3384 is taking a long time.
Sep 01 05:13:50 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Sep 01 05:13:50 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Sep 01 05:13:53 ameline-linux kernel: i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
Sep 01 05:13:53 ameline-linux kernel: i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
Sep 01 05:14:16 ameline-linux kernel: kauditd_printk_skb: 1 callbacks suppressed
Sep 01 05:14:19 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device/start timed out.
Sep 01 05:14:19 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 01 05:14:19 ameline-linux systemd[1]: Dependency failed for dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 01 05:14:19 ameline-linux systemd[1]: Dependency failed for swap.target - Swaps.
Sep 01 05:14:19 ameline-linux systemd[1]: dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device: Job dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device/start timed out.
Sep 01 05:14:19 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 01 05:14:19 ameline-linux systemd[1]: Dependency failed for home.mount - /home.
Sep 01 05:14:19 ameline-linux systemd[1]: Dependency failed for local-fs.target - Local File Systems.
Sep 01 05:14:19 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service - File System Check on /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 01 05:14:19 ameline-linux systemd[1]: dev-disk-by\x2duuid-3B21\x2dDE08.device: Job dev-disk-by\x2duuid-3B21\x2dDE08.device/start timed out.
Sep 01 05:14:19 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 01 05:14:19 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service - File System Check on /dev/disk/by-uuid/3B21-DE08.
Sep 01 05:14:19 ameline-linux systemd[1]: Dependency failed for boot-efi.mount - /boot/efi.
Sep 01 05:14:24 ameline-linux kernel: kauditd_printk_skb: 12 callbacks suppressed
Sep 01 05:14:29 ameline-linux kernel: kauditd_printk_skb: 85 callbacks suppressed
Sep 01 05:14:31 ameline-linux (udev-worker)[486]: sda: Spawned process '/usr/lib/udev/hdparm' [751] is taking longer than 10s to complete.
Sep 01 05:14:37 ameline-linux kernel: kauditd_printk_skb: 1 callbacks suppressed
Sep 01 05:14:50 ameline-linux kernel: kauditd_printk_skb: 21 callbacks suppressed
Sep 01 05:15:12 ameline-linux kernel: kauditd_printk_skb: 15 callbacks suppressed
Sep 01 05:21:49 ameline-linux kernel: sr 5:0:0:0: Power-on or device reset occurred
-- Boot 04d879f66f2f42b7a0c19f971ccdf4a2 --
Sep 02 04:54:35 localhost.localdomain kernel: [Firmware Bug]: Corrupted DMI table, offset 2790 (only 50 entries processed)
Sep 02 04:54:35 localhost.localdomain kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/0 (20251212/tbfadt-560)
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: device path parse error -19 at 0x14:
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000000: 52 00 00 00 01 00 00 00 02 01 0c 00 d0 41 03 0a R............A..
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000010: 00 00 00 00 01 01 06 00 00 02 7f ff 04 00 2c 00 ..............,.
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000020: 00 00 41 00 41 00 50 00 4c 00 2c 00 69 00 67 00 ..A.A.P.L.,.i.g.
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000030: 2d 00 70 00 6c 00 61 00 74 00 66 00 6f 00 72 00 -.p.l.a.t.f.o.r.
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000040: 6d 00 2d 00 69 00 64 00 00 00 08 00 00 00 04 00 m.-.i.d.........
Sep 02 04:54:35 localhost.localdomain kernel: apple-properties: 00000050: 12 04 ..
Sep 02 04:54:35 localhost.localdomain kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 02 04:54:38 localhost.localdomain kernel: ata1.00: unexpected _GTF length (8)
Sep 02 04:54:38 localhost.localdomain kernel: ata1.00: unexpected _GTF length (8)
Sep 02 04:54:40 localhost.localdomain kernel: usb 1-5: device descriptor read/64, error -110
Sep 02 04:54:42 localhost.localdomain kernel: sd 4:0:0:0: [sdb] No Caching mode page found
Sep 02 04:54:42 localhost.localdomain kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Sep 02 04:58:44 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device/start timed out.
Sep 02 04:58:44 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 04:58:44 ameline-linux systemd[1]: Dependency failed for dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 04:58:44 ameline-linux systemd[1]: Dependency failed for swap.target - Swaps.
Sep 02 04:58:44 ameline-linux systemd[1]: dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device: Job dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device/start timed out.
Sep 02 04:58:44 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 04:58:44 ameline-linux systemd[1]: Dependency failed for home.mount - /home.
Sep 02 04:58:44 ameline-linux systemd[1]: Dependency failed for local-fs.target - Local File Systems.
Sep 02 04:58:44 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service - File System Check on /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 04:58:44 ameline-linux systemd[1]: dev-disk-by\x2duuid-3B21\x2dDE08.device: Job dev-disk-by\x2duuid-3B21\x2dDE08.device/start timed out.
Sep 02 04:58:44 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 02 04:58:44 ameline-linux systemd[1]: Dependency failed for boot-efi.mount - /boot/efi.
Sep 02 04:58:44 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service - File System Check on /dev/disk/by-uuid/3B21-DE08.
Sep 02 04:59:43 ameline-linux systemd[1]: systemd-udevd.service: start operation timed out. Terminating.
Sep 02 04:59:46 ameline-linux systemd[1]: systemd-udevd.service: Failed with result 'timeout'.
Sep 02 04:59:46 ameline-linux systemd[1]: Failed to start systemd-udevd.service - Rule-based Manager for Device Events and Files.
Sep 02 05:00:10 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20251212/utaddress-204)
Sep 02 05:00:10 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20251212/utaddress-204)
Sep 02 05:00:10 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20251212/utaddress-204)
Sep 02 05:00:10 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20251212/utaddress-204)
Sep 02 05:00:10 ameline-linux kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20251212/utaddress-204)
Sep 02 05:00:10 ameline-linux kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Sep 02 05:00:15 ameline-linux systemd[1]: dbus.service: start operation timed out. Terminating.
Sep 02 05:00:15 ameline-linux systemd[1]: dbus.service: Failed with result 'timeout'.
Sep 02 05:00:15 ameline-linux systemd[1]: Failed to start dbus.service - D-Bus System Message Bus.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: loop6: Worker [537] processing SEQNUM=2738 is taking a long time.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: 0000:00:1b.0: Worker [536] processing SEQNUM=3323 is taking a long time.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: loop1: Worker [541] processing SEQNUM=2733 is taking a long time.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: loop7: Worker [539] processing SEQNUM=2739 is taking a long time.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: loop4: Worker [534] processing SEQNUM=2736 is taking a long time.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: loop5: Worker [525] processing SEQNUM=2737 is taking a long time.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: loop3: Worker [533] processing SEQNUM=2735 is taking a long time.
Sep 02 05:00:47 ameline-linux systemd-udevd[509]: loop2: Worker [524] processing SEQNUM=2734 is taking a long time.
Sep 02 05:00:49 ameline-linux systemd-udevd[509]: sda: Worker [535] processing SEQNUM=2727 is taking a long time.
Sep 02 05:01:14 ameline-linux systemd-udevd[509]: 0000:01:00.0: Worker [540] processing SEQNUM=3277 is taking a long time.
Sep 02 05:01:20 ameline-linux systemd-udevd[509]: 0000:01:00.1: Worker [523] processing SEQNUM=3284 is taking a long time.
Sep 02 05:01:36 ameline-linux kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Sep 02 05:01:41 ameline-linux kernel: at24 0-0050: supply vcc not found, using dummy regulator
Sep 02 05:01:41 ameline-linux kernel: at24 0-0052: supply vcc not found, using dummy regulator
Sep 02 05:01:49 ameline-linux systemd-udevd[509]: 1-7:1.0: Worker [519] processing SEQNUM=3306 is taking a long time.
Sep 02 05:01:49 ameline-linux systemd-udevd[509]: cpu3: Worker [530] processing SEQNUM=3448 is taking a long time.
Sep 02 05:01:49 ameline-linux systemd-udevd[509]: cpu0: Worker [527] processing SEQNUM=3445 is taking a long time.
Sep 02 05:01:49 ameline-linux systemd-udevd[509]: cpu2: Worker [520] processing SEQNUM=3447 is taking a long time.
Sep 02 05:01:49 ameline-linux systemd-udevd[509]: cpu1: Worker [528] processing SEQNUM=3446 is taking a long time.
Sep 02 05:01:50 ameline-linux kernel: kauditd_printk_skb: 9 callbacks suppressed
Sep 02 05:01:50 ameline-linux kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-3B21\x2dDE08.device: Job dev-disk-by\x2duuid-3B21\x2dDE08.device/start timed out.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for boot-efi.mount - /boot/efi.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for local-fs.target - Local File Systems.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-3B21\x2dDE08.service - File System Check on /dev/disk/by-uuid/3B21-DE08.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device: Job dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device/start timed out.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for home.mount - /home.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.service - File System Check on /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 05:01:55 ameline-linux systemd[1]: dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device: Job dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device/start timed out.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.swap - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc.
Sep 02 05:01:55 ameline-linux systemd[1]: Dependency failed for swap.target - Swaps.
Sep 02 05:02:29 ameline-linux systemd-udevd[509]: bcma0:1: Worker [537] processing SEQNUM=3703 is taking a long time.
Sep 02 05:02:51 ameline-linux (udev-worker)[535]: sda: The event already takes longer (3min 2.115474s) than the timeout (3min), skipping execution of '/usr/lib/udev/hdparm'.
Sep 02 05:02:51 ameline-linux (udev-worker)[535]: sda: Failed to execute '/usr/lib/udev/hdparm', ignoring: Timer expired
Sep 02 05:03:02 ameline-linux kernel: b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
Sep 02 05:03:02 ameline-linux kernel: b43 bcma0:1: probe with driver b43 failed with error -95
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_nvhdmi hdaudioC1D0: HDMI: pin NID 0x6 not registered
Sep 02 05:03:02 ameline-linux kernel: snd_hda_codec_nvhdmi hdaudioC1D0: HDMI: pin NID 0x6 not registered
Sep 02 05:03:02 ameline-linux kernel: kauditd_printk_skb: 17 callbacks suppressed
Sep 02 05:03:02 ameline-linux kernel: i801_smbus 0000:00:1f.3: BIOS is accessing SMBus registers
Sep 02 05:03:02 ameline-linux kernel: i801_smbus 0000:00:1f.3: Driver SMBus register access inhibited
Sep 02 05:03:02 ameline-linux kernel: kauditd_printk_skb: 44 callbacks suppressed
Sep 02 05:03:02 ameline-linux kernel: kauditd_printk_skb: 35 callbacks suppressed
Sep 02 05:03:51 ameline-linux systemd-udevd[509]: sda3: Worker [523] processing SEQNUM=2730 is taking a long time.
Sep 02 05:03:51 ameline-linux systemd-udevd[509]: sda4: Worker [520] processing SEQNUM=2731 is taking a long time.Voici les retours. Merci encore.
Lecture conseillée mémento des balises code.
modération : rajout des balises code et retours présentés en pavés distincts (pour une meilleure lisibilité).
Dernière modification par xubu1957 (Le 02/09/2026, à 12:40)
Hors ligne
#6 Le 02/09/2026, à 12:58
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Le plantage est lié à ces trois erreurs.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-3B21\x2dDE08.device - /dev/disk/by-uuid/3B21-DE08.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-5c5443f7\x2d8ccf\x2d4c7a\x2d8dd7\x2dfbb274bf377e.device - /dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e.
Sep 02 05:01:55 ameline-linux systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-1e9ef41e\x2d79ab\x2d4466\x2d8013\x2d4052e0d2c7bc.device - /dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc. Mais les trois partitions existent bien.
Je sais pas trop ce qui se passe.
En live USB
Pourrais-tu publier l’url générée par un boot-info?
Pourrais-tu controler la qualité des partitions.?
sudo fsck -y /dev/sda1sudo fsck -y /dev/sda2sudo fsck -y /dev/sda3sudo fsck -y /dev/sda4Car il y a des messages
Dependency failed for systemd-fsck@dev-disk-by\....... Dernière modification par geole (Le 02/09/2026, à 13:12)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#7 Le 02/09/2026, à 13:10
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Bonjour,
est-ce bien cela?
ubuntu-cinnamon@ubuntu-cinnamon:~$ ping -c5 google.com
PING google.com (172.217.22.78) 56(84) bytes of data.
64 bytes from tzpara-am-in-f14.1e100.net (172.217.22.78): icmp_seq=1 ttl=116 time=32.0 ms
64 bytes from tzpara-am-in-f14.1e100.net (172.217.22.78): icmp_seq=2 ttl=116 time=44.8 ms
64 bytes from tzpara-am-in-f14.1e100.net (172.217.22.78): icmp_seq=3 ttl=116 time=44.8 ms
64 bytes from tzpara-am-in-f14.1e100.net (172.217.22.78): icmp_seq=4 ttl=116 time=38.0 ms
64 bytes from tzpara-am-in-f14.1e100.net (172.217.22.78): icmp_seq=5 ttl=116 time=45.5 ms
--- google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4007ms
rtt min/avg/max/mdev = 32.019/41.045/45.543/5.289 msHors ligne
#8 Le 02/09/2026, à 13:19
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda1
fsck from util-linux 2.41.3
fsck: fsck.swap not found; ignore /dev/sda1ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda2
fsck from util-linux 2.41.3
e2fsck 1.47.2 (1-Jan-2025)
/dev/sda2 is mounted.
e2fsck: Cannot continue, aborting.ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda3
fsck from util-linux 2.41.3
fsck.fat 4.2 (2021-01-31)
There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
65:01/00
Not automatically fixing this.
Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Automatically removing dirty bit.
*** Filesystem was changed ***
Writing changes.
/dev/sda3: 11 files, 1613/274657 clustersubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda4
fsck from util-linux 2.41.3
e2fsck 1.47.2 (1-Jan-2025)
/dev/sda4 is in use.
e2fsck: Cannot continue, aborting.Dernière modification par xubu1957 (Le 02/09/2026, à 13:22)
Hors ligne
#9 Le 02/09/2026, à 13:25
- xubu1957

Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Modération : En t'inscrivant sur notre forum, tu en a accepté les règles.
Lecture conseillée mémento des balises code.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#10 Le 02/09/2026, à 13:26
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Pour vérifier si c’est bien réparé
sudo fsck -y /dev/sda3Pour forcer le fsck
sudo umount -v /dev/sda4
sudo fsck -y /dev/sda4Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#11 Le 02/09/2026, à 13:48
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
dsl je ne comprends pour les balises....:(
pas de réaction lorsque je valide... J'appuie sur "texte préformaté" pose le collage entre les deux "codes" lorsque je veux l'envoyer cela ne l'envoie pas....
buntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda3
fsck from util-linux 2.41.3
fsck.fat 4.2 (2021-01-31)
/dev/sda3: 11 files, 1613/274657 clustersubuntu-cinnamon@ubuntu-cinnamon:~$ sudo umount -v /dev/sda4
umount: /dev/sda4: umount failed: Invalid argument.ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda4
fsck from util-linux 2.41.3
e2fsck 1.47.2 (1-Jan-2025)
/dev/sda4 is in use.
e2fsck: Cannot continue, aborting.Dernière modification par xubu1957 (Le 02/09/2026, à 13:55)
Hors ligne
#12 Le 02/09/2026, à 13:51
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
buntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda3
fsck from util-linux 2.41.3
fsck.fat 4.2 (2021-01-31)
/dev/sda3: 11 files, 1613/274657 clusters
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo umount -v /dev/sda4
umount: /dev/sda4: umount failed: Invalid argument.
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fsck -y /dev/sda4
fsck from util-linux 2.41.3
e2fsck 1.47.2 (1-Jan-2025)
/dev/sda4 is in use.
e2fsck: Cannot continue, aborting.Hors ligne
#13 Le 02/09/2026, à 13:57
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
j'ai réussi problème de connexion...
Hors ligne
#14 Le 02/09/2026, à 13:58
- xubu1957

Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Pas de smartphone ?
Voir > Connexion de secours - partage de connexion avec un smartphone
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#15 Le 02/09/2026, à 14:00
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
j'ai réussi problème de connexion...
Hors ligne
#16 Le 02/09/2026, à 14:04
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Si c'est le cas je n'ai pas de routeur, j'habite la campagne la connexion est parfois capricieuse.
Hors ligne
#17 Le 02/09/2026, à 14:09
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Je ne vois pas où j’ai commis l’erreur
Pour forcer le fsck
sudo umount /dev/sda4
sudo fsck -y /dev/sda4Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#18 Le 02/09/2026, à 14:31
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Merci Geole.
Pour information, j'ai essayé une première fois d'installer Mint, mais l'installation n' pas abouti. J'ai réesaayé, l'installation a abouti, je rédémarre, ça a l'air de tourner, je fais les mises à jour, je redémarre et "emergency mode". J'ai tenté une nouvelle installation et pas de redémarrage, "emergency mode". Je teste alors ubuntu, Après une bonne heure d'installation un message m'indique que l'installation n'a pas pu se faire. Je tente encore une fois, l'installation va jusqu'au bout, mais au redémarrage, "emergency mode"...
Hors ligne
#19 Le 02/09/2026, à 14:46
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Publie l'URL générée par un boot-info.
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#20 Le 02/09/2026, à 14:50
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
ubuntu-cinnamon@ubuntu-cinnamon:~$ ping -c5 google.com
PING google.com (142.251.39.206) 56(84) bytes of data.
64 bytes from pnpara-ai-in-f14.1e100.net (142.251.39.206): icmp_seq=1 ttl=116 time=34.7 ms
64 bytes from pnpara-ai-in-f14.1e100.net (142.251.39.206): icmp_seq=2 ttl=116 time=40.8 ms
64 bytes from pnpara-ai-in-f14.1e100.net (142.251.39.206): icmp_seq=3 ttl=116 time=43.0 ms
64 bytes from pnpara-ai-in-f14.1e100.net (142.251.39.206): icmp_seq=4 ttl=116 time=50.5 ms
64 bytes from pnpara-ai-in-f14.1e100.net (142.251.39.206): icmp_seq=5 ttl=116 time=55.6 ms
--- google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 34.700/44.919/55.648/7.374 msHors ligne
#21 Le 02/09/2026, à 15:10
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
sudo add-apt-repository -y ppa:yannubuntu/boot-repair;
sudo apt update;
sudo apt install -y boot-info;
boot-infoLes écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#22 Le 02/09/2026, à 15:17
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Hors ligne
#23 Le 02/09/2026, à 16:13
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
Début d'analyse du boot-info.
Je vois quelques trucs inhabituels.
================================ 2 OS detected =================================
OS#1 (linux): Ubuntu 26.04.1 LTS on sda2
OS#2 (linux): Ubuntu 26.04.1 LTS on sda4 Avail Use% Mounted on
/dev/sda2 4.9G 59% /mnt
/dev/sda4 4.9G 59% /mntSurprenant ces deux valeurs identiques
et il semble y avoir un bug dans le boot-info
sda3: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
Je ne vois pas la liste des fichiers de boot
pourtant, on les voit ailleurs
6c4ec35ced47a0bfa4cc96d3570d2e17 sda3/BOOT/fbx64.efi
9f09ebdacbdc7c46269f99c7754bbfd3 sda3/BOOT/mmx64.efi
b63c7618fb96d52520b42b8cc7b124f0 sda3/ubuntu/grubx64.efi
9f09ebdacbdc7c46269f99c7754bbfd3 sda3/ubuntu/mmx64.efi
211a377300f24895b42f5ce384344a0c sda3/ubuntu/shimx64.efi
211a377300f24895b42f5ce384344a0c sda3/BOOT/BOOTX64.efiJ'aurais besoin de savoir si cela boote ensuite sur SDA2 ou sur SDA4
Pour cela, avec le support d'installation, choisis "essayer avant d'installer"
Monte la partition EFI
sudo mount -v /dev/sda3 /mntet publie le contenu du fichier de paramétrage du grup EFI
cat /mnt/EFI/ubuntu/grub.cfgOn voit le contenu du FSTAB de SDA2
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc none swap sw 0 0
# / was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/b89cef13-a5a5-47f3-a343-0b171d23b1a2 / ext4 defaults 0 1
# /boot/efi was on /dev/sda3 during curtin installation
/dev/disk/by-uuid/3B21-DE08 /boot/efi vfat defaults 0 1
# /home was on /dev/sda4 during curtin installation
/dev/disk/by-uuid /home ext4 defaults 0 1Je traduis donc par une installation manuelle avec choix d'une partition de swap et d'une partition /home..
Mais si on va dans la partition /home (SDA4) on trouve une structure de boot et un fichier /etc/fstan qui n'on rien a faire à cet endroit
========================== sda4/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/disk/by-uuid/1e9ef41e-79ab-4466-8013-4052e0d2c7bc none swap sw 0 0
# / was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/b89cef13-a5a5-47f3-a343-0b171d23b1a2 / ext4 defaults 0 1
# /boot/efi was on /dev/sda3 during curtin installation
/dev/disk/by-uuid/3B21-DE08 /boot/efi vfat defaults 0 1
# /home was on /dev/sda4 during curtin installation
/dev/disk/by-uuid/5c5443f7-8ccf-4c7a-8dd7-fbb274bf377e /home ext4 defaults 0 1A mon avis la partition SDA4 n'a pas la structure d'une partition HOME. On va vérifier cela
Pour cela, avec le support d'installation, choisis "essayer avant d'installer"
Monte la partition "home"
sudo mount -v /dev/sda4 /mntet publie la liste des répertoires. On ne devrait trouver que les utilisateurs
ls -al /mnt/Dernière modification par geole (Le 02/09/2026, à 17:03)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#24 Le 02/09/2026, à 16:47
- ljubanov
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
buntu-cinnamon@ubuntu-cinnamon:~$ sudo mount -v /dev/sda3 /mnt
mount: /dev/sda3 mounted on /mnt.
ubuntu-cinnamon@ubuntu-cinnamon:~$ cat /mnt/EFI/ubuntu/grub.cfg
search.fs_uuid b89cef13-a5a5-47f3-a343-0b171d23b1a2 root hd0,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfgubuntu-cinnamon@ubuntu-cinnamon:~$ sudo mount -v /dev/sda4 /mnt
mount: /dev/sda4 mounted on /mnt.
ubuntu-cinnamon@ubuntu-cinnamon:~$ cat /mnt/
cat: /mnt/: Is a directoryHors ligne
#25 Le 02/09/2026, à 17:02
- geole
Re : installation ubuntu 26.04 sur imac 27 pouces de 2013
ls -al /mntEt la suite du boot se passe bien sur SDA2
search.fs_uuid b89cef13-a5a5-47f3-a343-0b171d23b1a2 root hd0,gpt2
├─sda2 ext4 b89cef13-a5a5-47f3-a343-0b171d23b1a2 b368c22a-8e4e-4530-99f0-793a12157b2e
Dernière modification par geole (Le 02/09/2026, à 17:07)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne