You are not logged in.

#1 2023-06-07 18:23:44

iznobe
Member
Registered: 2023-06-07
Posts: 10

no boot after install

Hi all , i just try to install archlinux for the first time , and i have a multiboot EFI .
debian ubuntu etc. and arch for sure , so i installed grub , i've tried to make a personnal grub menu ( working ) but all results fails to start arch .

i use this guides :
https://wiki.archlinux.org/title/installation_guide
https://itsfoss.com/install-arch-linux/


i think this is a grub is not working as expected , actually :

iznobe@iznobe-PC:~$ ls -l /media/iznobe/archlinux/boot/
total 102608
drwxr-xr-x 2 root root     4096 juin   7 13:37 efi
drwxr-xr-x 2 root root     4096 juin   7 14:21 grub
-rw------- 1 root root 70857383 juin   6 13:59 initramfs-linux-fallback.img
-rw------- 1 root root 14328631 juin   6 13:58 initramfs-linux.img
-rw-r--r-- 1 root root  7315456 mai   21 17:14 intel-ucode.img
-rw-r--r-- 1 root root 12552736 juin   6 13:31 vmlinuz-linux
iznobe@iznobe-PC:~$  ls -l /media/iznobe/archlinux/boot/grub
total 8
-rw------- 1 root root 4480 juin   6 13:56 grub.cfg
iznobe@iznobe-PC:~$

and the EFI partition :

iznobe@iznobe-PC:~$ ls -l /boot/efi
total 3
drwxr-xr-x 8 root root 1024 juin   7 13:54  EFI
drwxr-xr-x 6 root root 1024 juin   7 13:55  grub
drwxr-xr-x 4 root root 1024 août  30  2020 'System Volume Information'
iznobe@iznobe-PC:~$ ls -l /boot/efi/EFI
total 6
drwxr-xr-x 2 root root 1024 nov.   4  2021 Boot
drwxr-xr-x 2 root root 1024 mars  28 22:37 debian
drwxr-xr-x 3 root root 1024 juin   7 13:54 EFI
drwxr-xr-x 4 root root 1024 août  30  2020 Microsoft
drwxr-xr-x 2 root root 1024 avril 16  2021 tools
drwxr-xr-x 3 root root 1024 nov.   4  2021 ubuntu
iznobe@iznobe-PC:~$ 
iznobe@iznobe-PC:~$ ls -l /boot/efi/grub
total 29
drwxr-xr-x 2 root root  1024 juin   7 13:54 fonts
-rwxr-xr-x 1 root root  2660 juin   7 13:55 grub.cfg
-rwxr-xr-x 1 root root  1024 juin   7 13:54 grubenv
drwxr-xr-x 2 root root  3072 juin   7 13:54 locale
drwxr-xr-x 3 root root  1024 juin   7 13:54 themes
drwxr-xr-x 2 root root 20480 juin   7 13:54 x86_64-efi
iznobe@iznobe-PC:~$ 

what should i do to finnally start arch please ?

Last edited by iznobe (2023-06-07 19:20:37)

Offline

#2 2023-06-07 19:52:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,678

Re: no boot after install

What ls is that /boot/efi from? Your Ubuntu install? The ESP doesn't look like it has a GRUB installed from Arch, and that /media/iznobe/archlinux/boot/grub doesn't look like any of the GRUB files got installed there, so how exactly is your mounting setup?  Which of these operating systems should control the GRUB? I'd suggest you use Ubuntu or Debian since their setups are much more dynamic and Arch can easily live being autogenerated off of an os-prober probe. So with the Arch Linux /boot mounted like you currently have, you should rerun

grub-mkconfig  -o /boot/efi/grub/grub.cfg

from your Ubuntu install with os-prober enabled and installed and check/post the resulting /boot/efi/grub/grub.cfg

Offline

#3 2023-06-07 20:59:34

iznobe
Member
Registered: 2023-06-07
Posts: 10

Re: no boot after install

/boot/efi is the ESP partition no ? so it is not particulary from one or other OS . it is mounted an each OS started correctly , in this case it is from linux mint .

i ' ve already done a lot of time , " sudo grub-update " with os-prober enabled , it seems to change nothing .
i tried with debian and ubuntu too , same result .

iznobe@iznobe-PC:~$ sudo grub-mkconfig  -o /boot/efi/grub/grub.cfg
[sudo] Mot de passe de iznobe :    
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-73-generic
Found initrd image: /boot/initrd.img-5.15.0-73-generic
Found linux image: /boot/vmlinuz-5.15.0-71-generic
Found initrd image: /boot/initrd.img-5.15.0-71-generic
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 11 (bullseye) on /dev/nvme0n1p10
Found Arch on /dev/nvme0n1p11
Found Windows Boot Manager on /dev/nvme0n1p3@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 20.04.6 LTS (20.04) on /dev/nvme0n1p6
Found Ubuntu 22.04.1 LTS (22.04) on /dev/nvme0n1p7
Found Ubuntu 20.04.6 LTS (20.04) on /dev/nvme0n1p8
Found Linux Mint 21.1 Vera (21.1) on /dev/nvme0n1p9
Found Ubuntu Mantic Minotaur (development branch) (23.10) on /dev/sda4
Adding boot menu entry for UEFI Firmware Settings ...
done
iznobe@iznobe-PC:~$ 

and

iznobe@iznobe-PC:~$ cat /boot/efi/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
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=
   save_env next_entry
   set boot_once=true
else
   set default="0"
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}"
    save_env saved_entry
  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$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    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 eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	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' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
	recordfail
	load_video
	gfxmode $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 eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
	linux	/boot/vmlinuz-5.15.0-73-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-5.15.0-73-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
	menuentry 'Ubuntu, with Linux 5.15.0-73-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-73-generic-advanced-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		recordfail
		load_video
		gfxmode $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 eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		echo	'Loading Linux 5.15.0-73-generic ...'
		linux	/boot/vmlinuz-5.15.0-73-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-73-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-73-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-73-generic-recovery-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		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 eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		echo	'Loading Linux 5.15.0-73-generic ...'
		linux	/boot/vmlinuz-5.15.0-73-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro recovery nomodeset dis_ucode_ldr 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-73-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-71-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-71-generic-advanced-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		recordfail
		load_video
		gfxmode $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 eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		echo	'Loading Linux 5.15.0-71-generic ...'
		linux	/boot/vmlinuz-5.15.0-71-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-71-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-71-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-71-generic-recovery-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		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 eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		echo	'Loading Linux 5.15.0-71-generic ...'
		linux	/boot/vmlinuz-5.15.0-71-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro recovery nomodeset dis_ucode_ldr 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-71-generic
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Debian GNU/Linux 11 (bullseye) (on /dev/nvme0n1p10)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-50149f7c-d2c3-4119-b937-328b22a577d4' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 50149f7c-d2c3-4119-b937-328b22a577d4
	linux /boot/vmlinuz-5.10.0-23-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro quiet
	initrd /boot/initrd.img-5.10.0-23-amd64
}
submenu 'Advanced options for Debian GNU/Linux 11 (bullseye) (on /dev/nvme0n1p10)' $menuentry_id_option 'osprober-gnulinux-advanced-50149f7c-d2c3-4119-b937-328b22a577d4' {
	menuentry 'Debian GNU/Linux (on /dev/nvme0n1p10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.10.0-23-amd64--50149f7c-d2c3-4119-b937-328b22a577d4' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50149f7c-d2c3-4119-b937-328b22a577d4
		linux /boot/vmlinuz-5.10.0-23-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro quiet
		initrd /boot/initrd.img-5.10.0-23-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-23-amd64 (on /dev/nvme0n1p10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.10.0-23-amd64--50149f7c-d2c3-4119-b937-328b22a577d4' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50149f7c-d2c3-4119-b937-328b22a577d4
		linux /boot/vmlinuz-5.10.0-23-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro quiet
		initrd /boot/initrd.img-5.10.0-23-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-23-amd64 (recovery mode) (on /dev/nvme0n1p10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.10.0-23-amd64-root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro single-50149f7c-d2c3-4119-b937-328b22a577d4' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50149f7c-d2c3-4119-b937-328b22a577d4
		linux /boot/vmlinuz-5.10.0-23-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro single
		initrd /boot/initrd.img-5.10.0-23-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-21-amd64 (on /dev/nvme0n1p10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.10.0-21-amd64--50149f7c-d2c3-4119-b937-328b22a577d4' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50149f7c-d2c3-4119-b937-328b22a577d4
		linux /boot/vmlinuz-5.10.0-21-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro quiet
		initrd /boot/initrd.img-5.10.0-21-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-21-amd64 (recovery mode) (on /dev/nvme0n1p10)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.10.0-21-amd64-root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro single-50149f7c-d2c3-4119-b937-328b22a577d4' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50149f7c-d2c3-4119-b937-328b22a577d4
		linux /boot/vmlinuz-5.10.0-21-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro single
		initrd /boot/initrd.img-5.10.0-21-amd64
	}
}


menuentry 'Windows Boot Manager (on /dev/nvme0n1p3)' --class windows --class os $menuentry_id_option 'osprober-efi-C071-9050' {
	insmod part_gpt
	insmod fat
	search --no-floppy --fs-uuid --set=root C071-9050
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p6)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
	linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
	initrd /boot/initrd.img-5.4.0-147-generic
}
submenu 'Advanced options for Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p6)' $menuentry_id_option 'osprober-gnulinux-advanced-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
	menuentry 'Ubuntu (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-147-generic--06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-147-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-147-generic (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-147-generic--06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-147-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-147-generic (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-147-generic-root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.4.0-147-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-137-generic (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-137-generic--06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-137-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-137-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-137-generic (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-137-generic-root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-137-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.4.0-137-generic
	}
}

menuentry 'Ubuntu 22.04.1 LTS (22.04) (on /dev/nvme0n1p7)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-8ab22881-60b3-47aa-a0bf-54c292afae81' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
	linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
	initrd /boot/initrd.img-5.15.0-58-generic
}
submenu 'Advanced options for Ubuntu 22.04.1 LTS (22.04) (on /dev/nvme0n1p7)' $menuentry_id_option 'osprober-gnulinux-advanced-8ab22881-60b3-47aa-a0bf-54c292afae81' {
	menuentry 'Ubuntu (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic--8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-58-generic (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic--8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-58-generic (recovery mode) (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic-root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr-8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-52-generic (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic--8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-52-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-52-generic (recovery mode) (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic-root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr-8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-52-generic
	}
}

menuentry 'Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p8)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-dca54497-1ab2-4c12-bc82-53b817300288' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
	linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
	initrd /boot/initrd.img-5.15.0-69-generic
}
submenu 'Advanced options for Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p8)' $menuentry_id_option 'osprober-gnulinux-advanced-dca54497-1ab2-4c12-bc82-53b817300288' {
	menuentry 'Ubuntu (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-69-generic--dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-69-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-69-generic (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-69-generic--dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-69-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-69-generic (recovery mode) (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-69-generic-root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr-dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-69-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-67-generic (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-67-generic--dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-67-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-67-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-67-generic (recovery mode) (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-67-generic-root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr-dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-67-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-67-generic
	}
}

menuentry 'Linux Mint 21.1 Vera (21.1) (on /dev/nvme0n1p9)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
	linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
	initrd /boot/initrd.img-5.15.0-72-generic
}
submenu 'Advanced options for Linux Mint 21.1 Vera (21.1) (on /dev/nvme0n1p9)' $menuentry_id_option 'osprober-gnulinux-advanced-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
	menuentry 'Linux Mint 21.1 Cinnamon (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-72-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-72-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-72-generic (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-72-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-72-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-72-generic (recovery mode) (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-72-generic-root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-72-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-58-generic (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-58-generic (recovery mode) (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic-root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-52-generic (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-52-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-52-generic (recovery mode) (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic-root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-52-generic
	}
}

menuentry 'Ubuntu Mantic Minotaur (development branch) (23.10) (on /dev/sda4)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-89f71135-b459-4c74-bfa3-e9d27df4369d' {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt4'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
	else
	  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
	fi
	linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
	initrd /boot/initrd.img-6.2.0-21-generic
}
submenu 'Advanced options for Ubuntu Mantic Minotaur (development branch) (23.10) (on /dev/sda4)' $menuentry_id_option 'osprober-gnulinux-advanced-89f71135-b459-4c74-bfa3-e9d27df4369d' {
	menuentry 'Ubuntu (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-21-generic--89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
		initrd /boot/initrd.img-6.2.0-21-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-21-generic (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-21-generic--89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
		initrd /boot/initrd.img-6.2.0-21-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-21-generic (recovery mode) (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-21-generic-root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr-89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.2.0-21-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-20-generic (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-20-generic--89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-20-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
		initrd /boot/initrd.img-6.2.0-20-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-20-generic (recovery mode) (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-20-generic-root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr-89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-20-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.2.0-20-generic
	}
}

set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/35_fwupd ###
### END /etc/grub.d/35_fwupd ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry "Windows ( nvme0n1p1 ) " {
    insmod part_gpt
    insmod fat
    search --no-floppy --fs-uuid --set=root C071-9050 # UUID de la partition EFI
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Linux Mint 21 ( nvme0n1p5 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'LM_21_SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
        configfile /boot/grub/grub.cfg
}

menuentry 'Ubuntu 18.04.6 LTS ( nvme0n1p6 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 18.04 SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
        configfile /boot/grub/grub.cfg
}

menuentry 'Ubuntu Budgie 22.04 ( nvme0n1p7 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 22.04 SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
        configfile /boot/grub/grub.cfg
}

menuentry 'Ubuntu 20.04 ( nvme0n1p8 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 20.04 SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
        configfile /boot/grub/grub.cfg
}

menuentry 'Linux Mint 21 NEW ( nvme0n1p9 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'LM_21_NEW_SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
        configfile /boot/grub/grub.cfg
}


menuentry 'Ubuntu 22.10 ( sda3 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 22.10' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
        configfile /boot/grub/grub.cfg
}

menuentry 'Arch-linux ( nvme0n1p11 )' --class arch --class gnu-linux --class gnu --class os --id 'Arch Linux' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
        configfile /boot/grub/grub.cfg
}
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
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
### END /etc/grub.d/41_custom ###
iznobe@iznobe-PC:~$ 

Last edited by iznobe (2023-06-07 21:03:55)

Offline

#4 2023-06-07 23:39:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,678

Re: no boot after install

menuentry 'Arch-linux ( nvme0n1p11 )' --class arch --class gnu-linux --class gnu --class os --id 'Arch Linux' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
        configfile /boot/grub/grub.cfg

should be the entry, did you try booting that? what's in your  /media/iznobe/archlinux/boot/grub/grub.cfg (and in doubt remove that so that GRUB picks up the initramfs directly) which reminds me, there is some old EFI compat stub removed from Arch kernels and you need a newer GRUB than what you likely can't trivially get on Ubuntu

Offline

#5 2023-06-08 05:29:20

iznobe
Member
Registered: 2023-06-07
Posts: 10

Re: no boot after install

this a personnal menu i added in /etc/grub.d/40_custom , so yes , i tested it , but when i launch this , my computer reboot and go to the BIOS .
there is no other entry for launching arch , but arch is detected by os-prober , i don't understand why .

the /media/iznobe/archlinux/boot/grub/grub.cfg file seems to be ok :

iznobe@iznobe-PC:~$ sudo cat /media/iznobe/archlinux/boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
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}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    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 50b68728-f1e9-4613-9b3a-480699e00451
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_input console
terminal_output gfxterm
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-50b68728-f1e9-4613-9b3a-480699e00451' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
	echo	'Loading Linux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw  loglevel=3 quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/intel-ucode.img /boot/initramfs-linux.img
}
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-50b68728-f1e9-4613-9b3a-480699e00451' {
	menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-50b68728-f1e9-4613-9b3a-480699e00451' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/intel-ucode.img /boot/initramfs-linux.img
	}
	menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-50b68728-f1e9-4613-9b3a-480699e00451' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/intel-ucode.img /boot/initramfs-linux-fallback.img
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
	fwsetup --is-supported
	if [ "$?" = 0 ]; then
		menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
			fwsetup
		}
	fi
fi
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
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
### END /etc/grub.d/41_custom ###
iznobe@iznobe-PC:~$ 

Last edited by iznobe (2023-06-08 05:36:37)

Offline

#6 2023-06-08 06:20:18

iznobe
Member
Registered: 2023-06-07
Posts: 10

Re: no boot after install

i reinstalled grub within the chroot . now i got a new entry for launching arch in my grub , but still not starting .

here it is the new file :

iznobe@iznobe-PC:~$ sudo cat /media/iznobe/DEBIAN_XFCE/boot/grub/grub.cfg
[sudo] Mot de passe de iznobe :    
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
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}"
    save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    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 50149f7c-d2c3-4119-b937-328b22a577d4
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 50149f7c-d2c3-4119-b937-328b22a577d4
insmod png
if background_image /usr/share/desktop-base/homeworld-theme/grub/grub-4x3.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-50149f7c-d2c3-4119-b937-328b22a577d4' {
	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 50149f7c-d2c3-4119-b937-328b22a577d4
	echo	'Loading Linux 5.10.0-23-amd64 ...'
	linux	/boot/vmlinuz-5.10.0-23-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-5.10.0-23-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-50149f7c-d2c3-4119-b937-328b22a577d4' {
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-23-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-23-amd64-advanced-50149f7c-d2c3-4119-b937-328b22a577d4' {
		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 50149f7c-d2c3-4119-b937-328b22a577d4
		echo	'Loading Linux 5.10.0-23-amd64 ...'
		linux	/boot/vmlinuz-5.10.0-23-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.10.0-23-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-23-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-23-amd64-recovery-50149f7c-d2c3-4119-b937-328b22a577d4' {
		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 50149f7c-d2c3-4119-b937-328b22a577d4
		echo	'Loading Linux 5.10.0-23-amd64 ...'
		linux	/boot/vmlinuz-5.10.0-23-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.10.0-23-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-21-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-21-amd64-advanced-50149f7c-d2c3-4119-b937-328b22a577d4' {
		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 50149f7c-d2c3-4119-b937-328b22a577d4
		echo	'Loading Linux 5.10.0-21-amd64 ...'
		linux	/boot/vmlinuz-5.10.0-21-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.10.0-21-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-21-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-21-amd64-recovery-50149f7c-d2c3-4119-b937-328b22a577d4' {
		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 50149f7c-d2c3-4119-b937-328b22a577d4
		echo	'Loading Linux 5.10.0-21-amd64 ...'
		linux	/boot/vmlinuz-5.10.0-21-amd64 root=UUID=50149f7c-d2c3-4119-b937-328b22a577d4 ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.10.0-21-amd64
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Arch (on /dev/nvme0n1p11)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-50b68728-f1e9-4613-9b3a-480699e00451' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
	linux /boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw loglevel=3 quiet
	initrd /boot/intel-ucode.img
}
submenu 'Advanced options for Arch (on /dev/nvme0n1p11)' $menuentry_id_option 'osprober-gnulinux-advanced-50b68728-f1e9-4613-9b3a-480699e00451' {
	menuentry 'Arch Linux (on /dev/nvme0n1p11)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--50b68728-f1e9-4613-9b3a-480699e00451' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
		linux /boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw loglevel=3 quiet
		initrd /boot/intel-ucode.img
	}
	menuentry 'Arch Linux, with Linux linux (on /dev/nvme0n1p11)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--50b68728-f1e9-4613-9b3a-480699e00451' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
		linux /boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw loglevel=3 quiet
		initrd /boot/intel-ucode.img
	}
	menuentry 'Arch Linux, with Linux linux (fallback initramfs) (on /dev/nvme0n1p11)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--50b68728-f1e9-4613-9b3a-480699e00451' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
		linux /boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw loglevel=3 quiet
		initrd /boot/intel-ucode.img
	}
}

menuentry 'Windows Boot Manager (on /dev/nvme0n1p3)' --class windows --class os $menuentry_id_option 'osprober-efi-C071-9050' {
	insmod part_gpt
	insmod fat
	search --no-floppy --fs-uuid --set=root C071-9050
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Linux Mint 21.2 Victoria (21.2) (on /dev/nvme0n1p5)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
	linux /boot/vmlinuz-5.15.0-73-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro quiet splash
	initrd /boot/initrd.img-5.15.0-73-generic
}
submenu 'Advanced options for Linux Mint 21.2 Victoria (21.2) (on /dev/nvme0n1p5)' $menuentry_id_option 'osprober-gnulinux-advanced-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
	menuentry 'Linux Mint 21.2 Cinnamon (on /dev/nvme0n1p5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-73-generic--eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		linux /boot/vmlinuz-5.15.0-73-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro quiet splash
		initrd /boot/initrd.img-5.15.0-73-generic
	}
	menuentry 'Linux Mint 21.2 Cinnamon, with Linux 5.15.0-73-generic (on /dev/nvme0n1p5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-73-generic--eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		linux /boot/vmlinuz-5.15.0-73-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro quiet splash
		initrd /boot/initrd.img-5.15.0-73-generic
	}
	menuentry 'Linux Mint 21.2 Cinnamon, with Linux 5.15.0-73-generic (recovery mode) (on /dev/nvme0n1p5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-73-generic-root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro recovery nomodeset dis_ucode_ldr-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		linux /boot/vmlinuz-5.15.0-73-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-73-generic
	}
	menuentry 'Linux Mint 21.2 Cinnamon, with Linux 5.15.0-71-generic (on /dev/nvme0n1p5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-71-generic--eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		linux /boot/vmlinuz-5.15.0-71-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro quiet splash
		initrd /boot/initrd.img-5.15.0-71-generic
	}
	menuentry 'Linux Mint 21.2 Cinnamon, with Linux 5.15.0-71-generic (recovery mode) (on /dev/nvme0n1p5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-71-generic-root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro recovery nomodeset dis_ucode_ldr-eb18366b-2ac9-4a7e-8f93-ba2caa30e90e' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
		linux /boot/vmlinuz-5.15.0-71-generic root=UUID=eb18366b-2ac9-4a7e-8f93-ba2caa30e90e ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-71-generic
	}
}

menuentry 'Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p6)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
	linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
	initrd /boot/initrd.img-5.4.0-147-generic
}
submenu 'Advanced options for Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p6)' $menuentry_id_option 'osprober-gnulinux-advanced-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
	menuentry 'Ubuntu (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-147-generic--06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-147-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-147-generic (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-147-generic--06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-147-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-147-generic (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-147-generic-root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-147-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.4.0-147-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-137-generic (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-137-generic--06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-137-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-137-generic
	}
	menuentry 'Ubuntu, avec Linux 5.4.0-137-generic (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-137-generic-root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr-06bc0f51-50e8-4ed4-8090-903acdb7df3f' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
		linux /boot/vmlinuz-5.4.0-137-generic root=UUID=06bc0f51-50e8-4ed4-8090-903acdb7df3f ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.4.0-137-generic
	}
}

menuentry 'Ubuntu 22.04.1 LTS (22.04) (on /dev/nvme0n1p7)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-8ab22881-60b3-47aa-a0bf-54c292afae81' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
	linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
	initrd /boot/initrd.img-5.15.0-58-generic
}
submenu 'Advanced options for Ubuntu 22.04.1 LTS (22.04) (on /dev/nvme0n1p7)' $menuentry_id_option 'osprober-gnulinux-advanced-8ab22881-60b3-47aa-a0bf-54c292afae81' {
	menuentry 'Ubuntu (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic--8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-58-generic (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic--8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-58-generic (recovery mode) (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic-root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr-8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-52-generic (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic--8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-52-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-52-generic (recovery mode) (on /dev/nvme0n1p7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic-root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr-8ab22881-60b3-47aa-a0bf-54c292afae81' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=8ab22881-60b3-47aa-a0bf-54c292afae81 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-52-generic
	}
}

menuentry 'Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p8)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-dca54497-1ab2-4c12-bc82-53b817300288' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
	linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
	initrd /boot/initrd.img-5.15.0-69-generic
}
submenu 'Advanced options for Ubuntu 20.04.6 LTS (20.04) (on /dev/nvme0n1p8)' $menuentry_id_option 'osprober-gnulinux-advanced-dca54497-1ab2-4c12-bc82-53b817300288' {
	menuentry 'Ubuntu (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-69-generic--dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-69-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-69-generic (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-69-generic--dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-69-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-69-generic (recovery mode) (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-69-generic-root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr-dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-69-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-69-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-67-generic (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-67-generic--dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-67-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.15.0-67-generic
	}
	menuentry 'Ubuntu, avec Linux 5.15.0-67-generic (recovery mode) (on /dev/nvme0n1p8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-67-generic-root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr-dca54497-1ab2-4c12-bc82-53b817300288' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
		linux /boot/vmlinuz-5.15.0-67-generic root=UUID=dca54497-1ab2-4c12-bc82-53b817300288 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-67-generic
	}
}

menuentry 'Linux Mint 21.1 Vera (21.1) (on /dev/nvme0n1p9)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
	linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
	initrd /boot/initrd.img-5.15.0-72-generic
}
submenu 'Advanced options for Linux Mint 21.1 Vera (21.1) (on /dev/nvme0n1p9)' $menuentry_id_option 'osprober-gnulinux-advanced-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
	menuentry 'Linux Mint 21.1 Cinnamon (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-72-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-72-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-72-generic (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-72-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-72-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-72-generic (recovery mode) (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-72-generic-root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-72-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-72-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-58-generic (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-58-generic (recovery mode) (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-58-generic-root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-58-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-52-generic (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic--df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro quiet splash
		initrd /boot/initrd.img-5.15.0-52-generic
	}
	menuentry 'Linux Mint 21.1 Cinnamon, with Linux 5.15.0-52-generic (recovery mode) (on /dev/nvme0n1p9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.15.0-52-generic-root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr-df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7' {
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
		linux /boot/vmlinuz-5.15.0-52-generic root=UUID=df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.15.0-52-generic
	}
}

