While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- New Steam Controller 2 and VR controller designs got leaked
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- Steam Deck OLED wins Best Gaming Hardware in the Golden Joystick Awards 2024
- The latest from Prime Gaming - November 22 edition - lots for Steam Deck / Linux
- > See more over 30 days here
-
Mesa 24.2.8 released for Linux with bug fixes, last upd…
- d3Xt3r -
We're getting a Palworld x Terraria crossover, major Pa…
- ElectricPrism -
Steam Deck hits 17,000 games playable and verified
- silverhikari -
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- enigmaxg2 -
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- Jarmer - > See more comments
- Adjusted our game pages search bar
- Zlopez - Astral Ascent - is it really like Dead Cells?
- CatKiller - The Nightdive Source Port List
- Shmerl - New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - See more posts
View PC info
apt-get -t stretch-backports install linux-image-amd64
but this time, after doing so, such a system cannot be booted. It just hangs at a point where I cannot even drop to terminal. Ouch.View PC info
You use nVidia drivers? The bug is there. They fixed it in 390.67-2 (-2 being the patch where they fixed it)
Or try this in your grub config.
GRUB_CMDLINE_LINUX="slab_common.usercopy_fallback=Y"
Then run grub-update.
nvidia-graphics-drivers (390.67-2) unstable; urgency=high
* Add kmem_cache_create_usercopy.patch from Red Hat, fixing "Bad or missing
usercopy whitelist? Kernel memory exposure attempt detected from SLUB
object 'nvidia_stack_cache'" on Linux kernels that have disabled
CONFIG_HARDENED_USERCOPY_FALLBACK (i.e. linux-image-4.16.0-2-* or newer).
(Closes: #901919)
-- Andreas Beckmann <[email protected]> Thu, 05 Jul 2018 02:01:31 +0200
View PC info
when I boot that drive on Ryzen hardware it works okaybegins strobing the display before reaching any login, settingnomodeset
is okay, still gets farther than Kabini though.EDIT_NOT_EDIT: "backporting" unstable's 4.17 is truly running okay for real™ this time; currently testing various functionalities for stability.
View PC info
View PC info
I've had the same problem myself, but with Debian 10 Buster (testing). The screen-going-blank and then failing to boot any further has been reported as due to Nvidia binary blob driver incompatibilities with the Linux kernel. This happened for me with kernel: linux-image-4.16.0-2
I have been intending to fix the issue properly, but as yet I've "solved" it by going onto my Grub2 menu and selecting the previous kernel: linux-image-4.16.0-1 This one boots up without the problem.
I don't know for sure (because I haven't tried it yet), but THIS command might resolve the problem:
dpkg-reconfigure nvidia-kernel-dkms
View PC info
View PC info