Jump to content

KP while loading drivers during EFI boot


hexchain
 Share

3 posts in this topic

Recommended Posts

Hi all,

 

I use a Dell Inspiron 7420 and UEFI -> rEFInd -> clover to boot ML installation disc in a USB stick. The stick is made following clover EF/doc/HowToInstallOSX.txt. I successfully installed system from USB stick and then I need to boot into the harddisk to complete installation.

 

But when it was "Loading drivers" and printing dots, suddenly lots of text flash through the screen, and then there was KP.

"can't perform kext scan; no kext summary."

 

I think there may be some problem in the driver that caused the harddisk to disappear in the process of loading drivers, but not sure.

 

Did anyone has some suggestions about this problem?

 

Thanks in advance.

 

EDIT2: boot from USB stick -> Terminal -> ioreg output:

http://pastebin.com/raw.php?i=eX80gnrP

 

Booting from Harddisk video:

https://www.youtube.com/watch?v=kDOEmElc23k

 

EDIT: My laptop is a Dell Inspiron 7420 (quite new one),

 

lspci -nn result:

00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.4 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 [8086:1e18] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation HM77 Express Chipset LPC Controller [8086:1e57] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107 [GeForce GT 640M] [10de:0fd2] (rev a1)
02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
03:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8161 Gigabit Ethernet [1969:1091] (rev 10)

Edited by hexchain
Link to comment
Share on other sites

Add "slide=0" to your boot-args option.

And I see you have ACPI fault. Did you have custom DSDT.aml or you are using FixDsdtMask?

Test with latest revision (954 at this moment).

 

I didn't understand about rEFInd. I you are serious then it is a reason for the KP.

  • Like 1
Link to comment
Share on other sites

Add "slide=0" to your boot-args option.

And I see you have ACPI fault. Did you have custom DSDT.aml or you are using FixDsdtMask?

Test with latest revision (954 at this moment).

 

I didn't understand about rEFInd. I you are serious then it is a reason for the KP.

 

Hi Slice,

 

Thanks for your reply.

 

The rEFInd is another fork of rEFIt, for use with linux kernels. It's just something like an "EFI bootloader" so I don't think the problem is related to it...

 

slide=0 is always in boot-args, DSDT.aml is acquired using acpidump, without any modification.

 

I'll try build 954 instead of 941 and see.

 

EDIT: build954 doesn't work, too...

 

Thank you!

Link to comment
Share on other sites

 Share

×
×
  • Create New...