PROBLEMA CON KALI

Iniciado por Gn0m0, 21 Septiembre 2018, 03:41 AM

0 Miembros y 1 Visitante están viendo este tema.

Gn0m0

Hola, disculpen por la molestia, veran hace poco actualice kali linux y me produjo un error y nose como solucionarlo

[7.421856] ---[ end Kernel panic - not syncing: Attempted to kill init! exit code=0x00007f00]

ayuda porfavor.

OmarHack

Inicia el modo rescate desde un live CD y saca el log /var/log/kern.log
Puedes probar esto:
add-apt-repository ppa:yannubuntu/boot-repair
sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list
sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &)
after that, boot-repair should open automatically

click the "advanced options" to expand
in the "Main options" tab, check "Reinstall GRUB" and "Repair file systems" Repairing file systems is the most important part as the kernel panics happen because of some file system error.
int the "Grub options" tab, check "Purge GRUB before reinstalling it"
and of course you must have internet connection as you will be installing new files. and finally click Apply.
I like to test things.