Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > OSX and Hackint0sh/OSX86 > Hackint0sh Support > General > Dual Booting

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-28-2007, 05:48 PM
PolishOX's Avatar
PolishOX
Status: Offline
Junior Member
 
Join Date: Apr 2007
Posts: 28
Rep Power: 0
PolishOX is on a distinguished road
Question Triple Boot: XP, Vista, OSX

So I have a triple boot:

XP Pro SP2 (NTFS disk0r1);
Vista Ultimate (NTFS dsk0r2);
OSX86 10.4.8 AMD/Intel SSE2/SSE3 Jas (HFS+ disk0r3)

If XP is active I get Vista bootloader showing:

OLD VERSION OF WINDOWS (XP)
Windows VISTA ULTIMATE

I pick XP and all is well.

If VISTA is active I get Vista bootloader showing:

OLD VERSION OF WINDOWS (XP)
Windows VISTA ULTIMATE

I pick XP and all is well.
I pick Vista and all is well.

If OSX is active I get HFS+ partition error.
To fix this error I found this guide:
Quote:
In following, I will assume we have one HDD with two partitions: part#1 = OSX and part#2 = Vista

1. Boot off OSX dvd disc in single user mode (press F8 and type -s)
2. At single user prompt
fdisk -e /dev/rdisk0
flag 1
update
write
quit
4 reboot

At this point OSX should boot up, just like prior to Vista installation.
1 In a terminal window,
su root
fdisk -e /dev/rdisk0
flag 2
quit
2 reboot

Vista will say "\Window\system32\winload" corrupted, and it will tell you to insert Vista disc and recover.
Follow directions from Vista and recover, then reboot. Check Vista boots and works fine.

1. Boot off OSX dvd disc for single user one last time (press F8 and type -s)
2. At single user prompt
fdisk -e /dev/rdisk0
flag 1
quit
3. reboot
What I'd like to have finally is:

OSX active showing:

Windows XP
Windows Vista Ultimate
OSX

Can someone clear up this guide for me because here's how I get to my HACK currently:

Press F12 to boot from optical drive with 10.4.8 DVD.
Let sit and eventually enters my installation.

If I try to press F8 and type -s then press ENTER it loads OSX.
How can I fix the rest of this issue? BOOTME suggested to use TERMINAL.

Sorry for being noob but trust me, once this is fixed you won't regret helping me.
I'm bringing something big to the OSX86 scene...wanna know what? Ask Semthex!
__________________
# Toshiba Satellite U205-S5002 # # Intel® Core™ Duo Processor T2300E[1.66GHz, 2MB L2, 667MHz FSB] #
# 1024MB DDR2 PC5300 RAM # # 100GB (5400 RPM) (SATA) HDD #
# Matushita SuperMulti DVD DL Drive #
# 12.1" Widescreen TFT LCD @ 1280x800 Native Resolution (WXGA) #

# Windows XP Pro wSP2 / Windows Vista Ultimate / OSX 10.4.8 AMD/Intel SSE2/SSE3 JaS / QE/CI/Q2DE #
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 04-30-2007, 03:03 PM
jedavis1
Status: Offline
Member
 
Join Date: Apr 2007
Posts: 53
Rep Power: 5
jedavis1 is on a distinguished road
Default

If you want to the defualt to be your OS X partition then stop after this:

At this point OSX should boot up, just like prior to Vista installation.
1 In a terminal window,
su root
fdisk -e /dev/rdisk0
flag 2
quit
2 reboot

If you want to the ability to choose your vista and xp installation, then put a pause of 10 seconds in your boot.plist (do a search here or insanelymac.com) and it will pause your boot and give you a list of your partitions. Select the appropriate partition and hit enter, and your good to go.

PS: This is a tutorial section, post questions in the appropriate places and you will get better answers and quicker response.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 04-30-2007, 05:47 PM
PolishOX's Avatar
PolishOX
Status: Offline
Junior Member
 
Join Date: Apr 2007
Posts: 28
Rep Power: 0
PolishOX is on a distinguished road
Default

I posted here by mistake and already asked 2 moderators to move this to the correct section.

