From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Relson Subject: ERROR: Port ... not available Date: Sat, 4 Jul 2009 16:02:23 -0400 Message-ID: <20090704160223.71532dc2@osage.osagesoftware.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: linux-msdos Hi Bart, Changing focus... The first error reported in boot.log is: ERROR: Port 0xac1c is not available (outw), "save_vga_state" failed. Since the port number doesn't appear in hwinfo or lspci, it seems that adding some debug statements to dosemu might help. The message above comes from ports, notably port_not_avail_outw() which calls check_crit_section() which spits out the message. Looks like I need to trace backwards to see how/why port_not_avail_outw is being passed address 0xAC1C. Have you any suggestions of a better approach? Regards, David