All of lore.kernel.org
 help / color / mirror / Atom feed
From: "bibo,mao" <bibo.mao@intel.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU
Date: Thu, 07 Dec 2006 09:50:17 +0800	[thread overview]
Message-ID: <45777359.3040905@intel.com> (raw)
In-Reply-To: <4576E389.7010702@inf.tu-dresden.de>

Eeri Kask wrote:
> Yoshinori K. Okuji wrote:
>  >> (line 2-2)
>  >> syntax error
>  >> Incorrect command
>  >> ...
>  >> (line 12-12)
>  >> Press any key to continue...
>  >
>  > Hmm.. I think you need to put the open braces in the same line as "menuentry"
>  > commands.
> 
> Thank you for the hint!  :-)
> 
> So now my grub.cfg looks
> 
> menuentry "MacOSX" {
>   set root=(hd0,2)
>   chainloader /System/Library/CoreServices/boot.efi
> }
> 
> menuentry "GNU/Linux" {
>   set root=(hd0,5)
>   linux /boot/vmlinuz root=/dev/sda5
> }
> 
> and grub shows text-mode menu similar to the old version "0.97".

> 
> I think grub is working perfectly well since I can boot MacOSX as one
> would expect it to do (my supposition about eventually not reading HFS+
> journaled filesystems luckily proved to be false).
> 
> Then, selecting 'GNU/Linux' shows
> 
>     Booting 'GNU/Linux'
> 
>     [Linux-EFI, setup=0x1e00, size=0x231796]
> 
There is no initrd option in your menu, I do not know whether it can
successfully boot up without initrd option with grub2. you can enter
into rescue mode(command-line mode), and enter commands like this:
$linux /boot/vmlinuz root=/dev/sda5
$initrd /boot/xxx
$boot

And what is your linux kernel version?

> 
> and from now on nothing appears to the screen.  Shortly thereafter I
> notice USB-keyboard LEDs blinking on-off (num-lock, caps-lock,
> scroll-lock) at some time point, so maybe Linux is in the middle of
> booting I simply cannot visually observe.  Assuming booting is in
> progress, at some stage it fails though; otherwise I should have remote
> ssh-access if it had finished properly, staying in some unusable video
> state.
> So as you described, graphics drivers need to be investigated and patched.
> 
> 
>  > BTW, this report seems to be a proof that x86_64 starts up in 32-bit mode even
>  > on EFI, well, in Intel Mac. So do we really need to implement 64-bit support
>  > for x86_64?
> 
> As said, I was able to boot MacOSX 10.4.8 without any trouble on iMac
> intel T7400-cpu only using current grub2 from cvs  (i.e. without
> bootcamp, without refit, etc. etc.).
> Though, after finishing installation, without asking me MacOSX over the
> network automatically updated firmware, hopefully to the current latest
> version.
> 
> Greetings,
> 
>     Eeri Kask
> 
> 
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
> 



  reply	other threads:[~2006-12-07  1:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-03 17:05 EFI-dualbooting OSX and Linux on iMac with T7400-CPU Eeri Kask
2006-12-03 18:25 ` Yoshinori K. Okuji
2006-12-06 15:36   ` Eeri Kask
2006-12-07  1:50     ` bibo,mao [this message]
2006-12-14 13:10       ` Eeri Kask
2006-12-15  1:37         ` bibo,mao
2006-12-15  9:16           ` Eeri Kask
2006-12-18  3:31             ` bibo,mao
2006-12-13 12:49   ` Marco Gerards
2006-12-13 13:29     ` Thomas Schwinge
2006-12-13 13:52       ` Marco Gerards
2006-12-13 21:43       ` Yoshinori K. Okuji

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=45777359.3040905@intel.com \
    --to=bibo.mao@intel.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.