All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Labelle <glabelle@optimized.org>
To: grub-devel@gnu.org
Subject: Booting Mac OS X with GRUB 0.97 on x86
Date: Mon, 25 Sep 2006 19:34:45 +0200	[thread overview]
Message-ID: <1159205685.31046.15.camel@macbook> (raw)

Hello,

I know this might not be the place to ask about problem related to GRUB
legacy but I didn't know where else to look for help.

I have tree 4 partitions my MacBook:

$ sudo parted /dev/sda
GNU Parted 1.7.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
print                                                            

Disk /dev/sda: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      32.3kB  5503MB  5503MB  primary  ext3              
 2      5503MB  68.1GB  62.6GB  primary  ext3              
 3      68.1GB  79.9GB  11.8GB  primary  hfs+         boot 
 4      79.9GB  80.0GB  132MB   primary  linux-swap        

So, to make a short story I dd the hfs+ partition and installed Ubuntu
after converting the partition type to MS-DOS, and then dd the hfs+
partition back to /dev/sda3. I'm now able to mount it and read its
content from within Ubuntu.

But I would like to boot it using GRUB when needed (if possible). So I
configured my /boot/grub/menu.lst file like this:

title           Mac OS X
root            (hd0,2)
chainloader     +1

But I get the Error 13: Invalid or unsupported executable format.

Any idea about how I could make this happen? Many thanks for your time
and help.

-- 
Gabriel Labelle <glabelle@optimized.org>




             reply	other threads:[~2006-09-25 17:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-25 17:34 Gabriel Labelle [this message]
2006-09-25 18:06 ` Booting Mac OS X with GRUB 0.97 on x86 Marco Gerards

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=1159205685.31046.15.camel@macbook \
    --to=glabelle@optimized.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.