...has esperat 90 segons? Crec que és el timeout de xarxa. Per aquí explicaven com depurar:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754218 On 7 Dec 2014 21:57, "Ricard Pradell" <[email protected]> wrote: > No, amb mode restabliment passa el mateix. Confirmo que comentant les > entrades al fstab (gràcies, knoppix 7), el sistema arrenca. Hi ha un tros > de codi a /etc/network/if-up.d/mountnfs que teòricament és per arreglar > això: > > # Skip the mountnfs hook when being triggered by the networking SysV init > # script and instead use the systemd built-in mechanisms to mount remote > # file systems. > # This avoids a deadlock caused by the rpcbind SysV init script depending > # on $network and the $network LSB facility being provided by the > networking > # SysV init script. > if [ -d /run/systemd/system ]; then > systemctl list-jobs | grep -q network.target && exit 0 > fi > > però en el meu cas no ho arregla. Lo més estrany és que sí sembla > funcionar en un portàtil que té la mateixa versió de Debian i les mateixes > entrades a fstab per muntar les particions remotes. No ho entenc (?). > > Ricard > > Pots arrencar amb l'opció "mode de restabliment" o "recovery mode" del > menú d'inici del grub? >

