I need to downgrade from 3.8.0-33 to version -29. After booting the latest kernel I'm greeted by a black screen. How do I keep this version permanently?
Output of dpkg -l linux-image*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Beschreibung
+++-==============-==============-============================================
un linux-image <keine> (keine Beschreibung vorhanden)
un linux-image-3. <keine> (keine Beschreibung vorhanden)
ii linux-image-3. 3.8.0-29.42~pr Linux kernel image for version 3.8.0 on 64 b
ii linux-image-3. 3.8.0-33.48~pr Linux kernel image for version 3.8.0 on 64 b
ii linux-image-ge 3.8.0.33.33 Generic Linux kernel image
Sorry it's German.
dpkg -l linux-image* | cat
? It cannot be seen the proper kernel versions. Also the output ofapt-cache linux-image-3.8*
– Braiam Nov 14 '13 at 22:09acpi_osi=Linux
If it worked can the change can be done more permanent in grub config. Change the lineGRUB_CMDLINE_LINUX=""
intoGRUB_CMDLINE_LINUX="acpi_osi=Linux"
. – Anders F. U. Kiær Nov 15 '13 at 00:20