From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: AMI Aptio EFI booting problems on ASUS G73SW-A1
Date: Sat, 05 Feb 2011 22:56:58 -0600 [thread overview]
Message-ID: <4D4E2A1A.5090700@gmail.com> (raw)
In-Reply-To: <AANLkTinGZAy-fucAUeoVA++SXFqDv5zBg3nwC4XeCRbR@mail.gmail.com>
Nate Weibley wrote:
> Per your suggestion I tried other linux distros with various kernels. So far
> none of the EFI enabled distros are working. They do work if booted via BIOS
> though, of course. Windows 7 64bit *does * boot appropriately via EFI, so
> it's hard to say where the fault is. If Windows is booting though, it seems
> more likely something is going wrong in the Linux kernel EFI handling, or
> perhaps as you say GRUB is passing incorrect pointers. Either way, they all
> exhibit the exact same behavior... the kernel is loaded, and at the point
> init should be called, the system stalls with no debug or error message.
>
> I will continue testing as kernel revisions are released, but I'm not sure
> how else I can bang away at trying to get EFI to boot without any sort of
> error message or debugging info.
I am not an expert in GRUB or EFI, but what it sounds like to me is that
the initrd for the systems you are using does not have EFI support.
Personally, I never use initrd but build my own kernels with all
capabilities needed built in (not modules). You can test this by
building your own kernel and ensure EFI_PARTITION is built in during the
configure phase.
-> File systems
-> Partition Types
-> Advanced partition selection (PARTITION_ADVANCED [=y])
Then if the kernel image is, say, /boot/linux-2.6.37, an entry in
boot.cfg like:
menuentry "My test kernel" {
set root=(hd0,<your partition>)
linux /boot/linux-2.6.37 root=/dev/<your partition> ro
}
would be all that's needed.
That may not be your final answer, but if it does boot, then GRUB is
doing it's job and the problem is in the distro you are using.
-- Bruce
next prev parent reply other threads:[~2011-02-06 4:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-06 2:57 AMI Aptio EFI booting problems on ASUS G73SW-A1 Nate Weibley
2011-02-06 4:56 ` Bruce Dubbs [this message]
2011-02-06 11:40 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-02-06 12:34 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-02-06 17:07 ` Nate Weibley
-- strict thread matches above, loose matches on Subject: below --
2011-02-04 13:54 Nate Weibley
2011-02-04 16:19 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-02-03 20:10 Nate Weibley
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=4D4E2A1A.5090700@gmail.com \
--to=bruce.dubbs@gmail.com \
--cc=grub-devel@gnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.