Thank you for your help but are you 100% clear on the fact that VISTA overwrites almost all boot loaders?

This is where my confusion comes into play...my current OSX installation doesn't boot without the dvd.

So wouldn't I have to write:

FLAG 3

???
__________________
# Toshiba Satellite U205-S5002 # # Intel® Core™ Duo Processor T2300E[1.66GHz, 2MB L2, 667MHz FSB] #
# 1024MB DDR2 PC5300 RAM # # 100GB (5400 RPM) (SATA) HDD #
# Matushita SuperMulti DVD DL Drive #
# 12.1" Widescreen TFT LCD @ 1280x800 Native Resolution (WXGA) #

# Windows XP Pro wSP2 / Windows Vista Ultimate / OSX 10.4.8 AMD/Intel SSE2/SSE3 JaS / QE/CI/Q2DE #
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 04-30-2007, 06:26 PM
jedavis1
Status: Offline
Member
 
Join Date: Apr 2007
Posts: 53
Rep Power: 5
jedavis1 is on a distinguished road
Default

You have listed XP/Vista/OSX in your sig. Is this the order of your partitions? And how many disks do you have? Assuming you have 1 disk and your partitions are like your sig... Yes, you would use flag 3.

You have already done the tutorial that you quoted. I should have said that you only need to repeat the second step... After you have it booting correctly into vista. You just need to make the OS X partition active to activate the Darwin bootloader.

You can actually do this with Vista by using the diskpart command. (you may already know this)

Type diskpart in the run dialog.
Type "select disk 0" & hit enter where 0 is the number of your disk
Type "select partition 3" & hit enter where 3 is the number of the OSX partition
Type "active" & hit enter, this makes that partition active.
Type "exit" and hit enter.

To list the disks avialable to diskpart type "list disk" and hit enter or "list partition" to list the partitions.
---

Actually after rereading your original post, I think there might be something missing from the resource your quoted.

After the flag 2 command I think it should be like this

flag 2
update
write
quit
reboot

but if you give us the order of your partitions/drives it would be helpful... I am sorry if this post is confusing.

Last edited by jedavis1; 04-30-2007 at 06:31 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 04-30-2007, 06:34 PM
jedavis1
Status: Offline
Member
 
Join Date: Apr 2007
Posts: 53
Rep Power: 5
jedavis1 is on a distinguished road
Default

Duh... I made the smart-alek reply about this being a "Tutorial Thread" and just realized I posted a question in this part of the forum... Duh!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 04-30-2007, 07:48 PM
PolishOX's Avatar
PolishOX
Status: Offline
Junior Member
 
Join Date: Apr 2007
Posts: 28
Rep Power: 0
PolishOX is on a distinguished road
Default

My setup is as follows:

XP Pro SP2 (NTFS disk0r1);
Vista Ultimate (NTFS dsk0r2);
OSX86 10.4.8 AMD/Intel SSE2/SSE3 Jas (HFS+ disk0r3)

I haven't done this yet as my XP is something I need to be 100% sure to preserve.

I was told I could do this in terminal in single user mode.

Does each line denote pressing enter? Or do I enter all these commands in one prompt?

To be honest, I don't care much about my Vista installation at the moment.

Just want Darwin to permit me to boot to XP and OSX86; showing both in my list.
Currently I have only OSX86 in my list b/c I have to boot from the DVD.
__________________
# Toshiba Satellite U205-S5002 # # Intel® Core™ Duo Processor T2300E[1.66GHz, 2MB L2, 667MHz FSB] #
# 1024MB DDR2 PC5300 RAM # # 100GB (5400 RPM) (SATA) HDD #
# Matushita SuperMulti DVD DL Drive #
# 12.1" Widescreen TFT LCD @ 1280x800 Native Resolution (WXGA) #

# Windows XP Pro wSP2 / Windows Vista Ultimate / OSX 10.4.8 AMD/Intel SSE2/SSE3 JaS / QE/CI/Q2DE #
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #7 (permalink)  
Old 04-30-2007, 07:51 PM
jedavis1
Status: Offline
Member
 