menuentry 'Ubuntu Mantic Minotaur (development branch) (23.10) (on /dev/sda4)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-89f71135-b459-4c74-bfa3-e9d27df4369d' {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt4'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
	else
	  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
	fi
	linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
	initrd /boot/initrd.img-6.2.0-21-generic
}
submenu 'Advanced options for Ubuntu Mantic Minotaur (development branch) (23.10) (on /dev/sda4)' $menuentry_id_option 'osprober-gnulinux-advanced-89f71135-b459-4c74-bfa3-e9d27df4369d' {
	menuentry 'Ubuntu (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-21-generic--89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
		initrd /boot/initrd.img-6.2.0-21-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-21-generic (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-21-generic--89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
		initrd /boot/initrd.img-6.2.0-21-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-21-generic (recovery mode) (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-21-generic-root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr-89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-21-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.2.0-21-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-20-generic (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-20-generic--89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-20-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro quiet splash $vt_handoff
		initrd /boot/initrd.img-6.2.0-20-generic
	}
	menuentry 'Ubuntu, with Linux 6.2.0-20-generic (recovery mode) (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.2.0-20-generic-root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr-89f71135-b459-4c74-bfa3-e9d27df4369d' {
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  89f71135-b459-4c74-bfa3-e9d27df4369d
		else
		  search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
		fi
		linux /boot/vmlinuz-6.2.0-20-generic root=UUID=89f71135-b459-4c74-bfa3-e9d27df4369d ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-6.2.0-20-generic
	}
}

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry "Windows ( nvme0n1p1 ) " {
    insmod part_gpt
    insmod fat
    search --no-floppy --fs-uuid --set=root C071-9050 # UUID de la partition EFI
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Linux Mint 21 ( nvme0n1p5 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'LM_21_SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root eb18366b-2ac9-4a7e-8f93-ba2caa30e90e
        configfile /boot/grub/grub.cfg
}

menuentry 'Ubuntu 18.04.6 LTS ( nvme0n1p6 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 18.04 SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 06bc0f51-50e8-4ed4-8090-903acdb7df3f
        configfile /boot/grub/grub.cfg
}

menuentry 'Ubuntu Budgie 22.04 ( nvme0n1p7 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 22.04 SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 8ab22881-60b3-47aa-a0bf-54c292afae81
        configfile /boot/grub/grub.cfg
}

menuentry 'Ubuntu 20.04 ( nvme0n1p8 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 20.04 SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root dca54497-1ab2-4c12-bc82-53b817300288
        configfile /boot/grub/grub.cfg
}

menuentry 'Linux Mint 21 NEW ( nvme0n1p9 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'LM_21_NEW_SSD' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7
        configfile /boot/grub/grub.cfg
}


menuentry 'Ubuntu 22.10 ( sda3 )' --class ubuntu --class gnu-linux --class gnu --class os --id 'Ubuntu 22.10' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 89f71135-b459-4c74-bfa3-e9d27df4369d
        configfile /boot/grub/grub.cfg
}

menuentry 'Arch-linux ( nvme0n1p11 )' --class arch --class gnu-linux --class gnu --class os --id 'Arch Linux' {
        insmod part_gpt
        insmod part_msdos
        insmod ext2
        search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
        configfile /boot/grub/grub.cfg
}### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
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
### END /etc/grub.d/41_custom ###
iznobe@iznobe-PC:~$ 

i tried all possible menu : normal , avanced and manual / personnal , none permit to start arch ...

Don't should be a directory in the ESP partition for arch ?
so in /boot/efi/EFI directory .

There is one for each type of distro except  arch :

iznobe@iznobe-PC:~$ tree /boot/efi/EFI
/boot/efi/EFI
├── Boot
│   ├── bkpbootx64.efi
│   ├── bootx64.efi
│   ├── fbx64.efi
│   ├── grubx64.efi
│   └── mmx64.efi
├── debian
│   ├── BOOTX64.CSV
│   ├── fbx64.efi
│   ├── grub.cfg
│   ├── grubx64.efi
│   ├── mmx64.efi
│   └── shimx64.efi
├── EFI
│   └── GRUB
│       └── grubx64.efi
├── GRUB
│   └── grubx64.efi
├── Microsoft
│   ├── Boot
│   │   ├── BCD
│   │   ├── BCD.LOG
│   │   ├── BCD.LOG1
│   │   ├── BCD.LOG2
│   │   ├── bg-BG
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── bootmgfw.efi
│   │   ├── bootmgr.efi
│   │   ├── BOOTSTAT.DAT
│   │   ├── boot.stl
│   │   ├── CIPolicies
│   │   │   └── Active
│   │   │       ├── {5DAC656C-21AD-4A02-AB49-649917162E70}.cip
│   │   │       ├── {82443e1e-8a39-4b4a-96a8-f40ddc00b9f3}.cip
│   │   │       └── {CDD5CB55-DB68-4D71-AA38-3DF2B6473A52}.cip
│   │   ├── cs-CZ
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── da-DK
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── de-DE
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── el-GR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── en-GB
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── en-US
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── es-ES
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── es-MX
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── et-EE
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── fi-FI
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── Fonts
│   │   │   ├── chs_boot.ttf
│   │   │   ├── cht_boot.ttf
│   │   │   ├── jpn_boot.ttf
│   │   │   ├── kor_boot.ttf
│   │   │   ├── malgun_boot.ttf
│   │   │   ├── malgunn_boot.ttf
│   │   │   ├── meiryo_boot.ttf
│   │   │   ├── meiryon_boot.ttf
│   │   │   ├── msjh_boot.ttf
│   │   │   ├── msjhn_boot.ttf
│   │   │   ├── msyh_boot.ttf
│   │   │   ├── msyhn_boot.ttf
│   │   │   ├── segmono_boot.ttf
│   │   │   ├── segoen_slboot.ttf
│   │   │   ├── segoe_slboot.ttf
│   │   │   └── wgl4_boot.ttf
│   │   ├── fr-CA
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── fr-FR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── grubx64.efi
│   │   ├── hr-HR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── hu-HU
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── it-IT
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── ja-JP
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── kd_02_10df.dll
│   │   ├── kd_02_10ec.dll
│   │   ├── kd_02_1137.dll
│   │   ├── kd_02_14e4.dll
│   │   ├── kd_02_15b3.dll
│   │   ├── kd_02_1969.dll
│   │   ├── kd_02_19a2.dll
│   │   ├── kd_02_1af4.dll
│   │   ├── kd_02_8086.dll
│   │   ├── kd_07_1415.dll
│   │   ├── kd_0C_8086.dll
│   │   ├── kdnet_uart16550.dll
│   │   ├── kdstub.dll
│   │   ├── ko-KR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── lt-LT
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── lv-LV
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── memtest.efi
│   │   ├── nb-NO
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── nl-NL
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── pl-PL
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── pt-BR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── pt-PT
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── qps-ploc
│   │   │   └── memtest.efi.mui
│   │   ├── Resources
│   │   │   ├── bootres.dll
│   │   │   ├── en-US
│   │   │   │   └── bootres.dll.mui
│   │   │   └── fr-FR
│   │   │       └── bootres.dll.mui
│   │   ├── ro-RO
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── ru-RU
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── sk-SK
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── sl-SI
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── sr-Latn-RS
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── sv-SE
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── tr-TR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── uk-UA
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── winsipolicy.p7b
│   │   ├── zh-CN
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   └── zh-TW
│   │       ├── bootmgfw.efi.mui
│   │       ├── bootmgr.efi.mui
│   │       └── memtest.efi.mui
│   └── Recovery
│       ├── BCD
│       ├── BCD.LOG
│       ├── BCD.LOG1
│       └── BCD.LOG2
├── tools
└── ubuntu
    ├── BOOTX64.CSV
    ├── fw
    ├── grub.cfg
    ├── grubx64.efi
    ├── mmx64.efi
    └── shimx64.efi

53 directories, 161 files
iznobe@iznobe-PC:~



Other thing , seen this :

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Arch (on /dev/nvme0n1p11)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-50b68728-f1e9-4613-9b3a-480699e00451' {
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 50b68728-f1e9-4613-9b3a-480699e00451
	linux /boot/vmlinuz-linux root=UUID=50b68728-f1e9-4613-9b3a-480699e00451 rw loglevel=3 quiet
	initrd /boot/intel-ucode.img
}

i doubt the last line is good ...
initrd should be launch arch vmlinuz  .img , no the microcode for intel no ?

Last edited by iznobe (2023-06-08 06:43:27)

Offline

#7 2023-06-08 10:48:52

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,678

Re: no boot after install

You'd see an aditional entry on the ESP for Arch if you were to install Arch's GRUB to the ESP as well which you could do but doesn't make huge sense to me when you can just load the initramfs directly.

If you edit the last line so it reads

initrd /boot/intel-ucode.img /boot/initramfs-linux.img

, does that work? GRUB can and should be able to load multiple initrds, but it's likely os-proper doesn't really grok that relation.

Offline

#8 2023-06-08 19:41:56

iznobe
Member
Registered: 2023-06-07
Posts: 10

Re: no boot after install

ok , so i edited the line to add /boot/initramfs-linux.img into /media/iznobe/DEBIAN_XFCE/boot/grub/grub.cfg .
Now , i have a failed to all when arch try to start ... ( so it is a progress ! big_smile ) and the screen display control files and block ( OK ) , then
after a long time :
FAILED to start DBUS system
...
FAILED to start gnome
FAILED to start network manager
etc ...


i ' ve chrooted to arch from ubuntu , if oyu have any idea , i can test multiple things and give easily commands and returns .

Last edited by iznobe (2023-06-08 20:32:09)

Offline

#9 2023-06-10 17:23:42

iznobe
Member
Registered: 2023-06-07
Posts: 10

Re: no boot after install

Hi , finally , i remove all files from partition , and try to reinstall via archinstall  .

But it seems  to bug too ... many errors about partitions and disks , but this time , after more than one hour ( on a NVME PCIE3 disk  ... ) , arch start  , but there is definitively a big bug , fstab is empty , keyboard is not azerty , lang is not fr , i asked for the installer to add package nano and firefox there aren't installed , the Desktop environment ( xfce4 ) is not starting ... and many other things , i don't know how is it possible to start with an empty fstab ... there is only comment in this file :

 Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>

should i edit he fstab file or let it as it is actually ?



curiously , zram and swap partition are activated , i don't understand why , because i ask nothing about that on the installer and seen all others things are not working .

[root@iznobe-PC /]# swapon -s
Nom fichier				Type		Taille		Utilisé		Priorité
/dev/sdc4                               partition	33554428	0		1
/dev/zram0                              partition	16261564	0		5
[root@iznobe-PC /]# 

i asked to add user " iznobe " :

[root@iznobe-PC /]# su iznobe
su: l'utilisateur iznobe n'existe pas ou l'entrée de l'utilisateur ne contient pas tous les champs requis
[root@iznobe-PC /]# 

Last thing , i'm wondering why ( and what can said ) this type of message :

Detected unsafe path transition / (owned by 1000) → /dev (owned by root) during canonicalization of dev/kvm.

i have many message as this when i install a package via pacman .


the install.log :

