WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: kernel panic - not syncing fatal exception in interrupt  (Read 14794 times)

Offline krlosg7

  • Newbie
  • *
  • Posts: 5
kernel panic - not syncing fatal exception in interrupt
« on: November 06, 2015, 02:02:28 PM »
I have multiple machine tiny in virtual machine. i use this command for every tiny image.

Code: [Select]
qemu-system-i386 -m 48 -boot c -hda tinycore1.img -name vm1 -no-acpi -net nic,macaddr=52:66:99:66:42:11,model=pcnet -net tap,ifname=$TAP,script=no -vnc :1 -daemonize

qemu-system-i386 -m 48 -boot c -hda tinycore2.img -name vm2 -no-acpi -net nic,macaddr=52:66:99:66:42:12,model=pcnet -net tap,ifname=$TAP,script=no -vnc :2 -daemonize

sometimes after 20 tiny core machines i have this message over somes machines
Code: [Select]
kernel panic - not syncing fatal exception in interrupt and the interface eth0 is not up. only the interface loopback work...:-\

i see this post http://forum.tinycorelinux.net/index.php?topic=13453.0 but i'm not sure how i can fix the bootloader.

thanks in advance!

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: kernel panic - not syncing fatal exception in interrupt
« Reply #1 on: November 06, 2015, 08:17:30 PM »
Sounds like a qemu issue.

Offline krlosg7

  • Newbie
  • *
  • Posts: 5
Re: kernel panic - not syncing fatal exception in interrupt
« Reply #2 on: November 07, 2015, 01:14:59 PM »
Sounds like a qemu issue.

i have changed the sound parameters and i have the same result.

$ export QEMU_AUDIO_DRV=alsa 
$ qemu-system-i386 -device ES1370

« Last Edit: August 15, 2021, 08:27:31 AM by Rich »

Offline krlosg7

  • Newbie
  • *
  • Posts: 5
Re: kernel panic - not syncing fatal exception in interrupt
« Reply #3 on: November 09, 2015, 08:14:55 AM »
Sounds like a qemu issue.

i have changed the sound parameters and i have the same result.

$ export QEMU_AUDIO_DRV=alsa 
$ qemu-system-i386 -device ES1370

I solve this problem. the solution change the processor speed and works like a charm  :P


thanks