Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

1. Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Daniel da Costa Hora Melo
danchmelo

(usa Linux Mint)

Enviado em 15/08/2017 - 21:38h

Galera, eu resolvi o erro do "A stop job is running..." que ocorria sempre ao desligar o linux e agora o que tá acontecendo é que ao iniciar o sistema essa mensagem aparece e acaba demorando um pouco pro Linux iniciar.
O que eu fiz pra resolver o erro anterior foi algo relacionado a apagar a partição de swap, criar outra e colocar o UUID gerada no /etc/fstab.
Alguem conhece esse problema e sabe como resolver?

comando blkid

/dev/sda1: LABEL="Reservado pelo Sistema" UUID="602EB2842EB252B0" TYPE="ntfs" PARTUUID="ec2971a5-01"
/dev/sda2: UUID="2EEE2041EE200425" TYPE="ntfs" PARTUUID="ec2971a5-02"
/dev/sda4: UUID="9e146a79-f4ff-431b-a978-d61da43570ce" TYPE="ext4" PARTUUID="ec2971a5-04"
/dev/sda5: UUID="94d4b3bf-36b7-4050-8aac-2761180ab160" TYPE="swap" PARTUUID="ec2971a5-05"

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/sda4 during installation
UUID=9e146a79-f4ff-431b-a978-d61da43570ce / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=94d4b3bf-36b7-4050-8aac-2761180ab160 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0




  


2. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 15/08/2017 - 23:18h

danchmelo escreveu:
O que eu fiz pra resolver o erro anterior foi algo relacionado a apagar a partição de swap, criar outra e colocar o UUID gerada no /etc/fstab.


velho ... vc tava com problema no SWAP, apagou e criou outra ??? não acha que é trocar 6 por meia duzia ??? isso que é sofrência viu !!!

------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



3. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Giovanni  M
Giovanni_Menezes

(usa Devuan)

Enviado em 15/08/2017 - 23:28h

Galera, eu resolvi o erro do "A stop job is running..." que ocorria sempre ao desligar o linux e agora o que tá acontecendo é que ao iniciar o sistema essa mensagem aparece e acaba demorando um pouco pro Linux iniciar.


Qual é a partição que ele esta reclamando ?

Sobre a swap, era só alterar o uuid no fstab, não precisava formatar.
obs: não tem sda3 ?


--------------------------------------------------------------------------
Somente o Software Livre lhe garante as 4 liberdades.
Open Source =/= Free Software.
https://goo.gl/mRzpg3
http://www.anahuac.eu/contrarrevolucao-osi/


4. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Perfil removido
removido

(usa Nenhuma)

Enviado em 15/08/2017 - 23:41h

Eu também tive esse problema e resolvi seguindo essa dica que está no launchpad :
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/206358

This behavior is caused by the fact that you have somehow modified your swap partition (new linux setup? new hard disk? swap partition resize?) and thus initramfs-tools cannot find the swap/resume partition through the old UUID.

Summing some of the advices given here and there

1. first make the swap partition work again by
sudo mkswap /dev/sda9
(where sda9 should be the corresponding partition on your system. Check gparted to ensure this. This will DESTROY all your data if you use it on a data partition, like your /home one)

2. then compute the UUID of the new swap partition
sudo blkid /dev/sda9

3. change the UUID code in both these files
/etc/fstab
(only change the one concerning /dev/sda9!)
/etc/initramfs-tools/conf.d/resume

4. rebuild the initramfs with
update-initramfs -u

5. reboot

You can also change back the swap UUID with this command (thanks Lowell)
mkswap -U UUID /dev/swapdev
where UUID is the ID shown in both mentioned /etc files (the ID should be the same in both them, otherwise follow the 1-3 steps!)


5. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Daniel da Costa Hora Melo
danchmelo

(usa Linux Mint)

Enviado em 16/08/2017 - 07:46h

Mauriciodez escreveu:

danchmelo escreveu:
O que eu fiz pra resolver o erro anterior foi algo relacionado a apagar a partição de swap, criar outra e colocar o UUID gerada no /etc/fstab.


