#1 Le 11/09/2015, à 18:59
- romain3434
déchiffrement impossible depuis maj vers noyau 3.19.0-29 [résolu]
Bonjour,
Au démarrage, je tombe sur un écran où on me demande ma passphrase. Jusque là tout va bien, sauf que la taille des polices et la résolution semble inadéquat à mon écran et aucun caractère n'est saisi lorsque je tape ma passphase.
Je peux en revanche démarrer sur le noyau inférieur 3.19.0-28-generic
Je suis sous lubuntu 15.04
merci et bonne journée à tous
Romain
Dernière modification par romain3434 (Le 02/10/2015, à 13:44)
Hors ligne
#2 Le 14/09/2015, à 20:58
- romain3434
Re : déchiffrement impossible depuis maj vers noyau 3.19.0-29 [résolu]
Bonjour,
Au moins je me sens moins seul. Apparemment certains travaillent dessus.
https://bugs.launchpad.net/ubuntu/+sour … ug/1495112
Bonne soirée.
Romain
Hors ligne
#3 Le 02/10/2015, à 13:42
- romain3434
Re : déchiffrement impossible depuis maj vers noyau 3.19.0-29 [résolu]
Bonjour,
j'ai trouvé solution à mon problème en suivant le rapport de Bug. Je suis sous 3.19.0-30-generic, lubuntu 15.04 avec lenovo T450S.
Il y a diverses solutions qui sont proposées.
Celle qui fonctionne pour ma config a été de modifier le grub comme suit:
sudo leafpad /etc/default/grub
puis changer
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
pour
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
puis
sudo update-grub
et redemarrer. Alors j'ai une invite en mode texte pour saisir ma passphrase.
voici ma config complète du grub si ça peut aider.
Bonne journée.
Romain
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# GRUB_GFXPAYLOAD_LINUX=text
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Hors ligne