<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ASA Simulation on Ubunut QEMU</title>
	<atom:link href="http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/feed" rel="self" type="application/rss+xml" />
	<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html</link>
	<description>Think analog, act digital</description>
	<lastBuildDate>Mon, 26 Dec 2011 02:27:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: hengdu</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6353</link>
		<dc:creator>hengdu</dc:creator>
		<pubDate>Wed, 16 Nov 2011 17:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6353</guid>
		<description>I&#039;ll try to reproduce but it seemed it didn&#039;t happened in my environment. Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try to reproduce but it seemed it didn&#8217;t happened in my environment. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noproblem</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6352</link>
		<dc:creator>noproblem</dc:creator>
		<pubDate>Wed, 16 Nov 2011 11:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6352</guid>
		<description>Hello
I followed the steps above , when i run the ASA i receive the errors below: 
 hda: unknown partition table
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI Shortcut mode
VFS: Cannot open root device &quot;&quot; or unknown-block(3,2)
Please append a correct &quot;root=&quot; boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,2)
 
Can you help? Thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
I followed the steps above , when i run the ASA i receive the errors below:<br />
 hda: unknown partition table<br />
TCP bic registered<br />
NET: Registered protocol family 1<br />
NET: Registered protocol family 17<br />
Using IPI Shortcut mode<br />
VFS: Cannot open root device &#8220;&#8221; or unknown-block(3,2)<br />
Please append a correct &#8220;root=&#8221; boot option<br />
Kernel panic &#8211; not syncing: VFS: Unable to mount root fs on unknown-block(3,2)</p>
<p>Can you help? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nearly-there</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6348</link>
		<dc:creator>Nearly-there</dc:creator>
		<pubDate>Wed, 12 Oct 2011 17:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6348</guid>
		<description>Hi, new to Ubuntu, but have nearly got this working by simply pasting in the various commands.

All the files appear to be available, have created my flash drive, 
But, am failing at the part where it starts QEMU, after the first line the console returns  a &gt; prompt, I enter the second line, get another &gt;, after hitting return on the 3rd line i get the following:

pci_add_option_rom: failed to find romfile &quot;pxe-rtl8139.bin&quot;

I&#039;ve no idea what this means, HELP!!

