Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/03/2022, à 09:47

Le bon larron

[Résolu] Temps de démarrage long " A star job is running for ..."

Bonjour ,
J'ai un problème depuis hier.
Ubuntu qui est installer sur un SSD met 5 fois plus te temps à démarrer.
Quand j'appuie sur "Echap" je vois une ligne qui me dit " A star job is running for /dev/disk/by-uuid/BC4F-8B46" je vois aussi un décompte de temps d'1min30.
J'ai regardé sur le forum et j'y ai vu quelques discutions résolus en bricolant avec le dossier "swap" mais le soucis c'est que j'en ai pas.
Pourtant hier matin je mettais 20 secondes à démarrer mon ordinateur...
Je vous remercie par avance.
Bien à vous.

Ubuntu 20.04 focal (x86-64)  version de Cinnamon : 4.4.8
Processeur : Intel© Core™ i7-3770 CPU @ 3.40GHz × 4
Mémoire vive : 8Go

Dernière modification par Le bon larron (Le 13/03/2022, à 13:31)

Hors ligne

#2 Le 13/03/2022, à 09:58

xubu1957

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Bonjour,

Montre, en te servant du Retour utilisable de commande :

systemd-analyze time
systemd-analyze blame
systemd-analyze critical-chain

et :

ls -l /var/crash

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 13/03/2022, à 10:06

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Bonjour !
Retour de

systemd-analyze time
jean-marie@jeanmarie-System-Product-Name:~$ systemd-analyze time
Startup finished in 3.444s (kernel) + 1min 53.604s (userspace) = 1min 57.048s 
graphical.target reached after 1min 53.590s in userspace
jean-marie@jeanmarie-System-Product-Name:~$

Retour de

systemd-analyze blame
jean-marie@jeanmarie-System-Product-Name:~$ systemd-analyze blame
21.706s plymouth-quit-wait.service                    
 6.522s NetworkManager-wait-online.service            
 2.475s mnt-C60C84960C848363.mount                    
 2.449s mnt-0EF01D32F01D218F.mount                    
 2.126s apt-daily-upgrade.service                     
 1.479s udisks2.service                               
 1.406s apport.service                                
 1.237s dev-sda5.device                               
 1.145s systemd-journal-flush.service                 
 1.144s man-db.service                                
 1.047s snap-snap\x2dstore-433.mount                  
 1.015s accounts-daemon.service                       
  968ms snapd.service                                 
  949ms blueman-mechanism.service                     
  929ms logrotate.service                             
  849ms snap-core18-1705.mount                        
  831ms snap-snapd-14978.mount                        
  754ms mnt-559AD77E06D0EF18.mount                    
  743ms systemd-logind.service                        
  738ms snap-gnome\x2d3\x2d34\x2d1804-77.mount        
  722ms avahi-daemon.service                          
  706ms dev-loop3.device                              
  680ms NetworkManager.service                        
lines 1-23

Retour de

systemd-analyze critical-chain
jean-marie@jeanmarie-System-Product-Name:~$ systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

graphical.target @1min 53.590s
└─multi-user.target @1min 53.590s
  └─teamviewerd.service @1min 38.212s +106ms
    └─network-online.target @1min 38.207s
      └─NetworkManager-wait-online.service @1min 31.684s +6.522s
        └─NetworkManager.service @1min 30.946s +680ms
          └─dbus.service @1min 30.931s
            └─basic.target @1min 30.823s
              └─sockets.target @1min 30.810s
                └─snapd.socket @1min 30.784s +13ms
                  └─sysinit.target @1min 30.685s
                    └─snapd.apparmor.service @1min 30.607s +78ms
                      └─apparmor.service @1min 30.470s +135ms
                        └─systemd-journald.socket @378ms
                          └─-.mount @376ms
                            └─system.slice @376ms
                              └─-.slice @376ms
jean-marie@jeanmarie-System-Product-Name:~$ 

Retour de

ls -l /var/crash
jean-marie@jeanmarie-System-Product-Name:~$ ls -l /var/crash
total 0
jean-marie@jeanmarie-System-Product-Name:~$

Bien à toi

Hors ligne

#4 Le 13/03/2022, à 10:08

xubu1957

Re : [Résolu] Temps de démarrage long " A star job is running for ..."


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 13/03/2022, à 10:11

iznobe

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Bonjour ,

le bon larron a écrit :

" A star job is running for /dev/disk/by-uuid/BC4F-8B46 "

generalement ce message  apparait lorsqu ' un UUID du fstab , ne correspond a rien , donc :

cat /etc/fstab

et

lsblk -fe7

afin de verifier .

Dernière modification par iznobe (Le 13/03/2022, à 10:14)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#6 Le 13/03/2022, à 10:15

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Bonjour,
Retour de

cat /etc/fstab
jean-marie@jeanmarie-System-Product-Name:~$ 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>
# / was on /dev/sda13 during installation
UUID=9a9c3acb-5b8c-461b-b818-c0e8da6b98aa /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda12 during installation
#UUID=CD39-9389  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
/dev/disk/by-uuid/4F2D4BA97CBC0AD9 /mnt/4F2D4BA97CBC0AD9 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/0EF01D32F01D218F /mnt/0EF01D32F01D218F auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/C60C84960C848363 /mnt/C60C84960C848363 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/556207426F739672 /mnt/556207426F739672 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/559AD77E06D0EF18 /mnt/559AD77E06D0EF18 auto nosuid,nodev,nofail,x-gvfs-show 0 0
UUID=BC4F-8B46  /boot/efi       vfat    defaults      0       1
jean-marie@jeanmarie-System-Product-Name:~$ 

Retour de

lsblk -fe7
jean-marie@jeanmarie-System-Product-Name:~$ lsblk -fe7
NAME FSTYPE LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                   
├─sda1
│    ntfs   Réservé au système
│                 6A161F68161F3493                                    
├─sda2
│    ntfs         72442013441FD925                                    
├─sda3
│    ntfs         16D20033D2001A1F                                    
├─sda4
│                                                                     
└─sda5
     ext4         9a9c3acb-5b8c-461b-b818-c0e8da6b98aa   98,4G    32% /
sdb                                                                   
└─sdb1
     ntfs   H:    4F2D4BA97CBC0AD9                      843,6G     9% /mnt/4F2D4
sdc                                                                   
├─sdc1
│    ntfs   D:    0EF01D32F01D218F                      158,3G    64% /mnt/0EF01
└─sdc2
     ntfs   E:    C60C84960C848363                      152,5G    69% /mnt/C60C8
sdd                                                                   
├─sdd1
│    ntfs   F:    556207426F739672                      278,9G    16% /mnt/55620
├─sdd2
│                                                                     
└─sdd5
     ntfs   G:    559AD77E06D0EF18                       86,1G    86% /mnt/559AD
sr0                                                                   
jean-marie@jeanmarie-System-Product-Name:~$ 

Bien à toi.

Hors ligne

#7 Le 13/03/2022, à 10:23

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

@xubu1957
J'ai suivi la procédure du post et voici le retour après le redémarrage de :

systemd-analyze
jean-marie@jeanmarie-System-Product-Name:~$ systemd-analyze
Startup finished in 3.430s (kernel) + 1min 53.612s (userspace) = 1min 57.043s 
graphical.target reached after 1min 53.602s in userspace
jean-marie@jeanmarie-System-Product-Name:~$

Et de :

systemd-analyze blame
jean-marie@jeanmarie-System-Product-Name:~$ systemd-analyze blame
21.668s plymouth-quit-wait.service                    
 2.022s mnt-C60C84960C848363.mount                    
 1.996s mnt-0EF01D32F01D218F.mount                    
 1.413s apport.service                                
 1.322s dev-sda5.device                               
 1.223s systemd-journal-flush.service                 
 1.124s udisks2.service                               
 1.013s blueman-mechanism.service                     
  919ms accounts-daemon.service                       
  917ms snap-core18-2284.mount                        
  860ms snapd.service                                 
  853ms snap-gnome\x2d3\x2d34\x2d1804-77.mount        
  787ms mnt-559AD77E06D0EF18.mount                    
  766ms snap-snap\x2dstore-558.mount                  
  725ms systemd-logind.service                        
  648ms mnt-556207426F739672.mount                    
  624ms snap-gnome\x2d3\x2d38\x2d2004-99.mount        
  619ms snap-gtk\x2dcommon\x2dthemes-1506.mount       
  598ms dev-loop7.device                              
  594ms avahi-daemon.service                          
  582ms dev-loop9.device                              
  572ms dev-loop1.device                              
  552ms NetworkManager.service                        
  539ms dev-loop8.device                              
lines 2-24

Bien à toi

Hors ligne

#8 Le 13/03/2022, à 10:25

iznobe

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

ok , du coup on voit bien que dans " lsblk " , il n' y a aucun UUID de partition correspondant a BC4F-8B46 .
Le soucis est bien là .
Par contre ce qui est curieux , c' est que je ne vois aucune partition EFI dans le retour .
on voit aussi une partition sda4 et sdd2 avec " rien " comme indications ...

N ' aurais tu pas apporté des modifications a tes partitions dernierement ?

il va falloir recreer une partition EFI et ensuite modifier le fstab avec le bon UUID afin de corriger le probleme .
Malheureusement je ne suis pas certain de la marche a suivre , mais il me semble que la DOC a une page qui decrit la procedure .

Dernière modification par iznobe (Le 13/03/2022, à 10:28)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#9 Le 13/03/2022, à 10:28

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Non je n'ai rien fait...
Mes installations a été faite en legacy (MBR)

Dernière modification par Le bon larron (Le 13/03/2022, à 10:29)

Hors ligne

#10 Le 13/03/2022, à 10:30

xubu1957

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Donne le retour de :

sudo apt update

Montre aussi d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#11 Le 13/03/2022, à 10:32

iznobe

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Le plus simple serait de fournir un boot-info :

sudo add-apt-repository -y ppa:yannubuntu/boot-repair ; sudo apt update ; sudo apt install -y  boot-info ; boot-info

.
Maintenant , meme en legacy , ubuntu cree et installe automatiquement la partition EFI .

Apres si tout fonctionne normalement hors mis le delai d' attente , tu pourrais simplement commenter la ligne fautive du fstab ou la supprimer purement et simplement , c ' est la derniere du fichier :

sudo nano /etc/fstab

descend ensuite tout en bas du fichier avec la fleche, tu appuies ensuite sur ctrl + k , ce qui supprimeras la derniere ligne , ensuite tu sauves et quitte en faisant ctrl+x , o , entrée .
un

sudo mount -av 

, permet de verifier que le fstab ne comporte pas d' erreur . si ok ,tu peux alors redemarrer et le fameux message ainsi que le temps d' attente aura alors disparu .

Dernière modification par iznobe (Le 13/03/2022, à 10:38)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#12 Le 13/03/2022, à 10:37

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Retour de

