#26 Le 10/09/2024, à 17:17
- pierpiotr
Re : [RESOLU]Déplacement du home s'est mal passé
Je retrouve un fonctionnement normal.
Merci beaucoup. Je passe en résolu ?
Kubuntu 24.04 LTS sur DELL Inspiron 7490 - i7 - RAM 16Go - SSD 500Go - nVidia GeForce MX250
Au bureau : Kubuntu 24.04 LTS (64b) - PC tour LDLC PC Zi-Artist - i7-3770 @ 3.4/3.9Ghz - RAM 16Go - SSD 120Go - DD 1To - nVidia GEForce GT 640 1Go
Hors ligne
#27 Le 10/09/2024, à 17:21
- nany
Re : [RESOLU]Déplacement du home s'est mal passé
Juste pour voir à quoi ressemble le fichier maintenant, donne le retour de :
cat /etc/fstab
En ligne
#28 Le 10/09/2024, à 17:24
- geole
Re : [RESOLU]Déplacement du home s'est mal passé
Pour voir maintenant les anomalies de démarrage
journalctl --no-pager -b -p err
Dernière modification par geole (Le 10/09/2024, à 17:25)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#29 Le 10/09/2024, à 17:29
- pierpiotr
Re : [RESOLU]Déplacement du home s'est mal passé
voila:
pier@pierre-buro:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
#UUID=CB8E-4C3E /boot/efi vfat defaults 0 2
/dev/disk/by-uuid/5d7bb129-83dd-407a-9ef5-778c90bf9160 / ext4 defaults 0 1
/swapfile swap swap defaults 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
UUID=CB8E-4C3E /boot/efi vfat defaults 0 1
#UUID=dff75bb3-5cb8-498e-a4a9-4c4c37bc2bc0 /home ext4 discard 0 1
/dev/disk/by-uuid/dff75bb3-5cb8-498e-a4a9-4c4c37bc2bc0 /home ext4 defaults 0 2
pier@pierre-buro:~$
Kubuntu 24.04 LTS sur DELL Inspiron 7490 - i7 - RAM 16Go - SSD 500Go - nVidia GeForce MX250
Au bureau : Kubuntu 24.04 LTS (64b) - PC tour LDLC PC Zi-Artist - i7-3770 @ 3.4/3.9Ghz - RAM 16Go - SSD 120Go - DD 1To - nVidia GEForce GT 640 1Go
Hors ligne
#30 Le 10/09/2024, à 17:42
- pierpiotr
Re : [RESOLU]Déplacement du home s'est mal passé
et à geole:
pier@pierre-buro:~$ journalctl --no-pager -b -p err
sept. 10 18:19:51 pierre-buro kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
sept. 10 18:19:51 pierre-buro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT2._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
sept. 10 18:19:51 pierre-buro kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT2._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
sept. 10 18:19:51 pierre-buro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT0._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
sept. 10 18:19:51 pierre-buro kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT0._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
sept. 10 18:19:51 pierre-buro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT1._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
sept. 10 18:19:51 pierre-buro kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT1._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
sept. 10 18:19:51 pierre-buro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT0._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
sept. 10 18:19:51 pierre-buro kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT0._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
sept. 10 18:19:51 pierre-buro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT2._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
sept. 10 18:19:51 pierre-buro kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT2._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
sept. 10 18:19:51 pierre-buro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT1._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
sept. 10 18:19:51 pierre-buro kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT1._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
sept. 10 18:19:52 pierre-buro kernel:
pier@pierre-buro:~$
Kubuntu 24.04 LTS sur DELL Inspiron 7490 - i7 - RAM 16Go - SSD 500Go - nVidia GeForce MX250
Au bureau : Kubuntu 24.04 LTS (64b) - PC tour LDLC PC Zi-Artist - i7-3770 @ 3.4/3.9Ghz - RAM 16Go - SSD 120Go - DD 1To - nVidia GEForce GT 640 1Go
Hors ligne
#31 Le 10/09/2024, à 17:45
- geole
Re : [RESOLU]Déplacement du home s'est mal passé
Erreurs de démarrages classiques. A laisser en l'état.
Tu peux passer en résolu.
Dernière modification par geole (Le 10/09/2024, à 17:46)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#32 Le 10/09/2024, à 17:52
- pierpiotr
Re : [RESOLU]Déplacement du home s'est mal passé
Merci geole, ainsi qu'a nany et les autres...
Kubuntu 24.04 LTS sur DELL Inspiron 7490 - i7 - RAM 16Go - SSD 500Go - nVidia GeForce MX250
Au bureau : Kubuntu 24.04 LTS (64b) - PC tour LDLC PC Zi-Artist - i7-3770 @ 3.4/3.9Ghz - RAM 16Go - SSD 120Go - DD 1To - nVidia GEForce GT 640 1Go
Hors ligne