@Tom-Elliott Thank you for your awnser.
I have change /etc/fstab

/ was on /dev/nvme0n1p2 during installation

#UUID=0de7609a-8431-428d-b5d0-42fdd92dced1 / ext4 errors=remount-ro 0 1
/dev/nvme0n1p2 / ext4 errors=remount-ro 0 1

/boot/efi was on /dev/nvme0n1p1 during installation

#UUID=B991-AA35 /boot/efi vfat umask=0077 0 1
/dev/nvme0n1p1 /boot/efi vfat umask=0077 0 1

swap was on /dev/nvme0n1p3 during installation

#UUID=ce1cee6a-69e5-4d74-812a-178758c02687 none swap sw 0 0
/dev/nvme0n1p3 none swap sw 0 0

But that doesn’t change the problem

Xavier