One question, when using a router in GNS3 i simply put the correct IOS into the image file, tell GNS3 to use that image. Can I run one of these unpacked ASA802 files in the same way?</description>
		<content:encoded><![CDATA[<p>Hi, new to Ubuntu, but have nearly got this working by simply pasting in the various commands.</p>
<p>All the files appear to be available, have created my flash drive,<br />
But, am failing at the part where it starts QEMU, after the first line the console returns  a &gt; prompt, I enter the second line, get another &gt;, after hitting return on the 3rd line i get the following:</p>
<p>pci_add_option_rom: failed to find romfile &#8220;pxe-rtl8139.bin&#8221;</p>
<p>I&#8217;ve no idea what this means, HELP!!</p>
<p>One question, when using a router in GNS3 i simply put the correct IOS into the image file, tell GNS3 to use that image. Can I run one of these unpacked ASA802 files in the same way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dense</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6343</link>
		<dc:creator>dense</dc:creator>
		<pubDate>Sat, 20 Aug 2011 00:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6343</guid>
		<description>Good stuff !!
please elaborate on how you got the ZIP Header? and how did you noticed it was a compressed header and not a partition?

Thank you a lot!

--
Search for the ZIP header. We can see that the ZIP file starts at offset 1228b0.

grep “1f 8b 08 00 1d” asa802-k8.hex
001228b0  1f 8b 08 00 1d 3d 73 46  00 03 ec 3a 6d 54 14 57  &#124;…..=sF…:mT.W&#124;</description>
		<content:encoded><![CDATA[<p>Good stuff !!<br />
please elaborate on how you got the ZIP Header? and how did you noticed it was a compressed header and not a partition?</p>
<p>Thank you a lot!</p>
<p>&#8211;<br />
Search for the ZIP header. We can see that the ZIP file starts at offset 1228b0.</p>
<p>grep “1f 8b 08 00 1d” asa802-k8.hex<br />
001228b0  1f 8b 08 00 1d 3d 73 46  00 03 ec 3a 6d 54 14 57  |…..=sF…:mT.W|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hengdu</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6302</link>
		<dc:creator>hengdu</dc:creator>
		<pubDate>Thu, 21 Oct 2010 16:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6302</guid>
		<description>sorry I didn&#039;t notice that. I haven&#039;t got time to investigate how to simulate version 8.2. Maybe I&#039;ll update that later on.</description>
		<content:encoded><![CDATA[<p>sorry I didn&#8217;t notice that. I haven&#8217;t got time to investigate how to simulate version 8.2. Maybe I&#8217;ll update that later on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthikaravind</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6301</link>
		<dc:creator>karthikaravind</dc:creator>
		<pubDate>Thu, 21 Oct 2010 01:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6301</guid>
		<description>Dear Henry,
I know for 8.02
I want for ASA 8.2</description>
		<content:encoded><![CDATA[<p>Dear Henry,<br />
I know for 8.02<br />
I want for ASA 8.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hengdu</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6300</link>
		<dc:creator>hengdu</dc:creator>
		<pubDate>Wed, 20 Oct 2010 21:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6300</guid>
		<description>have you generated asa802-k8.initrd.gz and asa802-k8.kernel already? 

If no, please follow the instruction on the blog. 

If yes, please launch GNS3, go to menu Edit -&gt; Preferences, click on Qemu on left panel. Click on ASA tab on main panel. 

Memeory: 256
NIC: e1000
Qemu Options: -hdachs 980,16,32
(Leave two K* options unchecked)
Initrd: D:\&lt;your path&gt;\asa802-k8.initrd.gz
Kernel: D:\&lt;your path&gt;\asa802-k8.kernel
Kernel cmd line: auto console=ttyS0,9600 bigphysarea=16384 ide1=noprobe

Then, apply the configuration. Drag ASA to you diagram box. Right-click to start. There is a console box shown. Then, right-click the ASA icon to connect to console, your putty is launched by default. Then, you type in &quot;/asa/bin/lina&quot;. Finally, you accessed to your ASA.

Hope it will help some.</description>
		<content:encoded><![CDATA[<p>have you generated asa802-k8.initrd.gz and asa802-k8.kernel already? </p>
<p>If no, please follow the instruction on the blog. </p>
<p>If yes, please launch GNS3, go to menu Edit -> Preferences, click on Qemu on left panel. Click on ASA tab on main panel. </p>
<p>Memeory: 256<br />
NIC: e1000<br />
Qemu Options: -hdachs 980,16,32<br />
(Leave two K* options unchecked)<br />
Initrd: D:\<your path>\asa802-k8.initrd.gz<br />
Kernel: D:\</your><your path>\asa802-k8.kernel<br />
Kernel cmd line: auto console=ttyS0,9600 bigphysarea=16384 ide1=noprobe</p>
<p>Then, apply the configuration. Drag ASA to you diagram box. Right-click to start. There is a console box shown. Then, right-click the ASA icon to connect to console, your putty is launched by default. Then, you type in &#8220;/asa/bin/lina&#8221;. Finally, you accessed to your ASA.</p>
<p>Hope it will help some.</your></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthikaravind</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6299</link>
		<dc:creator>karthikaravind</dc:creator>
		<pubDate>Wed, 20 Oct 2010 01:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6299</guid>
		<description>I need to use ASA 8.2 (not 8.02) with GNS3.
Please help me with the procedure for getting that running in GNS3</description>
		<content:encoded><![CDATA[<p>I need to use ASA 8.2 (not 8.02) with GNS3.<br />
Please help me with the procedure for getting that running in GNS3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hengdu</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6298</link>
		<dc:creator>hengdu</dc:creator>
		<pubDate>Tue, 19 Oct 2010 17:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6298</guid>
		<description>yeah, what can I do for you?</description>
		<content:encoded><![CDATA[<p>yeah, what can I do for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthikaravind</title>
		<link>http://henrydu.com/blog/how-to/linux/asa-simulation-on-ubunut-qemu-321.html/comment-page-1#comment-6296</link>
		<dc:creator>karthikaravind</dc:creator>
		<pubDate>Tue, 19 Oct 2010 16:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://henrydu.com/blog/?p=321#comment-6296</guid>
		<description>Has anyone succeeded in getting the initrd and kernel for ASA 8.2 that can be used with GNS3 ?</description>
		<content:encoded><![CDATA[<p>Has anyone succeeded in getting the initrd and kernel for ASA 8.2 that can be used with GNS3 ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

