Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian 9 kernel panic

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
mrneilypops
Posts: 1
Joined: 2017-06-23 19:36

Debian 9 kernel panic

#1 Post by mrneilypops »

I am having a problem installing Stretch.
I experience a kernel panic at boot as shown below.
I was able to install earlier Stretch RC versions OK.
The only change since then is the change of graphics card to GeForce GT610.

In the interim I have installed Debian Sid + kernel 4.11.0-1 without issue.

Could this be graphics card related?

Image

sys-info 23-06-17-using debian sid+kernel 4.11.01;

https://pastebin.com/Ch9gC0Yj

hjaspe
Posts: 1
Joined: 2017-07-24 00:58

Re: Debian 9 kernel panic

#2 Post by hjaspe »

I was same problem... this is the solution:

Boot your PC crash with Linux Live
Mount / (fdisk -l)
Remove file /lib/modules/4.9.0-3-amd64/kernel/drivers/gpu/drm/nouveau/*.ko

------------------------------------------------------------------------------------------------------------------
# mount -o rw /dev/sda5 /mnt
# chroot /mnt
# rm -i /lib/modules/4.9.0-3-amd64/kernel/drivers/gpu/drm/nouveau/*.ko

Now you can start up your PC

After that install your video driver:

#apt-get update
#aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms
#apt-get install nvidia-settings

Reboot and enjoy.

Post Reply