overdue-scratch

Author Topic: Error loading custom kernel  (Read 2110 times)

0 Members and 1 Guest are viewing this topic.

psilocybin

  • Entrant
  • Posts: 5
Error loading custom kernel
« on: September 26, 2009, 11:34:06 PM »
I am dual booting 10.6 and 10.5. 10.5 loads fine
getting an error - unable to load custom kernel when trying to boot my 10.6 from the same bootloader. It's Cham rc3. Any help?

Gringo Vermelho

  • Forum Moderator
  • Posts: 611
  • The gray monster energy hat
Re: Error loading custom kernel
« Reply #1 on: September 28, 2009, 03:02:02 AM »
post the contents of your /Extra/com.apple.boot.plist and the output from diskutil list
10.9.5 - ASUS P8Z77-V Pro - i5 3570K - GTX 660 - Chameleon 2.3 svn-r2xxx
How to...
Install Chameleon: http://forum.voodooprojects.org/index.php/topic,649
Make your own Chameleon boot CD: http://forum.voodooprojects.org/index.php/topic,484.msg2131.html#msg2131

psilocybin

  • Entrant
  • Posts: 5
Re: Error loading custom kernel
« Reply #2 on: October 01, 2009, 08:25:08 PM »
Code: [Select]
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *232.9 Gi   disk0
   1:                        EFI                         200.0 Mi   disk0s1
   2:                  Apple_HFS Leopard                 116.4 Gi   disk0s2
   3:                  Apple_HFS SnowLeopard             116.0 Gi   disk0s3
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *931.5 Gi   disk1
   1:               Windows_NTFS                         293.8 Gi   disk1s1
   2:               Windows_NTFS New Volume              637.7 Gi   disk1s2
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *55.9 Gi    disk2
   1:                      Linux                         53.6 Gi    disk2s1
   2:                 Linux_Swap                         2.3 Gi     disk2s5
/dev/disk3
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *149.1 Gi   disk3
   1:                        EFI                         200.0 Mi   disk3s1
   2:                  Apple_HFS Untitled 1              7.0 Gi     disk3s2
   3:                  Apple_HFS Untitled 2              141.6 Gi   disk3s3
psilocybins-imac:~ psilocybin$

Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>arch=i386</string>
<key>device-properties</key>
<string>6c0200000100000001000000600200000d00000002010c00d041030a000100000101060000020101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000002e0000004e7669646961204765666f7263652047545320323530204f70656e474c20456e67696e65205b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000c00000000000007000000000e0000006e0061006d00650000000b000000646973706c617914000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c0000001a0000004e7669646961204765666f72636520475453203235300e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a0065000000080000000000004020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74</string>
</dict>
</plist>

Gringo Vermelho

  • Forum Moderator
  • Posts: 611
  • The gray monster energy hat
Re: Error loading custom kernel
« Reply #3 on: October 02, 2009, 06:06:04 AM »
It sounds like it's trying to load the 10.5.x kernel when it's booting Snow Leopard?

"is it plugged in" type question: Are you using Vanilla kernel and is it named mach_kernel..?

Does it boot if you select the Snow partition and type mach_kernel arch=i386 -v at the boot prompt?

Or does it do the same thing?


10.9.5 - ASUS P8Z77-V Pro - i5 3570K - GTX 660 - Chameleon 2.3 svn-r2xxx
How to...
Install Chameleon: http://forum.voodooprojects.org/index.php/topic,649
Make your own Chameleon boot CD: http://forum.voodooprojects.org/index.php/topic,484.msg2131.html#msg2131