bonsoir, toutes mes excuses pour cette longue absence,
J'essaye donc de relancer le sujet parce que ces prochains jours j'ai un peut de temps...

donc les commandes précédentes en SU... pas de problèmes
Code : Tout sélectionner
# systemctl status systemd-modules-load.service
systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since dim. 2013-12-22 19:48:41 CET; 24min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 187 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 187 (code=exited, status=1/FAILURE)
déc. 22 19:48:40 archlabtop systemd-modules-load[187]: Failed to insert 'vbo...
déc. 22 19:48:40 archlabtop systemd-modules-load[187]: Inserted module 'vbox...
déc. 22 19:48:40 archlabtop systemd-modules-load[187]: Inserted module 'vbox...
déc. 22 19:48:40 archlabtop systemd-modules-load[187]: Inserted module 'vbox...
déc. 22 19:48:40 archlabtop systemd-modules-load[187]: Inserted module 'vbox...
déc. 22 19:48:41 archlabtop systemd-modules-load[187]: Inserted module 'vbox...
déc. 22 19:48:41 archlabtop systemd-modules-load[187]: Inserted module 'nfs'
déc. 22 19:48:41 archlabtop systemd[1]: systemd-modules-load.service: main ...E
déc. 22 19:48:42 archlabtop systemd[1]: Failed to start Load Kernel Modules.
déc. 22 19:48:42 archlabtop systemd[1]: Unit systemd-modules-load.service e....
Hint: Some lines were ellipsized, use -l to show in full.
Code : Tout sélectionner
# systemctl status dev-sda4.swap
dev-sda4.swap - /dev/sda4
Loaded: loaded (/run/systemd/generator.late/dev-sda4.swap)
Active: active since dim. 2013-12-22 19:48:45 CET; 28min ago
What: /dev/sda4
Process: 393 ExecActivate=/sbin/swapon /dev/sda4 (code=exited, status=0/SUCCESS)
déc. 22 19:48:45 archlabtop systemd[1]: Activating swap /dev/sda4...
déc. 22 19:48:45 archlabtop systemd[1]: Activated swap /dev/sda4.
Code : Tout sélectionner
# cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# DEVICE DETAILS: /dev/sda2 PARTUUID=ae055fa9-e9b3-4a75-8a7c-4d179f33f5d2 UUID=D2DA-1FE9 LABEL=ESP
# DEVICE DETAILS: /dev/sda3 PARTUUID=89752fe2-cc59-423f-b537-b7cc0535a9d4 UUID=25ef217f-822a-49fe-b408-fe9023c46077
# DEVICE DETAILS: /dev/sda4 PARTUUID=3f82228d-9519-4298-8d73-ff39815f86c2 UUID=6de6ea3c-5135-4cd7-8e89-f6c6f97497b2
# DEVICE DETAILS: /dev/sda5 PARTUUID=b5b6e12e-fc67-47cc-a3d2-b6fbde3d1273 UUID=3ea97edf-47bb-4300-9614-002f257dbb36
# DEVICE DETAILS: /dev/sda6 PARTUUID=e7ff137f-edd1-4ecd-88ac-d00a24807a09 UUID=a397a41a-bbc8-49d9-80c0-f4d05ee41cba
PARTUUID=3f82228d-9519-4298-8d73-ff39815f86c2 swap swap defaults 0 0
PARTUUID=89752fe2-cc59-423f-b537-b7cc0535a9d4 /boot ext2 defaults 0 1
PARTUUID=ae055fa9-e9b3-4a75-8a7c-4d179f33f5d2 /boot/efi vfat defaults 0 1
PARTUUID=b5b6e12e-fc67-47cc-a3d2-b6fbde3d1273 / btrfs defaults 0 1
PARTUUID=e7ff137f-edd1-4ecd-88ac-d00a24807a09 /home btrfs defaults 0 1
Code : Tout sélectionner
# fdisk -l /dev/sda
Disque /dev/sda : 465,8 GiB, 500107862016 octets, 976773168 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 9738E966-71EE-42C5-9511-878733578C4C
Périphérique Début Fin Taille Type
/dev/sda1 2048 6143 2M BIOS boot partition
/dev/sda2 8192 1056767 512M EFI System
/dev/sda3 1058816 2107391 512M Linux filesystem
/dev/sda4 2109440 7352319 2,5G Linux swap
/dev/sda5 7354368 48314367 19,5G Linux filesystem
/dev/sda6 48316416 976773134 442,7G Linux filesystem
Code : Tout sélectionner
free -m
total used free shared buffers cached
Mem: 7867 2848 5018 70 1 1510
-/+ buffers/cache: 1335 6531
Swap: 2559 0 2559
ne donne rien
Donc à priori un problème vient du module pour virtualbox...?