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

6th March 2010, 03:19 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 5

|
|
|
Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot
|

6th March 2010, 05:00 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 378

|
|
|
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"
|

6th March 2010, 07:24 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 5

|
|
|
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....
|

6th March 2010, 07:25 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 378

|
|
|
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot
just from the box: MacBook 2,1
|

7th March 2010, 03:52 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 5

|
|
|
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot
I seem to have fixed it partially now... page has been updated
|

16th April 2010, 09:12 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 13

|
|
|
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
|

16th April 2010, 09:14 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 378

|
|
|
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
|

16th April 2010, 09:15 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 13

|
|
|
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...
|

17th April 2010, 01:21 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 13

|
|
|
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 ~]#
|

17th April 2010, 07:16 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 378

|
|
|
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot
try
gptsync /dev/sda
grub-install --recheck /dev/sda3
|

17th April 2010, 08:27 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 13

|
|
|
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.
|

17th April 2010, 08:41 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 378

|
|
|
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
|

17th April 2010, 08:50 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 13

|
|
|
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!!!!!
;(
|

17th April 2010, 09:06 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 378

|
|
|
Re: Guide : Fedora 12 on MacBook Pro 5,5 Triple Boot
hmmm.
sudo dd if=/usr/share/syslinux/mbr.bin /dev/sda
|

17th April 2010, 09:18 AM
|
|
Registered User
|
|
Join Date: Apr 2010
Posts: 13

|
|
|
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...???
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 18:45 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|