Jump to content
4 posts in this topic

Recommended Posts

Two questions:

 

Now that I have a 6gb hfs+ partition in the first block of the physical disk, what are my options for using the rest of the disk (resize hfs, create partition in the last half). This is difficult to do because OSX doesn't let you touch the boot drive (not just the boot partition). I quickly tried to boot from a live cd (system rescue cd) and use the linux parted tool, and fdisk, but nothing I did seemed to work. Any ideas or answers?

 

UPDATE - see this post for the solution for the hardisk issue - Solution

 

Secondly the graphics option defaults to 1024x768 on boot, I know that you can change it on boot by using the manual boot options, but is there anyway to permenantly store these new display settings?

 

Thanks

 

JT

Well, I'm not too sure of this as I am gathering all my info before I reboot and pimp out my new 'install', but another topic mentioned adding an entry to

 

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

for persistent boot kernel options.

 

it was about how to make the platform=acpi|x86pc flag apply on boot, so you would add an entry like such:

 

<key>Kernel Flags</key>

<string>platform=acpi|x86pc</string>

 

replacing platform=acpi|x86pc with what you want it to be. at the moment the flag for setting screen res escapes me, but I assume you already know it

Well, I'm not too sure of this as I am gathering all my info before I reboot and pimp out my new 'install', but another topic mentioned adding an entry to

 

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

for persistent boot kernel options.

 

it was about how to make the platform=acpi|x86pc flag apply on boot, so you would add an entry like such:

 

<key>Kernel Flags</key>

<string>platform=acpi|x86pc</string>

 

replacing platform=acpi|x86pc with what you want it to be.  at the moment the flag for setting screen res escapes me, but I assume you already know it

 

You are saying that this should be replaced with the Graphics options?

×
×
  • Create New...