[root@iznobe-PC /]# cat /var/log/archinstall/install.log
Hardware model detected: Micro-Star International Co., Ltd. MS-7C75; UEFI mode: True
Processor model detected: Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz
Memory statistics: 31176376 available out of 32519132 total installed
Could not detect virtual system: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [1]: b'none\r\n'
System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [1]: b'none\r\n'
Virtualization detected: None; is VM: None
Graphics devices detected: dict_keys(['Intel Corporation CometLake-S GT2 [UHD Graphics 630] (rev 05)'])
Disk states before installing: {'blockdevices': [{'name': 'loop0', 'fstype': 'squashfs', 'fsver': '4.0', 'label': None, 'uuid': None, 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/airootfs'], 'type': 'loop', 'size': '672M'}, {'name': 'sda', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '3.6T', 'children': [{'name': 'sda1', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'Seagate_4T', 'uuid': '4f8cc284-cd84-4eeb-b412-7539f81664c4', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '3.4T'}, {'name': 'sda2', 'fstype': 'ntfs', 'fsver': None, 'label': 'NTFS-comune', 'uuid': '3DADA3C91F17C574', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '18.5G'}, {'name': 'sda4', 'fstype': 'ext3', 'fsver': '1.0', 'label': 'ubuntu_22.10', 'uuid': '89f71135-b459-4c74-bfa3-e9d27df4369d', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '24.8G'}]}, {'name': 'sdb', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '7.3T', 'children': [{'name': 'sdb1', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'WD8', 'uuid': '1db8a5b3-ff12-4d31-9463-b188ffefe43b', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '6.8T'}, {'name': 'sdb2', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'SAUV', 'uuid': 'd9dc9f4e-a24a-4573-9465-13711480f272', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '520.3G'}]}, {'name': 'sdc', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '2.7T', 'children': [{'name': 'sdc3', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'datas', 'uuid': '01c9b796-0869-4ff9-a2a1-6c0f56ed5257', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '2.7T'}, {'name': 'sdc4', 'fstype': 'swap', 'fsver': '1', 'label': None, 'uuid': '09e6bc69-3287-4694-aa3b-a72afae17c1f', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '32G'}]}, {'name': 'sdd', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '7.3T', 'children': [{'name': 'sdd1', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'WD8PRO1', 'uuid': '6298e7b7-7e63-4f5c-8216-ab1f70a1876d', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '1.9T'}, {'name': 'sdd2', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'WD8PRO1_P2', 'uuid': '34468dc8-3d25-4fab-a948-745b4e234842', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '5.4T'}]}, {'name': 'sde', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '7.3T', 'children': [{'name': 'sde1', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'WD8PRO2', 'uuid': '084604bc-1b9e-4cdd-bae4-ac9a9fe1303f', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '7.3T'}]}, {'name': 'sdf', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202306', 'uuid': '2023-06-01-15-26-15-00', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '1.9G', 'children': [{'name': 'sdf1', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202306', 'uuid': '2023-06-01-15-26-15-00', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '775M'}, {'name': 'sdf2', 'fstype': 'vfat', 'fsver': 'FAT16', 'label': 'ARCHISO_EFI', 'uuid': '8BDF-0F5A', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '15M'}]}, {'name': 'nvme0n1', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '476.9G', 'children': [{'name': 'nvme0n1p1', 'fstype': 'ntfs', 'fsver': None, 'label': 'windows_10', 'uuid': '08CCB0D8CCB0C0EC', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '125G'}, {'name': 'nvme0n1p2', 'fstype': 'ntfs', 'fsver': None, 'label': None, 'uuid': 'E49A115A9A112B16', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '637M'}, {'name': 'nvme0n1p3', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': 'SSD_BOOTEFI', 'uuid': 'C071-9050', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '100M'}, {'name': 'nvme0n1p4', 'fstype': 'ntfs', 'fsver': None, 'label': None, 'uuid': '0E52DDB352DD9FAF', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '535M'}, {'name': 'nvme0n1p5', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'LM_21_SSD', 'uuid': 'eb18366b-2ac9-4a7e-8f93-ba2caa30e90e', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '30.5G'}, {'name': 'nvme0n1p6', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'ubuntu_18_SSD', 'uuid': '06bc0f51-50e8-4ed4-8090-903acdb7df3f', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '49.4G'}, {'name': 'nvme0n1p7', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'budgie_SSD', 'uuid': '8ab22881-60b3-47aa-a0bf-54c292afae81', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '49.3G'}, {'name': 'nvme0n1p8', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'ubuntu_20.04_SSD', 'uuid': 'dca54497-1ab2-4c12-bc82-53b817300288', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '29G'}, {'name': 'nvme0n1p9', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'LM_SSD_NEW', 'uuid': 'df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '29.3G'}, {'name': 'nvme0n1p10', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'DEBIAN_XFCE', 'uuid': '50149f7c-d2c3-4119-b937-328b22a577d4', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '29.3G'}, {'name': 'nvme0n1p11', 'fstype': 'ext4', 'fsver': '1.0', 'label': 'archlinux', 'uuid': '50b68728-f1e9-4613-9b3a-480699e00451', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '17.3G'}]}]}
Testing connectivity to the Arch Linux mirrors ...
Unknown device found by '/sys/class/block/*', ignoring: /dev/sdc3
Password strength: fort
Password strength: très faible
 -- Chosen configuration --
{
    "__separator__": null,
    "additional-repositories": [],
    "archinstall-language": "French",
    "audio": "pipewire",
    "bootloader": "grub-install",
    "config_version": "2.5.6",
    "debug": false,
    "desktop-environment": "xfce4",
    "disk_encryption": null,
    "gfx_driver": "Intel (open-source)",
    "harddrives": [
        "/dev/nvme0n1"
    ],
    "hostname": "archlinux",
    "kernels": [
        "linux"
    ],
    "keyboard-layout": "fr",
    "mirror-region": {
        "France": {
            "http://arch.yourlabs.org/$repo/os/$arch": true,
            "http://archlinux.datagr.am/$repo/os/$arch": true,
            "http://archlinux.mailtunnel.eu/$repo/os/$arch": true,
            "http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch": true,
            "http://archmirror.hogwarts.fr/$repo/os/$arch": true,
            "http://ftp.u-strasbg.fr/linux/distributions/archlinux/$repo/os/$arch": true,
            "http://mir.archlinux.fr/$repo/os/$arch": true,
            "http://mirroir.labhouse.fr/arch/$repo/os/$arch": true,
            "http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch": true,
            "http://mirror.cyberbits.eu/archlinux/$repo/os/$arch": true,
            "http://mirror.lastmikoi.net/archlinux/$repo/os/$arch": true,
            "http://mirror.oldsql.cc/archlinux/$repo/os/$arch": true,
            "http://mirror.theo546.fr/archlinux/$repo/os/$arch": true,
            "http://mirrors.celianvdb.fr/archlinux/$repo/os/$arch": true,
            "http://mirrors.gandi.net/archlinux/$repo/os/$arch": true,
            "http://mirrors.standaloneinstaller.com/archlinux/$repo/os/$arch": true,
            "https://arch.yourlabs.org/$repo/os/$arch": true,
            "https://archlinux.mailtunnel.eu/$repo/os/$arch": true,
            "https://archmirror.hogwarts.fr/$repo/os/$arch": true,
            "https://mirroir.labhouse.fr/arch/$repo/os/$arch": true,
            "https://mirror.cyberbits.eu/archlinux/$repo/os/$arch": true,
            "https://mirror.ibakerserver.pt/Arch/$repo/os/$arch": true,
            "https://mirror.oldsql.cc/archlinux/$repo/os/$arch": true,
            "https://mirror.spaceint.fr/archlinux/$repo/os/$arch": true,
            "https://mirror.sysa.tech/archlinux/$repo/os/$arch": true,
            "https://mirror.thekinrar.fr/archlinux/$repo/os/$arch": true,
            "https://mirror.theo546.fr/archlinux/$repo/os/$arch": true,
            "https://mirror.wormhole.eu/archlinux/$repo/os/$arch": true,
            "https://mirrors.celianvdb.fr/archlinux/$repo/os/$arch": true,
            "https://mirrors.eric.ovh/arch/$repo/os/$arch": true,
            "https://mirrors.gandi.net/archlinux/$repo/os/$arch": true,
            "https://mirrors.slaanesh.org/archlinux/$repo/os/$arch": true
        }
    },
    "nic": {
        "dhcp": true,
        "dns": null,
        "gateway": null,
        "iface": null,
        "ip": null,
        "type": "nm"
    },
    "no_pkg_lookups": false,
    "ntp": true,
    "offline": false,
    "packages": [
        "firefox",
        "nano"
    ],
    "parallel downloads": 0,
    "profile": {
        "path": "/usr/lib/python3.11/site-packages/archinstall/profiles/desktop.py"
    },
    "save_config": null,
    "script": "guided",
    "silent": false,
    "swap": true,
    "sys-encoding": "utf-8",
    "sys-language": "fr_FR.UTF-8",
    "timezone": "UTC",
    "version": "2.5.6"
}
{
    "/dev/nvme0n1": {
        "partitions": [
            {
                "ESP": false,
                "PARTUUID": "fa603a68-ea88-11ea-84d7-2cf05d2920f2",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ntfs"
                },
                "mountpoint": null,
                "size": 262144000,
                "start": 2048,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ext4"
                },
                "mountpoint": null,
                "size": 61440000,
                "start": 655636480,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "7451e7cc-e307-4069-b0b5-cf3d41e40b7c",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ext4"
                },
                "mountpoint": "/",
                "size": 36384768,
                "start": 717076480,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ntfs"
                },
                "mountpoint": null,
                "size": 1304576,
                "start": 974163968,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": true,
                "PARTUUID": "fa603a69-ea88-11ea-84d7-2cf05d2920f2",
                "boot": true,
                "encrypted": false,
                "filesystem": {
                    "format": "vfat"
                },
                "mountpoint": null,
                "size": 204800,
                "start": 975468544,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "fa603a6a-ea88-11ea-84d7-2cf05d2920f2",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ntfs"
                },
                "mountpoint": null,
                "size": 1095680,
                "start": 975673344,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "baccdf86-c41b-4282-b346-2bf4044ba210",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ext4"
                },
                "mountpoint": null,
                "size": 64000000,
                "start": 262146048,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "a3395bb8-cd3a-42d4-a1db-80f5f5046502",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ext4"
                },
                "mountpoint": null,
                "size": 103682048,
                "start": 387059712,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "42815f7b-2084-469f-b4a8-ae91352d0f5b",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ext4"
                },
                "mountpoint": null,
                "size": 103453125,
                "start": 490741760,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "c8f612c5-810b-4584-a1ce-8fe35c30cafe",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ext4"
                },
                "mountpoint": null,
                "size": 60913664,
                "start": 326146048,
                "type": "primary",
                "wipe": false
            },
            {
                "ESP": false,
                "PARTUUID": "4ea9dfde-061d-4d34-aae2-20a935adda0b",
                "boot": false,
                "encrypted": false,
                "filesystem": {
                    "format": "ext4"
                },
                "mountpoint": null,
                "size": 61439454,
                "start": 594196480,
                "type": "primary",
                "wipe": false
            }
        ]
    }
}
Retrieving partition PARTUUID=None or UUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2
uuid fa603a68-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 0s for next attempt
uuid fa603a68-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 1s for next attempt
uuid fa603a68-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 2s for next attempt
uuid fa603a68-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 3s for next attempt
uuid fa603a68-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 4s for next attempt
Could not find fa603a68-ea88-11ea-84d7-2cf05d2920f2/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2 or UUID=None
Matched PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2 against fa603a68-ea88-11ea-84d7-2cf05d2920f2
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)
Retrieving partition PARTUUID=None or UUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d
uuid e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d or None not found. Waiting 0s for next attempt
uuid e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d or None not found. Waiting 1s for next attempt
uuid e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d or None not found. Waiting 2s for next attempt
uuid e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d or None not found. Waiting 3s for next attempt
uuid e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d or None not found. Waiting 4s for next attempt
Could not find e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d or UUID=None
Matched PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d against e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)
Retrieving partition PARTUUID=None or UUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c
uuid 7451e7cc-e307-4069-b0b5-cf3d41e40b7c or None not found. Waiting 0s for next attempt
uuid 7451e7cc-e307-4069-b0b5-cf3d41e40b7c or None not found. Waiting 1s for next attempt
uuid 7451e7cc-e307-4069-b0b5-cf3d41e40b7c or None not found. Waiting 2s for next attempt
uuid 7451e7cc-e307-4069-b0b5-cf3d41e40b7c or None not found. Waiting 3s for next attempt
uuid 7451e7cc-e307-4069-b0b5-cf3d41e40b7c or None not found. Waiting 4s for next attempt
Could not find 7451e7cc-e307-4069-b0b5-cf3d41e40b7c/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c or UUID=None
Matched PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c against 7451e7cc-e307-4069-b0b5-cf3d41e40b7c
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)
Retrieving partition PARTUUID=None or UUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0
uuid b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0 or None not found. Waiting 0s for next attempt
uuid b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0 or None not found. Waiting 1s for next attempt
uuid b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0 or None not found. Waiting 2s for next attempt
uuid b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0 or None not found. Waiting 3s for next attempt
uuid b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0 or None not found. Waiting 4s for next attempt
Could not find b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0 or UUID=None
Matched PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0 against b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)
Retrieving partition PARTUUID=None or UUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2
uuid fa603a69-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 0s for next attempt
uuid fa603a69-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 1s for next attempt
uuid fa603a69-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 2s for next attempt
uuid fa603a69-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 3s for next attempt
uuid fa603a69-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 4s for next attempt
Could not find fa603a69-ea88-11ea-84d7-2cf05d2920f2/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2 or UUID=None
Matched PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2 against fa603a69-ea88-11ea-84d7-2cf05d2920f2
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)
Marking partition Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat) as bootable.
Setting boot on on (parted) partition index 3
Retrieving partition PARTUUID=None or UUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2
uuid fa603a6a-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 0s for next attempt
uuid fa603a6a-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 1s for next attempt
uuid fa603a6a-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 2s for next attempt
uuid fa603a6a-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 3s for next attempt
uuid fa603a6a-ea88-11ea-84d7-2cf05d2920f2 or None not found. Waiting 4s for next attempt
Could not find fa603a6a-ea88-11ea-84d7-2cf05d2920f2/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2 or UUID=None
Matched PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2 against fa603a6a-ea88-11ea-84d7-2cf05d2920f2
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)
Retrieving partition PARTUUID=None or UUID=baccdf86-c41b-4282-b346-2bf4044ba210
uuid baccdf86-c41b-4282-b346-2bf4044ba210 or None not found. Waiting 0s for next attempt
uuid baccdf86-c41b-4282-b346-2bf4044ba210 or None not found. Waiting 1s for next attempt
uuid baccdf86-c41b-4282-b346-2bf4044ba210 or None not found. Waiting 2s for next attempt
uuid baccdf86-c41b-4282-b346-2bf4044ba210 or None not found. Waiting 3s for next attempt
uuid baccdf86-c41b-4282-b346-2bf4044ba210 or None not found. Waiting 4s for next attempt
Could not find baccdf86-c41b-4282-b346-2bf4044ba210/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210 or UUID=None
Matched PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210 against baccdf86-c41b-4282-b346-2bf4044ba210
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)
Retrieving partition PARTUUID=None or UUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502
uuid a3395bb8-cd3a-42d4-a1db-80f5f5046502 or None not found. Waiting 0s for next attempt
uuid a3395bb8-cd3a-42d4-a1db-80f5f5046502 or None not found. Waiting 1s for next attempt
uuid a3395bb8-cd3a-42d4-a1db-80f5f5046502 or None not found. Waiting 2s for next attempt
uuid a3395bb8-cd3a-42d4-a1db-80f5f5046502 or None not found. Waiting 3s for next attempt
uuid a3395bb8-cd3a-42d4-a1db-80f5f5046502 or None not found. Waiting 4s for next attempt
Could not find a3395bb8-cd3a-42d4-a1db-80f5f5046502/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502 or UUID=None
Matched PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502 against a3395bb8-cd3a-42d4-a1db-80f5f5046502
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)
Retrieving partition PARTUUID=None or UUID=42815f7b-2084-469f-b4a8-ae91352d0f5b
uuid 42815f7b-2084-469f-b4a8-ae91352d0f5b or None not found. Waiting 0s for next attempt
uuid 42815f7b-2084-469f-b4a8-ae91352d0f5b or None not found. Waiting 1s for next attempt
uuid 42815f7b-2084-469f-b4a8-ae91352d0f5b or None not found. Waiting 2s for next attempt
uuid 42815f7b-2084-469f-b4a8-ae91352d0f5b or None not found. Waiting 3s for next attempt
uuid 42815f7b-2084-469f-b4a8-ae91352d0f5b or None not found. Waiting 4s for next attempt
Could not find 42815f7b-2084-469f-b4a8-ae91352d0f5b/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b or UUID=None
Matched PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b against 42815f7b-2084-469f-b4a8-ae91352d0f5b
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)
Retrieving partition PARTUUID=None or UUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe
uuid c8f612c5-810b-4584-a1ce-8fe35c30cafe or None not found. Waiting 0s for next attempt
uuid c8f612c5-810b-4584-a1ce-8fe35c30cafe or None not found. Waiting 1s for next attempt
uuid c8f612c5-810b-4584-a1ce-8fe35c30cafe or None not found. Waiting 2s for next attempt
uuid c8f612c5-810b-4584-a1ce-8fe35c30cafe or None not found. Waiting 3s for next attempt
uuid c8f612c5-810b-4584-a1ce-8fe35c30cafe or None not found. Waiting 4s for next attempt
Could not find c8f612c5-810b-4584-a1ce-8fe35c30cafe/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe or UUID=None
Matched PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe against c8f612c5-810b-4584-a1ce-8fe35c30cafe
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)
Retrieving partition PARTUUID=None or UUID=4ea9dfde-061d-4d34-aae2-20a935adda0b
Could not get PARTUUID of partition using 'blkid -s UUID -o value /dev/nvme0n1p6': ['/usr/bin/blkid', '-s', 'UUID', '-o', 'value', '/dev/nvme0n1p6'] exited with abnormal exit code [2]: b''
Could not get PARTUUID of partition using 'blkid -s UUID -o value /dev/nvme0n1p6': ['/usr/bin/blkid', '-s', 'UUID', '-o', 'value', '/dev/nvme0n1p6'] exited with abnormal exit code [2]: b''
uuid 4ea9dfde-061d-4d34-aae2-20a935adda0b or None not found. Waiting 0s for next attempt
uuid 4ea9dfde-061d-4d34-aae2-20a935adda0b or None not found. Waiting 1s for next attempt
uuid 4ea9dfde-061d-4d34-aae2-20a935adda0b or None not found. Waiting 2s for next attempt
uuid 4ea9dfde-061d-4d34-aae2-20a935adda0b or None not found. Waiting 3s for next attempt
uuid 4ea9dfde-061d-4d34-aae2-20a935adda0b or None not found. Waiting 4s for next attempt
Could not find 4ea9dfde-061d-4d34-aae2-20a935adda0b/None in disk after 5 retries
Cache: {'p1': Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p2': Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs), 'p3': Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat), 'p4': Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs), 'p5': Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4), 'p6': Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4), 'p7': Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4), 'p8': Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4), 'p9': Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4), 'p10': Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4), 'p11': Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)}
Partitions: odict_items([('p1', Partition(path=/dev/nvme0n1p1, size=125.0, PARTUUID=fa603a68-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p10', Partition(path=/dev/nvme0n1p10, size=29.3, PARTUUID=e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d, fs=ext4)), ('p11', Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)), ('p2', Partition(path=/dev/nvme0n1p2, size=0.6, PARTUUID=b9d0bee1-8f59-4939-aa3d-4fbb7a2826d0, fs=ntfs)), ('p3', Partition(path=/dev/nvme0n1p3, size=0.1, PARTUUID=fa603a69-ea88-11ea-84d7-2cf05d2920f2, fs=vfat)), ('p4', Partition(path=/dev/nvme0n1p4, size=0.5, PARTUUID=fa603a6a-ea88-11ea-84d7-2cf05d2920f2, fs=ntfs)), ('p5', Partition(path=/dev/nvme0n1p5, size=30.5, PARTUUID=baccdf86-c41b-4282-b346-2bf4044ba210, fs=ext4)), ('p6', Partition(path=/dev/nvme0n1p6, size=49.4, PARTUUID=a3395bb8-cd3a-42d4-a1db-80f5f5046502, fs=ext4)), ('p7', Partition(path=/dev/nvme0n1p7, size=49.3, PARTUUID=42815f7b-2084-469f-b4a8-ae91352d0f5b, fs=ext4)), ('p8', Partition(path=/dev/nvme0n1p8, size=29.0, PARTUUID=c8f612c5-810b-4584-a1ce-8fe35c30cafe, fs=ext4)), ('p9', Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4))])
Retrieving partition PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b or UUID=None
Matched PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b against 4ea9dfde-061d-4d34-aae2-20a935adda0b
Réutilisation de l'instance de partition : Partition(path=/dev/nvme0n1p9, size=29.3, PARTUUID=4ea9dfde-061d-4d34-aae2-20a935adda0b, fs=ext4)
Mounting / to /mnt/archinstall/ using Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4)
Using mount order: [('/', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7f9d43051da0>)]
Mounting Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4) to /mnt/archinstall/
Getting mount information for device path /mnt/archinstall
Filtering available mounts {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)} to those under /mnt/archinstall
Available partitions: {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)}
Waiting for automatic mirror selection (reflector) to complete.
Waiting pacman-init.service to complete.
Waiting Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete.
A new package mirror-list has been created: /etc/pacman.d/mirrorlist
Filtering available mounts {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)} to those under /mnt/archinstall
Available partitions: {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)}
System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [1]: b'none\r\n'
The multilib flag is not set. This system will be installed without multilib repositories enabled.
The testing flag is not set. This system will be installed without testing repositories enabled.
Installing packages: ['base', 'base-devel', 'linux-firmware', 'linux', 'intel-ucode']
Enabling periodic TRIM
Enabling service fstrim.timer
Setting up swap on zram
Installing packages: ('zram-generator',)
Enabling service systemd-zram-setup@zram0.service
Installing packages: ('grub',)
Filtering available mounts {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)} to those under /mnt/archinstall
Available partitions: {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)}
Filtering available mounts {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)} to those under /mnt/archinstall
Available partitions: {PosixPath('/mnt/archinstall'): Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)}
Could not detect root (Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)) or boot (None) in /mnt/archinstall based on: dict_values([Partition(path=/dev/nvme0n1p11, size=17.3, PARTUUID=7451e7cc-e307-4069-b0b5-cf3d41e40b7c, fs=ext4, mounted=/mnt/archinstall)])
[root@iznobe-PC /]# 

Last edited by iznobe (2023-06-10 18:12:49)

Offline

#10 2023-06-20 19:51:11

iznobe
Member
Registered: 2023-06-07
Posts: 10

Re: no boot after install

Hi , iv tried many things , now archlinux boot with multiple ok at start , but doesn't want to launch the display manager .
i removed dbus , and installed dbus-x11 from AUR repository via yay .

the xorg.log :

iznobe@iznobe-PC:~$ cat /media/iznobe/archlinux/var/log/Xorg.0.log
[     4.281] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[     4.281] Current Operating System: Linux arch-iznobe-pc 6.3.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 30 May 2023 13:44:01 +0000 x86_64
[     4.281] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/nvme0n1p11
[     4.281]  
[     4.281] Current version of pixman: 0.42.2
[     4.281] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.281] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.281] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 20 19:42:13 2023
[     4.281] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.282] (==) No Layout section.  Using the first Screen section.
[     4.282] (==) No screen section available. Using defaults.
[     4.282] (**) |-->Screen "Default Screen Section" (0)
[     4.282] (**) |   |-->Monitor "<default monitor>"
[     4.282] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.282] (==) Automatically adding devices
[     4.282] (==) Automatically enabling devices
[     4.282] (==) Automatically adding GPU devices
[     4.282] (==) Automatically binding GPU devices
[     4.282] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.282] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.282] 	Entry deleted from font path.
[     4.282] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     4.282] 	Entry deleted from font path.
[     4.282] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.282] 	Entry deleted from font path.
[     4.282] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.282] 	Entry deleted from font path.
[     4.283] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     4.283] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.283] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.283] (II) Module ABI versions:
[     4.283] 	X.Org ANSI C Emulation: 0.4
[     4.283] 	X.Org Video Driver: 25.2
[     4.283] 	X.Org XInput driver : 24.4
[     4.283] 	X.Org Server Extension : 10.0
[     4.284] (++) using VT number 7