velho ... vc tava com problema no SWAP, apagou e criou outra ??? não acha que é trocar 6 por meia duzia ??? isso que é sofrência viu !!!

------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------


Rapaz, eu segui uma recomendação aqui do forum pra resolver um problema anterior a esse...e resolveu. Agora apareceu outro :P


6. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Daniel da Costa Hora Melo
danchmelo

(usa Linux Mint)

Enviado em 16/08/2017 - 07:46h

Giovanni_Menezes escreveu:

Galera, eu resolvi o erro do "A stop job is running..." que ocorria sempre ao desligar o linux e agora o que tá acontecendo é que ao iniciar o sistema essa mensagem aparece e acaba demorando um pouco pro Linux iniciar.


Qual é a partição que ele esta reclamando ?

Sobre a swap, era só alterar o uuid no fstab, não precisava formatar.
obs: não tem sda3 ?


--------------------------------------------------------------------------
Somente o Software Livre lhe garante as 4 liberdades.
Open Source =/= Free Software.
https://goo.gl/mRzpg3
http://www.anahuac.eu/contrarrevolucao-osi/


Já tinha tentado só alterar...não tinha resolvido
Rapaz...pelo visto nao tem sda3 nao asiudhasuid



7. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Daniel da Costa Hora Melo
danchmelo

(usa Linux Mint)

Enviado em 16/08/2017 - 07:47h

linuxlts escreveu:

Eu também tive esse problema e resolvi seguindo essa dica que está no launchpad :
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/206358

This behavior is caused by the fact that you have somehow modified your swap partition (new linux setup? new hard disk? swap partition resize?) and thus initramfs-tools cannot find the swap/resume partition through the old UUID.

Summing some of the advices given here and there

1. first make the swap partition work again by
sudo mkswap /dev/sda9
(where sda9 should be the corresponding partition on your system. Check gparted to ensure this. This will DESTROY all your data if you use it on a data partition, like your /home one)

2. then compute the UUID of the new swap partition
sudo blkid /dev/sda9

3. change the UUID code in both these files
/etc/fstab
(only change the one concerning /dev/sda9!)
/etc/initramfs-tools/conf.d/resume

4. rebuild the initramfs with
update-initramfs -u

5. reboot

You can also change back the swap UUID with this command (thanks Lowell)
mkswap -U UUID /dev/swapdev
where UUID is the ID shown in both mentioned /etc files (the ID should be the same in both them, otherwise follow the 1-3 steps!)


Vou tentar essas dicas, mas agora não estou com meu pc :D
Obrigado



8. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Usuario
USUARIO21

(usa Debian)

Enviado em 16/08/2017 - 09:05h

Estava com esse problema devido a ter removido meu swap por falta de uso, tive que editar o arquivo /etc/initramfs-tools/conf.d/resume
Vai ter algo assim dentro dele RESUME=UUID=6f33904e-cffa-4ef0-b65d-be015bfc8868
Caso tenha removido o swap e não criado outro deixe assim RESUME=none
Caso tenha alterado pegue o id do swap e substitua assim RESUME=UUID=<NOVOIDDOSWAPAQUI>


9. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Daniel da Costa Hora Melo
danchmelo

(usa Linux Mint)

Enviado em 16/08/2017 - 09:12h

Obrigado pela dica! Assim que chegar em casa eu testo..

Gostaria de tirar uma duvida com vocês...tenho necessidade de manter uma partição swap com um FX6300 + 8GB de RAM? Eu acho que não né? Tô usando o linux só pra estudar ...




10. Re: Gave up waiting for suspend/resume device ao iniciar o Linux (Debian)

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 16/08/2017 - 11:42h

danchmelo escreveu:

Obrigado pela dica! Assim que chegar em casa eu testo..

Gostaria de tirar uma duvida com vocês...tenho necessidade de manter uma partição swap com um FX6300 + 8GB de RAM? Eu acho que não né? Tô usando o linux só pra estudar ...



Precisa não !!!

------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts