InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 01-01-2009, 02:10 PM
Rooks Rooks is offline
Cheetah
 
Join Date: Dec 2008
Posts: 5
Kalyway 10.5.2 won't boot

i've installed kalyway 10.5.2 with hdd mode ide + native.

installs file. does not boot , always boots into windows xp or vista whatever i install.

tried a lot ways of dual boot. various methods turn into different problems.

during installation there's no option to select bootloader when installating to a pre-partitioned hard drive, bootloader option is only available for hard drives with no partitions on.

any piece of advice plz.

Mother Board : Intel DG33FB
RAM : 2GB (1GB x 2)
H.D.D. #1 : Seagate 500 GB @ SATA 0
H.D.D. #2 : Maxtor 500 GB @ SATA 1
DVD-Rom #1 : HP DVD Writer 1040r (IDE)
DVD-Rom #2 : ASUS 16x DVD-Rom (IDE)
AGP : nVidia GeForce 9500 GT 512MB
Reply With Quote
  #2  
Old 01-01-2009, 03:17 PM
Rooks Rooks is offline
Cheetah
 
Join Date: Dec 2008
Posts: 5
mac osx only starts when booting from kalyway dvd using rd=diskXsY option.

how 2 fix dvd boot and multibooting with both xp and vista.

Mother Board : Intel DG33FB
RAM : 2GB (1GB x 2)
H.D.D. #1 : Seagate 500 GB @ SATA 0
H.D.D. #2 : Maxtor 500 GB @ SATA 1
DVD-Rom #1 : HP DVD Writer 1040r (IDE)
DVD-Rom #2 : ASUS 16x DVD-Rom (IDE)
AGP : nVidia GeForce 9500 GT 512MB
Reply With Quote
  #3  
Old 01-01-2009, 09:01 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
are you booting windows and OS X from the same HD via different partitions or from separate Hard Drives?

for separate HDs, check out my How-To guide.

for the same HD, we will need more info... like what your partition layout is, what partition table scheme it is in (GUID or MBR), what you want to boot ad default, etc.

it just sounds like the bootloader isn't being noticed for OS X so you can't boot unless you use the install DVDs bootloader (letting it timeout). This is an easy fix by reinstalling the bootloader (usually chameleon).


Last edited by nfoav8or; 01-01-2009 at 09:07 PM.
Reply With Quote
  #4  
Old 01-02-2009, 10:02 AM
Rooks Rooks is offline
Cheetah
 
Join Date: Dec 2008
Posts: 5
Quote:
Originally Posted by nfoav8or View Post
are you booting windows and OS X from the same HD via different partitions or from separate Hard Drives?

for separate HDs, check out my How-To guide.

for the same HD, we will need more info... like what your partition layout is, what partition table scheme it is in (GUID or MBR), what you want to boot ad default, etc.

it just sounds like the bootloader isn't being noticed for OS X so you can't boot unless you use the install DVDs bootloader (letting it timeout). This is an easy fix by reinstalling the bootloader (usually chameleon).
i'm using my 1st hdd (disk0 it is). on primary partition was windows xp, on 2nd partition vista. osx was installed on the last drive first but now i've installed osx to primary partition (c:\), i thought it might fix but it did not, same problem even now. as for using patches or something like that, i'm totally new to that, don't know how to use a patch with install dvd. image will show u my current hdds in diskutil.

currently i'm running kalyway 10.5.2, i want to run iatkos 5i 10.5.5, but it seems that there are ata driivers missing in dvd (i think) bcoz kalyway 10.5.2 picks both of my sata hdds but iatkos 5i gives infamous error "Still waiting for root device".

it does not matter, what to run but bootloader problem is my main prob.

can u plz explain in detail, how to fix this.
Attached Images
File Type: jpg disks2.jpg (55.9 KB, 8 views)

Mother Board : Intel DG33FB
RAM : 2GB (1GB x 2)
H.D.D. #1 : Seagate 500 GB @ SATA 0
H.D.D. #2 : Maxtor 500 GB @ SATA 1
DVD-Rom #1 : HP DVD Writer 1040r (IDE)
DVD-Rom #2 : ASUS 16x DVD-Rom (IDE)
AGP : nVidia GeForce 9500 GT 512MB
Reply With Quote
  #5  
Old 01-02-2009, 01:24 PM
matrix123 matrix123 is offline
Cheetah
 
Join Date: Nov 2008
Posts: 8
Installing Kalyway in HDD with Vista partition

You may have to install Kalyway with MRB instead of GUID. You will see this option during customize install.

After you install kalyway, you may not be able to boot to Vista from Darwin. In this case use Vista rescue disk and go to command prompt and type
Diskpart
Select drive # (# could be 0 or 1 and you can see this using list disk)
Select partition # (select vista partition number same way like above using list partition)
active
exit
bootrec /rebuildbcd
You may have to type Y to accept changes.
Diskpart
select drive #
select partition # (kalyway partiton)
active
exit

Now you can boot from darwin both vista and kalyway.

Quote:
Originally Posted by Rooks View Post
i'm using my 1st hdd (disk0 it is). on primary partition was windows xp, on 2nd partition vista. osx was installed on the last drive first but now i've installed osx to primary partition (c:\), i thought it might fix but it did not, same problem even now. as for using patches or something like that, i'm totally new to that, don't know how to use a patch with install dvd. image will show u my current hdds in diskutil.

currently i'm running kalyway 10.5.2, i want to run iatkos 5i 10.5.5, but it seems that there are ata driivers missing in dvd (i think) bcoz kalyway 10.5.2 picks both of my sata hdds but iatkos 5i gives infamous error "Still waiting for root device".

it does not matter, what to run but bootloader problem is my main prob.

can u plz explain in detail, how to fix this.
Reply With Quote
  #6  
Old 01-02-2009, 02:03 PM
Rooks Rooks is offline
Cheetah
 
Join Date: Dec 2008
Posts: 5
Quote:
Originally Posted by matrix123 View Post
Installing Kalyway in HDD with Vista partition

You may have to install Kalyway with MRB instead of GUID. You will see this option during customize install.

After you install kalyway, you may not be able to boot to Vista from Darwin. In this case use Vista rescue disk and go to command prompt and type
Diskpart
Select drive # (# could be 0 or 1 and you can see this using list disk)
Select partition # (select vista partition number same way like above using list partition)
active
exit
bootrec /rebuildbcd
You may have to type Y to accept changes.
Diskpart
select drive #
select partition # (kalyway partiton)
active
exit

Now you can boot from darwin both vista and kalyway.
no, this is not the problem, after install, it's kalyway, which is not booting. when i install kalyway, restart and vista loads, it seems that osx installation does not write itself to mbr, am i correct?

about the other thing, during kalyway installation, in disk util under partition there's option button which allows to choose between guid or mbr, but this option button is only available when we are using disk utility to create partitions, am i right?

now i'm going to try with 1st hdd using 2 primary partitions 1 for xp and other for osx. before i was using only 1 primary for xp and was installing osx to logical partition.

i've tried installing osx to primary with only 1 os on the hdd & that was osx, but kalyway 10.5.2 did not boot from even primary partition, it did not write itself to mbr. and that is the problem.

Mother Board : Intel DG33FB
RAM : 2GB (1GB x 2)
H.D.D. #1 : Seagate 500 GB @ SATA 0
H.D.D. #2 : Maxtor 500 GB @ SATA 1
DVD-Rom #1 : HP DVD Writer 1040r (IDE)
DVD-Rom #2 : ASUS 16x DVD-Rom (IDE)
AGP : nVidia GeForce 9500 GT 512MB
Reply With Quote
  #7  
Old 01-02-2009, 02:16 PM
matrix123 matrix123 is offline
Cheetah
 
Join Date: Nov 2008
Posts: 8
When you install Kalyway, choose customize install which will be located at the bottom. Disk utility is located in the top menu bar. when you customize install, you can choose vanila kernel, SSE2, audio and video driver, and boot section GUID or MBR. If you did not install MBR how can you boot to HDD Kalyway? While installing do it slowly you will see Customize button appear at bottom of the window.
Reply With Quote
  #8  
Old 01-02-2009, 02:27 PM
Rooks Rooks is offline
Cheetah
 
Join Date: Dec 2008
Posts: 5
Quote:
Originally Posted by matrix123 View Post
When you install Kalyway, choose customize install which will be located at the bottom. Disk utility is located in the top menu bar. when you customize install, you can choose vanila kernel, SSE2, audio and video driver, and boot section GUID or MBR. If you did not install MBR how can you boot to HDD Kalyway? While installing do it slowly you will see Customize button appear at bottom of the window.
exact
of course, there are these options you mentioned vanila kernel, SSE2, audio and video drivers but i did not notice "boot section GUID or MBR" in customize options. can u plz be more specifically describe, under which section i can find "boot section GUID or MBR".

this is the point which none of the other notice.
10x

Mother Board : Intel DG33FB
RAM : 2GB (1GB x 2)
H.D.D. #1 : Seagate 500 GB @ SATA 0
H.D.D. #2 : Maxtor 500 GB @ SATA 1
DVD-Rom #1 : HP DVD Writer 1040r (IDE)
DVD-Rom #2 : ASUS 16x DVD-Rom (IDE)
AGP : nVidia GeForce 9500 GT 512MB
Reply With Quote
  #9  
Old 01-02-2009, 05:08 PM
matrix123 matrix123 is offline
Cheetah
 
Join Date: Nov 2008
Posts: 8
Ok see the picture if am able to show or google how to install kalyway

Reply With Quote
  #10  
Old 01-02-2009, 07:20 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by matrix123 View Post
Installing Kalyway in HDD with Vista partition

You may have to install Kalyway with MRB instead of GUID. You will see this option during customize install.
MBR/GUID partitioning has nothing to do with when you "customize" your install. You don't even have to install in order to select whether to format/repartition.

Quote:
Originally Posted by Rooks View Post
i did not notice "boot section GUID or MBR" in customize options. can u plz be more specifically describe, under which section i can find "boot section GUID or MBR".
When you boot into the DVD, select from the menu bar Utilities -> Disk Utility. From here select the DISK (not volume/partition) you want to install to. You will need to repartition this disk so click the tab that says "Partition"... click on "Options" then select MBR partition scheme then "OK". From here you can also select how many partitions you want on your disk, the size and FORMAT (important for windows partition) of each, and rename them accordingly.

Now, I would suggest you restart and install Windows first (to the second partition/volume as you mentioned) then install OS X afterward (to the first partition/volume) as OS X will install its chameleon bootloader (if it doesn't install chameleon then do what matrix123 suggested and boot using the DVD to get in to the OS X system and install chameleon from the site I mentioned above) and allow you to select at boot which partition to boot from if you interrupt the booting timeout.

All should be well with the world now.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Reply With Quote
Reply