public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: devzero@web.de
Cc: keith@karsites.net, linux-kernel@vger.kernel.org
Subject: Re: Problems with edd
Date: Tue, 10 Jun 2008 15:48:07 -0700	[thread overview]
Message-ID: <484F04A7.1090503@zytor.com> (raw)
In-Reply-To: <311993399@web.de>

devzero@web.de wrote:
>> Hi all. I have a problem with trying to boot from a Fedora 9 
>> installation CD-R. It works on another machine, so the disk 
>> is OK. I guess if anyone knows the answer then it will be 
>> found here on the kernel developers list.
>>
>> When trying to boot from a CD-R installation disk, on my 
>> Advent 6415 laptop I get the following:
>>
>> Welcome to Fedora 9! [the installer splash screen]
>>
>>  I then click on either:
>>
>>  Install or upgrade an existing system
>>  [or]
>>  Install or upgrade an existing system (text mode)
>>
>>  [both give me the same following error]
>>
>> Loading vmlinuz........................................... 
>> ..............
>>
>>  Loading initrd.img........................................ 
>> .................
>>  ...............ready.
>>  Probing EDD (edd=off to disable)... ok
>>  vmlinuz: attempted DOS system call
>>  boot:

This message means something has invoked an interrupt in the range 0x20 
to 0x3f, which it should never have done, since that's in the operating 
system range.

Given the complaint about vesamenu further down the page, I'm assuming 
the VESA BIOS is invoking a DOS interrupt(!!!!)... although it's very 
hard to say for sure.

It might be possible to track down by augmenting syslinux to print the 
CS:IP of the supposed DOS system call; if this is the VESA BIOS, it 
would be in the range C000:xxxx.

This probably would be a useful hack anyway, so I'll just implement it.

	-hpa

  parent reply	other threads:[~2008-06-10 22:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-10 21:58 Problems with edd devzero
2008-06-10 22:44 ` H. Peter Anvin
2008-06-10 22:48 ` H. Peter Anvin [this message]
2008-06-10 23:39 ` H. Peter Anvin
2008-06-11 20:08   ` Keith Roberts
2008-06-11 20:13     ` H. Peter Anvin
2008-06-11 23:52       ` Keith Roberts
2008-06-11 23:55         ` H. Peter Anvin
2008-06-11 11:18 ` Keith Roberts
  -- strict thread matches above, loose matches on Subject: below --
2008-06-10 17:48 Keith Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=484F04A7.1090503@zytor.com \
    --to=hpa@zytor.com \
    --cc=devzero@web.de \
    --cc=keith@karsites.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox