Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Community Lounge > Mac Chat
FedoraForum Search

Forgot Password? Join Us!

Mac Chat The place to discuss your Fedora/ Mac woes (including ibooks and powerbooks).

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th March 2010, 03:19 PM
vimunix Offline
Registered User
 
Join Date: Mar 2010
Posts: 5
linuxfedorafirefox
Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

http://www.aei.mpg.de/~pau/Triple_Boot_MaBook_Pro.html

Comments welcome

Best
Reply With Quote
  #2  
Old 6th March 2010, 05:00 PM
axet Offline
Registered User
 
Join Date: Jul 2008
Posts: 378
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

is it ati or nvidia?

---------- Post added at 09:00 AM CST ---------- Previous post was at 08:55 AM CST ----------

and please tell me more about "conf.list"
Reply With Quote
  #3  
Old 6th March 2010, 07:24 PM
vimunix Offline
Registered User
 
Join Date: Mar 2010
Posts: 5
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

a "c" fixed

http://www.aei.mpg.de/~pau/Triple_Boot_MacBook_Pro.html

---------- Post added at 09:39 AM CST ---------- Previous post was at 09:21 AM CST ----------

how to tell? linux dmesg is a mess ...

sorry, I don't know my way in linux... in OpenBSD I would simply look at dmesg... I don't want to reboot now

And...

Code:
gumby(pts/2)| dmesg| wc -l     
2138
2138 lines of dmesg? Must be a (bad) joke

---------- Post added at 09:44 AM CST ---------- Previous post was at 09:39 AM CST ----------

forgot to say that of course I greped for ati and nvidia and graphic* and found nothing in dmesg...

---------- Post added at 11:24 AM CST ---------- Previous post was at 09:44 AM CST ----------

I am curious... has anybody got the sound to work?

I don't see how to fix that one....
Reply With Quote
  #4  
Old 6th March 2010, 07:25 PM
axet Offline
Registered User
 
Join Date: Jul 2008
Posts: 378
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

just from the box: MacBook 2,1
Reply With Quote
  #5  
Old 7th March 2010, 03:52 PM
vimunix Offline
Registered User
 
Join Date: Mar 2010
Posts: 5
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

I seem to have fixed it partially now... page has been updated
Reply With Quote
  #6  
Old 16th April 2010, 09:12 AM
84matte84 Offline
Registered User
 
Join Date: Apr 2010
Posts: 13
windows_xp_2003firefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

I followed the tutorial of "trial boot ..." but i still can't boot fedora...I parted the disk both from anaconda and mac osx disk-utility, i have installed grub in the / partition and not in the MBR, i have fixed the partition table with refit and shutdown the pc from refit utility but i still can't boot fedora.
I have a blank black screen with the string "GRUB GRUB" and a blinking cursor and nothings happen....

please help me....

thank you
Reply With Quote
  #7  
Old 16th April 2010, 09:14 AM
axet Offline
Registered User
 
Join Date: Jul 2008
Posts: 378
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

seems you move partition after fedora was installed.

try to reinstall or boot your mac from cd/usb linux and fix grub installer by:

grub-install /dev/sda3
Reply With Quote
  #8  
Old 16th April 2010, 09:15 AM
84matte84 Offline
Registered User
 
Join Date: Apr 2010
Posts: 13
windows_xp_2003firefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

i'll try and post here the result....thank u for the rapid answer...
Reply With Quote
  #9  
Old 17th April 2010, 01:21 AM
84matte84 Offline
Registered User
 
Join Date: Apr 2010
Posts: 13
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

your solutiond does not work for me....i have the following error....please help me....

[root@localhost ~]# fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sda1 1 26 204819+ ee GPT
/dev/sda2 26 9736 77993928 af HFS / HFS+
/dev/sda3 * 9752 29878 161659904 83 Linux
/dev/sda4 29878 30402 4207616 c0 Unknown

Disk /dev/dm-0: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-1 doesn't contain a valid partition table
[root@localhost ~]# grub-install /dev/sda3
The file /boot/grub/stage1 not read correctly.
[root@localhost ~]#
Reply With Quote
  #10  
Old 17th April 2010, 07:16 AM
axet Offline
Registered User
 
Join Date: Jul 2008
Posts: 378
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

try

gptsync /dev/sda
grub-install --recheck /dev/sda3
Reply With Quote
  #11  
Old 17th April 2010, 08:27 AM
84matte84 Offline
Registered User
 
Join Date: Apr 2010
Posts: 13
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

it still doesn't work

[root@localhost ~]# gptsync /dev/sda

Current GPT partition table:
# Start LBA End LBA Type
1 40 409639 EFI System (FAT)
2 409640 156397495 Mac OS X HFS+
3 156659712 479979519 EFI System (FAT)
4 479981496 488396727 MS Reserved

Current MBR partition table:
# A Start LBA End LBA Type
1 1 409639 ee EFI Protective
2 409640 156397495 af Mac OS X HFS+
3 * 156659712 479979519 83 Linux
4 479981496 488396727 c0 Unknown

Status: Tables are synchronized, no need to sync.

[root@localhost ~]# grub-install --recheck /dev/sda3
grep: /boot/grub/device.map: No such file or directory
mv: cannot stat `/boot/grub/device.map': No such file or directory
Probing devices to guess BIOS drives. This may take a long time.
The file /boot/grub/stage1 not read correctly.
Reply With Quote
  #12  
Old 17th April 2010, 08:41 AM
axet Offline
Registered User
 
Join Date: Jul 2008
Posts: 378
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

i had this problem, but i don't remember how do i fix it. try this:

sudo grub
root (hd0,2)
setup (hd0,2)
quit
Reply With Quote
  #13  
Old 17th April 2010, 08:50 AM
84matte84 Offline
Registered User
 
Join Date: Apr 2010
Posts: 13
windows_vistafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

the command worked ok....but after reboot i have the same error:

"GRUB _ "

and nothing start!!!!!

;(
Reply With Quote
  #14  
Old 17th April 2010, 09:06 AM
axet Offline
Registered User
 
Join Date: Jul 2008
Posts: 378
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

hmmm.

sudo dd if=/usr/share/syslinux/mbr.bin /dev/sda
Reply With Quote
  #15  
Old 17th April 2010, 09:18 AM
84matte84 Offline
Registered User
 
Join Date: Apr 2010
Posts: 13
linuxfedorafirefox
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot

[root@localhost ~]# dd if=/usr/share/syslinux/mbr.bin of=/dev/sda
0+1 records in
0+1 records out
440 bytes (440 B) copied, 2.17644 s, 0.2 kB/s
[root@localhost ~]#


then...???
Reply With Quote
Reply

Tags
boot, fedora, guide, macbook, pro, triple

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Triple boot Fedora on MacBook Pro tron_thomas Installation and Live Media 2 7th February 2010 06:26 AM
Live CD failed to run on MacBook, now MacBook won't boot noname Installation and Live Media 3 4th November 2009 03:19 PM
Triple Boot Macbook Pro Unibody, Vista 64, Fedora 11 64 Coroiba Mac Chat 26 3rd August 2009 10:33 PM
Guide: Fedora 11 Leonidas on MacBook Aluminum 5,1 SendDerek Guides & Solutions (No Questions) 1 25th June 2009 05:57 PM
Guide: Fedora 8 on Macbook 3,1 Santa Rosa BlueC Hardware & Laptops 130 11th July 2008 12:30 PM


Current GMT-time: 18:45 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat