* Booting Mac OS X with GRUB 0.97 on x86
@ 2006-09-25 17:34 Gabriel Labelle
2006-09-25 18:06 ` Marco Gerards
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Labelle @ 2006-09-25 17:34 UTC (permalink / raw)
To: grub-devel
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Booting Mac OS X with GRUB 0.97 on x86
2006-09-25 17:34 Booting Mac OS X with GRUB 0.97 on x86 Gabriel Labelle
@ 2006-09-25 18:06 ` Marco Gerards
0 siblings, 0 replies; 2+ messages in thread
From: Marco Gerards @ 2006-09-25 18:06 UTC (permalink / raw)
To: The development of GRUB 2
Gabriel Labelle <glabelle@optimized.org> writes:
Hi,
> 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.
On bug-grub.
--
Marco
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-25 17:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25 17:34 Booting Mac OS X with GRUB 0.97 on x86 Gabriel Labelle
2006-09-25 18:06 ` Marco Gerards
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.