Skip to content

Instantly share code, notes, and snippets.

@gainskills
Last active February 9, 2018 05:04
Show Gist options
  • Save gainskills/6f00870f797e219a3967c2a718916689 to your computer and use it in GitHub Desktop.
Save gainskills/6f00870f797e219a3967c2a718916689 to your computer and use it in GitHub Desktop.
eve/unl asa9 err
Fix the error:
main-loop: WARNING: I/O thread spun for 1000 iterations
Alternative: run ASA9 on EVE/UNL, EVE version: 2.0.3-86
Refer to http://www.fixedbyvonnie.com/2015/05/how-to-setup-an-5520-asa-5-2-in-gns-3-version-1-3/#.WnwYwZNuYWo
Update the parameters:
1. RAM which should be 1,024MB
2. Qemu binary: 2.9 and the x86_64 version
3. make sure the adapter type is default value: tpl(i82559er)
Note: The options which starts with E1000 doesn't work
4. Qemu parameters: -machine type=pc-1.0,accel=tcg -icount auto -hdachs 980,16,32 -nographic
-------------------------------------------
Error1:
with qemu option: i386 platform, parameter: -machine type=pc-1.0,accel=tcg
It frozen at
CPU: Intel QEMU Virtual CPU version 1.0 stepping 03
Checking 'hlt' instruction...
--------------------------------------------
Error2:
Change Qemu binary to version2.9 to resolve the issue:
It froze at
ide: forcing hda as a disk (980/16/32)
Clocksource tsc unstable (delta = 37885541749 ns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment