All of lore.kernel.org
 help / color / mirror / Atom feed
From: Isaac Dupree <id@isaac.cedarswampstudios.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] New x86_64 EFI patch
Date: Mon, 23 Jun 2008 07:58:58 -0400	[thread overview]
Message-ID: <485F9002.2000704@isaac.cedarswampstudios.org> (raw)
In-Reply-To: <ca0f59980806211004wc7ebb31j405201e26833a657@mail.gmail.com>

Bean wrote:
> On Sat, Jun 21, 2008 at 1:04 AM, Bean <bean123ch@gmail.com> wrote:
>> Hi,
>>
>> This new patch add the following function to the original x86_64 EFI patch:
>>
>> 1, Fix menu drawing problem
>> It maps the unicode char to EFI char so that the rectangle box is
>> showed properly
>>
>> 2, Handle command line option for chainloader command
>>
>> 3, Add new command appleloader
>> The command is used to enable bios boot in apple's bootcamp, for example
>>
>> boot from legacy mbr:
>> appleloader HD
>> boot
>>
>> boot from legacy cd:
>> appleloader CD
>> boot
>>
>> boot from usb:
>> appleloader USB
>> boot
>>
>> The usb booting may not work in some machine.

I'm not so sure about that syntax.  Is there really only one way to boot 
from HD or USB? (for example I've been storing pc-GRUB2 in fat16 header 
on third partition, not mbr, and rEFIt finds it there).  How does 
Windows do it (can we boot Windows using this)? (even though Apple made 
BootCamp for windows, I don't want to find out personally.)  I guess 
you're stuck with some limitations of the apple bios software?  Also , 
"appleloader CD" makes me think it should be used even for Mac OS X 
boot-CD's, which I doubt it should?

> Hi,
> 
> I also fix a few problem in the linux loader, now it can load both 686
> and x86_64 kernel from 64-bit EFI firmware.

do you mean linux successfully booting, or hanging as before?

> Would someone test it in 32-bit EFI ?

I get an error during `make`, after (from a clean tree)
cvs up; patch -p1 -l < ~/../downloads/efi_5.diff;
./configure --with-platform=efi; make

cat kernel_syms.lst def-normal.lst def-_chain.lst def-chain.lst 
def-_linux.lst def-linux.lst def-cpuid.lst def-halt.lst def-reboot.lst 
def-fshelp.lst def-fat.lst def-ufs.lst def-ext2.lst def-ntfs.lst 
def-ntfscomp.lst def-minix.lst def-hfs.lst def-jfs.lst def-iso9660.lst 
def-xfs.lst def-affs.lst def-sfs.lst def-hfsplus.lst def-reiserfs.lst 
def-cpio.lst def-udf.lst def-afs.lst def-amiga.lst def-apple.lst 
def-pc.lst def-sun.lst def-acorn.lst def-gpt.lst def-raid.lst 
def-lvm.lst def-hello.lst def-boot.lst def-terminal.lst def-ls.lst 
def-cmp.lst def-cat.lst def-echo.lst def-help.lst def-font.lst 
def-search.lst def-test.lst def-loopback.lst def-configfile.lst 
def-terminfo.lst def-blocklist.lst def-hexdump.lst def-elf.lst 
def-gzio.lst def-read.lst def-sleep.lst /dev/null \
	  | mawk -f ./genmoddep.awk und-kernel.lst und-normal.lst 
und-_chain.lst und-chain.lst und-_linux.lst und-linux.lst und-cpuid.lst 
und-halt.lst und-reboot.lst und-fshelp.lst und-fat.lst und-ufs.lst 
und-ext2.lst und-ntfs.lst und-ntfscomp.lst und-minix.lst und-hfs.lst 
und-jfs.lst und-iso9660.lst und-xfs.lst und-affs.lst und-sfs.lst 
und-hfsplus.lst und-reiserfs.lst und-cpio.lst und-udf.lst und-afs.lst 
und-amiga.lst und-apple.lst und-pc.lst und-sun.lst und-acorn.lst 
und-gpt.lst und-raid.lst und-lvm.lst und-hello.lst und-boot.lst 
und-terminal.lst und-ls.lst und-cmp.lst und-cat.lst und-echo.lst 
und-help.lst und-font.lst und-search.lst und-test.lst und-loopback.lst 
und-configfile.lst und-terminfo.lst und-blocklist.lst und-hexdump.lst 
und-elf.lst und-gzio.lst und-read.lst und-sleep.lst > moddep.lst \
	  || (rm -f moddep.lst; exit 1)
grub_pci_make_address in _linux is not defined
make: *** [moddep.lst] Error 1



  reply	other threads:[~2008-06-23 11:59 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-20 17:04 [PATCH] New x86_64 EFI patch Bean
2008-06-21 17:04 ` Bean
2008-06-23 11:58   ` Isaac Dupree [this message]
2008-06-23 12:53     ` Bean
2008-06-24 12:52   ` Isaac Dupree
2008-06-24 13:12     ` Bean
2008-06-24 16:57       ` Isaac Dupree
2008-06-24 17:11         ` Bean
2008-06-24 21:59           ` Isaac Dupree
2008-06-25  6:49             ` Bean
2008-06-25 12:50               ` Isaac Dupree
2008-06-25 13:54                 ` Bean
2008-06-28 10:51                   ` Isaac Dupree
2008-06-28 11:55                     ` Bean
2008-06-29 23:55                       ` Isaac Dupree
2008-06-30  5:05                         ` Bean
2008-07-02 13:43                           ` Bean
2008-07-05 23:02                           ` Isaac Dupree
2008-07-06  4:31                             ` Bean
2008-07-08 16:16                               ` Isaac Dupree
2008-07-08 16:31                                 ` Bean
2008-07-12 14:41                                   ` Robert Millan
2008-07-12 15:16                                     ` Bean
2008-07-12 15:26                                       ` Bean
2008-07-12 17:10                                         ` Robert Millan
2008-07-12 18:05                                           ` Bean
2008-07-17  9:50                                             ` Bean
2008-07-17 15:02                                               ` Javier Martín
2008-07-17 15:18                                                 ` Bean
2008-07-17 15:28                                                   ` Pavel Roskin
2008-07-17 15:22                                                 ` Pavel Roskin
2008-07-17 15:26                                                   ` Bean
2008-07-17 15:45                                                     ` Javier Martín
2008-07-17 15:50                                                       ` Bean
2008-07-17 16:01                                                         ` Javier Martín
2008-07-17 16:17                                                           ` Pavel Roskin
2008-07-17 16:06                                                         ` Pavel Roskin
2008-07-17 16:17                                                           ` Javier Martín
2008-07-19 15:01                                             ` generic BIOS-less boot (Re: [PATCH] New x86_64 EFI patch) Robert Millan
2008-07-12 15:26                                       ` [PATCH] New x86_64 EFI patch Robert Millan
2008-07-12 15:37                                         ` Bean
2008-07-12 15:48                                           ` Bean
2008-06-25 12:59               ` Isaac Dupree
2008-07-03 18:11 ` Marco Gerards
2008-07-03 19:51   ` Bean

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=485F9002.2000704@isaac.cedarswampstudios.org \
    --to=id@isaac.cedarswampstudios.org \
    --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.