[     4.284] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.285] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.285] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.330] (--) PCI:*(0@0:2:0) 8086:9bc5:1462:7c75 rev 5, Mem @ 0x7e000000/16777216, 0x80000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     4.330] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.330] (II) LoadModule: "glx"
[     4.331] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.335] (II) Module glx: vendor="X.Org Foundation"
[     4.335] 	compiled for 1.21.1.8, module version = 1.0.0
[     4.335] 	ABI class: X.Org Server Extension, version 10.0
[     4.335] (==) Matched intel as autoconfigured driver 0
[     4.335] (==) Matched modesetting as autoconfigured driver 1
[     4.335] (==) Matched fbdev as autoconfigured driver 2
[     4.335] (==) Matched vesa as autoconfigured driver 3
[     4.335] (==) Assigned the driver to the xf86ConfigLayout
[     4.335] (II) LoadModule: "intel"
[     4.335] (WW) Warning, couldn't open module intel
[     4.335] (EE) Failed to load module "intel" (module does not exist, 0)
[     4.335] (II) LoadModule: "modesetting"
[     4.335] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.337] (II) Module modesetting: vendor="X.Org Foundation"
[     4.337] 	compiled for 1.21.1.8, module version = 1.21.1
[     4.337] 	Module class: X.Org Video Driver
[     4.337] 	ABI class: X.Org Video Driver, version 25.2
[     4.337] (II) LoadModule: "fbdev"
[     4.337] (WW) Warning, couldn't open module fbdev
[     4.337] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.337] (II) LoadModule: "vesa"
[     4.337] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.337] (II) Module vesa: vendor="X.Org Foundation"
[     4.337] 	compiled for 1.21.1.4, module version = 2.6.0
[     4.337] 	Module class: X.Org Video Driver
[     4.337] 	ABI class: X.Org Video Driver, version 25.2
[     4.337] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.337] (II) VESA: driver for VESA chipsets: vesa
[     4.356] (II) modeset(0): using drv /dev/dri/card0
[     4.356] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.356] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.356] (==) modeset(0): RGB weight 888
[     4.356] (==) modeset(0): Default visual is TrueColor
[     4.356] (II) Loading sub module "glamoregl"
[     4.356] (II) LoadModule: "glamoregl"
[     4.356] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.360] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.360] 	compiled for 1.21.1.8, module version = 1.0.1
[     4.360] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.522] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CML GT2)
[     4.522] (II) modeset(0): glamor initialized
[     4.522] (==) modeset(0): VariableRefresh: disabled
[     4.522] (==) modeset(0): AsyncFlipSecondaries: disabled
[     4.532] (II) modeset(0): Output HDMI-1 has no monitor section
[     4.556] (II) modeset(0): Output HDMI-2 has no monitor section
[     4.567] (II) modeset(0): Output DP-1 has no monitor section
[     4.575] (II) modeset(0): Output HDMI-3 has no monitor section
[     4.584] (II) modeset(0): EDID for output HDMI-1
[     4.609] (II) modeset(0): EDID for output HDMI-2
[     4.619] (II) modeset(0): EDID for output DP-1
[     4.619] (II) modeset(0): Manufacturer: SAM  Model: f70  Serial#: 1129859161
[     4.619] (II) modeset(0): Year: 2022  Week: 9
[     4.619] (II) modeset(0): EDID Version: 1.4
[     4.619] (II) modeset(0): Digital Display Input
[     4.619] (II) modeset(0): 8 bits per channel
[     4.619] (II) modeset(0): Digital interface is DisplayPort
[     4.619] (II) modeset(0): Max Image Size [cm]: horiz.: 80  vert.: 33
[     4.619] (II) modeset(0): Gamma: 2.20
[     4.619] (II) modeset(0): DPMS capabilities: Off
[     4.619] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[     4.619] (II) modeset(0): First detailed timing is preferred mode
[     4.619] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     4.619] (II) modeset(0): Display is continuous-frequency
[     4.619] (II) modeset(0): redX: 0.646 redY: 0.336   greenX: 0.310 greenY: 0.607
[     4.619] (II) modeset(0): blueX: 0.147 blueY: 0.059   whiteX: 0.313 whiteY: 0.329
[     4.619] (II) modeset(0): Supported established timings:
[     4.619] (II) modeset(0): 720x400@70Hz
[     4.619] (II) modeset(0): 640x480@60Hz
[     4.619] (II) modeset(0): 640x480@67Hz
[     4.619] (II) modeset(0): 640x480@72Hz
[     4.619] (II) modeset(0): 640x480@75Hz
[     4.619] (II) modeset(0): 800x600@56Hz
[     4.619] (II) modeset(0): 800x600@60Hz
[     4.619] (II) modeset(0): 800x600@72Hz
[     4.619] (II) modeset(0): 800x600@75Hz
[     4.619] (II) modeset(0): 832x624@75Hz
[     4.619] (II) modeset(0): 1024x768@60Hz
[     4.619] (II) modeset(0): 1024x768@70Hz
[     4.619] (II) modeset(0): 1024x768@75Hz
[     4.619] (II) modeset(0): 1280x1024@75Hz
[     4.619] (II) modeset(0): 1152x864@75Hz
[     4.619] (II) modeset(0): Manufacturer's mask: 0
[     4.619] (II) modeset(0): Supported standard timings:
[     4.619] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     4.619] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     4.619] (II) modeset(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[     4.619] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     4.619] (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     4.619] (II) modeset(0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[     4.619] (II) modeset(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     4.619] (II) modeset(0): Supported detailed timing:
[     4.619] (II) modeset(0): clock: 402.8 MHz   Image Size:  797 x 333 mm
[     4.619] (II) modeset(0): h_active: 3440  h_sync: 3488  h_sync_end 3520 h_blank_end 3600 h_border: 0
[     4.619] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1453 v_blanking: 1492 v_border: 0
[     4.619] (II) modeset(0): Ranges: V min: 58 V max: 75 Hz, H min: 112 H max: 112 kHz, PixClock max 415 MHz
[     4.619] (II) modeset(0): Monitor name: S34J55x
[     4.619] (II) modeset(0): Serial No: H4LT200277
[     4.619] (II) modeset(0): Supported detailed timing:
[     4.619] (II) modeset(0): clock: 319.8 MHz   Image Size:  797 x 333 mm
[     4.619] (II) modeset(0): h_active: 3440  h_sync: 3488  h_sync_end 3520 h_blank_end 3600 h_border: 0
[     4.619] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1453 v_blanking: 1481 v_border: 0
[     4.619] (II) modeset(0): Supported detailed timing:
[     4.619] (II) modeset(0): clock: 198.0 MHz   Image Size:  797 x 333 mm
[     4.619] (II) modeset(0): h_active: 2560  h_sync: 2808  h_sync_end 2852 h_blank_end 3000 h_border: 0
[     4.619] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1100 v_border: 0
[     4.619] (II) modeset(0): Supported detailed timing:
[     4.619] (II) modeset(0): clock: 241.5 MHz   Image Size:  797 x 333 mm
[     4.619] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     4.619] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[     4.619] (II) modeset(0): Supported detailed timing:
[     4.619] (II) modeset(0): clock: 148.5 MHz   Image Size:  797 x 333 mm
[     4.619] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     4.619] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     4.619] (II) modeset(0): Number of EDID sections to follow: 1
[     4.619] (II) modeset(0): EDID (in hex):
[     4.619] (II) modeset(0): 	00ffffffffffff004c2d700f59485843
[     4.619] (II) modeset(0): 	09200104a55021783b46c5a5564f9b25
[     4.619] (II) modeset(0): 	0f5054bfef80714f810081c081809500
[     4.619] (II) modeset(0): 	a9c0b3000101539d70a0d0a034503020
[     4.619] (II) modeset(0): 	3a001d4d3100001a000000fd003a4b70
[     4.619] (II) modeset(0): 	7029010a202020202020000000fc0053
[     4.619] (II) modeset(0): 	33344a3535780a2020202020000000ff
[     4.619] (II) modeset(0): 	0048344c543230303237370a20200102
[     4.619] (II) modeset(0): 	020314f147901f041303125a23090707
[     4.619] (II) modeset(0): 	83010000e77c70a0d0a0295030203a00
[     4.619] (II) modeset(0): 	1d4d3100001a584d00b8a1381440f82c
[     4.619] (II) modeset(0): 	45001d4d3100001e565e00a0a0a02950
[     4.619] (II) modeset(0): 	302035001d4d3100001a023a80187138
[     4.619] (II) modeset(0): 	2d40582c45001d4d3100001e00000000
[     4.619] (II) modeset(0): 	00000000000000000000000000000000
[     4.619] (II) modeset(0): 	000000000000000000000000000000c2
[     4.619] (II) modeset(0): Printing probed modes for output DP-1
[     4.619] (II) modeset(0): Modeline "3440x1440"x75.0  402.75  3440 3488 3520 3600  1440 1443 1453 1492 +hsync -vsync (111.9 kHz eP)
[     4.619] (II) modeset(0): Modeline "3440x1440"x60.0  319.75  3440 3488 3520 3600  1440 1443 1453 1481 +hsync -vsync (88.8 kHz e)
[     4.619] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[     4.619] (II) modeset(0): Modeline "2560x1080"x60.0  198.00  2560 2808 2852 3000  1080 1084 1089 1100 +hsync +vsync (66.0 kHz e)
[     4.619] (II) modeset(0): Modeline "2560x1080"x59.9  197.80  2560 2808 2852 3000  1080 1084 1089 1100 +hsync +vsync (65.9 kHz e)
[     4.619] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     4.619] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     4.619] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     4.619] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[     4.619] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[     4.619] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     4.619] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     4.619] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[     4.619] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[     4.619] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     4.619] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     4.619] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     4.619] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     4.619] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     4.619] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     4.619] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     4.619] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     4.619] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     4.619] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     4.619] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     4.619] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     4.619] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     4.619] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     4.619] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     4.619] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     4.619] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     4.619] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     4.619] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.619] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.619] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     4.628] (II) modeset(0): EDID for output HDMI-3
[     4.628] (II) modeset(0): Output HDMI-1 disconnected
[     4.628] (II) modeset(0): Output HDMI-2 disconnected
[     4.628] (II) modeset(0): Output DP-1 connected
[     4.628] (II) modeset(0): Output HDMI-3 disconnected
[     4.628] (II) modeset(0): Using exact sizes for initial modes
[     4.628] (II) modeset(0): Output DP-1 using initial mode 3440x1440 +0+0
[     4.628] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.628] (==) modeset(0): DPI set to (96, 96)
[     4.628] (II) Loading sub module "fb"
[     4.628] (II) LoadModule: "fb"
[     4.628] (II) Module "fb" already built-in
[     4.628] (II) UnloadModule: "vesa"
[     4.628] (II) Unloading vesa
[     4.642] (==) modeset(0): Backing store enabled
[     4.642] (==) modeset(0): Silken mouse enabled
[     4.730] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     4.730] (==) modeset(0): DPMS enabled
[     4.730] (II) modeset(0): [DRI2] Setup complete
[     4.730] (II) modeset(0): [DRI2]   DRI driver: iris
[     4.730] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     4.730] (II) Initializing extension Generic Event Extension
[     4.730] (II) Initializing extension SHAPE
[     4.731] (II) Initializing extension MIT-SHM
[     4.731] (II) Initializing extension XInputExtension
[     4.731] (II) Initializing extension XTEST
[     4.731] (II) Initializing extension BIG-REQUESTS
[     4.732] (II) Initializing extension SYNC
[     4.732] (II) Initializing extension XKEYBOARD
[     4.732] (II) Initializing extension XC-MISC
[     4.733] (II) Initializing extension SECURITY
[     4.733] (II) Initializing extension XFIXES
[     4.733] (II) Initializing extension RENDER
[     4.733] (II) Initializing extension RANDR
[     4.734] (II) Initializing extension COMPOSITE
[     4.734] (II) Initializing extension DAMAGE
[     4.734] (II) Initializing extension MIT-SCREEN-SAVER
[     4.735] (II) Initializing extension DOUBLE-BUFFER
[     4.735] (II) Initializing extension RECORD
[     4.735] (II) Initializing extension DPMS
[     4.735] (II) Initializing extension Present
[     4.736] (II) Initializing extension DRI3
[     4.736] (II) Initializing extension X-Resource
[     4.736] (II) Initializing extension XVideo
[     4.737] (II) Initializing extension XVideo-MotionCompensation
[     4.737] (II) Initializing extension GLX
[     4.756] (II) AIGLX: Loaded and initialized iris
[     4.756] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.756] (II) Initializing extension XFree86-VidModeExtension
[     4.756] (II) Initializing extension XFree86-DGA
[     4.757] (II) Initializing extension XFree86-DRI
[     4.757] (II) Initializing extension DRI2
[     4.758] (II) modeset(0): Damage tracking initialized
[     4.758] (II) modeset(0): Setting screen physical size to 910 x 381
[     4.821] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.821] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.821] (II) LoadModule: "libinput"
[     4.821] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.823] (II) Module libinput: vendor="X.Org Foundation"
[     4.823] 	compiled for 1.21.1.8, module version = 1.3.0
[     4.823] 	Module class: X.Org XInput Driver
[     4.823] 	ABI class: X.Org XInput driver, version 24.4
[     4.823] (II) Using input driver 'libinput' for 'Power Button'
[     4.823] (**) Power Button: always reports core events
[     4.823] (**) Option "Device" "/dev/input/event2"
[     4.826] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.826] (II) event2  - Power Button: device is a keyboard
[     4.826] (II) event2  - Power Button: device removed
[     4.856] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     4.856] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.857] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.857] (II) event2  - Power Button: device is a keyboard
[     4.857] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[     4.857] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.857] (II) Using input driver 'libinput' for 'Video Bus'
[     4.857] (**) Video Bus: always reports core events
[     4.857] (**) Option "Device" "/dev/input/event12"
[     4.857] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[     4.857] (II) event12 - Video Bus: device is a keyboard
[     4.858] (II) event12 - Video Bus: device removed
[     4.893] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event12"
[     4.893] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.894] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[     4.894] (II) event12 - Video Bus: device is a keyboard
[     4.895] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     4.895] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.895] (II) Using input driver 'libinput' for 'Power Button'
[     4.895] (**) Power Button: always reports core events
[     4.895] (**) Option "Device" "/dev/input/event1"
[     4.895] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     4.895] (II) event1  - Power Button: device is a keyboard
[     4.896] (II) event1  - Power Button: device removed
[     4.910] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     4.910] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     4.912] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     4.912] (II) event1  - Power Button: device is a keyboard
[     4.914] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     4.914] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     4.914] (II) Using input driver 'libinput' for 'Sleep Button'
[     4.914] (**) Sleep Button: always reports core events
[     4.914] (**) Option "Device" "/dev/input/event0"
[     4.915] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     4.916] (II) event0  - Sleep Button: device is a keyboard
[     4.916] (II) event0  - Sleep Button: device removed
[     4.936] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     4.936] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     4.939] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     4.939] (II) event0  - Sleep Button: device is a keyboard
[     4.942] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event10)
[     4.942] (**) USB-compliant keyboard: Applying InputClass "libinput keyboard catchall"
[     4.942] (II) Using input driver 'libinput' for 'USB-compliant keyboard'
[     4.942] (**) USB-compliant keyboard: always reports core events
[     4.942] (**) Option "Device" "/dev/input/event10"
[     4.945] (II) event10 - USB-compliant keyboard: is tagged by udev as: Keyboard
[     4.945] (II) event10 - USB-compliant keyboard: device is a keyboard
[     4.946] (II) event10 - USB-compliant keyboard: device removed
[     4.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:0518:0002.0005/input/input11/event10"
[     4.963] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD, id 10)
[     4.967] (II) event10 - USB-compliant keyboard: is tagged by udev as: Keyboard
[     4.967] (II) event10 - USB-compliant keyboard: device is a keyboard
[     4.970] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event11)
[     4.970] (**) USB-compliant keyboard: Applying InputClass "libinput pointer catchall"
[     4.970] (**) USB-compliant keyboard: Applying InputClass "libinput keyboard catchall"
[     4.970] (II) Using input driver 'libinput' for 'USB-compliant keyboard'
[     4.970] (**) USB-compliant keyboard: always reports core events
[     4.970] (**) Option "Device" "/dev/input/event11"
[     4.973] (II) event11 - USB-compliant keyboard: is tagged by udev as: Keyboard Mouse
[     4.973] (II) event11 - USB-compliant keyboard: device is a pointer
[     4.973] (II) event11 - USB-compliant keyboard: device is a keyboard
[     4.974] (II) event11 - USB-compliant keyboard: device removed
[     5.000] (II) libinput: USB-compliant keyboard: needs a virtual subdevice
[     5.000] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:0518:0002.0006/input/input12/event11"
[     5.000] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: MOUSE, id 11)
[     5.000] (**) Option "AccelerationScheme" "none"
[     5.000] (**) USB-compliant keyboard: (accel) selected scheme none/0
[     5.000] (**) USB-compliant keyboard: (accel) acceleration factor: 2.000
[     5.000] (**) USB-compliant keyboard: (accel) acceleration threshold: 4
[     5.003] (II) event11 - USB-compliant keyboard: is tagged by udev as: Keyboard Mouse
[     5.004] (II) event11 - USB-compliant keyboard: device is a pointer
[     5.004] (II) event11 - USB-compliant keyboard: device is a keyboard
[     5.006] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/mouse1)
[     5.006] (II) No input driver specified, ignoring this device.
[     5.006] (II) This device may have been added with another device file.
[     5.008] (II) config/udev: Adding input device MSI MYSTIC LIGHT  (/dev/input/event9)
[     5.008] (II) No input driver specified, ignoring this device.
[     5.008] (II) This device may have been added with another device file.
[     5.010] (II) config/udev: Adding input device ASUSTek TUF GAMING M3 Mouse (/dev/input/event4)
[     5.010] (**) ASUSTek TUF GAMING M3 Mouse: Applying InputClass "libinput pointer catchall"
[     5.010] (II) Using input driver 'libinput' for 'ASUSTek TUF GAMING M3 Mouse'
[     5.010] (**) ASUSTek TUF GAMING M3 Mouse: always reports core events
[     5.010] (**) Option "Device" "/dev/input/event4"
[     5.013] (II) event4  - ASUSTek TUF GAMING M3 Mouse: is tagged by udev as: Mouse
[     5.013] (II) event4  - ASUSTek TUF GAMING M3 Mouse: device is a pointer
[     5.014] (II) event4  - ASUSTek TUF GAMING M3 Mouse: device removed
[     5.053] (II) libinput: ASUSTek TUF GAMING M3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.053] (II) libinput: ASUSTek TUF GAMING M3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.053] (II) libinput: ASUSTek TUF GAMING M3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.053] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0B05:1910.0001/input/input4/event4"
[     5.053] (II) XINPUT: Adding extended input device "ASUSTek TUF GAMING M3 Mouse" (type: MOUSE, id 12)
[     5.053] (**) Option "AccelerationScheme" "none"
[     5.053] (**) ASUSTek TUF GAMING M3 Mouse: (accel) selected scheme none/0
[     5.053] (**) ASUSTek TUF GAMING M3 Mouse: (accel) acceleration factor: 2.000
[     5.053] (**) ASUSTek TUF GAMING M3 Mouse: (accel) acceleration threshold: 4
[     5.057] (II) event4  - ASUSTek TUF GAMING M3 Mouse: is tagged by udev as: Mouse
[     5.057] (II) event4  - ASUSTek TUF GAMING M3 Mouse: device is a pointer
[     5.059] (II) config/udev: Adding input device ASUSTek TUF GAMING M3 Mouse (/dev/input/mouse0)
[     5.059] (II) No input driver specified, ignoring this device.
[     5.059] (II) This device may have been added with another device file.
[     5.061] (II) config/udev: Adding input device ASUSTek TUF GAMING M3 (/dev/input/event5)
[     5.061] (II) No input driver specified, ignoring this device.
[     5.061] (II) This device may have been added with another device file.
[     5.063] (II) config/udev: Adding input device ASUSTek TUF GAMING M3 Consumer Control (/dev/input/event6)
[     5.063] (**) ASUSTek TUF GAMING M3 Consumer Control: Applying InputClass "libinput keyboard catchall"
[     5.063] (II) Using input driver 'libinput' for 'ASUSTek TUF GAMING M3 Consumer Control'
[     5.063] (**) ASUSTek TUF GAMING M3 Consumer Control: always reports core events
[     5.063] (**) Option "Device" "/dev/input/event6"
[     5.066] (II) event6  - ASUSTek TUF GAMING M3 Consumer Control: is tagged by udev as: Keyboard
[     5.067] (II) event6  - ASUSTek TUF GAMING M3 Consumer Control: device is a keyboard
[     5.067] (II) event6  - ASUSTek TUF GAMING M3 Consumer Control: device removed
[     5.090] (II) libinput: ASUSTek TUF GAMING M3 Consumer Control: needs a virtual subdevice
[     5.090] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0B05:1910.0001/input/input6/event6"
[     5.090] (II) XINPUT: Adding extended input device "ASUSTek TUF GAMING M3 Consumer Control" (type: MOUSE, id 13)
[     5.090] (**) Option "AccelerationScheme" "none"
[     5.090] (**) ASUSTek TUF GAMING M3 Consumer Control: (accel) selected scheme none/0
[     5.090] (**) ASUSTek TUF GAMING M3 Consumer Control: (accel) acceleration factor: 2.000
[     5.090] (**) ASUSTek TUF GAMING M3 Consumer Control: (accel) acceleration threshold: 4
[     5.093] (II) event6  - ASUSTek TUF GAMING M3 Consumer Control: is tagged by udev as: Keyboard
[     5.094] (II) event6  - ASUSTek TUF GAMING M3 Consumer Control: device is a keyboard
[     5.096] (II) config/udev: Adding input device ASUSTek TUF GAMING M3 System Control (/dev/input/event7)
[     5.096] (**) ASUSTek TUF GAMING M3 System Control: Applying InputClass "libinput keyboard catchall"
[     5.096] (II) Using input driver 'libinput' for 'ASUSTek TUF GAMING M3 System Control'
[     5.096] (**) ASUSTek TUF GAMING M3 System Control: always reports core events
[     5.096] (**) Option "Device" "/dev/input/event7"
[     5.099] (II) event7  - ASUSTek TUF GAMING M3 System Control: is tagged by udev as: Keyboard
[     5.099] (II) event7  - ASUSTek TUF GAMING M3 System Control: device is a keyboard
[     5.100] (II) event7  - ASUSTek TUF GAMING M3 System Control: device removed
[     5.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0B05:1910.0001/input/input7/event7"
[     5.126] (II) XINPUT: Adding extended input device "ASUSTek TUF GAMING M3 System Control" (type: KEYBOARD, id 14)
[     5.130] (II) event7  - ASUSTek TUF GAMING M3 System Control: is tagged by udev as: Keyboard
[     5.130] (II) event7  - ASUSTek TUF GAMING M3 System Control: device is a keyboard
[     5.133] (II) config/udev: Adding input device ASUSTek TUF GAMING M3 (/dev/input/event8)
[     5.133] (**) ASUSTek TUF GAMING M3: Applying InputClass "libinput keyboard catchall"
[     5.133] (II) Using input driver 'libinput' for 'ASUSTek TUF GAMING M3'
[     5.133] (**) ASUSTek TUF GAMING M3: always reports core events
[     5.133] (**) Option "Device" "/dev/input/event8"
[     5.136] (II) event8  - ASUSTek TUF GAMING M3: is tagged by udev as: Keyboard
[     5.136] (II) event8  - ASUSTek TUF GAMING M3: device is a keyboard
[     5.137] (II) event8  - ASUSTek TUF GAMING M3: device removed
[     5.153] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:0B05:1910.0003/input/input9/event8"
[     5.153] (II) XINPUT: Adding extended input device "ASUSTek TUF GAMING M3" (type: KEYBOARD, id 15)
[     5.157] (II) event8  - ASUSTek TUF GAMING M3: is tagged by udev as: Keyboard
[     5.157] (II) event8  - ASUSTek TUF GAMING M3: device is a keyboard
[     5.159] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
[     5.159] (II) No input driver specified, ignoring this device.
[     5.159] (II) This device may have been added with another device file.
[     5.160] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
[     5.160] (II) No input driver specified, ignoring this device.
[     5.160] (II) This device may have been added with another device file.
[     5.160] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
[     5.161] (II) No input driver specified, ignoring this device.
[     5.161] (II) This device may have been added with another device file.
[     5.161] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event16)
[     5.161] (II) No input driver specified, ignoring this device.
[     5.161] (II) This device may have been added with another device file.
[     5.162] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event17)
[     5.162] (II) No input driver specified, ignoring this device.
[     5.162] (II) This device may have been added with another device file.
[     5.163] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event18)
[     5.163] (II) No input driver specified, ignoring this device.
[     5.163] (II) This device may have been added with another device file.
[     5.164] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event19)
[     5.164] (II) No input driver specified, ignoring this device.
[     5.164] (II) This device may have been added with another device file.
[     5.165] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event20)
[     5.165] (II) No input driver specified, ignoring this device.
[     5.165] (II) This device may have been added with another device file.
[     5.166] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
[     5.166] (II) No input driver specified, ignoring this device.
[     5.166] (II) This device may have been added with another device file.
[     5.167] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
[     5.167] (II) No input driver specified, ignoring this device.
[     5.167] (II) This device may have been added with another device file.
[     5.167] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
[     5.168] (II) No input driver specified, ignoring this device.
[     5.168] (II) This device may have been added with another device file.
[     5.168] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[     5.168] (II) No input driver specified, ignoring this device.
[     5.168] (II) This device may have been added with another device file.
[     5.183] (**) USB-compliant keyboard: Applying InputClass "libinput pointer catchall"
[     5.183] (**) USB-compliant keyboard: Applying InputClass "libinput keyboard catchall"
[     5.183] (II) Using input driver 'libinput' for 'USB-compliant keyboard'
[     5.183] (**) USB-compliant keyboard: always reports core events
[     5.183] (**) Option "Device" "/dev/input/event11"
[     5.183] (II) libinput: USB-compliant keyboard: is a virtual subdevice
[     5.183] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:0518:0002.0006/input/input12/event11"
[     5.183] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD, id 16)
[     5.184] (**) ASUSTek TUF GAMING M3 Consumer Control: Applying InputClass "libinput keyboard catchall"
[     5.184] (II) Using input driver 'libinput' for 'ASUSTek TUF GAMING M3 Consumer Control'
[     5.184] (**) ASUSTek TUF GAMING M3 Consumer Control: always reports core events
[     5.184] (**) Option "Device" "/dev/input/event6"
[     5.184] (II) libinput: ASUSTek TUF GAMING M3 Consumer Control: is a virtual subdevice
[     5.184] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0B05:1910.0001/input/input6/event6"
[     5.184] (II) XINPUT: Adding extended input device "ASUSTek TUF GAMING M3 Consumer Control" (type: KEYBOARD, id 17)
[     5.237] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event19)
[     5.237] (II) No input driver specified, ignoring this device.
[     5.237] (II) This device may have been added with another device file.
[     5.238] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event17)
[     5.238] (II) No input driver specified, ignoring this device.
[     5.238] (II) This device may have been added with another device file.
[     5.239] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
[     5.239] (II) No input driver specified, ignoring this device.
[     5.239] (II) This device may have been added with another device file.
[     5.240] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event20)
[     5.240] (II) No input driver specified, ignoring this device.
[     5.240] (II) This device may have been added with another device file.
[     5.241] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
[     5.241] (II) No input driver specified, ignoring this device.
[     5.241] (II) This device may have been added with another device file.
[     5.242] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
[     5.242] (II) No input driver specified, ignoring this device.
[     5.242] (II) This device may have been added with another device file.
[     5.242] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
[     5.242] (II) No input driver specified, ignoring this device.
[     5.242] (II) This device may have been added with another device file.
[     5.243] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event16)
[     5.243] (II) No input driver specified, ignoring this device.
[     5.243] (II) This device may have been added with another device file.
[     5.244] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
[     5.244] (II) No input driver specified, ignoring this device.
[     5.244] (II) This device may have been added with another device file.
[     5.244] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
[     5.244] (II) No input driver specified, ignoring this device.
[     5.244] (II) This device may have been added with another device file.
[     5.245] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event18)
[     5.245] (II) No input driver specified, ignoring this device.
[     5.245] (II) This device may have been added with another device file.
[    54.088] (II) event2  - Power Button: device removed
[    54.110] (II) event12 - Video Bus: device removed
[    54.163] (II) event1  - Power Button: device removed
[    54.183] (II) event0  - Sleep Button: device removed
[    54.200] (II) event10 - USB-compliant keyboard: device removed
[    54.216] (II) event4  - ASUSTek TUF GAMING M3 Mouse: device removed
[    54.250] (II) event7  - ASUSTek TUF GAMING M3 System Control: device removed
[    54.266] (II) event8  - ASUSTek TUF GAMING M3: device removed
[    54.283] (II) event11 - USB-compliant keyboard: device removed
[    54.300] (II) event6  - ASUSTek TUF GAMING M3 Consumer Control: device removed
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.328] (II) UnloadModule: "libinput"
[    54.329] (II) UnloadModule: "libinput"
[    54.387] (II) Server terminated successfully (0). Closing log file.
iznobe@iznobe-PC:~$

