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
Reply