
12-01-2010, 03:52 PM
|
|
Member
|
|
Join Date: Feb 2007
Location: Copley, OH
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Install woes on MacBook2,1
At the Select slice you wish to install to I have the following:
ad5p1: 200MB efi
ad5p2: 93056MB apple-hfs
ad5s3: 21217MB Unused Space
When I select ad5s3 and click on Next I get the following error:
PC-BSD Installer Error
(X) Can only install directly to a MBR partition!
Please use 'entire disk' or delete all partitions and create a new one.
[ ok ]
Any clues as to how to get PC-BSD 8.1 installed? 7.x versions installed fine.
Last edited by mjanosi; 01-31-2011 at 10:09 PM.
|
|

12-01-2010, 07:07 PM
|
 |
Administrator
|
|
Join Date: May 2005
Location: Knoxville, TN
Posts: 2,430
Thanks: 0
Thanked 104 Times in 86 Posts
|
|
Install woes on MacBook2,1
Thanks for the report. I've fixed this in SVN now for 8.2 / 9. In the meantime,
you may be able to get around that doing an advanced configuration, and selecting /
creating slices on the ad5s3 partition from there.
__________________
----
Kris Moore
PC-BSD Founder
|
|

01-11-2011, 01:51 PM
|
|
Member
|
|
Join Date: Feb 2007
Location: Copley, OH
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Install woes on MacBook2,1
You're welcome. I just downloaded PCBSD8.2-RC1-x64-DVD.iso and the error still exists and the advanced configuration uses the whole disk instead of the slice I want. Dru told me to submit this to the testing@lists.pcbsd.org mailing list, so I'll do that, as well.
|
|

01-11-2011, 02:35 PM
|
 |
Administrator
|
|
Join Date: May 2005
Location: Knoxville, TN
Posts: 2,430
Thanks: 0
Thanked 104 Times in 86 Posts
|
|
Install woes on MacBook2,1
If you want to install to unused space, can you click the "+" sign and create a new partition first?
__________________
----
Kris Moore
PC-BSD Founder
|
|

01-11-2011, 03:40 PM
|
|
Member
|
|
Join Date: Feb 2007
Location: Copley, OH
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Install woes on MacBook2,1
Per Dru's instruction, I formatted it as ext2:
ad5p1: 200MB efi
ad5p2: 93056MB apple-hfs
ad5p3: 21214MB linux-data
Selecting ad5p3 and hitting next give me the same error regardless of whether
[ ] "Partition with GPT for full disk install" is checked or not and ( ) "Customize Disk Partitions (Advanced)" tries to use the entire disk, not the slice.
After I "- Delete" the slice, trying to "+ Add" does nothing, as if it is being ignored.
|
|

01-11-2011, 04:30 PM
|
 |
Administrator
|
|
Join Date: May 2005
Location: Knoxville, TN
Posts: 2,430
Thanks: 0
Thanked 104 Times in 86 Posts
|
|
Install woes on MacBook2,1
Ok, that makes more sense now. It looks like you've setup a GPT
partition "ad5p3". Is there a utility
on the mac side to remove that and re-create it as a MBR partition? Such
as "ad5s3".
__________________
----
Kris Moore
PC-BSD Founder
|
|

01-11-2011, 04:52 PM
|
|
Member
|
|
Join Date: Feb 2007
Location: Copley, OH
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Install woes on MacBook2,1
I've used gparted on Ubuntu to format it, I guess I could try using Disk Utility.
|
|

01-12-2011, 10:53 AM
|
|
Member
|
|
Join Date: Feb 2007
Location: Copley, OH
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Install woes on MacBook2,1
Oops I shouldn't have tried that. I tried using sysinstall to create the freebsd slice. Here's what my disk looked like before my goof:
|
Code:
|
DISK Geometry: 232581 cyls/16 heads/63 sectors = 234441648 sectors (114473MB)
Offset Size(ST) End Name PType Desc Subtype Flags
0 40 39 - 12 unused 0
40 409600 409639 ad5p1 5 unknown 0
409640 190578688 190988327 ad5p2 5 unknown 0
190988328 43453320 234441647 - 12 unused 0 |
Here's what it looked like before the write:
|
Code:
|
DISK Geometry: 232581 cyls/16 heads/63 sectors = 234441648 sectors (114473MB)
Offset Size(ST) End Name PType Desc Subtype Flags
0 40 39 - 12 unused 0
40 409600 409639 ad5p1 5 unknown 0
409640 190578688 190988327 ad5p2 5 unknown 0
190988328 43453320 234441647 ad5s1 8 freebsd 165
┌────────────────────────────────────────────┐
│ Writing partition information to drive ad5 │
└────────────────────────────────────────────┘ |
Now my mac won't boot from the hard drive and when I boot from my Leopard DVD and start a terminal
fdisk /dev/rdisk0 shows:
|
Code:
|
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size ]
--------------------------------------------------------------------------
*1: A5 1023 255 63 - 1023 15 63 [ 190988328 - 43453320 ] FreeBSD
2: 00 0 0 0 - 0 0 0 [ 0 - 0 ] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0 ] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0 ] unused |
Any ideas on how to get my hard disk bootable, again?
Last edited by mjanosi; 01-12-2011 at 11:56 AM.
|
|

01-14-2011, 06:31 PM
|
|
Member
|
|
Join Date: Feb 2007
Location: Copley, OH
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Install woes on MacBook2,1
Whew, I brought my macbook back to life. Here's how:
I downloaded the rescue CD from here:
http://sysresccd.org/Download
then I did:
|
Code:
|
/usr/sbin/gdisk /dev/sda
selected 2 - GPT
selected p to confirm what the partitions were
selected w to write to disk and exit |
then rebooted
|
|

01-27-2011, 12:58 PM
|
|
Member
|
|
Join Date: Feb 2007
Location: Copley, OH
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Install woes on MacBook2,1
I'm back at square one. I've successfully, in the same free space, installed Windows XP, Xubuntu, and I was in the process of Installing Freebsd, when I see the same format that borked my disk the last time:
|
Code:
|
Offset Size(ST) End Name PType Desc Subtype Flags
0 40 39 - 12 unused 0
40 409600 409639 ad5p1 5 unknown 0
409640 190578688 190988327 ad5p2 5 unknown 0
190988328 43453320 234441647 ad5s1 8 freebsd |
I chose "| = Expert m." for expert mode and tried to create it, but can't figure out what enum is, the help screen shows "create offset size enum subtype flags". My guess is that enum would be what I would need to change ad5s1 to ad5s3. Please, can anyone help?
|
|
| Thread Tools |
|
|
| 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
|
|
|
All times are GMT. The time now is 03:21 AM.
|
|