Guest User

Untitled

a guest
Oct 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Para parchearlo no tienes más que escribir (o copiar y pegar) en el terminal:
  2.  
  3. sudo gedit /etc/default/grub
  4.  
  5. y Enter. Y añadir pcie_aspm=force cambiando la línea
  6.  
  7. GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash"
  8.  
  9. por
  10.  
  11. GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi_osi=Linux pcie_aspm=force”
  12.  
  13. y para actualizar estos cambios en el arranque escribe en el terminal:
  14.  
  15. sudo update-grub
  16.  
  17. y Enter. Reinicias y listo.
Add Comment
Please, Sign In to add comment