sudo apt update
ean-marie@jeanmarie-System-Product-Name:~$ sudo apt update
[sudo] Mot de passe de jean-marie : 
0000Désolé, essayez de nouveau.
[sudo] Mot de passe de jean-marie : 
Réception de :1 https://repo.protonvpn.com/debian stable InRelease [2519 B]
Réception de :2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Atteint :3 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease
Atteint :4 https://linux.teamviewer.com/deb stable InRelease                   
Atteint :5 http://fr.archive.ubuntu.com/ubuntu focal InRelease                 
Réception de :6 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Atteint :8 https://brave-browser-apt-release.s3.brave.com stable InRelease
Réception de :9 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [40,7 kB]
Réception de :10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [66,3 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [616 kB]
Réception de :12 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2464 B]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1641 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [278 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [673 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [909 kB]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [391 kB]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [944 B]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu focal-backports/main amd64 DEP-11 Metadata [7976 B]
Réception de :20 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [30,8 kB]
4995 ko réceptionnés en 6s (818 ko/s)                                         
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
jean-marie@jeanmarie-System-Product-Name:~$ 

Retour de

dpkg -l | grep -v ^ii
jean-marie@jeanmarie-System-Product-Name:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                        Version                             Architecture Description
+++-==========================================-===================================-============-======================================================================================================
rc  brave-browser                              1.35.103                            amd64        The web browser from Brave
rc  brave-keyring                              1.12                                all          Brave Browser keyring and repository files
rc  linux-image-5.4.0-26-generic               5.4.0-26.30                         amd64        Signed kernel image generic
rc  linux-modules-5.4.0-26-generic             5.4.0-26.30                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-26-generic       5.4.0-26.30                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-nvidia-440-5.4.0-26-generic  5.4.0-26.30+2                       amd64        Linux kernel nvidia modules for version 5.4.0-26
rc  steam:i386                                 1:1.0.0.61-2ubuntu3                 i386         Valve's Steam digital software delivery system
rc  yandex-disk                                0.1.6.1074                          amd64        Yandex.Disk keeps your files with you at all times.
jean-marie@jeanmarie-System-Product-Name:~$

Hors ligne

#13 Le 13/03/2022, à 10:41

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Boot info :

boot-info-4ppa200                                              [20220313_0934]

============================== Boot Info Summary ===============================

 => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for (,msdos5)/boot/grub. It also embeds following components:
    
    modules
    ---------------------------------------------------------------------------
    fshelp ext2 part_msdos biosdisk
    ---------------------------------------------------------------------------
 => No known boot loader is installed in the MBR of /dev/sdb.
 => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdc.
 => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdd.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/10/11/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /bootmgr /Boot/BCD

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/10/11/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 10 or 11
    Boot files:        /Windows/System32/winload.exe

sda3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 7/2008: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /Windows/System32/winload.exe

sda4: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info: 

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 20.04.4 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab /etc/default/grub 
                       /boot/grub/i386-pc/core.img

sdb1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Unknown
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdc1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 7/2008: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdc2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 7/2008: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdd1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/10/11/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdd2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  Unknown
    Boot sector info: 

sdd5: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista: NTFS
    Boot sector info:  According to the info in the boot sector, sdd5 starts 
                       at sector 694892544. But according to the info from 
                       fdisk, sdd5 starts at sector 692789872.
    Operating System:  
    Boot files:        


================================ 4 OS detected =================================

OS#1:   L'OS actuellement utilisé - Ubuntu 20.04.4 LTS CurrentSession on sda5
OS#2:   Windows 10 (boot) on sda1
OS#3:   Windows 10 or 11 on sda2
OS#4:   Windows 7 on sda3

================================ Host/Hardware =================================

CPU architecture: 64-bit
Video: GK208B [GeForce GT 710] from NVIDIA Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.13.0-35-generic root=UUID=9a9c3acb-5b8c-461b-b818-c0e8da6b98aa ro quiet splash vt.handoff=7
df -Th / : /dev/sda5        ext4   158G     51G   99G  34% /

===================================== UEFI =====================================

BIOS/UEFI firmware: 0803(4.6) from American Megatrends Inc.
This installed-session is in Legacy/BIOS/CSM mode (not in EFI mode).



============================= Drive/Partition Info =============================

Disks info: ____________________________________________________________________

sda	: notGPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, has-os,	has-win,	2048 sectors * 512 bytes
sdb	: notGPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	2048 sectors * 512 bytes
sdc	: notGPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	2048 sectors * 512 bytes
sdd	: notGPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	2048 sectors * 512 bytes

Partitions info (1/3): _________________________________________________________

sda5	: is-os,	64, apt-get,	grub-pc ,	grub2,	grub-install,	grubenv-ok,	update-grub,	farbios
sda1	: is-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	not-far
sda2	: is-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sda3	: is-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sdb1	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sdc1	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sdc2	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sdd1	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
sdd5	: no-os,	32, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios

Partitions info (2/3): _________________________________________________________

sda5	: isnotESP,	fstab-has-bad-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sda1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	bootmgr,	is-winboot
sda2	: isnotESP,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sda3	: isnotESP,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sdb1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sdc1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sdc2	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sdd1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
sdd5	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot

Partitions info (3/3): _________________________________________________________

sda5	: not--sepboot,	with-boot,	fstab-without-boot,	not-sep-usr,	with--usr,	fstab-without-usr,	std-grub.d,	sda
sda1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sda
sda2	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sda
sda3	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sda
sdb1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdb
sdc1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdc
sdc2	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdc
sdd1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdd
sdd5	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdd

fdisk -l (filtered): ___________________________________________________________

Disk sda: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk identifier: 0xbcadbddf
      Boot     Start       End   Sectors   Size Id Type
sda1            2048    104447    102400    50M  7 HPFS/NTFS/exFAT
sda2          104448 244879359 244774912 116.7G  7 HPFS/NTFS/exFAT
sda3       244879360 600829951 355950592 169.7G  7 HPFS/NTFS/exFAT
sda4       600831998 937701375 336869378 160.6G  5 Extended
sda5       600834048 937701375 336867328 160.6G 83 Linux
Disk sdb: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x00013004
      Boot Start        End    Sectors   Size Id Type
sdb1        2048 1953523711 1953521664 931.5G  7 HPFS/NTFS/exFAT
Disk sdc: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0xeaad1bbd
      Boot     Start        End    Sectors   Size Id Type
sdc1            2048  929521663  929519616 443.2G  7 HPFS/NTFS/exFAT
sdc2  *    929521664 1953521071 1023999408 488.3G  7 HPFS/NTFS/exFAT
Disk sdd: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk identifier: 0x843b1ab0
      Boot     Start        End    Sectors   Size Id Type
sdd1  *         2048  692789808  692787761 330.4G  7 HPFS/NTFS/exFAT
sdd2       692789809 1953521070 1260731262 601.2G  f W95 Ext'd (LBA)
sdd5       692789872 1953521070 1260731199 601.2G  7 HPFS/NTFS/exFAT

parted -lm (filtered): _________________________________________________________

sda:480GB:scsi:512:512:msdos:ATA Seagate BarraCud:;
1:1049kB:53.5MB:52.4MB:ntfs::;
2:53.5MB:125GB:125GB:ntfs::;
3:125GB:308GB:182GB:ntfs::;
4:308GB:480GB:172GB:::;
5:308GB:480GB:172GB:ext4::;
sdb:1000GB:scsi:512:4096:msdos:ATA WDC WD10EZEX-08W:;
1:1049kB:1000GB:1000GB:ntfs::;
sdc:1000GB:scsi:512:4096:msdos:ATA WDC WD10EZEX-00B:;
1:1049kB:476GB:476GB:ntfs::;
2:476GB:1000GB:524GB:ntfs::boot;
sdd:1000GB:scsi:512:512:msdos:ATA ST31000524AS:;
1:1049kB:355GB:355GB:ntfs::boot;
2:355GB:1000GB:645GB:::lba;
5:355GB:1000GB:645GB:ntfs::;

blkid (filtered): ______________________________________________________________

NAME   FSTYPE   UUID                                 PARTUUID                             LABEL              PARTLABEL
sda                                                                                                          
├─sda1 ntfs     6A161F68161F3493                     bcadbddf-01                          Réservé au système 
├─sda2 ntfs     72442013441FD925                     bcadbddf-02                                             
├─sda3 ntfs     16D20033D2001A1F                     bcadbddf-03                                             
├─sda4                                               bcadbddf-04                                             
└─sda5 ext4     9a9c3acb-5b8c-461b-b818-c0e8da6b98aa bcadbddf-05                                             
sdb                                                                                                          
└─sdb1 ntfs     4F2D4BA97CBC0AD9                     00013004-01                          H:                 
sdc                                                                                                          
├─sdc1 ntfs     0EF01D32F01D218F                     eaad1bbd-01                          D:                 
└─sdc2 ntfs     C60C84960C848363                     eaad1bbd-02                          E:                 
sdd                                                                                                          
├─sdd1 ntfs     556207426F739672                     843b1ab0-01                          F:                 
├─sdd2                                               843b1ab0-02                                             
└─sdd5 ntfs     559AD77E06D0EF18                     843b1ab0-05                          G:                 

Mount points (filtered): _______________________________________________________

                        Avail Use% Mounted on
/dev/sda1               23.5M  53% /mnt/boot-sav/sda1
/dev/sda2               49.6G  58% /mnt/boot-sav/sda2
/dev/sda3              132.4G  22% /mnt/boot-sav/sda3
/dev/sda5               98.4G  32% /
/dev/sdb1              843.6G   9% /mnt/4F2D4BA97CBC0AD9
/dev/sdc1              158.3G  64% /mnt/0EF01D32F01D218F
/dev/sdc2              152.5G  69% /mnt/C60C84960C848363
/dev/sdd1              278.9G  16% /mnt/556207426F739672
/dev/sdd5               86.1G  86% /mnt/559AD77E06D0EF18

Mount options (filtered): ______________________________________________________

/dev/sda1              fuseblk         rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda2              fuseblk         rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda3              fuseblk         rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda5              ext4            rw,relatime,errors=remount-ro
/dev/sdb1              fuseblk         rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sdc1              fuseblk         rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sdc2              fuseblk         rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sdd1              fuseblk         rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sdd5              fuseblk         rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096

====================== sda5/boot/grub/grub.cfg (filtered) ======================

Ubuntu   9a9c3acb-5b8c-461b-b818-c0e8da6b98aa
Ubuntu, avec Linux 5.13.0-35-generic   9a9c3acb-5b8c-461b-b818-c0e8da6b98aa
Ubuntu, avec Linux 5.13.0-30-generic   9a9c3acb-5b8c-461b-b818-c0e8da6b98aa
Windows 10 (sur sda1)   6A161F68161F3493
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###

========================== sda5/etc/fstab (filtered) ===========================

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda13 during installation
UUID=9a9c3acb-5b8c-461b-b818-c0e8da6b98aa /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda12 during installation
/swapfile                                 none            swap    sw              0       0
/dev/disk/by-uuid/4F2D4BA97CBC0AD9 /mnt/4F2D4BA97CBC0AD9 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/0EF01D32F01D218F /mnt/0EF01D32F01D218F auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/C60C84960C848363 /mnt/C60C84960C848363 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/556207426F739672 /mnt/556207426F739672 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/559AD77E06D0EF18 /mnt/559AD77E06D0EF18 auto nosuid,nodev,nofail,x-gvfs-show 0 0
UUID=BC4F-8B46  /boot/efi       vfat    defaults      0       1

======================= sda5/etc/default/grub (filtered) =======================

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false

==================== sda5: Location of files loaded by Grub ====================

           GiB - GB             File                                 Fragment(s)
 415.363368988 = 445.993021440  boot/grub/grub.cfg                             2
 430.710918427 = 462.472327168  boot/grub/i386-pc/core.img                     1
 388.728221893 = 417.393750016  boot/vmlinuz                                   2
 294.392284393 = 316.101308416  boot/vmlinuz-5.13.0-30-generic                 1
 388.728221893 = 417.393750016  boot/vmlinuz-5.13.0-35-generic                 2
 294.392284393 = 316.101308416  boot/vmlinuz.old                               1
 389.984371185 = 418.742530048  boot/initrd.img                                3
 346.468746185 = 372.017983488  boot/initrd.img-5.13.0-30-generic              4
 389.984371185 = 418.742530048  boot/initrd.img-5.13.0-35-generic              3
 346.468746185 = 372.017983488  boot/initrd.img.old                            4

===================== sda5: ls -l /etc/grub.d/ (filtered) ======================

-rwxr-xr-x 1 root root 18151 Aug 12  2021 10_linux
-rwxr-xr-x 1 root root 42359 Aug 12  2021 10_linux_zfs
-rwxr-xr-x 1 root root 12894 Apr 15  2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 Apr 15  2020 30_os-prober
-rwxr-xr-x 1 root root  1424 Apr 15  2020 30_uefi-firmware
-rwxr-xr-x 1 root root   700 Feb 21 04:06 35_fwupd
-rwxr-xr-x 1 root root   214 Apr 15  2020 40_custom
-rwxr-xr-x 1 root root   216 Apr 15  2020 41_custom

=========================== sda5/etc/grub.d/35_fwupd ===========================

#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
   ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
      . /var/lib/fwupd/uefi_capsule.conf
      if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
      echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
      ${grub_probe:?}
      prepare_grub_to_access_device '`${grub_probe} --target=device \${ESP}` | sed -e "s/^/\t/"'
cat << EOF
	chainloader ${EFI_PATH}
}
EOF
      fi
fi

======================== Unknown MBRs/Boot Sectors/etc =========================

Unknown MBR on /dev/sdb

00000000  47 4e 55 20 50 61 72 74  65 64 20 4c 6f 6f 70 62  |GNU Parted Loopb|
00000010  61 63 6b 20 30 00 00 00  3f 00 ff 00 00 00 00 00  |ack 0...?.......|
00000020  00 00 00 00 80 00 80 00  af 6d 70 74 00 00 00 00  |.........mpt....|
00000030  04 00 00 00 00 00 00 00  da 06 47 07 00 00 00 00  |..........G.....|
00000040  f6 00 00 00 01 00 00 00  91 30 e4 5b 63 03 f8 18  |.........0.[c...|
00000050  00 00 00 00 0e 1f be 71  7c ac 22 c0 74 0b 56 b4  |.......q|.".t.V.|
00000060  0e bb 07 00 cd 10 5e eb  f0 32 e4 cd 16 cd 19 eb  |......^..2......|
00000070  fe 54 68 69 73 20 69 73  20 6e 6f 74 20 61 20 62  |.This is not a b|
00000080  6f 6f 74 61 62 6c 65 20  64 69 73 6b 2e 20 50 6c  |ootable disk. Pl|
00000090  65 61 73 65 20 69 6e 73  65 72 74 20 61 20 62 6f  |ease insert a bo|
000000a0  6f 74 61 62 6c 65 20 66  6c 6f 70 70 79 20 61 6e  |otable floppy an|
000000b0  64 0d 0a 70 72 65 73 73  20 61 6e 79 20 6b 65 79  |d..press any key|
000000c0  20 74 6f 20 74 72 79 20  61 67 61 69 6e 20 2e 2e  | to try again ..|
000000d0  2e 20 0d 0a 00 00 00 00  00 00 00 00 00 00 00 00  |. ..............|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000000f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000100  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000110  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000120  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000130  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000140  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000150  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000160  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000170  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000190  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001b0  00 00 00 00 00 00 00 00  04 30 01 00 00 00 00 04  |.........0......|
000001c0  01 04 07 fe c2 ff 00 08  00 00 00 60 70 74 00 00  |...........`pt..|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

Unknown BootLoader on sdb1

00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 5f 70 74 00 00 00 00  |........._pt....|
00000030  04 00 00 00 00 00 00 00  ff 05 47 07 00 00 00 00  |..........G.....|
00000040  f6 00 00 00 01 00 00 00  d9 0a bc 7c a9 4b 2d 4f  |...........|.K-O|
00000050  00 00 00 00 0e 1f be 71  7c ac 22 c0 74 0b 56 b4  |.......q|.".t.V.|
00000060  0e bb 07 00 cd 10 5e eb  f0 32 e4 cd 16 cd 19 eb  |......^..2......|
00000070  fe 54 68 69 73 20 69 73  20 6e 6f 74 20 61 20 62  |.This is not a b|
00000080  6f 6f 74 61 62 6c 65 20  64 69 73 6b 2e 20 50 6c  |ootable disk. Pl|
00000090  65 61 73 65 20 69 6e 73  65 72 74 20 61 20 62 6f  |ease insert a bo|
000000a0  6f 74 61 62 6c 65 20 66  6c 6f 70 70 79 20 61 6e  |otable floppy an|
000000b0  64 0d 0a 70 72 65 73 73  20 61 6e 79 20 6b 65 79  |d..press any key|
000000c0  20 74 6f 20 74 72 79 20  61 67 61 69 6e 20 2e 2e  | to try again ..|
000000d0  2e 20 0d 0a 00 00 00 00  00 00 00 00 00 00 00 00  |. ..............|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

Unknown BootLoader on sdd2

00000000  f9 71 8c 5b e9 2c a1 cd  ea 08 71 3d db 64 4a d1  |.q.[.,....q=.dJ.|
00000010  42 eb 19 b8 87 d0 7f 47  79 4c df 89 55 52 9c 72  |B......GyL..UR.r|
00000020  ac 9e a3 db 6c 55 1f 6c  ae 09 bb 09 aa f5 9b 88  |....lU.l........|
00000030  84 ad 14 0d 1f 3e dd fd  b6 11 1d 1d 49 e7 48 71  |.....>......I.Hq|
00000040  04 db fe ed 1f e3 20 a5  ad 60 98 24 0d dd a6 47  |...... ..`.$...G|
00000050  4f 1d be d3 78 b5 1e e1  6e d6 ed ae 76 15 ad 38  |O...x...n...v..8|
00000060  66 fa c5 12 af 5a 2f ca  f1 cf 9a 06 7b cd 1f 49  |f....Z/.....{..I|
00000070  80 94 0f b0 b4 0e 59 bc  0f ca 61 a8 74 59 b7 29  |......Y...a.tY.)|
00000080  bc 1d a4 52 4e c1 c9 2e  94 42 98 6a a8 b5 b4 ed  |...RN....B.j....|
00000090  20 ef 19 53 49 f4 84 6c  0a a4 4c cc 59 c6 e4 97  | ..SI..l..L.Y...|
000000a0  4a aa db 00 5b f8 e1 c8  fe 1e 95 e5 55 15 5d 24  |J...[.......U.]$|
000000b0  41 29 02 73 e1 be e4 e9  73 06 3e 53 a2 e9 17 dc  |A).s....s.>S....|
000000c0  c9 88 a3 8c f7 a4 26 c6  c9 a5 78 c4 eb b1 98 d6  |......&...x.....|
000000d0  98 e2 34 7f 39 98 d7 82  b1 d9 46 2e 2e c5 32 96  |..4.9.....F...2.|
000000e0  d0 3c 61 2c 44 85 9d c4  ed 1c 74 77 72 47 4d 50  |.<a,D.....twrGMP|
000000f0  50 d7 22 61 52 2a 25 f2  ed 5a e3 a6 50 30 ea 47  |P."aR*%..Z..P0.G|
00000100  d1 75 a3 51 a6 5b 7e 4e  88 47 26 2c 8e 81 39 be  |.u.Q.[~N.G&,..9.|
00000110  4b 3c 07 56 0f a0 bf 79  3f 18 dd 92 e5 5f a6 0b  |K<.V...y?...._..|
00000120  5f 5c 53 79 0b bb 7f a1  a9 61 70 da 2b dc 0e 6c  |_\Sy.....ap.+..l|
00000130  03 41 55 46 f4 cd 9b 5d  1e aa 4a 86 80 13 9a a3  |.AUF...]..J.....|
00000140  c7 e2 15 9d ea 1b 0b 32  38 9e 4c 80 f8 67 27 98  |.......28.L..g'.|
00000150  1c d5 72 9d 0e 74 e9 23  b4 96 86 e8 cd 4d 86 39  |..r..t.#.....M.9|
00000160  90 a7 4b 6f 96 94 e3 ce  85 ca 76 8a 12 21 75 d0  |..Ko......v..!u.|
00000170  f2 db 21 71 77 03 fe 0c  ee 31 a4 c8 bb 72 0c 45  |..!qw....1...r.E|
00000180  7b 58 8b 99 f7 42 c3 2b  2d d8 04 44 84 85 97 f6  |{X...B.+-..D....|
00000190  d6 46 15 dd cd e4 71 62  be 4e 0f de 25 cb d6 6d  |.F....qb.N..%..m|
000001a0  64 4a 10 e6 04 fb e5 0d  0f 6e 58 02 eb 49 00 03  |dJ.......nX..I..|
000001b0  c5 af 44 ab 10 7f 39 07  77 93 16 d0 6a ae 00 01  |..D...9.w...j...|
000001c0  01 00 07 fe ff ff 3f 00  00 00 3f 3b 25 4b 00 00  |......?...?;%K..|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200




Suggested repair: ______________________________________________________________

The default repair of the Boot-Repair utility would reinstall the grub2 of
sda5 into the MBR of sda.
Grub-efi would not be selected by default because no ESP detected.
Additional repair would be performed: unhide-bootmenu-10s win-legacy-basic-fix

Blockers in case of suggested repair: __________________________________________

 Please use this software in a live-session (live-CD or live-USB). This will enable this feature.

Final advice in case of suggested repair: ______________________________________

Please do not forget to make your BIOS boot on sda (ATA Seagate BarraCud) disk!

Hors ligne

#14 Le 13/03/2022, à 10:47

iznobe

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

ok le boot-info confirme bien ce que je pensais , sda4 et sdd2 sont les partitions etendues , la partition du fstab ( derniere ligne ) est a supprimer comme je le disais et ton install est bien en mode MBR . tout semble parfait hors mis cette fameuse derniere ligne du fstab .

A mon avis c' est un bug de l' installateur d ' ubuntu , je ne sais pourquelle raison , mais il a fait comme si il avait crée une partition EFI , sauf que a priori ben non .

Voir mon message precedent pour remettre tout en ordre :

iznobe a écrit :

tu pourrais simplement commenter la ligne fautive du fstab ou la supprimer purement et simplement , c ' est la derniere du fichier :

sudo nano /etc/fstab

descend ensuite tout en bas du fichier avec la fleche, tu appuies ensuite sur ctrl + k , ce qui supprimeras la derniere ligne , ensuite tu sauves et quitte en faisant ctrl+x , o , entrée .
un

sudo mount -av

, permet de verifier que le fstab ne comporte pas d' erreur . si ok ,tu peux alors redemarrer et le fameux message ainsi que le temps d' attente aura alors disparu .

                         ---------------------------------------------------------------------------

Je me demande si tu n' avais pas deja rencontré ce probleme auparavant d' ailleurs , car on peut voir que la meme chose a deja été fait dans ton fichier fstab avec cette ligne ( pour une autre partition EFI inexistante ) :

# /boot/efi was on /dev/sda12 during installation
#UUID=CD39-9389  /boot/efi       vfat    umask=0077      0       1

Dernière modification par iznobe (Le 13/03/2022, à 11:03)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#15 Le 13/03/2022, à 13:30

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

J'ai fait les 2 commandes est ça a fonctionné !
Merci !
Je mets le fil en résolu.
Bien à vous.

Hors ligne

#16 Le 13/03/2022, à 13:32

xubu1957

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

Pour nettoyer :

Le 11/02/2017, moko138 a écrit :

Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :

dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P

Pour info, les précisions de nany, pour la commande de nettoyage


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#17 Le 13/03/2022, à 13:54

Le bon larron

Re : [Résolu] Temps de démarrage long " A star job is running for ..."

@xubu1957
C'est fait, merci !
Bien à toi.

Hors ligne