Join Date: Apr 2007
Posts: 53
Rep Power: 5
jedavis1 is on a distinguished road
Default

You would hit enter after each item.

In the quote you posted it, to get your partition 3 bootable (OSX) you would need to do this:

1. Boot off OSX dvd disc in single user mode (press F8 and type -s)
2. At single user prompt
fdisk -e /dev/rdisk0
flag 3<- change to 3
update
write
quit
reboot

Last edited by jedavis1; 04-30-2007 at 07:58 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 05-02-2007, 12:40 PM
PolishOX's Avatar
PolishOX
Status: Offline
Junior Member
 
Join Date: Apr 2007
Posts: 28
Rep Power: 0
PolishOX is on a distinguished road
Default

Update...

Fixed the HFS+ Partition error.

Sometimes OSX86 fails to boot but after 2-3 tries it fixes whatever the problem is.

My guess is permissions and kext caches.

Now to fix the mbr entries for Vista and XP.

Keep everyone posted.

TY jedavis1.
__________________
# Toshiba Satellite U205-S5002 # # Intel® Core™ Duo Processor T2300E[1.66GHz, 2MB L2, 667MHz FSB] #
# 1024MB DDR2 PC5300 RAM # # 100GB (5400 RPM) (SATA) HDD #
# Matushita SuperMulti DVD DL Drive #
# 12.1" Widescreen TFT LCD @ 1280x800 Native Resolution (WXGA) #

# Windows XP Pro wSP2 / Windows Vista Ultimate / OSX 10.4.8 AMD/Intel SSE2/SSE3 JaS / QE/CI/Q2DE #
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 05-04-2007, 10:28 PM
PolishOX's Avatar
PolishOX
Status: Offline
Junior Member
 
Join Date: Apr 2007
Posts: 28
Rep Power: 0
PolishOX is on a distinguished road
Default

Fixed HFS+ partition error.

Fixed Vista partition error.

Made XP partition active, entered repair, did fixboot.

XP Boots.

Set OSX86 Parition Active.

Boots to XP, Vista, and OSX.

Success.

The guide should ultimately only tell you to set each OS partition active, boot using installation CD/DVD, fix boot properly for each OS installed, test each boot, reset OSX86 Partition Active, and enjoy.
__________________
# Toshiba Satellite U205-S5002 # # Intel® Core™ Duo Processor T2300E[1.66GHz, 2MB L2, 667MHz FSB] #
# 1024MB DDR2 PC5300 RAM # # 100GB (5400 RPM) (SATA) HDD #
# Matushita SuperMulti DVD DL Drive #
# 12.1" Widescreen TFT LCD @ 1280x800 Native Resolution (WXGA) #

# Windows XP Pro wSP2 / Windows Vista Ultimate / OSX 10.4.8 AMD/Intel SSE2/SSE3 JaS / QE/CI/Q2DE #

Last edited by PolishOX; 05-04-2007 at 10:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #10 (permalink)  
Old 08-16-2007, 06:31 PM
Akshay
Status: Offline
Junior Member
 
Join Date: Aug 2007
Posts: 10
Rep Power: 0
Akshay is on a distinguished road
Default

Alright....... what exactly is darwin?..... where do I get it? What all is required to dual boot xp and tiger, right from scratch... plz guide me on this..... very new on this...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I dual boot Vista and Mac OSX 10. Mac installed first. isikh Archiv (Leopard) 7 09-23-2008 06:25 AM
[DualBoot Support] Kalyway 10.5.1 and vista dual boot claudiuslu Archiv (Leopard) 0 05-06-2008 01:43 AM
Triple Boot: XP,Ubuntu and MAC, Need help in my experimentation amnher Dual Booting 3 10-08-2007 10:43 AM
Dual Boot Mac OSx86 + Vista on seperate drives issue! Mr.Matt Hardware 1 09-12-2007 02:26 PM
Vista boot loader & Darwin boot loader jedavis1 Archiv (Leopard) 0 04-27-2007 09:46 PM



All times are GMT +2. The time now is 08:00 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105