Package: kernel Version: Testing I am working on installing Debian under a QEMU MIPS emulator. I was able to get the Debian Stable branch to install and run properly using this:
http://ftp.de.debian.org/debian/dists/stable/main/installer-mips/current/images/malta/netboot/ However, when I attempt to use unstable or testing, I receive a kernel panic immediately on boot for install. I cannot really give a package name because it appears there's a problem in the kernel or init somewhere. http://ftp.de.debian.org/debian/dists/unstable/main/installer-mips/current/images/malta/netboot/ The error I get it as follows: [ 2.463767] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004 [ 2.463767] [ 2.464725] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004 At no point do I get to a location in the installer for me to interact with. Best, Mike