Tiny Core Linux
General TC => Tiny Core on Virtual Machines => Topic started by: krlosg7 on November 06, 2015, 05:02:28 PM
-
I have multiple machine tiny in virtual machine. i use this command for every tiny image.
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
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!
-
Sounds like a qemu issue.
-
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
-
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