#126 Le 23/07/2026, à 00:00
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
rene@Ordinateur01:~$ efibootmgr BootCurrent: 0003 Boot0002* ubuntu HD(1,GPT,21fc2261-d5ac-4361-b8d2-acd922cf6f9e,0x800,0x96000)/\EFI\UBUNTU\SHIMX64.EFI Boot0003* Kubuntu HD(1,GPT,21fc2261-d5ac-4361-b8d2-acd922cf6f9e,0x800,0x96000)/\EFI\UBUNTU\SHIMX64.EFI
Ces deux lignes de boot utilisent bien le même fichier de boot de la même partition de boot
nvme1n1 ├─nvme1n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2 291,3M 3% /boot/efi ├─nvme1n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a 96,7G 17% / ├─nvme1n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55 90,5G 2% /home └─nvme1n1p4 ntfs 1Sa2To-data 143183DB1116DA9F 325,1G 80% /home/rene/data
Si j’ai bien compris, cela fait booter ce que tu souhaites.
Mais je n’ai pas compris pourquoi les deux entrées que tu venais de créer ont disparu.
BootOrder: 0002,0000
Boot0000* Kubuntu Miroir HD(1,GPT,28e86560-219d-4d88-81a4-9f4eb76bc772,0x800,0x96000)/File(\EFI\ubuntu\grubx64.efi)
Boot0003* Kubuntu HD(1,GPT,21fc2261-d5ac-4361-b8d2-acd922cf6f9e,0x800,0x96000)/File(\EFI\UBUNTU\SHIMX64.EFI)
Boot0002* Kubuntu Reference HD(1,GPT,21fc2261-d5ac-4361-b8d2-acd922cf6f9e,0x800,0x96000)/File(\EFI\ubuntu\grubx64.e
rene@Ordinateur01:~$!Dernière modification par geole (Le 23/07/2026, à 00:13)
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
#127 Le 23/07/2026, à 00:03
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
« Si j’ai bien compris, cela fait booter ce que tu souhaites. », oui, mais pas avec les bonne désignations dans le bios ou le menu grub.
« Mais je n’ai pas compris pourquoi les deux entrées que tu venais de créer sont disparues. », je 'ai rien fait d'autre !
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#128 Le 23/07/2026, à 00:24
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Publie
grep -v "#" /boot/grub/grub.cfgLes é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
#129 Le 23/07/2026, à 01:26
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1
├─nvme0n1p1 vfat FAT32 0Sa2To-boot 890C-87E6
├─nvme0n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb
├─nvme0n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e
└─nvme0n1p4 ntfs 0Sa2To-data 3C56705873A60E59
nvme3n1
└─nvme3n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
nvme1n1
├─nvme1n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2 291,3M 3% /boot/efi
├─nvme1n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a 96,7G 17% /
├─nvme1n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55 90,5G 2% /home
└─nvme1n1p4 ntfs 1Sa2To-data 143183DB1116DA9F 325,1G 80% /home/rene/data
nvme2n1
├─nvme2n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme2n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme2n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme2n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
rene@Ordinateur01:~$ grep -v "#" /boot/grub/grub.cfg
grep: /boot/grub/grub.cfg: Permission non accordée
rene@Ordinateur01:~$L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#130 Le 23/07/2026, à 10:00
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Bonjour
Tu aurais pu corriger l’erreur
sudo grep -v "#" /boot/grub/grub.cfgLes é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
#131 Le 23/07/2026, à 14:20
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Bonjour geole,
« Tu aurais pu corriger l’erreur », pour cela il faudrait que je comprenne qu'il y avait une erreur et laquelle, ce qui est loin d'être le cas.
rene@Ordinateur01:~$ sudo grep -v "#" /boot/grub/grub.cfg
[sudo: authenticate] Mot de passe :
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${env_block}" ] ; then
set env_block="(${root})${env_block}"
export env_block
load_env -f "${env_block}"
fi
if [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
if [ "${env_block}" ] ; then
save_env -f "${env_block}" next_entry
else
save_env next_entry
fi
set boot_once=true
else
set default="${saved_entry}"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
if [ "${env_block}" ] ; then
save_env -f "${env_block}" saved_entry
else
save_env saved_entry
fi
fi
}
function initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$grub_platform = xefi ]; then
insmod efi_gop
elif [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=1920x1080
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_CA
insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 5a76f3ff-fabc-49af-8b1b-ad61779bee55
insmod jpeg
background_image -m stretch "/rene/ImagesPourBureau/MonImageDeBureau/background.jpg"
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
else
set timeout=5
fi
fi
play 480 440 1
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
insmod jpeg
if background_image "/boot/grub/.background_cache.jpeg"; then
true
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if [ ${grub_platform} != pc ]; then
set linux_gfx_mode=keep
elif hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu 26.04 LTS resolute debconf-show grub-pc GNU/Linux' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-LABEL=1Sa2To-syst' {
recordfail
savedefault
load_video
set gfxpayload=$linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/vmlinuz-7.0.0-28-generic root=LABEL=1Sa2To-syst ro quiet splash
initrd /boot/initrd.img-7.0.0-28-generic
}
submenu 'Advanced options for Ubuntu 26.04 LTS resolute debconf-show grub-pc GNU/Linux' $menuentry_id_option 'gnulinux-advanced-LABEL=1Sa2To-syst' {
menuentry 'Ubuntu 26.04 LTS resolute debconf-show grub-pc GNU/Linux, with Linux 7.0.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.0.0-28-generic-advanced-LABEL=1Sa2To-syst' {
recordfail
savedefault
load_video
set gfxpayload=$linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
echo 'Loading Linux 7.0.0-28-generic ...'
linux /boot/vmlinuz-7.0.0-28-generic root=LABEL=1Sa2To-syst ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-7.0.0-28-generic
}
menuentry 'Ubuntu 26.04 LTS resolute debconf-show grub-pc GNU/Linux, with Linux 7.0.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.0.0-28-generic-recovery-LABEL=1Sa2To-syst' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
echo 'Loading Linux 7.0.0-28-generic ...'
linux /boot/vmlinuz-7.0.0-28-generic root=LABEL=1Sa2To-syst ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-7.0.0-28-generic
}
menuentry 'Ubuntu 26.04 LTS resolute debconf-show grub-pc GNU/Linux, with Linux 7.0.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.0.0-14-generic-advanced-LABEL=1Sa2To-syst' {
recordfail
savedefault
load_video
set gfxpayload=$linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
echo 'Loading Linux 7.0.0-14-generic ...'
linux /boot/vmlinuz-7.0.0-14-generic root=LABEL=1Sa2To-syst ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-7.0.0-14-generic
}
menuentry 'Ubuntu 26.04 LTS resolute debconf-show grub-pc GNU/Linux, with Linux 7.0.0-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.0.0-14-generic-recovery-LABEL=1Sa2To-syst' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
echo 'Loading Linux 7.0.0-14-generic ...'
linux /boot/vmlinuz-7.0.0-14-generic root=LABEL=1Sa2To-syst ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-7.0.0-14-generic
}
}
if [ "$grub_platform" = efi -a "$grub_cpu" = x86_64 ]; then
menuentry "Memory test (mt86+x64)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+x64
}
menuentry "Memory test (mt86+x64, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+x64 console=ttyS0,115200
}
fi
if [ "$grub_platform" = efi -a "$grub_cpu" = i386 ]; then
menuentry "Memory test (mt86+ia32)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+ia32
}
menuentry "Memory test (mt86+ia32, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+ia32 console=ttyS0,115200
}
fi
if [ "$grub_platform" = pc ]; then if cpuid -l ; then
menuentry "Memory test (mt86+x64)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+x64
}
menuentry "Memory test (mt86+x64, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+x64 console=ttyS0,115200
}
fi ; fi
if [ "$grub_platform" = pc ]; then if ! cpuid -l ; then
menuentry "Memory test (mt86+ia32)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+ia32
}
menuentry "Memory test (mt86+ia32, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
linux /boot/mt86+ia32 console=ttyS0,115200
}
fi ; fi
menuentry 'Debian GNU/Linux 13 (trixie) (on /dev/nvme0n1p2)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-552b1e27-d626-42da-99bf-b02f3236becb' {
savedefault
insmod part_msdos
insmod ext2
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
linux /boot/vmlinuz-6.12.95+deb13-amd64 root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro quiet splash
initrd /boot/initrd.img-6.12.95+deb13-amd64
}
submenu 'Advanced options for Debian GNU/Linux 13 (trixie) (on /dev/nvme0n1p2)' $menuentry_id_option 'osprober-gnulinux-advanced-552b1e27-d626-42da-99bf-b02f3236becb' {
menuentry 'Debian GNU/Linux (on /dev/nvme0n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.12.95+deb13-amd64--552b1e27-d626-42da-99bf-b02f3236becb' {
savedefault
insmod part_msdos
insmod ext2
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
linux /boot/vmlinuz-6.12.95+deb13-amd64 root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro quiet splash
initrd /boot/initrd.img-6.12.95+deb13-amd64
}
menuentry 'Debian GNU/Linux, with Linux 6.12.95+deb13-amd64 (on /dev/nvme0n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.12.95+deb13-amd64--552b1e27-d626-42da-99bf-b02f3236becb' {
savedefault
insmod part_msdos
insmod ext2
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
linux /boot/vmlinuz-6.12.95+deb13-amd64 root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro quiet splash
initrd /boot/initrd.img-6.12.95+deb13-amd64
}
menuentry 'Debian GNU/Linux, with Linux 6.12.95+deb13-amd64 (recovery mode) (on /dev/nvme0n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.12.95+deb13-amd64-root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro single dis_ucode_ldr-552b1e27-d626-42da-99bf-b02f3236becb' {
savedefault
insmod part_msdos
insmod ext2
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
linux /boot/vmlinuz-6.12.95+deb13-amd64 root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro single dis_ucode_ldr
initrd /boot/initrd.img-6.12.95+deb13-amd64
}
menuentry 'Debian GNU/Linux, with Linux 6.12.94+deb13-amd64 (on /dev/nvme0n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.12.94+deb13-amd64--552b1e27-d626-42da-99bf-b02f3236becb' {
savedefault
insmod part_msdos
insmod ext2
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
linux /boot/vmlinuz-6.12.94+deb13-amd64 root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro quiet splash
initrd /boot/initrd.img-6.12.94+deb13-amd64
}
menuentry 'Debian GNU/Linux, with Linux 6.12.94+deb13-amd64 (recovery mode) (on /dev/nvme0n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.12.94+deb13-amd64-root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro single dis_ucode_ldr-552b1e27-d626-42da-99bf-b02f3236becb' {
savedefault
insmod part_msdos
insmod ext2
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
linux /boot/vmlinuz-6.12.94+deb13-amd64 root=UUID=552b1e27-d626-42da-99bf-b02f3236becb ro single dis_ucode_ldr
initrd /boot/initrd.img-6.12.94+deb13-amd64
}
}
menuentry 'Ubuntu 26.04 LTS (26.04) (on /dev/nvme2n1p2)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/vmlinuz-7.0.0-28-generic root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro quiet splash
initrd /boot/initrd.img-7.0.0-28-generic
}
submenu 'Advanced options for Ubuntu 26.04 LTS (26.04) (on /dev/nvme2n1p2)' $menuentry_id_option 'osprober-gnulinux-advanced-b03be58e-003f-42e9-ab8c-7a6697b51005' {
menuentry 'Kubuntu GNU/Linux (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-7.0.0-28-generic--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/vmlinuz-7.0.0-28-generic root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro quiet splash
initrd /boot/initrd.img-7.0.0-28-generic
}
menuentry 'Kubuntu GNU/Linux, with Linux 7.0.0-28-generic (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-7.0.0-28-generic--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/vmlinuz-7.0.0-28-generic root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro quiet splash
initrd /boot/initrd.img-7.0.0-28-generic
}
menuentry 'Kubuntu GNU/Linux, with Linux 7.0.0-28-generic (recovery mode) (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-7.0.0-28-generic-root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro recovery nomodeset dis_ucode_ldr-b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/vmlinuz-7.0.0-28-generic root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro recovery nomodeset dis_ucode_ldr
initrd /boot/initrd.img-7.0.0-28-generic
}
menuentry 'Kubuntu GNU/Linux, with Linux 7.0.0-14-generic (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-7.0.0-14-generic--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/vmlinuz-7.0.0-14-generic root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro quiet splash
initrd /boot/initrd.img-7.0.0-14-generic
}
menuentry 'Kubuntu GNU/Linux, with Linux 7.0.0-14-generic (recovery mode) (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-7.0.0-14-generic-root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro recovery nomodeset dis_ucode_ldr-b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/vmlinuz-7.0.0-14-generic root=UUID=b03be58e-003f-42e9-ab8c-7a6697b51005 ro recovery nomodeset dis_ucode_ldr
initrd /boot/initrd.img-7.0.0-14-generic
}
menuentry 'Memory test (mt86+x64)" --class memtest $menuentry_id_option "memtest86+ (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64
}
menuentry 'Memory test (mt86+x64, serial console)" --class memtest $menuentry_id_option "memtest86+-serial (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64 console=ttyS0,115200
}
menuentry 'Memory test (mt86+ia32)" --class memtest $menuentry_id_option "memtest86+ (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32
}
menuentry 'Memory test (mt86+ia32, serial console)" --class memtest $menuentry_id_option "memtest86+-serial (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32 console=ttyS0,115200
}
menuentry 'Memory test (mt86+x64)" --class memtest $menuentry_id_option "memtest86+ (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64
}
menuentry 'Memory test (mt86+x64, serial console)" --class memtest $menuentry_id_option "memtest86+-serial (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64 console=ttyS0,115200
}
menuentry 'Memory test (mt86+ia32)" --class memtest $menuentry_id_option "memtest86+ (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32
}
menuentry 'Memory test (mt86+ia32, serial console)" --class memtest $menuentry_id_option "memtest86+-serial (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32 console=ttyS0,115200
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64 console=ttyS0,115200
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32 console=ttyS0,115200
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+x64--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+x64 console=ttyS0,115200
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32
}
menuentry ' --class memtest $menuentry_id_option (on /dev/nvme2n1p2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/mt86+ia32--b03be58e-003f-42e9-ab8c-7a6697b51005' {
savedefault
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
linux /boot/mt86+ia32 console=ttyS0,115200
}
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
if [ "$grub_platform" = "efi" ]; then
fwsetup --is-supported
if [ "$?" = 0 ]; then
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
fi
fi
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg
fi
rene@Ordinateur01:~$rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme1n1
├─nvme1n1p1 vfat FAT32 0Sa2To-boot 890C-87E6
├─nvme1n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb
├─nvme1n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e
└─nvme1n1p4 ntfs 0Sa2To-data 3C56705873A60E59
nvme2n1
├─nvme2n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2 291,3M 3% /boot/efi
├─nvme2n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a 97G 17% /
├─nvme2n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55 90,5G 2% /home
└─nvme2n1p4 ntfs 1Sa2To-data 143183DB1116DA9F 325,1G 80% /home/rene/data
nvme0n1
└─nvme0n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
nvme3n1
├─nvme3n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme3n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme3n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme3n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
rene@Ordinateur01:~$Je peux rechercher tous les fichiers grub.cfg de l'ordinateur et remplacer leur contenu pour :
Pour le disque 0Sa2To :
search.fs_label 0Sa2To-syst root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfgPour le disque 1Sa2To :
search.fs_label 1Sa2To-syst root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfgPour le disque 2Sa2To :
search.fs_label 2Sa2To-syst root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfgMais, que souhaitez-vous ?
Cordialement,
Dernière modification par Lami (Le 23/07/2026, à 14:23)
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#132 Le 23/07/2026, à 15:07
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
ZPermission non accordée
C’est très fréquemment résolu en ajoutant sudo devant la commande. Car sudo a quasiment tous les droits.
oui, mais pas avec les bonne désignations dans le bios ou le menu grub.
Dans le bios, on ne peut pas faire grand chose.
Je pense que c’estcela
Ubuntu 26.04 LTS resolute debconf-show grub-pc GNU/Linux' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-LABEL=1Sa2To-syst'
qui s’affiche. On y retrouve malgré tout la notion de label. Ce n’est donc pas si mal.
Mais attention, la recherche se fait en utilisant le UUID
search --no-floppy --fs-uuid --set=root 6c87⁸8a1d-03cd-4c75-97c8-db8159a2af7a
Donc lorsque ton disque principal flanchera et que tu voudras utiliser le miroir, modifier son label sera insuffisant et peut-être même inutile.
Modifier le UUID du miroir pour y mettre le UUID du principal est necessaire
sudo tune2fs -U <l'UUID desirée> /dev/<votre partition> A moins que ton script de syncronisation modifie régulièrement les multiples commandes search-fs tel que tu le proposes.
Dernière modification par geole (Le 23/07/2026, à 15:14)
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
#133 Le 23/07/2026, à 15:41
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Bonjour geole,
Merci pour vos aides !
OK, je ne touche pas aux fichiers « grub.cfg ».
« C’est très fréquemment résolu en ajoutant sudo devant la commande », mais presque toutes vos commandes sont avec « sudo », comme :
sudo efibootmgr --create --disk /dev/disk/by-label/2Sa2To-boot --part 1 --label "Kubuntu Miroir" --loader "\EFI\ubuntu\grubx64.efi"Mais cela semble ne pas fonctionner. Mais OK, je comprend très bien ce que fait « sudo ».
Bon, je vais passer les deux autres disques et OS aux étiquettes et voir si cela change quelque chose et vous reviens avec les résultats de « update-grub », « lsblk -fe7 », etc.
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#134 Le 23/07/2026, à 17:12
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Bon, c'est fait, j'ai passé les deux autres disques et OS aux étiquettes et voici les résultats :
Disque 0Sa2To-... :
# /etc/fstab: Informations statiques sur le système de fichiers.
# <file système> <mount point> <type> <options> <dump> <pass>
LABEL=0Sa2To-boot /boot/efi vfat defaults 0 2
LABEL=0Sa2To-syst / ext4 relatime,errors=remount-ro 0 1
LABEL=0Sa2To-home /home ext4 relatime 0 2
LABEL=0Sa2To-data /home/rene/data ntfs rw,uid=1000,gid=1000 0 0
LABEL=3Sa2To-IAVI /home/rene/IAVI ntfs rw,uid=1000,gid=1000 0 0
/swapfile swap swap defaults 0 0
tmpfs################################################################################
#################### Après installation de Kubuntu #############################
################################################################################
#
GRUB_DISABLE_LINUX_UUID=true
GRUB_ENABLE_LINUX_LABEL=true
GRUB_DEVICE="LABEL=0Sa2To-syst"
GRUB_DISTRIBUTOR=`echo -n $(lsb_release -cds 2> /dev/null || echo Debian) debconf-show grub-pc`
GRUB_INIT_TUNE="480 440 1"
GRUB_TIMEOUT=5
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_DEFAULT=saved
GRUB_GFXMODE=1920x1080
GRUB_SAVEDEFAULT=true
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_BACKGROUND=/home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
GRUB_GFXPAYLOAD=keep
#
################################################################################
#
# Pour mettre à jour, faites la commande suivante dans un terminal :
#
# sudo update-grub
#
################################################################################rene@Ordinateur01:~$ sudo update-grub
[sudo] Mot de passe de rene :
Generating grub configuration file ...
Found background: /home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
Found background image: .background_cache.jpeg
Found linux image: /boot/vmlinuz-6.12.96+deb13-amd64
Found initrd image: /boot/initrd.img-6.12.96+deb13-amd64
Found linux image: /boot/vmlinuz-6.12.95+deb13-amd64
Found initrd image: /boot/initrd.img-6.12.95+deb13-amd64
Found linux image: /boot/vmlinuz-6.12.94+deb13-amd64
Found initrd image: /boot/initrd.img-6.12.94+deb13-amd64
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
rene@Ordinateur01:~$rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme1n1
├─nvme1n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2
├─nvme1n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a
├─nvme1n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55
└─nvme1n1p4 ntfs 1Sa2To-data 143183DB1116DA9F
nvme3n1
├─nvme3n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme3n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme3n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme3n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
nvme2n1
└─nvme2n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
nvme0n1
├─nvme0n1p1 vfat FAT32 0Sa2To-boot 890C-87E6 292,3M 2% /boot/efi
├─nvme0n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb 102,6G 13% /
├─nvme0n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e 92,5G 0% /home
└─nvme0n1p4 ntfs 0Sa2To-data 3C56705873A60E59 45,9G 81% /home/rene/data
rene@Ordinateur01:~$rene@Ordinateur01:~$ sudo blkid | grep fat
/dev/nvme0n1p1: LABEL_FATBOOT="0Sa2To-boot" LABEL="0Sa2To-boot" UUID="890C-87E6" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="f262b247-01"
/dev/nvme3n1p1: LABEL_FATBOOT="2Sa2To-boot" LABEL="2Sa2To-boot" UUID="36E7-93E3" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="28e86560-219d-4d88-81a4-9f4eb76bc772"
/dev/nvme1n1p1: LABEL_FATBOOT="1Sa2To-boot" LABEL="1Sa2To-boot" UUID="2AB7-0DD2" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="21fc2261-d5ac-4361-b8d2-acd922cf6f9e"
/dev/sda1: LABEL_FATBOOT="RENEROSS2GO" LABEL="RENEROSS2GO" UUID="74EB-3D91" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="000149be-01"
rene@Ordinateur01:~$rene@Ordinateur01:~$ du -h /boot/efi
4,6M /boot/efi/EFI/Debian
2,6M /boot/efi/EFI/boot
7,1M /boot/efi/EFI
7,1M /boot/efi
rene@Ordinateur01:~$rene@Ordinateur01:~$ journalctl -b -p err
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal' can see all messages.
Pass -q to turn off this notice.
jui 23 10:47:17 Ordinateur01 obexd[1699]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.ser>
jui 23 10:47:17 Ordinateur01 obexd[1699]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.ser>
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error(s) opening ddc devices
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-4
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-5
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-6
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-7
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-8
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-9
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-10
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-11
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-12
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-13
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-14
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-15
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-16
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-17
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-18
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-19
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-20
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-21
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-22
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-23
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-24
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-25
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-26
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-27
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-28
jui 23 10:47:17 Ordinateur01 org_kde_powerdevil[1680]: [ 1680] Error EACCES(-13): Permission non accordée opening /dev/i2c-29
lines 1-29/29 (END)======================================
Disque 2Sa2To-... :
# /etc/fstab: Informations statiques sur le système de fichiers.
# <file système> <mount point> <type> <options> <dump> <pass>
LABEL=2Sa2To-boot /boot/efi vfat defaults 0 2
LABEL=2Sa2To-syst / ext4 relatime,errors=remount-ro 0 1
LABEL=2Sa2To-home /home ext4 relatime 0 2
LABEL=2Sa2To-data /home/rene/data ntfs rw,uid=1000,gid=1000 0 0
LABEL=3Sa2To-IAVI /home/rene/IAVI ntfs rw,uid=1000,gid=1000 0 0
/home/rene/data/X-Plane/X-Plane-12/xplane12.iso /media/cdrom12 iso9660 user,loop 0 0
/swapfile swap swap defaults 0 0
tmpfs################################################################################
#################### Après installation de Kubuntu #############################
################################################################################
#
GRUB_DISABLE_LINUX_UUID=true
GRUB_ENABLE_LINUX_LABEL=true
GRUB_DEVICE="LABEL=2Sa2To-syst"
GRUB_DISTRIBUTOR=`echo -n $(lsb_release -cds 2> /dev/null || echo Debian) debconf-show grub-pc`
GRUB_INIT_TUNE="480 440 1"
GRUB_TIMEOUT=5
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_DEFAULT=saved
GRUB_GFXMODE=1920x1080
GRUB_SAVEDEFAULT=true
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_BACKGROUND=/home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
GRUB_GFXPAYLOAD=keep
#
################################################################################
#
# Pour mettre à jour, faites la commande suivante dans un terminal :
#
# sudo update-grub
#
################################################################################rene@Ordinateur01:~$ sudo update-grub
[sudo: authenticate] Mot de passe :
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found background: /home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
Found background image: .background_cache.jpeg
Found linux image: /boot/vmlinuz-7.0.0-28-generic
Found initrd image: /boot/initrd.img-7.0.0-28-generic
Found linux image: /boot/vmlinuz-7.0.0-14-generic
Found initrd image: /boot/initrd.img-7.0.0-14-generic
Found memtest86+ 64bit EFI image: /boot/mt86+x64
Found memtest86+ 32bit EFI image: /boot/mt86+ia32
Found memtest86+ 64bit image: /boot/mt86+x64
Found memtest86+ 32bit image: /boot/mt86+ia32
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Ubuntu 26.04 LTS (26.04) on /dev/nvme0n1p2
Found Debian GNU/Linux 13 (trixie) on /dev/nvme1n1p2
Adding boot menu entry for UEFI Firmware Settings ...
done
rene@Ordinateur01:~$rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 vfat FAT32 RENEROSS2GO 74EB-3D91 864M 55% /run/media/rene/RENEROSS2GO
nvme2n1
├─nvme2n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3 56,8M 81% /boot/efi
├─nvme2n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005 99,2G 15% /
├─nvme2n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07 91,5G 1% /home
└─nvme2n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46 325,1G 80% /home/rene/data
nvme0n1
├─nvme0n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2
├─nvme0n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a
├─nvme0n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55
└─nvme0n1p4 ntfs 1Sa2To-data 143183DB1116DA9F
nvme1n1
├─nvme1n1p1 vfat FAT32 0Sa2To-boot 890C-87E6
├─nvme1n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb
├─nvme1n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e
└─nvme1n1p4 ntfs 0Sa2To-data 3C56705873A60E59
nvme3n1
└─nvme3n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
rene@Ordinateur01:~$rene@Ordinateur01:~$ sudo blkid | grep fat
/dev/nvme0n1p1: LABEL_FATBOOT="1Sa2To-boot" LABEL="1Sa2To-boot" UUID="2AB7-0DD2" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="21fc2261-d5ac-4361-b8d2-acd922cf6f9e"
/dev/nvme2n1p1: LABEL_FATBOOT="2Sa2To-boot" LABEL="2Sa2To-boot" UUID="36E7-93E3" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="28e86560-219d-4d88-81a4-9f4eb76bc772"
/dev/nvme1n1p1: LABEL_FATBOOT="0Sa2To-boot" LABEL="0Sa2To-boot" UUID="890C-87E6" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="f262b247-01"
/dev/sda1: LABEL_FATBOOT="RENEROSS2GO" LABEL="RENEROSS2GO" UUID="74EB-3D91" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="000149be-01"
rene@Ordinateur01:~$rene@Ordinateur01:~$ du -h /boot/efi
4.0K /boot/efi/efi
2.4M /boot/efi/grub/fonts
292K /boot/efi/grub/locale
4.2M /boot/efi/grub/x86_64-efi
9.1M /boot/efi/grub
243M /boot/efi
rene@Ordinateur01:~$rene@Ordinateur01:~$ journalctl -b -p err
jui 23 09:49:35 Ordinateur01 kernel:
jui 23 09:49:36 Ordinateur01 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20251212/dsfield-184)
jui 23 09:49:36 Ordinateur01 kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20251212/dswload2-477)
jui 23 09:49:36 Ordinateur01 kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20251212/psparse-529)
jui 23 09:49:36 Ordinateur01 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20251212/dsfield-184)
jui 23 09:49:36 Ordinateur01 kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20251212/dswload2-477)
jui 23 09:49:36 Ordinateur01 kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20251212/psparse-529)
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error(s) opening ddc devices
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-4
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-5
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-6
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-7
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-8
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-9
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-10
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-11
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-12
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-13
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-14
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-15
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-16
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-17
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-18
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-19
jui 23 09:49:55 Ordinateur01 org_kde_powerdevil[2380]: [ 2380] Error EACCES(-13): Permission non accordée opening /dev/i2c-20
jui 23 09:49:56 Ordinateur01 obexd[2694]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
jui 23 09:49:56 Ordinateur01 obexd[2694]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
rene@Ordinateur01:~$Pour ce qui est des options de démarrage du bios, rien n'a changé, toujours :
kubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB)
debian (M.2_1: Sabrant Rocket 4.0 Plus) (500.1GB)
ubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB)
Au lieu de :
kubuntu (M.2_2: Sabrant Rocket 4.0 Plus) (2000.3GB); correspondant aux étiquettes 1Sa2To-...
debian (M.2_1: Sabrant Rocket 4.0 Plus) (500.1GB); correspondant aux étiquettes 0Sa2To-...
kubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB); correspondant aux étiquettes 2Sa2To-...
De mon côté, j'envisage de synchroniser avec GRSync les partitions 1Sa2To vers 2Sa2To.
Mais j'attendrai que toutes vos propositions soient évaluées ou testées avant de procéder.
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#135 Le 23/07/2026, à 17:55
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Je n’ai pas très bien compris pourquoi tu as booté le ́kubuntu-miroir et fait des modifications
Puisque maintenant tu vas le synchroniser avec le kubuntu-reférence sauf si tu décides d’exclure les fichiers que tu viens de modifier
D’autre part, vérifie que l’option label est validée et l’option uuid est disable dans le fichier /etc/default/grub du kubuntu-reference.
Si oui, cela voudrait que ces options ne fonctionnent pas en 26.04
Dernière modification par geole (Le 23/07/2026, à 17:56)
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
#136 Le 23/07/2026, à 18:13
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Bonjour geole,
Merci pour votre aide !
Je ne sais pas ce qu'est « kubuntu-miroir » !
Si c'est le disque 2Sa2To :
Temps que tous les problèmes ne sont pas résolus :
1) C'était un OS de secours si le disque « 1Sa2To » ne démarrait plus après l'activation des étiquettes. Temporairement, la même fonction que le disque « 0Sa2To » avec l'OS Debian.
2) Même structure des partitions que le disque « 1Sa2To », en préparation des éventuelles synchronisations.
« ... vérifie que l’option label est validée et l’option uuid est disable dans le fichier /etc/default/grub du kubuntu-reference. »
Je ne sais pas ce qu'est « kubuntu-reference » !
Si c'est le disque « 1Sa2To » et l'OS Kubuntu, et
Je ne sais pas « ... vérifie que l’option label est validée et l’option uuid est disable dans le fichier », sauf si c'est de vérifier son contenu avec la commande :
cat /etc/default/grubJe vais l'essayer !
À tout de suite.
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#137 Le 23/07/2026, à 18:30
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Voilà :
rene@Ordinateur01:~$ cat /etc/default/grub
################################################################################
#################### Après installation de Kubuntu #############################
################################################################################
#
GRUB_DISABLE_LINUX_UUID=true
GRUB_ENABLE_LINUX_LABEL=true
GRUB_DEVICE="LABEL=1Sa2To-syst"
GRUB_DISTRIBUTOR=`echo -n $(lsb_release -cds 2> /dev/null || echo Debian) debconf-show grub-pc`
GRUB_INIT_TUNE="480 440 1"
GRUB_TIMEOUT=5
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_DEFAULT=saved
GRUB_GFXMODE=1920x1080
GRUB_SAVEDEFAULT=true
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_BACKGROUND=/home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
GRUB_GFXPAYLOAD=keep
#
################################################################################
#
# Pour mettre à jour, faites la commande suivante dans un terminal :
#
# sudo update-grub
#
################################################################################
rene@Ordinateur01:~$Donc, cela n'était pas ça, alors pour « ... vérifie que l’option label est validée et l’option uuid est disable dans le fichier », je ne sais pas faire !
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#138 Le 23/07/2026, à 18:42
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
C’est bien cela.
GRUB_DISABLE_LINUX_UUID=trueIl est donc bien indiqué que le UUID ne doit pas être utilisé dans le grub généré.
Mais il l’est via le search-fs
GRUB_ENABLE_LINUX_LABEL=trueIl est donc bien indiqué que le label doit être utilisé dans le grub généré.
Mais le search-fs ne l’utilise pas.
Je ne sais quoi dire.
Peut-être as-tu oublié de regénérer le grub après avoir modifié le fichier?
Dernière modification par geole (Le 23/07/2026, à 18:55)
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
#139 Le 23/07/2026, à 18:51
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Alors, je synchronise, cela fera un problème en moins, et j'ai toujours le disque « 0Sa2To » avec l'OS Debian en disque de secoure.
Je reviens avec les résultats.
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#140 Le 23/07/2026, à 19:35
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
J'ai ajouté : « GRUB_DISABLE_OS_PROBER=false », car par défaut Debien c'est activé.
Ce qui donne comme base « grub » pour les deux OS restants :
################################################################################
#################### Après installation de Kubuntu #############################
################################################################################
#
GRUB_DISABLE_OS_PROBER=false
GRUB_DISABLE_LINUX_UUID=true
GRUB_ENABLE_LINUX_LABEL=true
GRUB_DEVICE="LABEL=0Sa2To-syst"
GRUB_DISTRIBUTOR=`echo -n $(lsb_release -cds 2> /dev/null || echo Debian) debconf-show grub-pc`
GRUB_INIT_TUNE="480 440 1"
GRUB_TIMEOUT=5
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_DEFAULT=saved
GRUB_GFXMODE=1920x1080
GRUB_SAVEDEFAULT=true
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_BACKGROUND=/home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
GRUB_GFXPAYLOAD=keep
#
################################################################################
#
# Pour mettre à jour, faites la commande suivante dans un terminal :
#
# sudo update-grub
#
################################################################################Debian 0Sat2To :
rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1
├─nvme0n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2
├─nvme0n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a
├─nvme0n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55
└─nvme0n1p4 ntfs 1Sa2To-data 143183DB1116DA9F
nvme1n1
├─nvme1n1p1 vfat FAT32 0Sa2To-boot 890C-87E6 292,3M 2% /boot/efi
├─nvme1n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb 102,6G 13% /
├─nvme1n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e 92,5G 0% /home
└─nvme1n1p4 ntfs 0Sa2To-data 3C56705873A60E59 45,9G 81% /home/rene/data
nvme2n1
├─nvme2n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme2n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme2n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme2n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
nvme3n1
└─nvme3n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
rene@Ordinateur01:~$rene@Ordinateur01:~$ sudo update-grub
Generating grub configuration file ...
Found background: /home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
Found background image: .background_cache.jpeg
Found linux image: /boot/vmlinuz-6.12.96+deb13-amd64
Found initrd image: /boot/initrd.img-6.12.96+deb13-amd64
Found linux image: /boot/vmlinuz-6.12.95+deb13-amd64
Found initrd image: /boot/initrd.img-6.12.95+deb13-amd64
Found linux image: /boot/vmlinuz-6.12.94+deb13-amd64
Found initrd image: /boot/initrd.img-6.12.94+deb13-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Ubuntu 26.04 LTS (26.04) on /dev/nvme1n1p2
Found Ubuntu 26.04 LTS (26.04) on /dev/nvme2n1p2
Adding boot menu entry for UEFI Firmware Settings ...
done
rene@Ordinateur01:~$---------------------------------------------
Kununtu 1Sa2To :
rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme1n1
├─nvme1n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2 291,3M 3% /boot/efi
├─nvme1n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a 96,4G 18% /
├─nvme1n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55 90,5G 2% /home
└─nvme1n1p4 ntfs 1Sa2To-data 143183DB1116DA9F 325,1G 80% /home/rene/data
nvme0n1
├─nvme0n1p1 vfat FAT32 0Sa2To-boot 890C-87E6
├─nvme0n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb
├─nvme0n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e
└─nvme0n1p4 ntfs 0Sa2To-data 3C56705873A60E59
nvme3n1
└─nvme3n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
nvme2n1
├─nvme2n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme2n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme2n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme2n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
rene@Ordinateur01:~$rene@Ordinateur01:~$ sudo update-grub
[sudo: authenticate] Mot de passe :
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found background: /home/rene/ImagesPourBureau/MonImageDeBureau/background.jpg
Found background image: .background_cache.jpeg
Found linux image: /boot/vmlinuz-7.0.0-28-generic
Found initrd image: /boot/initrd.img-7.0.0-28-generic
Found linux image: /boot/vmlinuz-7.0.0-14-generic
Found initrd image: /boot/initrd.img-7.0.0-14-generic
Found memtest86+ 64bit EFI image: /boot/mt86+x64
Found memtest86+ 32bit EFI image: /boot/mt86+ia32
Found memtest86+ 64bit image: /boot/mt86+x64
Found memtest86+ 32bit image: /boot/mt86+ia32
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Debian GNU/Linux 13 (trixie) on /dev/nvme0n1p2
Found Ubuntu 26.04 LTS (26.04) on /dev/nvme2n1p2
Adding boot menu entry for UEFI Firmware Settings ...
done
rene@Ordinateur01:~$Pour ce qui est des options de démarrage du bios, rien n'a changé, toujours :
kubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB)
debian (M.2_1: Sabrant Rocket 4.0 Plus) (500.1GB)
ubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB)
Au lieu de :
kubuntu (M.2_2: Sabrant Rocket 4.0 Plus) (2000.3GB); correspondant aux étiquettes 1Sa2To-...
debian (M.2_1: Sabrant Rocket 4.0 Plus) (500.1GB); correspondant aux étiquettes 0Sa2To-...
kubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB); correspondant aux étiquettes 2Sa2To-...
Est-ce que vous auriez d'autres choses à tester ou à vérifier ?
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#141 Le 23/07/2026, à 20:14
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Comme on est maintenant certain qu’un grub-update a été fait dans kubuntu-référence, peux-tu donner ce retour.
sudo grep search /boot/grub/grub.cfgLes é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
#142 Le 23/07/2026, à 20:20
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Bon, voilà pourquoi j'insistais pour mettre de l'ordre dans le menu démarrage du bios !
Maintenant que la synchronisation de « 1Sa2To » vers « 2Sa2To », au redémarrage, le bios et le « grub » cherche à démarrer le disque « 2Sa2To », mais comme il n'est que la sauvegarde de « 1Sa2To », son fichier « fstab » est fait pour démarrer du disque « 1Sa2To ». Alors il bloque sur un classique, je termine à l'écran noir avec le texte :
You are in emergency mode. After logging in, type "journalctl -xb" to view...Donc, il faut vraiment faire que les options de démarrage du bios passe de :
kubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB)
debian (M.2_1: Sabrant Rocket 4.0 Plus) (500.1GB)
ubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB)
À :
kubuntu (M.2_2: Sabrant Rocket 4.0 Plus) (2000.3GB); correspondant aux étiquettes 1Sa2To-...
debian (M.2_1: Sabrant Rocket 4.0 Plus) (500.1GB); correspondant aux étiquettes 0Sa2To-...
kubuntu (M.2_3: Sabrant Rocket 4.0 Plus) (2000.3GB); correspondant aux étiquettes 2Sa2To-...
Est-ce que vous auriez d'autres choses à tester ou à vérifier ?
À défaut de solution ou d'idée de votre part à tous, je devrai réinstaller au minimum le Kubuntu du disque « 1Sa2To ».
geole, je vous reviens avec le résultat que vous demandé, car si je choisis de démarrer sur le dernier OS du menu grub, je démarre correctement sur le « 1Sa2To ».
Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#143 Le 23/07/2026, à 20:26
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Voila geole
rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme3n1
├─nvme3n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2 291,3M 3% /boot/efi
├─nvme3n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a 96,4G 18% /
├─nvme3n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55 90,5G 2% /home
└─nvme3n1p4 ntfs 1Sa2To-data 143183DB1116DA9F 325,1G 80% /home/rene/data
nvme0n1
└─nvme0n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
nvme1n1
├─nvme1n1p1 vfat FAT32 0Sa2To-boot 890C-87E6
├─nvme1n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb
├─nvme1n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e
└─nvme1n1p4 ntfs 0Sa2To-data 3C56705873A60E59
nvme2n1
├─nvme2n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme2n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme2n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme2n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
rene@Ordinateur01:~$rene@Ordinateur01:~$ sudo grep search /boot/grub/grub.cfg
[sudo: authenticate] Mot de passe :
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 5a76f3ff-fabc-49af-8b1b-ad61779bee55
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 6c878a1d-03cd-4c75-97c8-db8159a2af7a
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root 552b1e27-d626-42da-99bf-b02f3236becb
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
search --no-floppy --fs-uuid --set=root b03be58e-003f-42e9-ab8c-7a6697b51005
rene@Ordinateur01:~$Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#144 Le 23/07/2026, à 23:08
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Donc, on est maintenant certain que grub est con . Je ne regrette pas d’utiliser refind.( Pourvu que je ne sois pas banni de nouveau, pour un certain temps, pour avoir dit cette évidence.)
Car je considère qu’il préférable de booter en proposant ce qui est actuellement présent dans l’ordinateur plutôt ce qu’on croit qu’il y aurait du avoir,
Ce qui est particulièrement vrai lorsqu’un nvme tombe en panne.
Pour l’emergency mode, il va falloir investiguer.
Au lieu de frapper ce qu’il propose, je suggère
journalctl --no-pager -b -p errCela bavarde moins et dans 99% des cas, cela suffit.
Dernière modification par geole (Le 24/07/2026, à 00: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
#145 Le 23/07/2026, à 23:17
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 vfat FAT32 RENEROSS2GO 74EB-3D91 863,9M 55% /run/media/rene/RENEROSS2GO
nvme3n1
├─nvme3n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2 291,3M 3% /boot/efi
├─nvme3n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a 96,4G 18% /
├─nvme3n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55 90,5G 2% /home
└─nvme3n1p4 ntfs 1Sa2To-data 143183DB1116DA9F 325,1G 80% /home/rene/data
nvme0n1
└─nvme0n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
nvme1n1
├─nvme1n1p1 vfat FAT32 0Sa2To-boot 890C-87E6
├─nvme1n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb
├─nvme1n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e
└─nvme1n1p4 ntfs 0Sa2To-data 3C56705873A60E59
nvme2n1
├─nvme2n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme2n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme2n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme2n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
rene@Ordinateur01:~$Quelle touche pour faire défiler jusqu'à la fin ?
rene@Ordinateur01:~$ journalctl -b -err
jui 23 14:04:41 Ordinateur01 dbus-daemon[1266]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.21' (uid=0 pid=1290 >
jui 23 14:04:40 Ordinateur01 systemd[1]: Finished update-notifier-download.service - Download data for packages that failed at package install time.
jui 23 14:04:40 Ordinateur01 systemd[1]: update-notifier-download.service: Deactivated successfully.
jui 23 14:04:40 Ordinateur01 systemd[1]: Starting update-notifier-download.service - Download data for packages that failed at package install time...
jui 23 14:02:56 Ordinateur01 kded6[2317]: System Language Matchables: QList("fr_CA", "fr")
jui 23 14:02:56 Ordinateur01 kded6[2317]: QList("fr_CA.UTF-8", "fr", "_CA", "CA", ".UTF-8", "UTF-8")
jui 23 14:02:56 Ordinateur01 PackageKit[2661]: search-name transaction /173_acbecaba from uid 1000 finished with success after 186ms
jui 23 14:02:56 Ordinateur01 kded6[2317]: got dbus error; abort
jui 23 14:02:56 Ordinateur01 kded6[2317]: KDE Languages: QList()
jui 23 14:02:56 Ordinateur01 kded6[2317]: QDBusArgument& operator<<(QDBusArgument&, const DeviceList&) is noop
jui 23 14:02:56 Ordinateur01 kded6[2317]: foundCrashFile false foundAutoUpload false
jui 23 14:02:56 Ordinateur01 kded6[2317]: ""
jui 23 14:02:56 Ordinateur01 kded6[2317]: Using ApportEvent
jui 23 14:02:56 Ordinateur01 kded6[2317]: ApportEvent :: hidden= false apport-kde= true apport-gtk= false
jui 23 14:00:56 Ordinateur01 drkonqi-coredump-launcher[2839]: Unable to find file for pid 10791 expected at "kcrash-metadata/kfind.86e80c1a2cb9434cac292ec290f646cf.10791.ini"
jui 23 14:00:56 Ordinateur01 systemd[2016]: Started drkonqi-coredump-launcher@0-1-2365_69672-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2365/UID 1000).
jui 23 14:00:56 Ordinateur01 drkonqi-coredump-processor[2365]: "/usr/bin/kfind" 10791 "/var/lib/systemd/coredump/core.kfind.1000.86e80c1a2cb9434cac292ec290f646cf.10791.1784577696000000.zst"
jui 23 14:00:51 Ordinateur01 chronyd[1401]: Selected source 185.125.190.123 (2.ntp.ubuntu.com)
jui 23 14:00:26 Ordinateur01 kdeconnectd[2491]: qt.bluetooth.bluez: Missing CAP_NET_ADMIN permission. Cannot determine whether a found address is of random or public type.
jui 23 14:00:25 Ordinateur01 systemd[1]: systemd-localed.service: Deactivated successfully.
jui 23 14:00:17 Ordinateur01 PackageKit[2661]: get-updates transaction /172_aebeabcd from uid 1000 finished with success after 273ms
jui 23 14:00:11 Ordinateur01 systemd[1]: systemd-timedated.service: Deactivated successfully.
jui 23 14:00:09 Ordinateur01 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1]: user-107.slice: Consumed 2.080s CPU time over 19.775s wall clock time, 815.5M memory peak.
jui 23 14:00:05 Ordinateur01 systemd[1]: Removed slice user-107.slice - User Slice of UID 107.
jui 23 14:00:05 Ordinateur01 systemd[1]: Stopped user-runtime-dir@107.service - User Runtime Directory /run/user/107.
jui 23 14:00:05 Ordinateur01 systemd[1]: user-runtime-dir@107.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1]: run-user-107.mount: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1]: Stopping user-runtime-dir@107.service - User Runtime Directory /run/user/107...
jui 23 14:00:05 Ordinateur01 systemd[1]: Stopped user@107.service - User Manager for UID 107.
jui 23 14:00:05 Ordinateur01 systemd[1]: user@107.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd-logind[1302]: Removed session 2.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Reached target exit.target - Exit the Session.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Finished systemd-exit.service - Exit the Session.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Reached target shutdown.target - Shutdown.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Removed slice app.slice - User Application Slice.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed ssh-agent.socket - OpenSSH Agent socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
jui 23 14:00:05 Ordinateur01 systemd[1]: Finished sysstat-collect.service - system activity accounting tool.
jui 23 14:00:05 Ordinateur01 systemd[1]: sysstat-collect.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed systemd-importd.socket - Disk Image Download Service Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping ssh-agent.socket - OpenSSH Agent socket...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed speech-dispatcher.socket - Speech Dispatcher Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed snapd.session-agent.socket - REST API socket for snapd user session agent.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed pk-debconf-helper.socket - debconf communication socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed pipewire.socket - PipeWire Multimedia System Sockets.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed pipewire-pulse.socket - PipeWire PulseAudio.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed keyboxd.socket - GnuPG public key management service.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed dirmngr.socket - GnuPG network certificate management daemon.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed dbus.socket - D-Bus User Message Bus Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped launchpadlib-cache-clean.timer - Clean up old files in the Launchpadlib cache.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target timers.target - Timers.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target sockets.target - Sockets.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped drkonqi-sentry-postman.path - Submitting pending crash events (file monitor).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target paths.target - Paths.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target basic.target - Basic System.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Removed slice session.slice - User Core Session Slice.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped pipewire.service - PipeWire Multimedia Service.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped dbus.service - D-Bus User Message Bus.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping pipewire.service - PipeWire Multimedia Service...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping dbus.service - D-Bus User Message Bus...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped wireplumber.service - Multimedia Service Session Manager.
jui 23 14:04:41 Ordinateur01 dbus-daemon[1266]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.21' (uid=0 pid=1290 >
jui 23 14:04:40 Ordinateur01 systemd[1]: Finished update-notifier-download.service - Download data for packages that failed at package install time.
jui 23 14:04:40 Ordinateur01 systemd[1]: update-notifier-download.service: Deactivated successfully.
jui 23 14:04:40 Ordinateur01 systemd[1]: Starting update-notifier-download.service - Download data for packages that failed at package install time...
jui 23 14:02:56 Ordinateur01 kded6[2317]: System Language Matchables: QList("fr_CA", "fr")
jui 23 14:02:56 Ordinateur01 kded6[2317]: QList("fr_CA.UTF-8", "fr", "_CA", "CA", ".UTF-8", "UTF-8")
jui 23 14:02:56 Ordinateur01 PackageKit[2661]: search-name transaction /173_acbecaba from uid 1000 finished with success after 186ms
jui 23 14:02:56 Ordinateur01 kded6[2317]: got dbus error; abort
jui 23 14:02:56 Ordinateur01 kded6[2317]: KDE Languages: QList()
jui 23 14:02:56 Ordinateur01 kded6[2317]: QDBusArgument& operator<<(QDBusArgument&, const DeviceList&) is noop
jui 23 14:02:56 Ordinateur01 kded6[2317]: foundCrashFile false foundAutoUpload false
jui 23 14:02:56 Ordinateur01 kded6[2317]: ""
jui 23 14:02:56 Ordinateur01 kded6[2317]: Using ApportEvent
jui 23 14:02:56 Ordinateur01 kded6[2317]: ApportEvent :: hidden= false apport-kde= true apport-gtk= false
jui 23 14:00:56 Ordinateur01 drkonqi-coredump-launcher[2839]: Unable to find file for pid 10791 expected at "kcrash-metadata/kfind.86e80c1a2cb9434cac292ec290f646cf.10791.ini"
jui 23 14:00:56 Ordinateur01 systemd[2016]: Started drkonqi-coredump-launcher@0-1-2365_69672-1000.service - Launch DrKonqi for a systemd-coredump crash (PID 2365/UID 1000).
jui 23 14:00:56 Ordinateur01 drkonqi-coredump-processor[2365]: "/usr/bin/kfind" 10791 "/var/lib/systemd/coredump/core.kfind.1000.86e80c1a2cb9434cac292ec290f646cf.10791.1784577696000000.zst"
jui 23 14:00:51 Ordinateur01 chronyd[1401]: Selected source 185.125.190.123 (2.ntp.ubuntu.com)
jui 23 14:00:26 Ordinateur01 kdeconnectd[2491]: qt.bluetooth.bluez: Missing CAP_NET_ADMIN permission. Cannot determine whether a found address is of random or public type.
jui 23 14:00:25 Ordinateur01 systemd[1]: systemd-localed.service: Deactivated successfully.
jui 23 14:00:17 Ordinateur01 PackageKit[2661]: get-updates transaction /172_aebeabcd from uid 1000 finished with success after 273ms
jui 23 14:00:11 Ordinateur01 systemd[1]: systemd-timedated.service: Deactivated successfully.
jui 23 14:00:09 Ordinateur01 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1]: user-107.slice: Consumed 2.080s CPU time over 19.775s wall clock time, 815.5M memory peak.
jui 23 14:00:05 Ordinateur01 systemd[1]: Removed slice user-107.slice - User Slice of UID 107.
jui 23 14:00:05 Ordinateur01 systemd[1]: Stopped user-runtime-dir@107.service - User Runtime Directory /run/user/107.
jui 23 14:00:05 Ordinateur01 systemd[1]: user-runtime-dir@107.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1]: run-user-107.mount: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1]: Stopping user-runtime-dir@107.service - User Runtime Directory /run/user/107...
jui 23 14:00:05 Ordinateur01 systemd[1]: Stopped user@107.service - User Manager for UID 107.
jui 23 14:00:05 Ordinateur01 systemd[1]: user@107.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd-logind[1302]: Removed session 2.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Reached target exit.target - Exit the Session.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Finished systemd-exit.service - Exit the Session.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Reached target shutdown.target - Shutdown.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Removed slice app.slice - User Application Slice.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed ssh-agent.socket - OpenSSH Agent socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
jui 23 14:00:05 Ordinateur01 systemd[1]: Finished sysstat-collect.service - system activity accounting tool.
jui 23 14:00:05 Ordinateur01 systemd[1]: sysstat-collect.service: Deactivated successfully.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed systemd-machined.socket - Virtual Machine and Container Registration Service Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed systemd-importd.socket - Disk Image Download Service Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed systemd-ask-password.socket - Query the User Interactively for a Password.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping ssh-agent.socket - OpenSSH Agent socket...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed speech-dispatcher.socket - Speech Dispatcher Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed snapd.session-agent.socket - REST API socket for snapd user session agent.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed pk-debconf-helper.socket - debconf communication socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed pipewire.socket - PipeWire Multimedia System Sockets.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed pipewire-pulse.socket - PipeWire PulseAudio.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed keyboxd.socket - GnuPG public key management service.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping gpg-agent.socket - GnuPG cryptographic agent and passphrase cache...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed dirmngr.socket - GnuPG network certificate management daemon.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Closed dbus.socket - D-Bus User Message Bus Socket.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped launchpadlib-cache-clean.timer - Clean up old files in the Launchpadlib cache.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target timers.target - Timers.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target sockets.target - Sockets.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped drkonqi-sentry-postman.path - Submitting pending crash events (file monitor).
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target paths.target - Paths.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target basic.target - Basic System.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Removed slice session.slice - User Core Session Slice.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped pipewire.service - PipeWire Multimedia Service.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped dbus.service - D-Bus User Message Bus.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping pipewire.service - PipeWire Multimedia Service...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping dbus.service - D-Bus User Message Bus...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped wireplumber.service - Multimedia Service Session Manager.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping wireplumber.service - Multimedia Service Session Manager...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped pipewire-pulse.service - PipeWire PulseAudio.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped filter-chain.service - PipeWire filter chain daemon.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping pipewire-pulse.service - PipeWire PulseAudio...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopping filter-chain.service - PipeWire filter chain daemon...
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target sound.target - Sound Card.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Stopped target default.target - Main User Target.
jui 23 14:00:05 Ordinateur01 systemd[1857]: Activating special unit exit.target...
jui 23 14:00:05 Ordinateur01 systemd[1]: Stopping user@107.service - User Manager for UID 107...
jui 23 14:00:05 Ordinateur01 systemd-journald[456]: Forwarding to syslog missed 1081 messages.
jui 23 14:00:05 Ordinateur01 systemd[1]: Starting sysstat-collect.service - system activity accounting tool...
jui 23 13:59:57 Ordinateur01 plasmashell[2348]: org.kde.pulseaudio: No object for name "alsa_output.usb-Generic_USB_Audio-00.HiFi__SPDIF__sink.monitor"
jui 23 13:59:57 Ordinateur01 kded6[2317]: kf.bluezqt: PendingCall Error: "Failed"
jui 23 13:59:57 Ordinateur01 bluetoothd[1263]: Failed to set mode: Failed (0x03)
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Successfully activated service 'org.freedesktop.Notifications'
jui 23 13:59:56 Ordinateur01 ksmserver[2315]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.>
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /pro>
jui 23 13:59:56 Ordinateur01 kwin_wayland_wrapper[2219]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /p>
jui 23 13:59:56 Ordinateur01 plasmashell[2348]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associa>
jui 23 13:59:56 Ordinateur01 kactivitymanagerd[2364]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found f>
jui 23 13:59:56 Ordinateur01 gmenudbusmenuproxy[2366]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found >
jui 23 13:59:56 Ordinateur01 kaccess[2367]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated >
jui 23 13:59:56 Ordinateur01 xembedsniproxy[2370]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for >
jui 23 13:59:56 Ordinateur01 polkit-kde-authentication-agent-1[2368]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unab>
jui 23 13:59:56 Ordinateur01 kded6[2317]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.>
jui 23 13:59:56 Ordinateur01 DiscoverNotifier[2519]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already as>
jui 23 13:59:56 Ordinateur01 kdeconnectd[2491]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associa>
jui 23 13:59:56 Ordinateur01 xdg-desktop-portal-kde[2674]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection alre>
jui 23 13:59:56 Ordinateur01 kded6[2317]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.>
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /pro>
jui 23 13:59:56 Ordinateur01 polkit-kde-authentication-agent-1[2368]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unab>
jui 23 13:59:56 Ordinateur01 kactivitymanagerd[2364]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found f>
jui 23 13:59:56 Ordinateur01 xembedsniproxy[2370]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for >
jui 23 13:59:56 Ordinateur01 gmenudbusmenuproxy[2366]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found >
jui 23 13:59:56 Ordinateur01 ksmserver[2315]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.>
jui 23 13:59:56 Ordinateur01 kwin_wayland_wrapper[2219]: qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /p>
jui 23 13:59:56 Ordinateur01 systemd[2016]: Started xdg-desktop-portal.service - Portal service.
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Successfully activated service 'org.freedesktop.portal.Desktop'
jui 23 13:59:56 Ordinateur01 obexd[2694]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Activation via systemd failed for unit 'evolution-source-registry.service': Unit evolution-source-registry.service not fo>
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' r>
jui 23 13:59:56 Ordinateur01 obexd[2694]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Activation via systemd failed for unit 'evolution-source-registry.service': Unit evolution-source-registry.service not fo>
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' r>
jui 23 13:59:56 Ordinateur01 systemd[2016]: Started obex.service - Bluetooth OBEX service.
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Successfully activated service 'org.bluez.obex'
jui 23 13:59:56 Ordinateur01 obexd[2694]: OBEX daemon 5.85
jui 23 13:59:56 Ordinateur01 kded6[2317]: org.kde.pulseaudio: No object for name "alsa_output.usb-Generic_USB_Audio-00.HiFi__SPDIF__sink.monitor"
jui 23 13:59:56 Ordinateur01 systemd[2016]: Started plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE.
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
jui 23 13:59:56 Ordinateur01 kded6[2711]: xsettingsd: Took ownership of selection _XSETTINGS_S0
jui 23 13:59:56 Ordinateur01 kded6[2711]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
jui 23 13:59:56 Ordinateur01 kded6[2711]: xsettingsd: Created window 0xe00001 on screen 0 with timestamp 26731
jui 23 13:59:56 Ordinateur01 kded6[2711]: xsettingsd: Loaded 16 settings from /home/rene/.config/xsettingsd/xsettingsd.conf
jui 23 13:59:56 Ordinateur01 dbus-daemon[1266]: [system] Successfully activated service 'org.kde.kded.smart'
jui 23 13:59:56 Ordinateur01 org.kde.kded.smart[2693]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
jui 23 13:59:56 Ordinateur01 kdeconnectd[2491]: qt.bluetooth.bluez: Bluetooth device is powered off
jui 23 13:59:56 Ordinateur01 systemd[2016]: Starting obex.service - Bluetooth OBEX service...
jui 23 13:59:56 Ordinateur01 dbus-daemon[1266]: [system] Activating service name='org.kde.kded.smart' requested by ':1.52' (uid=1000 pid=2317 comm="/usr/bin/kded6" label="unconfined") (using servicehelper)
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Activating via systemd: service name='org.bluez.obex' unit='obex.service' requested by ':1.20' (uid=1000 pid=2317 comm="/>
jui 23 13:59:56 Ordinateur01 systemd[2016]: plasma-ksplash.service: Consumed 177ms CPU time over 1.087s wall clock time, 193.6M memory peak.
jui 23 13:59:56 Ordinateur01 systemd[2016]: Finished plasma-ksplash.service - Splash screen shown during boot.
jui 23 13:59:56 Ordinateur01 dbus-daemon[2092]: [session uid=1000 pid=2092 pidfd=5] Activating service name='org.freedesktop.Notifications' requested by ':1.42' (uid=1000 pid=2491 comm="/usr/bin/kdeconnect>
jui 23 13:59:56 Ordinateur01 kded6[2317]: Known activities: QList("5ab1c3e4-861b-43d7-b2cb-046f34cc7f85")
jui 23 13:59:56 Ordinateur01 kded6[2680]: kf.config.kconf_update: /usr/share/kconf_update/webenginepart.upd defined Version=5 but Version=6 was expected
jui 23 13:59:56 Ordinateur01 kded6[2680]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
lines 950-1018/1018 (END)Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#146 Le 23/07/2026, à 23:33
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
J’ai fais une erreur dans la commande. Désolé. C’est
journalctl --no-pager -b -p err 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
#147 Le 23/07/2026, à 23:37
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Mais, tout de même, quelle touche pour faire défiler jusqu'à la fin ?
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#148 Le 23/07/2026, à 23:44
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Merci pour l'aide geole !
rene@Ordinateur01:~$ lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 vfat FAT32 RENEROSS2GO 74EB-3D91 863,9M 55% /run/media/rene/RENEROSS2GO
nvme3n1
├─nvme3n1p1 vfat FAT32 1Sa2To-boot 2AB7-0DD2 291,3M 3% /boot/efi
├─nvme3n1p2 ext4 1.0 1Sa2To-syst 6c878a1d-03cd-4c75-97c8-db8159a2af7a 96,4G 18% /
├─nvme3n1p3 ext4 1.0 1Sa2To-home 5a76f3ff-fabc-49af-8b1b-ad61779bee55 90,5G 2% /home
└─nvme3n1p4 ntfs 1Sa2To-data 143183DB1116DA9F 325,1G 80% /home/rene/data
nvme0n1
└─nvme0n1p1 ntfs 3Sa2To-IAVI 1E109C0C0218286A 1010,9G 46% /home/rene/IAVI
nvme1n1
├─nvme1n1p1 vfat FAT32 0Sa2To-boot 890C-87E6
├─nvme1n1p2 ext4 1.0 0Sa2To-syst 552b1e27-d626-42da-99bf-b02f3236becb
├─nvme1n1p3 ext4 1.0 0Sa2To-home 0d1f2842-3e22-4ee3-a1e2-8f3d6d47c26e
└─nvme1n1p4 ntfs 0Sa2To-data 3C56705873A60E59
nvme2n1
├─nvme2n1p1 vfat FAT32 2Sa2To-boot 36E7-93E3
├─nvme2n1p2 ext4 1.0 2Sa2To-syst b03be58e-003f-42e9-ab8c-7a6697b51005
├─nvme2n1p3 ext4 1.0 2Sa2To-home 83788088-45b6-4af9-9539-e9b198149b07
└─nvme2n1p4 ntfs 2Sa2To-data 3CA4988E4F6CED46
rene@Ordinateur01:~$rene@Ordinateur01:~$ journalctl --no-pager -b -p err
jui 23 13:59:37 Ordinateur01 kernel:
jui 23 13:59:38 Ordinateur01 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20251212/dsfield-184)
jui 23 13:59:38 Ordinateur01 kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20251212/dswload2-477)
jui 23 13:59:38 Ordinateur01 kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20251212/psparse-529)
jui 23 13:59:38 Ordinateur01 kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20251212/dsfield-184)
jui 23 13:59:38 Ordinateur01 kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20251212/dswload2-477)
jui 23 13:59:38 Ordinateur01 kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20251212/psparse-529)
jui 23 13:59:39 Ordinateur01 bluetoothd[1263]: Failed to set mode: Failed (0x03)
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error(s) opening ddc devices
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-4
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-5
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-6
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-7
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-8
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-9
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-10
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-11
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-12
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-13
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-14
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-15
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-16
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-17
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-18
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-19
jui 23 13:59:56 Ordinateur01 org_kde_powerdevil[2369]: [ 2369] Error EACCES(-13): Permission non accordée opening /dev/i2c-20
jui 23 13:59:56 Ordinateur01 obexd[2694]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
jui 23 13:59:56 Ordinateur01 obexd[2694]: Unable to acquire registry: Error calling StartServiceByName for org.gnome.evolution.dataserver.Sources5: Unit evolution-source-registry.service not found.
jui 23 13:59:57 Ordinateur01 bluetoothd[1263]: Failed to set mode: Failed (0x03)
rene@Ordinateur01:~$Cordialement,
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne
#149 Le 24/07/2026, à 00:24
- geole
Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Je suis désolé mais je ne comprends pas coment tu as pu publier cela sans avoir réussi à booter.
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
#150 Le 24/07/2026, à 00:30
- Lami

Re : [Résolu] Nouvel ordinateur multidisque sans utiliser les UUID
Je démarre par défaut du bios sur le disque 2Sa2To, et du menu grub, je démarre sur le dernier choix qui est le disque 2Sa2To, mais dans la réalité, cela me fait démarrer sur le 1Sa2To-syst.
L'ami René
Tous pour un et un pour tous !
Linux Kubuntu 26.04
Hors ligne