Jump to content

Reinstall of Windows has screwed OSX


renegadeandy
 Share

11 posts in this topic

Recommended Posts

Ok guys!

 

Need your help again. I have stupidly just reinstalled Windows 64 bit, and this has obviusly rewritten the bootloader.

 

Now, i have tried using the chain0 method, but all that happens is on the boot menu when starting the pc -i select mac osx , but it goes blank and restarts.

 

SO - i am wondering what options i have left.

 

Any guidance would be incredible.

 

Thanks very much guys

 

Andy

Link to comment
Share on other sites

Umm... I don't know. I know that's how you get to Darwin bootloader and there's a way to set a timeout.

 

But how to organize things nice and tidy - can't tell you cause I use Grub. I'm sure someone will stop by this thread and tell you.

 

Here's a post I came across a couple of days ago:

http://forum.insanelymac.com/index.php?s=&...st&p=292382

Edited by dvornik
Link to comment
Share on other sites

Here's a comprehensive Darwin Bootloader Page

 

What you need to do is edit your darwin bootloader like this:

 

open a terminal window and type:

sudo -s

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

 

You will then see something similar to this (some of it may be missing. That's ok):

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Boot Graphics</key>

<string>Yes</string>

<key>Timeout</key>

<string>10</string>

<key>Quiet Boot</key>

<string>No</string>

</dict>

</plist>

 

If the Quiet Boot key is available then thange the string value to No.

If not, add the whole key like this:

<key>Quiet Boot</key>

<string>No</string>

 

Save the file by pressing ctrl-X and "y" to save the file. Press enter and you're done.

 

* Quiet Boot - if set to yes the OS boots straight to the GUI without showing the bootloader, if set to no it boots to the bootloader first. To use the chain0 boot method this MUST be set to 'No'. To access the bootloader when this is set to 'Yes' bash F8 repeatedly during boot till it displays.

 

 

hecker

Edited by hecker
Link to comment
Share on other sites

but..... the active partition is windows - does this make any difference?

 

 

Right - also - i want to find the latest version of emacs for obviously mac osx! However i just dont understand how the hell u bloody find or download it - i cannot find it!

 

 

Thanks

 

Andy

Link to comment
Share on other sites

but..... the active partition is windows - does this make any difference?
No. It just manages the way your mac system boots when it gets called from your MBR.

 

Right - also - i want to find the latest version of emacs for obviously mac osx! However i just dont understand how the hell u bloody find or download it - i cannot find it!

Why can't you find stuff? Is your internet broken? :tomato:

 

Try this

There seems to be a great deal of information about emacs for Mac OS X out there. The first link seemed very interesting to me.

 

My name is hecker. Cheers, hecker.

Edited by hecker
Link to comment
Share on other sites

Try this tool: Extended Fdisk. It worked for me before I needed Linux. I think it works with Vista as well. And if it doesn't - just uninstall it.

 

http://forum.insanelymac.com/index.php?showtopic=6890

 

It's the same thread as I mentioned earlier obviously... But it's pretty informative as far as bootloaders go...

Edited by dvornik
Link to comment
Share on other sites

 Share

×
×
  • Create New...