![]() |
I installed the recent release of Zephyroth's Leopard for AMD and everything went perfect,Leopard boots 100% and I have the dual boot option.But when I select the windows partition(I installed before Leopard), it gets stuck at the blue XP loading screen.I'm just wondering if there is a simple way to fix this?
|
yes you must make the Windows partition active and install easyBCD to dual boot with Leopard.
|
THX Zeph I'll give it a shot
|
K this is probably a dumb question, but seeing as how I can't access windows at all,how do I activate the windows partition using LEOPARD or DOS? I'm gonna need a point in the right direction zeph, btw I found easyBCD in 2secs. THX for everything.
|
GRUB bootloader also works according to what I researched in triple booting Mac, Windows, and Linux.
|
All I need to know now is the steps in order to make the windows partition Active. I can only do this using either Leopard or DOS.Any suggestions?
|
Boot with the DVD .
Press F8 then type -s. If you only have one disk it's named rdisk0, if you have two rdisk0 and rdisk1, if you have three ... etc type fdisk -e /dev/rdisk0 type print (it will show you each partition with their type) type f X (where X is the Windows partition number, to make Windows partition active) type update (to update the machine code) type w (to write the change) type q (to quit) then reboot. If all goes well you should be able to boot in Windows. |
alternatively,
boot up windows CD, enter recovery console and type: diskpart list disk select disk X [replace with whichever disk your xp partition is] list partition select partition Y [replace with whichever partition your xp is] active |
almost forgot..
easyBCD is for windows Vista |
If you get your windows partition set back to active use the tboot method. You can search in google for it and find the file. You will add it to the partition with windows. Load up windows and edit the startup menu adding c:\tboot="OSX" at the bottom of it.
|
Well zeph I tried your method, I got as far as PRINT is not a command, therefore i got stuck there.Secondly nchellzz, I tried to make the windows partition active by entering the recovery console using the XP cs..i got as far as DISKPART. It wouldn't allow me to list disk, it would only give me the option to either delete or create a partition.So looks like I'm shit out of luck.THX for all your help guys, I don't know what to do next.
|
have the same problem as NdR23, have no idea what to do :(
|
if you already have Leopard running just open terminal and follow these simple steps.
Code:
diskutil list Code:
fdisk -e /dev/rdiskX ##replace X with your disk number |
so I opened a terminal window in Leopard, Ityped the following..
diskutil list (it then shows my one drive 0..that is in 3 partitions, windows being #1 , blank fat 32 drive is #2, and Leopard is #3) I typed ... fdisk -e/dev/rdisk0 (brings me to a bunch of command options) I then type f 0...then I try f 1...but it keeps saying invalid command(or something similar) so thats where I'm stuck once again..ith zephyroth's method PRINT is not a valid command..and eddie when I try urs..f # gives me the same result. So I sit here pondering..what next?when will I get back into my original OS(XP).. Any help is appreciated..THX to those who put in the time(I really do appareciate all the help) |
ok assuming your partitions are in order, you would need to type f 1 as disk0s1 should be your XP partition. If you still are having issues you can always try making partition 2 active and copying XP to it. As with most things, they are not always easy and can take time to get working(but for some of us thats half the fun).
|
yeah your dead on..XP is 0s1, do you have any other recommendations before I choose to copy XP to the 2nd partition?Any other commands I could use in the terminal to make the XP(0s1) partition active?
|
You could try downloading a free copy of Ubuntu Live or similar and use Gparted to do it. I have done that in the past. Only takes a blank CD.
|
I there another way to make The XP partition bootable, I typed diskutil list in the terminal..seems more straight forward, listed all the partitions.I'm just looking for any alternative to get XP booting again.(besides re-installing the OS )
|
As I suggested, download Ubuntu Live CD, and try using Gparted. It has a nice little GUI interface to set the boot flag. If it's ticked on, turn it off and back on again.
|
sounds very noob friendly..so it would an entirely different OS?
|
Its an OS on a disk, you just burn it and boot it up, and you will be at a similar windows like interface with everything you need on the CD.
|
What i used, is Gparted Live CD, It has this nifty utility, forgot what it is called, but its the first one on the utility list, I had to search the sectors within the HD, once, then after it finished, i had to search deeper for it to find all of my partitions, it did, so i set my main boot partition and my primary ones. Created the MBR for my Vista partition. Loaded the Restore disk, and it booted normally.
It took me ages to find that out. But it has helped a lot! |
I did it! I used the windows vista cd instead of XP, i chose the repair computer option..then chose terminal, from there I typed..
diskpart list disk select disk X (X= # of primary drive) list partition select partition Y (Y= Drive installed primary OS on ie. XP/Vista) active exit CLICK RESTART and that's it boots into XP. I'm just wondering whats the best bootloader for XP to get back to Leopard? |
yes i should've mention that i did that on vista, not sure if it works on xp (and it's not)
for xp bootloader maybe you can use that chain0 technique (there's a tutorial on wiki).. haven't tried it on leopard though.. works on tiger i never found anything as easy as easyBCD that work for XP |
do a google search for the tboot method. You will find the file you need and how to set it up.
|
the chain0 method is easy too.
|
What would be the proper chain0 entry in the boot.ini file?I tried C:\chain0="Leopard"
XP is installed on the disk0s1..leopard is the thrid partition on the drive(0s3/Leopard) = C:/windows and F:/Leopard What should my entry be? btw I download tboot..placed it in my C:/ drive..in the boot.ini I entered c:\tboot="Leopard". Any suggestions? |
ya thats all you should need NdR23. tboot is just a modified version of the chain0 method that allows booting of more partitions. So just place tboot in the root of your C drive and add that entry and when you boot up you should get an OS select menu.
|
I get a library/system/... error when I try to boot Leopard using tboot.This is what my boot.ini looks like
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Home Edition" /noexecute=optin /fastdetect c:\tboot="Leopard" what am I doing wrong? |
Thats what it should look like, /library/system doesn't even exist. Maybe you got a corrupt tboot file or something. try this one.
|
I used that tboot file you supplied, I still get the /library/system/preferences..doesn't exist..Am I labelling it wrong..should I choose something other than "Leopard"?
|
NM..I just installed vista on the 2nd partition..installed easybcd..piece of cake!
Thx for all ur help guys! |