the last 300 lines of file pacman.log :

iznobe@iznobe-PC:~$ tail -300 /media/iznobe/archlinux/var/log/pacman.log
[2023-06-11T07:41:49+0000] [ALPM] reinstalled xorg-xauth (1.1.2-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-server-xvfb (21.1.8-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-sessreg (1.1.3-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-smproxy (1.0.7-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-x11perf (1.6.2-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xbacklight (1.2.3-3)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xcmsdb (1.0.6-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xcursorgen (1.0.8-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xdpyinfo (1.3.4-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xdriinfo (1.0.7-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xev (1.2.5-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xgamma (1.0.7-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xhost (1.0.9-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xrandr (1.5.2-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xinput (1.6.4-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xkbevd (1.1.5-1)
[2023-06-11T07:41:49+0000] [ALPM] installed libxpm (3.5.16-1)
[2023-06-11T07:41:49+0000] [ALPM] installed libxaw (1.0.15-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xkbutils (1.0.5-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xkill (1.0.6-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xlsatoms (1.1.4-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xlsclients (1.1.5-1)
[2023-06-11T07:41:49+0000] [ALPM] reinstalled xorg-xmodmap (1.0.11-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xpr (1.1.0-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xprop (1.2.6-1)
[2023-06-11T07:41:49+0000] [ALPM] reinstalled xorg-xrdb (1.2.2-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xrefresh (1.0.7-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xset (1.2.5-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xsetroot (1.1.3-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xvinfo (1.1.5-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xwayland (23.1.1-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xwd (1.0.9-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xwininfo (1.1.6-1)
[2023-06-11T07:41:49+0000] [ALPM] installed xorg-xwud (1.0.6-1)
[2023-06-11T07:41:49+0000] [ALPM] transaction completed
[2023-06-11T07:41:49+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-06-11T07:41:49+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/colord.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/dbus.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/dbus.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/lock.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/cache.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/cache.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/sudo.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd/netif.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd/netif.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd/netif.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/systemd.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/cache.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/tpm2-tss/system.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/tpm2-tss.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/remote.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /sys (owned by root) during canonicalization of sys/devices/system/cpu/microcode.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/snd/seq.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/snd/timer.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/loop-control.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/net/tun.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/fuse.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/kvm.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/vhost-net.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/vhost-vsock.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/log/journal.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/log/journal.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4/system.journal.
[2023-06-11T07:41:49+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4/system.journal.
[2023-06-11T07:41:49+0000] [ALPM] running '30-systemd-update.hook'...
[2023-06-11T07:41:49+0000] [ALPM] running 'fontconfig.hook'...
[2023-06-11T07:41:49+0000] [ALPM] running 'update-desktop-database.hook'...
[2023-06-11T07:41:49+0000] [ALPM] running 'xorg-mkfontscale.hook'...
[2023-06-11T07:42:01+0000] [PACMAN] Running 'pacman -S lightdm-gtk-greeter-settings'
[2023-06-11T07:42:27+0000] [ALPM] transaction started
[2023-06-11T07:42:27+0000] [ALPM] installed libgirepository (1.76.1-3)
[2023-06-11T07:42:27+0000] [ALPM] installed gobject-introspection-runtime (1.76.1-3)
[2023-06-11T07:42:27+0000] [ALPM] installed libnsl (2.0.0-3)
[2023-06-11T07:42:27+0000] [ALPM] installed python (3.11.3-1)
[2023-06-11T07:42:27+0000] [ALPM] installed python-gobject (3.44.1-4)
[2023-06-11T07:42:27+0000] [ALPM] installed lightdm-gtk-greeter-settings (1.2.2-8)
[2023-06-11T07:42:27+0000] [ALPM] transaction completed
[2023-06-11T07:42:27+0000] [ALPM] running '30-systemd-update.hook'...
[2023-06-11T07:42:27+0000] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-06-11T07:42:27+0000] [ALPM] running 'update-desktop-database.hook'...
[2023-06-20T05:59:17+0000] [PACMAN] Running 'pacman -S dbus-x11'
[2023-06-20T06:01:17+0000] [PACMAN] Running 'pacman -S dbus'
[2023-06-20T06:01:32+0000] [PACMAN] Running 'pacman -S dbus-x11'
[2023-06-20T06:11:02+0000] [PACMAN] Running 'pacman -S base-devel'
[2023-06-20T06:11:06+0000] [ALPM] transaction started
[2023-06-20T06:11:06+0000] [ALPM] reinstalled base-devel (1-1)
[2023-06-20T06:11:06+0000] [ALPM] transaction completed
[2023-06-20T06:14:21+0000] [PACMAN] Running 'pacman -S --needed base-devel git'
[2023-06-20T06:14:38+0000] [ALPM] transaction started
[2023-06-20T06:14:38+0000] [ALPM] installed perl-error (0.17029-4)
[2023-06-20T06:14:38+0000] [ALPM] installed perl-timedate (2.33-4)
[2023-06-20T06:14:38+0000] [ALPM] installed perl-mailtools (2.21-6)
[2023-06-20T06:14:38+0000] [ALPM] installed git (2.41.0-1)
[2023-06-20T06:14:38+0000] [ALPM] transaction completed
[2023-06-20T06:14:38+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2023-06-20T06:14:38+0000] [ALPM-SCRIPTLET] Creating group 'git' with GID 971.
[2023-06-20T06:14:38+0000] [ALPM-SCRIPTLET] Creating user 'git' (git daemon user) with UID 971 and GID 971.
[2023-06-20T06:14:38+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-06-20T06:14:38+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-06-20T06:14:38+0000] [ALPM] running '30-systemd-update.hook'...
[2023-06-20T06:14:38+0000] [ALPM] running 'detect-old-perl-modules.hook'...
[2023-06-20T06:17:27+0000] [PACMAN] Running 'pacman -S --needed base-devel git'
[2023-06-20T06:19:42+0000] [PACMAN] Running '/usr/sbin/pacman -S --asdeps go>=1.19'
[2023-06-20T06:28:08+0000] [PACMAN] Running '/usr/sbin/pacman -S --asdeps go>=1.19'
[2023-06-20T06:30:29+0000] [PACMAN] Running 'pacman -Syy'
[2023-06-20T06:30:29+0000] [PACMAN] synchronizing package lists
[2023-06-20T06:30:56+0000] [PACMAN] Running '/usr/sbin/pacman -S --asdeps go>=1.19'
[2023-06-20T06:31:10+0000] [ALPM] transaction started
[2023-06-20T06:31:11+0000] [ALPM] installed go (2:1.20.5-1)
[2023-06-20T06:31:11+0000] [ALPM] transaction completed
[2023-06-20T06:31:11+0000] [ALPM] running '30-systemd-update.hook'...
[2023-06-20T06:31:38+0000] [PACMAN] Running '/usr/sbin/pacman -U /home/iznobe/yay/yay-12.0.5-1-x86_64.pkg.tar.zst'
[2023-06-20T06:31:43+0000] [ALPM] transaction started
[2023-06-20T06:31:43+0000] [ALPM] installed yay (12.0.5-1)
[2023-06-20T06:31:43+0000] [ALPM] transaction completed
[2023-06-20T06:31:43+0000] [ALPM] running '30-systemd-update.hook'...
[2023-06-20T06:38:27+0000] [PACMAN] Running '/usr/sbin/pacman -S --asdeps xmlto docbook-xsl yelp-tools doxygen autoconf-archive'
[2023-06-20T06:38:36+0000] [ALPM] transaction started
[2023-06-20T06:38:36+0000] [ALPM] installed libxslt (1.1.37-3)
[2023-06-20T06:38:36+0000] [ALPM] installed xmlto (0.0.28-4)
[2023-06-20T06:38:36+0000] [ALPM] installed docbook-xml (4.5-9)
[2023-06-20T06:38:36+0000] [ALPM] installed docbook-xsl (1.79.2-7)
[2023-06-20T06:38:36+0000] [ALPM] installed yelp-xsl (42.1-1)
[2023-06-20T06:38:36+0000] [ALPM] installed python-lxml (4.9.2-3)
[2023-06-20T06:38:36+0000] [ALPM] installed itstool (1:2.0.7-1)
[2023-06-20T06:38:36+0000] [ALPM] installed mallard-ducktype (1.0.2-9)
[2023-06-20T06:38:36+0000] [ALPM] installed yelp-tools (42.1-1)
[2023-06-20T06:38:36+0000] [ALPM] installed doxygen (1.9.7-1)
[2023-06-20T06:38:36+0000] [ALPM] installed autoconf-archive (1:2023.02.20-1)
[2023-06-20T06:38:36+0000] [ALPM] transaction completed
[2023-06-20T06:38:36+0000] [ALPM] running '30-systemd-update.hook'...
[2023-06-20T06:38:36+0000] [ALPM] running 'texinfo-install.hook'...
[2023-06-20T06:39:46+0000] [PACMAN] Running '/usr/sbin/pacman -U /home/iznobe/yay/dbus-x11/dbus-x11-1.15.0-2-x86_64.pkg.tar.zst /home/iznobe/yay/dbus-x11/dbus-x11-docs-1.15.0-2-x86_64.pkg.tar.zst'
[2023-06-20T06:40:48+0000] [ALPM] transaction started
[2023-06-20T06:40:48+0000] [ALPM] removed dbus (1.14.6-2)
[2023-06-20T06:40:48+0000] [ALPM] installed dbus-x11 (1.15.0-2)
[2023-06-20T06:40:48+0000] [ALPM] installed dbus-x11-docs (1.15.0-2)
[2023-06-20T06:40:48+0000] [ALPM] transaction completed
[2023-06-20T06:40:48+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2023-06-20T06:40:48+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-06-20T06:40:48+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/colord.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/dbus.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/dbus.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /etc (owned by root) during canonicalization of etc.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/lock.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/cache.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/cache.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/sudo.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd/netif.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd/netif.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd/netif.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/systemd.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/cache.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/lib/tpm2-tss/system.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/tpm2-tss.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/remote.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/snd/seq.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/snd/timer.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/loop-control.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/net/tun.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/fuse.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/kvm.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/vhost-net.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /dev (owned by root) during canonicalization of dev/vhost-vsock.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/log/journal.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /run (owned by root) during canonicalization of run/log/journal.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4/system.journal.
[2023-06-20T06:40:48+0000] [ALPM-SCRIPTLET] Detected unsafe path transition / (owned by iznobe) → /var (owned by root) during canonicalization of var/log/journal/44ea4b25d4cf4e78a757506aef9d0db4/system.journal.
[2023-06-20T06:40:48+0000] [ALPM] running '30-systemd-update.hook'...
iznobe@iznobe-PC:~$ 

the lightdm.log :

iznobe@iznobe-PC:~$ sudo cat /media/iznobe/archlinux/var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=421
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
[+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.01s] DEBUG: Monitoring logind for seats
[+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.01s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+0.01s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.01s] DEBUG: User iznobe added
[+0.14s] DEBUG: Seat seat0 changes graphical state to true
[+0.14s] DEBUG: New seat added from logind: seat0
[+0.14s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.14s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.14s] DEBUG: Seat seat0: Starting
[+0.14s] DEBUG: Seat seat0: Creating greeter session
[+0.14s] DEBUG: Seat seat0: Creating display server of type x
[+0.14s] DEBUG: Using VT 7
[+0.14s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.14s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.14s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.14s] DEBUG: XServer 0: Launching X Server
[+0.14s] DEBUG: Launching process 433: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.14s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.14s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+1.13s] DEBUG: Got signal 10 from process 433
[+1.13s] DEBUG: XServer 0: Got signal from X server :0
[+1.13s] DEBUG: XServer 0: Connecting to XServer :0
[+1.19s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+1.19s] DEBUG: Session pid=488: Started with service 'lightdm-greeter', username 'lightdm'
[+1.20s] DEBUG: Session pid=488: Authentication complete with return value 0: Success
[+1.20s] DEBUG: Seat seat0: Session authenticated, running command
[+1.20s] DEBUG: Session pid=488: Running command /usr/bin/lightdm-gtk-greeter
[+1.20s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+1.20s] DEBUG: Session pid=488: Logging to /var/log/lightdm/seat0-greeter.log
[+50.03s] DEBUG: Activating VT 7
[+50.04s] DEBUG: Greeter closed communication channel
[+50.04s] DEBUG: Session pid=488: Exited with return value 1
[+50.04s] DEBUG: Seat seat0: Session stopped
[+50.04s] DEBUG: Seat seat0: Stopping; failed to start a greeter
[+50.04s] DEBUG: Seat seat0: Stopping
[+50.04s] DEBUG: Seat seat0: Stopping display server
[+50.04s] DEBUG: Sending signal 15 to process 433
[+50.36s] DEBUG: Process 433 exited with return value 0
[+50.36s] DEBUG: XServer 0: X server stopped
[+50.36s] DEBUG: Releasing VT 7
[+50.36s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+50.36s] DEBUG: Seat seat0: Display server stopped
[+50.36s] DEBUG: Seat seat0: Stopped
[+50.36s] DEBUG: Required seat has stopped
[+50.36s] DEBUG: Stopping display manager
[+50.36s] DEBUG: Display manager stopped
[+50.36s] DEBUG: Stopping daemon
[+50.36s] DEBUG: Exiting with return value 1
iznobe@iznobe-PC:~$ 

if it can help :

iznobe@iznobe-PC:~$ sudo cat /media/iznobe/archlinux/var/log/lightdm/x-0.log

X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
Current Operating System: Linux arch-iznobe-pc 6.3.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 30 May 2023 13:44:01 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/nvme0n1p11
 
Current version of pixman: 0.42.2
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 20 19:42:13 2023
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) Server terminated successfully (0). Closing log file.
iznobe@iznobe-PC:~$ 


lightdm or xfce DM seem to not working , any idea of what i've missed please ?

Last edited by iznobe (2023-06-20 20:03:57)

Offline

#11 2023-06-24 20:20:23

markboston38
Member
Registered: 2023-06-24
Posts: 8

Re: no boot after install

what does checking the status of lightdm tell you? is there any kind of issue? also what happens when you try to start it? does nothing happen or do you get a black screen? also if lightdm starts fine but you get a black screen or nothing check your xorg log.

Offline

Board footer

Powered by FluxBB