mhaeuser Posted June 16, 2017 Share Posted June 16, 2017 APFSStart:1132: Mounting with apps_efi_osx-621.0.0.1.32 efi_container_create:795: -efi_container_create, Status = 8000000000000007 Launching diskutil from the installer dosen't show any disk after five minutes and 'diskutil list' prints many, many disks. Everything is extremely slow. I thing I made a mistake but I don't now where? So, I checked the driver out... APFSStart is EFI_DRIVER_BINDING_PROTOCOL.Start(), which only runs when EFI_DRIVER_BINDING_SUPPORT_PROTOCOL.Supported() previously returned EFI_SUCCESS. So, I had a look at Supported() and, well... they have a protocol installed on all Disk handles (which idk what it does) that has the partition GUID stored. If it can be located, the GUID will be checked against the APFS Container GUID and if that check fails, the function returns EFI_UNSUPPORTED (which is good). However, if the protocol cannot be opened, the function returns EFI_SUCCESS anyway, without validating whether it even is a APFS container. I'm not sure which driver installs the protocol, but if it is not installed on that partition's handle, the APFS driver will start on it whether or not it could be verified it's an APFS volume... not exactly sure what precisely could cause your issues, but it's likely the driver does some volatile stuff asserting it's an APFS volume, which it isn't, if as you say you have none. EDIT: It is installed by EdkPartition. By the way, question for you and everyone who has it working: Are you using AMI's FileSystem or EnhancedFat? EDIT2: Do you have drivers for all partition types present in the system? e.g. if you have EXT volumes, do you guys have EXT drivers loaded? The APFS driver hs a low priority, so for those that have it working, there might just be the correct drivers attaching first without APFS getting a chance to run APFSStart() on a wrong partition. Link to comment Share on other sites More sharing options...
uglyJoe Posted June 16, 2017 Share Posted June 16, 2017 Strange, the only drivers I installed into the ROM are EnhancedFat, HfsPlus, PartitionDxe and APFS. Is it possible, that some bios settings could cause this issue? diskutil list (without APFS in ROM) /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *250.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_HFS macOS 249.2 GB disk0s2 3: Apple_Boot Recovery HD 650.0 MB disk0s3 /dev/disk1 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *64.0 GB disk1 1: EFI EFI 209.7 MB disk1s1 2: Apple_HFS macOS-beta 63.2 GB disk1s2 3: Apple_Boot Recovery HD 650.0 MB disk1s3 /dev/disk2 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *1.0 TB disk2 1: EFI EFI 209.7 MB disk2s1 2: Apple_HFS Daten 650.0 GB disk2s2 3: Apple_HFS Time Machine 349.0 GB disk2s3 4: Microsoft Basic Data BIOS 726.7 MB disk2s4 Link to comment Share on other sites More sharing options...
mhaeuser Posted June 16, 2017 Share Posted June 16, 2017 1) Which FS does "BIOS" have? MS Basic Data can be FAT and NTFS iirc. 2) If it is NTFS, do you have a NTFS driver in your FD? 3) Do you use the Hermit ÉnhancedFat or EDK2's? Link to comment Share on other sites More sharing options...
Kynyo Posted June 16, 2017 Share Posted June 16, 2017 So, I checked the driver out... APFSStart is EFI_DRIVER_BINDING_PROTOCOL.Start(), which only runs when EFI_DRIVER_BINDING_SUPPORT_PROTOCOL.Supported() previously returned EFI_SUCCESS. So, I had a look at Supported() and, well... they have a protocol installed on all Disk handles (which idk what it does) that has the partition GUID stored. If it can be located, the GUID will be checked against the APFS Container GUID and if that check fails, the function returns EFI_UNSUPPORTED (which is good). However, if the protocol cannot be opened, the function returns EFI_SUCCESS anyway, without validating whether it even is a APFS container. I'm not sure which driver installs the protocol, but if it is not installed on that partition's handle, the APFS driver will start on it whether or not it could be verified it's an APFS volume... not exactly sure what precisely could cause your issues, but it's likely the driver does some volatile stuff asserting it's an APFS volume, which it isn't, if as you say you have none. EDIT: It is installed by EdkPartition. By the way, question for you and everyone who has it working: Are you using AMI's FileSystem or EnhancedFat? EDIT2: Do you have drivers for all partition types present in the system? e.g. if you have EXT volumes, do you guys have EXT drivers loaded? The APFS driver hs a low priority, so for those that have it working, there might just be the correct drivers attaching first without APFS getting a chance to run APFSStart() on a wrong partition. 1 Link to comment Share on other sites More sharing options...
uglyJoe Posted June 16, 2017 Share Posted June 16, 2017 1) Which FS does "BIOS" have? MS Basic Data can be FAT and NTFS iirc. 2) If it is NTFS, do you have a NTFS driver in your FD? 3) Do you use the Hermit ÉnhancedFat or EDK2's? 'BIOS' is FAT formatted. I use it to save and/or update the bios... EnhancedFat is from Hermit. P.S.: Maybe irrelevant but to be sure, I have an internal DVD-Writer installed. Link to comment Share on other sites More sharing options...
ammoune78 Posted June 16, 2017 Share Posted June 16, 2017 It's better to post your entire bios file so we can look directly at it. Link to comment Share on other sites More sharing options...
firefly_can_fly Posted June 16, 2017 Share Posted June 16, 2017 OK, many people got problems with installing 10.13. So there is way to install 10.13 from your 10.12 without problems and errors if your SMBIOS ain't good for that. Russian version here: Translation to screenshots: 1: You need SSD/HDD and about 20-30 GB on it for tests. As for me, full installed OS ~ 13 GB. Open Disk Utility and make new partition, name it how you want, size min 20GB or how much you can/need As usual GUID and HFS+ http://imgur.com/qzvBbVf 2: Find downloaded 10.13 image from your apps folder, right click “show package contents”. http://imgur.com/8FWwSTQ Go to "Contents" ->"Shared support" -> open "InstallESD.dmg" http://imgur.com/MJjObWt 3: In opened folder go to "Packages" http://imgur.com/IUIIArp Open Core.pkg http://imgur.com/e95k21Z 4: In opened installer window, make sure you will install it on just made partition/other drive. Then press "OK" and wait about 4-7 min. http://imgur.com/5qpF377 http://imgur.com/VCVvvRA 5: Now open "BaseSystem.dmg" from "Shared support" folder of 10.13 image http://imgur.com/xYtXZ5g And go to "System"-> "Library" ->"Core Services" http://imgur.com/HzrHRR7 Find there "boot.efi" and copy it http://imgur.com/t6I8PIl http://imgur.com/QcaJPyN 6: On this stage you need to put "boot.efi" in same folder, but on installed partition. "Your partition/other disk where you install 10.13" -> "System"-> "Library" ->"Core Services" http://imgur.com/MiZe847 7: That's it, you made a fresh install of 10.13. Now you can go to settings and change boot volume: http://imgur.com/KvBDK9v Or in bios hit F12 like true guys do and boot from freshly installed 10.13 And that's it http://imgur.com/7cD8egt After you can convert file system to APFS if you have it in proper place for Ozmosis, or just leave it like that. Have fun with new OS, don't forget to share your achievements. p.s. If anyone managed to make work RX 460 under 10.13 — please, let me know how Link to comment Share on other sites More sharing options...
WinstonAce Posted June 16, 2017 Share Posted June 16, 2017 I just used createinstallmedia and booted from it. Install went through and all is working apart from my 660 gtx ( same as clover). Link to comment Share on other sites More sharing options...
Kynyo Posted June 16, 2017 Share Posted June 16, 2017 From ESP I load IntelMausi, UsbinjectAll FakePCIID, FakePCIIDXHCIMux and MATS.aml. From rom I load Smcemulator with GPUSensors,CPUSensors, APFS.ffs. Wich kind of sensitive data? And heres the bootleg with HS 00:000 00:000 Ozmosis 1.03.167X-CPWN RELEASE (2015-12-24 09:12:07 VS2013x86) on 2017-06-15 10:45:37 00:000 00:000 Found Firmware UEFI Spec :2.31: 00:000 00:000 Found Firmware Vendor :American Megatrends: 00:000 00:000 Found Firmware Revision :4.653: 04:038 04:038 BootOrder 07 09 06 02 00 01 04 05 81 83 84 03 08 85 04:038 00:000 Found Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (3C.06.00) Cores 4 Threads 4 04:038 00:000 P-State Coordination Type HW_ALL -> SW_ANY = SW_ANY 04:038 00:000 Bus Ratio 8 - 32 (34) 04:038 00:000 Disabling Invalid Flex-Ratio 10000 -> 0 = 0 04:038 00:000 TSC Frequency 3192603790 3192MHz 04:038 00:000 CPU Frequency 3192603776 3192MHz 04:038 00:000 FSB Frequency 99768868 99MHz 04:038 00:000 Found 00.01.00.0 Nvidia Graphics Controller [10DE:1C02] [10DE:1C02] rev 161 04:038 00:000 Found 00.00.19.0 Intel Lan Controller [8086:153B] [1458:E000] rev 4 94:DE:80:BA:27:43 04:038 00:000 Found 00.00.1F.3 Intel SMBUS Controller [8086:8C22] [1458:5001] rev 4 04:039 00:001 Slot 1 4096MB DDR3 SDRAM 1333MHz "Kingston" "KHX1866C9D34GX" "D2238F7B" 04:040 00:001 Slot 3 4096MB DDR3 SDRAM 1333MHz "Kingston" "KHX1866C9D34GX" "CA23585B" 04:043 00:002 Found 1 GPU Controller 04:049 00:006 Found Storage PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x0,0xFFFF,0x0)/HD(1,GPT,B05B6406-405D-4740-A702-D1E482EC7B06,0x28,0x64000) 04:056 00:006 Found Defaults \Efi\Oz\Defaults.plist 04:060 00:003 Validated Boot0007 "Mac OS X" 04:060 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(2,GPT,9FC8CAAF-5410-44D2-DED3-AE1C80646255,0x65000,0x52BF800)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,756FD72DD36B3E46AAE3FF27DEBEE605)/\F81AFB35-92F6-4EED-B705-8DB400A8EF12\System\Library\CoreServices\boot.efi (0x108) 04:061 00:001 Validated Boot0009 "Mac OS X" 04:061 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(2,GPT,9FC8CAAF-5410-44D2-DED3-AE1C80646255,0x65000,0x52BF800)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,756FD72DD36B3E46AAE3FF27DEBEE605)/\F81AFB35-92F6-4EED-B705-8DB400A8EF12\com.apple.installer\boot.efi (0xF8) 04:062 00:001 Validated Boot0006 "Mac OS X" 04:062 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(2,GPT,9FC8CAAF-5410-44D2-DED3-AE1C80646255,0x65000,0x52BF800)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,756FD72DD36B3E46AAE3FF27DEBEE605)/\8C76479A-5BC5-3EC5-B1D1-5567A553FAB1\System\Library\CoreServices\boot.efi (0x108) 04:062 00:000 Validated Boot0002 "Windows Boot Manager" 04:062 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(1,GPT,72683162-BED9-40A2-AD84-4E6E6FCAE66E,0x28,0x64000)/\EFI\Microsoft\Boot\bootmgfw.efi (0x90) 04:067 00:004 Validated Boot0000 "macOS 10.12.6" 04:067 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x0,0xFFFF,0x0)/HD(2,GPT,01C4ECD8-BF0A-425C-A56B-99D5B9BC4D1E,0x64028,0xECE2340)/\System\Library\CoreServices\boot.efi (0x9A) 04:068 00:001 Validated Boot0001 "Recovery HD 10.12.5" 04:068 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x0,0xFFFF,0x0)/HD(3,GPT,02BC3127-027B-4D61-AF78-C5445B6B0F69,0xED46368,0x135F20)/\com.apple.recovery.boot\boot.efi (0x92) 04:068 00:000 Validated Boot0004 "UEFI OS" 04:068 00:000 HD(1,GPT,B05B6406-405D-4740-A702-D1E482EC7B06,0x28,0x64000)/\EFI\BOOT\BOOTX64.EFI (0x5E) 04:068 00:000 Validated Boot0005 "Windows Boot Manager" 04:068 00:000 HD(1,GPT,72683162-BED9-40A2-AD84-4E6E6FCAE66E,0x28,0x64000)/\EFI\Microsoft\Boot\bootmgfw.efi (0x74) 04:068 00:000 Purged Boot0081 "UEFI: WDC WD10EZEX-08M2NA0" 04:068 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x1,0xFFFF,0x0)/HD(1,GPT,8A4E967A-ADF2-4DAD-FCE2-EE9E0064194E,0x800,0x74705800) (0x4A) 04:071 00:003 Purged Boot0083 "UEFI: Samsung SSD 840 Series" 04:071 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(2,GPT,9FC8CAAF-5410-44D2-DED3-AE1C80646255,0x65000,0x52BF800)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,CE2407D6881BF64D86E40C06C814B833) (0x6E) 04:074 00:002 Purged Boot0084 "UEFI: Samsung SSD 840 Series" 04:074 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(2,GPT,9FC8CAAF-5410-44D2-DED3-AE1C80646255,0x65000,0x52BF800)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,BFAB46A26C74D340BC5D1518278EC937) (0x6E) 04:077 00:002 Validated Boot0003 "Built-In EDK Shell" 04:077 00:000 MemoryMapped(0xB,0xBE058004,0xBE972003)/FvFile(C57AD6B7-0515-40A8-9D21-551652854E37) (0x30) 04:078 00:001 Validated Boot0008 "Install macOS 10.13 Beta 10.13.0" 04:078 00:000 PciRoot(0x0)/Pci(0x1D,0x0)/USB(0x1,0x0)/USB(0x1,0x0)/HD(2,GPT,7417238C-5D16-4308-A8AC-CE291E78A5C2,0x64028,0x39FBFB0)/\System\Library\CoreServices\boot.efi (0x9C) 04:078 00:000 Purged Boot0085 "UEFI: KingstonDTR30G2 PMAP" 04:078 00:000 PciRoot(0x0)/Pci(0x1D,0x0)/USB(0x1,0x0)/USB(0x1,0x0)/HD(2,GPT,7417238C-5D16-4308-A8AC-CE291E78A5C2,0x64028,0x39FBFB0) (0x4C) 04:081 00:002 Scanning Bootable Devices... 04:082 00:001 *** Warning Redundant Blessed Installation Found \.IABootFiles, Ignoring *** 04:087 00:004 Matched Boot0008 "Install macOS 10.13 Beta 10.13.0" 04:087 00:000 PciRoot(0x0)/Pci(0x1D,0x0)/USB(0x1,0x0)/USB(0x1,0x0)/HD(2,GPT,7417238C-5D16-4308-A8AC-CE291E78A5C2,0x64028,0x39FBFB0)/\System\Library\CoreServices\boot.efi (0x9C) 04:115 00:028 Matched Boot0000 "macOS 10.12.6" 04:115 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x0,0xFFFF,0x0)/HD(2,GPT,01C4ECD8-BF0A-425C-A56B-99D5B9BC4D1E,0x64028,0xECE2340)/\System\Library\CoreServices\boot.efi (0x9A) 04:117 00:001 Matched Boot0001 "Recovery HD 10.12.5" 04:117 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x0,0xFFFF,0x0)/HD(3,GPT,02BC3127-027B-4D61-AF78-C5445B6B0F69,0xED46368,0x135F20)/\com.apple.recovery.boot\boot.efi (0x92) 04:124 00:007 Matched Boot0002 "Windows Boot Manager" 04:124 00:000 PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(1,GPT,72683162-BED9-40A2-AD84-4E6E6FCAE66E,0x28,0x64000)/\EFI\Microsoft\Boot\bootmgfw.efi (0x90) 04:171 00:046 Completed Bootable Device Scan 04:171 00:000 BootOrder 07 09 06 02 00 01 04 05 03 08 05:579 01:408 StartImage: PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)/HD(2,GPT,9FC8CAAF-5410-44D2-DED3-AE1C80646255,0x65000,0x52BF800)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,756FD72DD36B3E46AAE3FF27DEBEE605)/\F81AFB35-92F6-4EED-B705-8DB400A8EF12\System\Library\CoreServices\boot.efi 05:579 00:000 Found Current Graphics Mode 2 1024 x 768 05:768 00:189 Setting Graphics Mode 4 1920 x 1080 06:955 01:187 Found 1F8E0C02-58A9-4E34-AE22-2B63745FA101:AcpiGeneratorMode 0x45 01000101 Enabled | Darwin | Update Legacy 06:955 00:000 Using AcpiGeneratorMask 0x04 00000100 Darwin 06:957 00:001 Inject SSDT r1 0x0730 0x09 "APPLE " "CpuPm " 0x00021500 "INTL" 0x20140926 "ssdt.aml" - Success 06:958 00:001 Loaded MATS r2 0x0024 0x45 "ALASKA" "A M I " 0x00000002 "INTL" 0x20140926 "MATS.aml" - Success 06:958 00:000 Found DMI Anchor 0x000F04C0 v2.7 Table Address 0x000EC070 Length 0x0C68 - Success 06:965 00:006 Updated DMI Anchor 0x000F04C0 v2.7 Table Address 0x000EC070 Length 0x0C55 - Success 06:965 00:000 Found 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args "-uia_exclude=HS04;HS07;HS08;HS13;HS14;USR1;USR2;SSP4 -darkwake=0 -lilubeta -alcbeta -igfxbeta -shikidbg" (107) 06:965 00:000 Found LoadedImage->LoadOptions "<null string>" (0) 06:965 00:000 LoadedImage->LoadOptions "slide=0" (16) 06:965 00:000 Found Intel Lynx Point HDA Controller [8086:8C20] PciRoot(0x0)/Pci(0x1B,0x0) 06:967 00:001 Found \Efi\Oz\Darwin\Extensions\Common\FakePCIID.kext [plist][x86_64] 06:970 00:002 Found \Efi\Oz\Darwin\Extensions\Common\IntelMausiEthernet.kext [plist][x86_64] 06:970 00:000 Found \Efi\Oz\Darwin\Extensions\Common\FakePCIID_XHCIMux.kext [plist][x86_64] 06:979 00:008 Found \Efi\Oz\Darwin\Extensions\Common\USBInjectAll.kext [plist][x86_64] 06:980 00:001 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:FSBFrequency = 24 5A F2 05 00 00 00 00 8 bytes - Success 06:980 00:000 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:DevicePathsSupported = 01 00 00 00 4 bytes - Success 06:980 00:000 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:Model = "iMac14,2" 16 bytes - Success 06:980 00:000 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:SystemSerialNumber = "C02KFRADF8JC" 24 bytes - Success 06:981 00:000 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:system-id = 69 3E 7B AD 40 96 2A 5E BC D5 56 CE 45 B0 53 3B 16 bytes - Success 06:981 00:000 Setting RT+BS 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:MLB = "C023426009AFC3FAH" 17 bytes - Success 06:981 00:000 Setting RT+BS 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM = 68 5B 35 32 66 8E 6 bytes - Success 06:981 00:000 Setting RT+BS 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:BackgroundClear = 00 00 00 00 4 bytes - Success 06:981 00:000 Setting RT+BS 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:FirmwareFeatures = 37 F5 07 E9 4 bytes - Success 06:981 00:000 Setting RT+BS 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:FirmwareFeaturesMask = 3F FF 1F FF 4 bytes - Success 06:983 00:002 Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:boot-log 1798144 bytes - Success 06:983 00:000 Setting Firmware Vendor "Apple" 1.10 07:173 00:189 GetDeviceProperties Buffer 0xCFFA1018 Size 0x0 Protocol Size 0x0 0 Devices - Unsupported 07:192 00:019 Found BootArgs 0xB047A000 Version 0x2 Revision 0x0 07:198 00:005 Found Darwin Kernel Version 17.0.0: Mon May 29 20:35:50 PDT 2017; root:xnu-4397.0.0.1.13~1/RELEASE_X86_64 0xADF96000 Kernelcache 07:198 00:000 Injected Call __ZN12KLDBootstrap20readBooterExtensionsEv Into __ZN12KLDBootstrap23readPrelinkedExtensionsEP10section_64 07:198 00:000 Ignore result from call __ZN12IOUserClient21copyClientEntitlementEP4taskPKc in __ZN6OSKext14loadExecutableEv 07:198 00:000 Injecting FakePCIID.kext "Driver-2709000" 0xD085 bytes 07:198 00:000 Injecting IntelMausiEthernet.kext "Driver-2717000" 0x3E36A bytes 07:198 00:000 Injecting FakePCIID_XHCIMux.kext "Driver-2756000" 0xC4D9 bytes 07:198 00:000 Injecting USBInjectAll.kext "Driver-2763000" 0x3C028 bytes 07:200 00:001 Injecting FakeSMC "Driver-27A0000" (0xB0536000) 118644 bytes 07:201 00:001 Injecting CPUSensors "Driver-27BD000" (0xB0553000) 46688 bytes 07:202 00:001 Injecting Super I/O Family "Driver-27C9000" (0xB055F000) 94460 bytes 07:205 00:002 Injecting GPUSensors "Driver-27E1000" (0xB0577000) 137976 bytes 07:205 00:000 Warning DisableVoodooHda TRUE 07:205 00:000 RSDP 0xDDAE0000 r2 0x0024 0x7F "ALASKA" 0xD1 0xDDAE0028 0x00000000DDAE0080 07:208 00:002 RSDT 0xDDAE0028 r1 0x0054 0x01 "ALASKA" "A M I " 0x1072009 0x5446534D 0x10013 07:208 00:000 FACP 0xDDAE0118 r2 0x0084 0x3F "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 FACS 0xDDBAD040 r55 0x0040 0x6C " " " " 0x0 0x0 0x0 07:208 00:000 DSDT 0xDDAE01A0 r2 0xCFCA 0x8E "ALASKA" "A M I " 0x88 0x4C544E49 0x20131218 07:208 00:000 APIC 0xDDAED280 r3 0x0072 0x3A "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 FPDT 0xDDAED2F8 r1 0x0044 0x56 "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 SSDT 0xDDAED340 r1 0x0539 0xFB "PmRef " "Cpu0Ist " 0x3000 0x4C544E49 0x20120711 07:208 00:000 SSDT 0xDDAED880 r1 0x0AD8 0x0C "PmRef " "CpuPm " 0x3000 0x4C544E49 0x20120711 07:208 00:000 MCFG 0xDDAEE358 r1 0x003C 0xA9 "ALASKA" "A M I " 0x1072009 0x5446534D 0x97 07:208 00:000 HPET 0xDDAEE398 r1 0x0038 0xB6 "ALASKA" "A M I " 0x1072009 0x2E494D41 0x5 07:208 00:000 SSDT 0xDDAEE3D0 r1 0x036D 0x3E "SataRe" "SataTabl" 0x1000 0x4C544E49 0x20120711 07:208 00:000 SSDT 0xDDAEE740 r1 0x34E1 0x36 "SaSsdt" "SaSsdt " 0x3000 0x4C544E49 0x20091112 07:208 00:000 BGRT 0xDDAF1C28 r0 0x0038 0x94 "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 SSDT 0xDDAF1C60 r1 0x0730 0x09 "APPLE " "CpuPm " 0x21500 0x4C544E49 0x20140926 07:208 00:000 MATS 0xDDAF2390 r2 0x0024 0x45 "ALASKA" "A M I " 0x2 0x4C544E49 0x20140926 07:208 00:000 XSDT 0xDDAE0080 r1 0x0084 0xE6 "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 FACP 0xDDAED170 r5 0x010C 0xB2 "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 FACS 0xDDBAD080 r55 0x0040 0x6A " " " " 0x0 0x0 0x2 07:208 00:000 DSDT 0xDDAE01A0 r2 0xCFCA 0x8E "ALASKA" "A M I " 0x88 0x4C544E49 0x20131218 07:208 00:000 APIC 0xDDAED280 r3 0x0072 0x3A "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 FPDT 0xDDAED2F8 r1 0x0044 0x56 "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 SSDT 0xDDAED340 r1 0x0539 0xFB "PmRef " "Cpu0Ist " 0x3000 0x4C544E49 0x20120711 07:208 00:000 SSDT 0xDDAED880 r1 0x0AD8 0x0C "PmRef " "CpuPm " 0x3000 0x4C544E49 0x20120711 07:208 00:000 MCFG 0xDDAEE358 r1 0x003C 0xA9 "ALASKA" "A M I " 0x1072009 0x5446534D 0x97 07:208 00:000 HPET 0xDDAEE398 r1 0x0038 0xB6 "ALASKA" "A M I " 0x1072009 0x2E494D41 0x5 07:208 00:000 SSDT 0xDDAEE3D0 r1 0x036D 0x3E "SataRe" "SataTabl" 0x1000 0x4C544E49 0x20120711 07:208 00:000 SSDT 0xDDAEE740 r1 0x34E1 0x36 "SaSsdt" "SaSsdt " 0x3000 0x4C544E49 0x20091112 07:208 00:000 BGRT 0xDDAF1C28 r0 0x0038 0x94 "ALASKA" "A M I " 0x1072009 0x20494D41 0x10013 07:208 00:000 SSDT 0xDDAF1C60 r1 0x0730 0x09 "APPLE " "CpuPm " 0x21500 0x4C544E49 0x20140926 07:208 00:000 MATS 0xDDAF2390 r2 0x0024 0x45 "ALASKA" "A M I " 0x2 0x4C544E49 0x20140926 07:214 00:005 Shrinking Kernel Memory Map 0x2220 (182) -> 0x720 (38) 07:214 00:000 Found BootArgs 0xB047A000 Version 0x2 Revision 0x0 07:214 00:000 CommandLine "slide=0 -uia_exclude=HS04;HS07;HS08;HS13;HS14;USR1;USR2;SSP4 -darkwake=0 -lilubeta -alcbeta -igfxbeta -shikidbg" 07:214 00:000 EfiMode 0x40 (64) DebugMode 0x0 Flags 0x49 01001001 (RebootOnPanic | CSRActiveConfig | BlackTheme) 07:214 00:000 MemoryMap 0x009B97000 Size 0x00000720 DescSize 0x00000030 Version 01 07:214 00:000 Video Info Base 0x0F1000000 Width 1920 Height 1080 Depth 32 RowBytes 0x1E00 Display 1 (Graphics) 07:214 00:000 Kernel Address 0x000100000 Length 0x09A9A000 07:215 00:000 EfiRuntimeServices 0x0000028A0 Pages 0x000072F7 VirtualPageStart 0x000FFFFFF80028A0 07:215 00:000 EfiSystemTable 0x002F31000 07:215 00:000 PerformanceData 0x000000000 Size 0x00000000 07:215 00:000 KeyStoreData 0x000000000 Size 0x00000000 07:215 00:000 BootMem 0x000000000 Size 0x00000000 07:215 00:000 PhysicalMemorySize 0x200000000 (8192 MB) 07:215 00:000 FSBFrequency 0x005F25A24 (99 MHz) 07:215 00:000 DeviceTree 0x0026E8000 Length 0x00000F8C 07:215 00:000 PciConfigSpace Base 0x0F8000000 StartBus 0x0 EndBus 0x3F 07:215 00:000 CsrActiveConfig 0x1EF 0000000111101111 (UntrustedKexts | UnrestrictedFs | TaskForPid | KernelDebugger | UnrestrictedDTrace | UnrestrictedNVRAM) 07:215 00:000 CsrCapabilities 0x0 00000000 ( ) 07:215 00:000 boot_SMC_plimit 0x0 07:215 00:000 bootProgressMeter Start 0 End 0 07:215 00:000 MemMap 0xB792D000 MemMapSize 0x00000720 DescriptorSize 0x00000030 DescriptorVersion 01 07:215 00:000 ++ Physical Range Virtual Start Pages Attributes Type 07:215 00:000 01 0x0000000000-0x0000057FFF 0x0000000000000000 0x0000058 0x000000000000000F BS_code 07:215 00:000 02 0x0000058000-0x0000058FFF 0x0000000000000000 0x0000001 0x000000000000000F reserved 07:215 00:000 03 0x0000059000-0x000009EFFF 0x0000000000000000 0x0000046 0x000000000000000F available 07:215 00:000 04 0x000009F000-0x000009FFFF 0x0000000000000000 0x0000001 0x0000000000000000 ACPI_NVS 07:215 00:000 05 0x0000100000-0x00BDB0FFFF 0x0000000000000000 0x00BDA10 0x000000000000000F available 07:215 00:000 06 0x00BDB10000-0x00BDB9BFFF 0x0000000000000000 0x000008C 0x000000000000000F LoaderCode 07:215 00:000 07 0x00BDB9C000-0x00BDBA2FFF 0x0000000000000000 0x0000007 0x000000000000000F ACPI_NVS 07:215 00:000 08 0x00BDBA3000-0x00BE9A2FFF 0x0000000000000000 0x0000E00 0x000000000000000F BS_data 07:215 00:000 09 0x00BE9A3000-0x00BF033FFF 0xFFFFFF80028A0000 0x0000691 0x800000000000000F MemMapIO 07:215 00:000 10 0x00BF034000-0x00BF07FFFF 0x0000000000000000 0x000004C 0x000000000000000F BS_data 07:215 00:000 11 0x00BF080000-0x00BF080FFF 0x0000000000000000 0x0000001 0x000000000000000F LoaderCode 07:215 00:000 12 0x00BF081000-0x00DDA17FFF 0x0000000000000000 0x001E997 0x000000000000000F available 07:215 00:000 13 0x00DDA18000-0x00DDA37FFF 0x0000000000000000 0x0000020 0x000000000000000F reserved 07:215 00:000 14 0x00DDA38000-0x00DDAB0FFF 0x0000000000000000 0x0000079 0x000000000000000F reserved 07:215 00:000 15 0x00DDAB1000-0x00DDADDFFF 0x0000000000000000 0x000002D 0x000000000000000F available 07:215 00:000 16 0x00DDADE000-0x00DDADEFFF 0xFFFFFF8002F31000 0x0000001 0x000000000000000F ACPI_NVS 07:215 00:000 17 0x00DDADF000-0x00DDADFFFF 0x0000000000000000 0x0000001 0x000000000000000F BS_code 07:215 00:000 18 0x00DDAE0000-0x00DDB7AFFF 0x0000000000000000 0x000009B 0x000000000000000F ACPI_NVS 07:215 00:000 19 0x00DDB7B000-0x00DDB90FFF 0x0000000000000000 0x0000016 0x000000000000000F ACPI_NVS 07:215 00:000 20 0x00DDB91000-0x00DDB98FFF 0x0000000000000000 0x0000008 0x000000000000000F ACPI_NVS 07:215 00:000 21 0x00DDB99000-0x00DDB99FFF 0x0000000000000000 0x0000001 0x000000000000000F ACPI_NVS 07:215 00:000 22 0x00DDB9A000-0x00DDBAEFFF 0x0000000000000000 0x0000015 0x000000000000000F ACPI_NVS 07:215 00:000 23 0x00DDBAF000-0x00DEDD0FFF 0xFFFFFF8002F32000 0x0001222 0x800000000000000F MemMapIO 07:215 00:000 24 0x00DEDD1000-0x00DF3E0FFF 0xFFFFFF8004154000 0x0000610 0x800000000000000F MemMapIO 07:215 00:000 25 0x00DF3E1000-0x00DF3E2FFF 0xFFFFFF8004764000 0x0000002 0x800000000000000F MemMapIO 07:215 00:000 26 0x00DF3E3000-0x00DF52BFFF 0xFFFFFF8004766000 0x0000149 0x800000000000000F MemMapIO 07:215 00:000 27 0x00DF52C000-0x00DF52DFFF 0xFFFFFF80048AF000 0x0000002 0x800000000000000F MemMapIO 07:215 00:000 28 0x00DF52E000-0x00DF74AFFF 0xFFFFFF80048B1000 0x000021D 0x800000000000000F MemMapIO 07:215 00:000 29 0x00DF74B000-0x00DF76EFFF 0xFFFFFF8004ACE000 0x0000024 0x000000000000000F ACPI_NVS 07:215 00:000 30 0x00DF76F000-0x00DF7FEFFF 0xFFFFFF8004AF2000 0x0000090 0x000000000000000F ACPI_NVS 07:215 00:000 31 0x00DF7FF000-0x00DF7FFFFF 0x0000000000000000 0x0000001 0x000000000000000F BS_data 07:215 00:000 32 0x00F8000000-0x00FBFFFFFF 0xFFFFFF8004B82000 0x0004000 0x8000000000000001 MemMapIO 07:215 00:000 33 0x00FEC00000-0x00FEC00FFF 0xFFFFFF8008B82000 0x0000001 0x8000000000000001 MemMapIO 07:215 00:000 34 0x00FED00000-0x00FED03FFF 0xFFFFFF8008B83000 0x0000004 0x8000000000000001 MemMapIO 07:215 00:000 35 0x00FED1C000-0x00FED1FFFF 0xFFFFFF8008B87000 0x0000004 0x8000000000000001 MemMapIO 07:215 00:000 36 0x00FEE00000-0x00FEE00FFF 0xFFFFFF8008B8B000 0x0000001 0x8000000000000001 MemMapIO 07:215 00:000 37 0x00FF000000-0x00FFFFFFFF 0xFFFFFF8008B8C000 0x0001000 0x8000000000000001 MemMapIO 07:215 00:000 38 0x0100000000-0x021EFFFFFF 0x0000000000000000 0x011F000 0x000000000000000F available +-----------------------------------------------------------------------------+ | MMTOOL 4.50.0023 | | Copyright (c)2010 American Megatrends, Inc. | +-----------------------------------------------------------------------------+ | Firmware Image Information | +-----------------------------------------------------------------------------+ | Image Size : 1000000 | +------+-------------------------------+--------------+-----------+-----------+ | FV | FV TYPE | Location | Length | FFSs | +------+-------------------------------+--------------+-----------+-----------+ | 00 | Non-FFS FV | 00200000 | 080000 | 001 | | 01 | Non-FFS FV | 00280000 | 080000 | 001 | | 02 | Non-FFS FV | 00310000 | BF0000 | 005 | | 03 | Nested FV | 00000000 | 91A000 | 210 | | 04 | Boot Block FV | 00F00000 | 100000 | 055 | +------+-------------------------------+--------------+-----------+-----------+ | Nested Firmware Volume Information | +-----------------------------------------------------------------------------+ | FV | Nesting Information | Length | FFSs | +-----------------------------------------------------------------------------+ | 03 | Parent Fv : 02 Parent FFS : 00 | 91A000 | 210 | +------+-------------------------------+--------------+-----------+-----------+ | NCB Information | +-----------------------------------------------------------------------------+ | NCB No : 0 Location : 00000000 Length : 200000 | | NCB No : 1 Location : 00300000 Length : 010000 | +-----------------------------------------------------------------------------+ | Driver Information | +-----------------------------------------------------------------------------+ | Firmware Volume : 00 Location : 00200000 Length : 080000 | +---+---------------+------------------------------------+--------+------+----+ |NO | FileName | GUID |Location| Size |Type| +---+---------------+------------------------------------+--------+------+----+ |000| |CEF5B9A3-476D-497F-9FDC-E98143E0422C|00200048|07FFB8|RAW | +---+---------------+------------------------------------+--------+------+----+ | Bytes Free : 000000 ( 0 KB) Bytes Used : 080000 (512 KB) | +-----------------------------------------------------------------------------+ | Firmware Volume : 01 Location : 00280000 Length : 080000 | +---+---------------+------------------------------------+--------+------+----+ |NO | FileName | GUID |Location| Size |Type| +---+---------------+------------------------------------+--------+------+----+ |000| |CEF5B9A3-476D-497F-9FDC-E98143E0422C|00280048|07FFB8|RAW | +---+---------------+------------------------------------+--------+------+----+ | Bytes Free : 000000 ( 0 KB) Bytes Used : 080000 (512 KB) | +-----------------------------------------------------------------------------+ | Firmware Volume : 02 Location : 00310000 Length : BF0000 | +---+---------------+------------------------------------+--------+------+----+ |NO | FileName | GUID |Location| Size |Type| +---+---------------+------------------------------------+--------+------+----+ |000| |AE717C2F-1A42-4F2B-8861-78B79CA07E07|00310048|4217AC|FV | |001| |17088572-377F-44EF-8F4E-B09FFF46A070|007317F8|005818|RAW | |002| |8A0A450A-BEE9-42C1-9549-2BB8296AB3C3|00737010|1337C5|FRFM| |003|Setup |899407D7-99FE-43D8-9A21-79EC328CAC21|0086A7D8|03327B|DRVR| |004|S3Restore |EFD652CC-0E99-40F0-96C0-E08C089070FC|0089DA58|00211C|PEIM| +---+---------------+------------------------------------+--------+------+----+ | Bytes Free : 660488 (6529 KB) Bytes Used : 58FB78 (5694 KB) | +-----------------------------------------------------------------------------+ | Firmware Volume : 03 Location : 00000000 Length : 91A000 | +---+---------------+------------------------------------+--------+------+----+ |NO | FileName | GUID |Location| Size |Type| +---+---------------+------------------------------------+--------+------+----+ |000|IntelSaGopDriver|5C266089-E103-4D43-9AB5-12D7095BE2AF|00000048|001215|DRVR| |001|IntelGopDriver |5BBA83E6-F027-4CA7-BFD0-16358CC9E123|0000125D|007472|DRVR| |002|FvOnFv2Thunk |5007A40E-A5E0-44F7-86AE-662F9A91DA26|000086CF|000ACD|DRVR| |003| |17088572-377F-44EF-8F4E-B09FFF46A070|0000919C|005018|RAW | |004|CpuDxe |E03ABADF-E536-4E88-B3A0-B77F78EB34FE|0000E1B4|004581|DRVR| |005| |DAC2B117-B5FB-4964-A312-0DCC77061B9B|00012735|0148A1|FRFM| |006| |9221315B-30BB-46B5-813E-1B1BF4712BD3|00026FD6|000981|FRFM| |007|CORE_DXE |5AE3F37E-4EAE-41AE-8240-35465B5E81EB|00027957|03C32F|DXEC| |008|Runtime |CBC59C4A-383A-41EB-A8EE-4498AEA567E4|00063C86|0119A1|DRVR| |009|ReFlash |70E1A818-0BE1-4449-BFD4-9EF68C7F02A8|00075627|0054CD|DRVR| |010|PciBus |3C1DE39F-D207-408A-AACC-731CFB7F1DD7|0007AAF4|00DA59|DRVR| |011|AmiBoardInfo |9F3A0016-AE55-4288-829D-D22FD344C347|0008854D|00E3AF|DRVR| |012|EBC |13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7|000968FC|0037D9|DRVR| |013|It8728SmmFeatur|078485F1-0C1F-4B1B-AFB3-4A09C0EF87A1|0009A0D5|001F69|DRVR| |014|IT8728SioAcBack|AA893E19-A641-4819-AD23-011B7C24250D|0009C03E|0013AD|DRVR| |015|CpuInitDxe |62D171CB-78CD-4480-8678-C6A2A797A8DE|0009D3EB|00D6A1|DRVR| |016| |299141BB-211A-48A5-92C0-6F9A0A3A006E|000AAA8C|000B1C|FRFM| |017|PowerMgmtDxe |F7731B4C-58A2-4DF4-8980-5645D39ECE58|000AB5A8|004F45|DRVR| |018|PowerMgmtS3 |8F0B5301-C79B-44F1-8FD3-26D73E316700|000B04ED|0017AD|DRVR| |019|CpuPolicyDxe |15B9B6DA-00A9-4DE7-B8E8-ED7AFB88F16E|000B1C9A|001C5D|DRVR| |020|TxtDxe |FF917E22-A228-448D-BDAA-68EFCCDDA5D3|000B38F7|002159|DRVR| |021|TxtOneTouchDxe |67791E00-0C05-4AE7-A921-FC4057221653|000B5A50|001A11|DRVR| |022|MicrocodeUpdate|F3331DE6-4A55-44E4-B767-7453F7A1A021|000B7461|004B81|DRVR| |023|CpuSpSMI |116E1ACF-2533-4CC2-820A-BBC10A2AB07C|000BBFE2|0017F5|DRVR| |024|AmiTxtDxe |87D402CD-8B07-4B93-B38B-F8799F28B033|000BD7D7|001455|DRVR| |025|SBDXE |B7D19491-E55A-470D-8508-85A5DFA41974|000BEC2C|00AF75|DRVR| |026|SBRun |E23F86E1-056E-4888-B685-CFCD67C179D4|000C9BA1|0025DD|DRVR| |027| |22046D50-F390-498C-92E5-5BA4F8E7F8B6|000CC17E|00020D|FRFM| |028|SmmChildDispatc|753630C9-FAE5-47A9-BBBF-88D621CD7282|000CC38B|002FD9|DRVR| |029| |E53734A3-E594-4C25-B1A2-081445650F7F|000CF364|004C61| | |030| |750890A6-7ACF-4F4F-81BD-B400C2BEA95A|000D3FC5|002461| | |031|SleepSmi |6298FE18-D5EF-42B7-BB0C-2953283F5704|000D6426|002FD5|DRVR| |032|SBSMI |7B8DB049-C7C7-4D3B-809F-926DEE47CCA2|000D93FB|003861|DRVR| |033|PchSpiWrap |B716A6F8-F3A1-4B8E-8582-5A303F1CDD64|000DCC5C|000E29|DRVR| |034|WdtAppDxe |CE366D33-B057-4C03-8561-CAF17738B66F|000DDA85|0010D5|DRVR| |035|RaidDriver |91B4D9C1-141C-4824-8D02-3C298E36EB3F|000DEB5A|015994|DRVR| |036|ActiveBios |BFD59D42-FE0F-4251-B772-4B098A1AEC85|000F44EE|000B49|DRVR| |037|IoTrap |2374EDDF-F203-4FC0-A20E-61BAD73089D6|000F5037|001F61|DRVR| |038|IntelLegacyInte|C1C418F9-591D-461C-82A2-B9CD96DFEA86|000F6F98|000655|DRVR| |039|PchInitDxe |DE23ACEE-CF55-4FB6-AA77-984AB53DE823|000F75ED|01188D|DRVR| |040|PchSmiDispatcher|B0D6ED53-B844-43F5-BD2F-61095264E77E|00108E7A|007235|DRVR| |041|PchPcieSmm |ACAEAA7A-C039-4424-88DA-F42212EA0E55|001100AF|003FE1|DRVR| |042|PchReset |BB1FBD4F-2E30-4793-9BED-74F672BC8FFE|00114090|0027A5|DRVR| |043|PchS3Peim |271DD6F2-54CB-45E6-8585-8C923C1AC706|00116835|00213C|PEIM| |044|PchS3Support |08F2C63B-08DE-4CCD-8670-ACFE644A1C48|00118971|001105|DRVR| |045|SataController |BB65942B-521F-4EC3-BAF9-A92540CF60D2|00119A76|001C49|DRVR| |046|PchSerialGpio |FC1B7640-3466-4C06-B1CC-1C935394B5C2|0011B6BF|00106D|DRVR| |047|SmartTimer |90CB75DB-71FC-489D-AACF-943477EC7212|0011C72C|000A09|DRVR| |048|PchSmbusDxe |E052D8A6-224A-4C32-8D37-2E0AE162364D|0011D135|001C39|DRVR| |049|SmmControl |A0BAD9F7-AB78-491B-B583-C52B7F84B9E0|0011ED6E|0016A9|DRVR| |050|PchSpiSmm |27F4917B-A707-4AAD-9676-26DF168CBF0D|00120417|0029B9|DRVR| |051|PchSpiRuntime |C194C6EA-B68C-4981-B64B-9BD271474B20|00122DD0|0035CD|DRVR| |052|PchSmbusSmm |59287178-59B2-49CA-BC63-532B12EA2C53|0012639D|001A39|DRVR| |053|WdtDxe |5AAB83E5-F027-4CA7-BFD0-16358CC9E453|00127DD6|000C61|DRVR| |054|PchLateInitSmm |D7B10D4E-67E6-4C74-83E9-F9AF0ACC33CC|00128A37|0028D5|DRVR| |055|NBDXE |E4ECD0B2-E277-4F2B-BECB-E4D75C9A812E|0012B30C|0087A1|DRVR| |056|NBSMI |D933DEDE-0260-4E76-A7D9-2F9F2440E5A5|00133AAD|0028FD|DRVR| |057|MiscSubclassDxe|16271FCA-55D9-4A33-93FC-5A3EB128DE21|001363AA|000FC5|DRVR| |058|UpdateMemoryRec|24CCD374-3DF6-4181-86F6-E3C66920A145|0013736F|001B29|DRVR| |059|LegacyRegion2 |FE6F8ACD-55A6-4C6B-B448-64E659DE94B3|00138E98|000C3D|DRVR| |060|PciHostBridge |8D6756B9-E55E-4D6A-A3A5-5E4D72DDF772|00139AD5|002BAD|DRVR| |061|SmBiosMemory |EDA39402-F375-4496-92D3-83B43CB8A76A|0013C682|003255|DRVR| |062|SmmAccess |1323C7F8-DAD5-4126-A54B-7A05FBF41515|0013F8D7|000D35|DRVR| |063| |27E569D5-0AFC-4D8F-8C90-783AC4A318AB|0014060C|0001D0|FRFM| |064| |AAA99A23-13B6-4C31-BB8B-299E8EC04FA4|001407DC|0034FD|FRFM| |065|SaInitDxe |DE23ACEE-CF55-4FB6-AA77-984AB53DE811|00143CD9|00E535|DRVR| |066|SaLateInitSmm |2D1E361C-7B3F-4D15-8B1F-66E551FABDC7|0015220E|007BE1|DRVR| |067|BdatAccessHandl|6DB9486F-6AF6-4090-984D-238482CE3EA4|00159DEF|0009C9|DRVR| |068| |878AC2CC-5343-46F2-B563-51F89DAF56BA|0015A7B8|001218|RAW | |069|PciTestAdapter |3F79BEE2-6B14-4B5E-916B-101D8F7E15BE|0015B9D0|0013B1|DRVR| |070|ACPI |16D0A23E-C09C-407D-A14A-AD058FDD0CA1|0015CD81|00998D|DRVR| |071| |26A2481E-4424-46A2-9943-CC4039EAD8F8|0016670E|0032C9| | |072|S3Restore |EFD652CC-0E99-40F0-96C0-E08C089070FC|001699D7|00211C|PEIM| |073|AHCI |8F5A2E02-538C-4D59-B920-C4786ACBC552|0016BAF3|006F75|DRVR| |074|AINT13 |67820532-7613-4DD3-9ED7-3D9BE3A7DA63|00172A68|001D31|DRVR| |075|AhciSmm |BC3245BD-B982-4F55-9F79-056AD7E987C5|00174799|0029B1|DRVR| |076|CmosManagerSmm |6869C5B3-AC8D-4973-8B37-E354DBF34ADD|0017714A|0034A1|DRVR| |077|CryptoDxe |20D8FFFE-15C3-4EA9-9D28-CFE2745D78F3|0017A5EB|0111D5|DRVR| |078|HardwareSignatu|B7EE4835-84CE-4B15-BF52-2D11574CE470|0018B7C0|001BB9|DRVR| |079|CppcDxe |C07A1EB5-5C04-4100-817B-0A11BB5F15DC|0018D379|001145|DRVR| |080| |60E31DE1-03EC-492A-9598-65A3C50E0F6B|0018E4BE|000373|FRFM| |081| |60AC3A8F-4D66-4CD4-895A-C3F06E6665EE|0018E831|0000D6|FRFM| |082|RapidStartDxe |B6B9295F-CABF-4CEC-BB14-FE4246F2173A|0018E907|0025E9|DRVR| |083|RapidStartSmm |43172851-CF7E-4345-9FE0-D7012BB17B88|00190EF0|002151|DRVR| |084|DxeFfsGfxDriver|6FD1DCC5-B5B9-4A82-8728-8D854428A4A3|00193041|000B89|DRVR| |085|RapidStartDxePo|DDB412A6-E3F3-4E9E-90A3-2A991270219C|00193BCA|0015F1|DRVR| |086| |FA2DDC38-3F19-4218-B53E-D9D79D626767|001951BB|0002D6|FRFM| |087|IsctAcpi |4839023B-4C12-4EB2-B2B8-C91B42D878A0|00195491|000DF9|DRVR| |088|IsctSmm |DBD5B6BA-6734-4C5D-BF53-2C210D93A012|0019628A|0015B5|DRVR| |089|MERecoveryDxe |F1FCD66F-8966-441E-909C-77F211AB9C3E|0019783F|003E0D|DRVR| |090| |821D110C-D0A3-4CF7-AEF3-E28088491704|0019B64C|080025|FRFM| |091|MouseDriver |C7A7030C-C3D8-45EE-BED9-5D9E76762953|0021B671|0043C9|DRVR| |092|OnboardControll|1601E050-BE0C-41B7-8F96-9F48F72B7E26|0021FA3A|00237D|DRVR| |093|BDRDXE |5E06E249-3A4C-49B5-8A37-02058CC12691|00221DB7|003611|DRVR| |094|BDRSMM |ACA87EA5-D839-4F41-BCCE-9E19E9F2C2AD|002253C8|003515|DRVR| |095|DualBiosDxe |C74D1B0B-91B1-484A-A038-FE7A0847AA07|002288DD|004C69|DRVR| |096|DualBiosSMM |88B468B3-A48B-4B87-ABE2-8E56DFFDAF8D|0022D546|0002DD|DRVR| |097|Slp10 |8E477676-55FD-48CF-9210-15A99B27D740|0022D823|000EA9|DRVR| |098|SlpSupport |952821AA-EACD-465B-B478-5429DFC9A747|0022E6CC|0014D9|DRVR| |099|IntelGigabitUndi|4953F720-006D-41F5-990D-0AC7742ABB60|0022FBA5|01C9D9|DRVR| |100|CSMCORE |A062CF1F-8473-4AA3-8793-600BC4FFE9A8|0024C57E|061755|DRVR| |101| |A08276EC-A0FE-4E06-8670-385336C7D093|002ADCD3|000435|FRFM| |102|BIOSBLKIO |25ACF158-DD61-4E64-9A49-55851E9A26C7|002AE108|0033F5|DRVR| |103|CsmVideo |29CF55F8-B675-4F5D-8F2F-B87A3ECFD063|002B14FD|004775|DRVR| |104|HeciDxe |55E76644-78A5-4A82-A900-7126A5798892|002B5C72|004CA1|DRVR| |105|HeciSmm |921CD783-3E22-4579-A71F-00D74197FCC8|002BA913|002095|DRVR| |106|PlatformReset |9A9A912B-5F53-4586-8820-704485A29D21|002BC9A8|000B3D|DRVR| |107|MdesStatusCodeD|DF5CD25A-8E55-46BA-8CDA-BC7DB7BF9C64|002BD4E5|000DF5|DRVR| |108|MeFwDowngrade |5820EEB4-C135-4854-9D2A-AA9EFC4475E9|002BE2DA|001221|DRVR| |109|MePlatformPolicy|BA67550C-3628-4137-A53E-42660E081604|002BF4FB|0013ED|DRVR| |110|MePciPlatform |459C70C3-9344-4484-9F93-7822530D0D11|002C08E8|00058D|DRVR| |111|IccPlatform |14257B56-BDA2-4FAF-8E4F-C885DF75583C|002C0E75|001B6D|DRVR| |112|IccOverClocking|5BBA83E5-F027-4CA7-BFD0-16358CC9E123|002C29E2|00ABC5|DRVR| |113|IccOverClocking|8E68E3C5-FC59-4280-8467-3800D31A8162|002CD5A7|00ABCD|DRVR| |114|Smbios131 |2B341C7B-0B32-4A65-9D46-E1B3ABD4C25C|002D8174|000CE5|DRVR| |115| |9A8F82D5-39B1-48DA-92DC-A22DA8834DF6|002D8E59|00007C|FRFM| |116|OpalSecurity |59AF16B0-661D-4865-A381-38DE68385D8D|002D8ED5|001385|DRVR| |117| |76D5CF91-0C55-434E-97C2-D2825C82E610|002DA25A|001C25| | |118|AcpiPlatform |8B5FBABD-F51F-4942-BF16-16AAA38AE52B|002DBE7F|0055E1|DRVR| |119|PlatformInfo |1314216C-CB8D-421C-B854-06231386E642|002E1460|0011ED|DRVR| |120|AcpiFvi |D7E31ECB-0A17-4529-9B84-C529DE8E1C0E|002E264D|000C31|DRVR| |121| |94AB6AED-9719-48EF-831C-2E9C29758C33|002E327E|0000C2|FRFM| |122| |95DFCAE5-BB28-4D6B-B1E2-3AF3A6BF434F|002E3340|000643|FRFM| |123| |7FFC3536-0A8A-448B-95F4-39F5B9F09ADD|002E3983|000B32|FRFM| |124|SMBIOSUpdateData|B98999A4-E96F-475A-99FC-762126F50F5A|002E44B5|000825|DRVR| |125| |9DD795EB-41E8-4591-8E63-5EF4AA33B908|002E4CDA|0000B0|FRFM| |126|FastBootOption |A58C5D1D-C22B-4845-90BC-8C94FCE96457|002E4D8A|001BE1|DRVR| |127|OFBD |57E56594-CE95-46AD-9531-3C49310CA7CE|002E696B|001411|DRVR| |128|SecureBootMod |A95C1D60-CB9F-4BD8-A030-3F1C4A185156|002E7D7C|001A3D|DRVR| |129| |FBF95065-427F-47B3-8077-D13C60710998|002E97B9|001159|FRFM| |130| |9D7A05E9-F740-44C3-858B-75586A8F9C8E|002EA912|00064D|FRFM| |131|SmmDispatcher |4A37320B-3FB3-4365-9730-9E89C600395D|002EAF5F|0058CD| | |132| |D2596F82-F0E1-49FA-95BC-62012C795728|002F082C|0003B9|FRFM| |133|SmmBase |D0632C90-AFD7-4492-B186-257C63143C61|002F0BE5|003F59|DRVR| |134|AMITSE |B1DA0ADF-4F77-4070-A88E-BFFE1C60529A|002F4B3E|09C619|DRVR| |135| |A59A0056-3341-44B5-9C9C-6D76F7673817|00391157|0000A7|FRFM| |136| |63819805-67BB-46EF-AA8D-1524A19A01E4|003911FE|004EBD|FRFM| |137| |EFCB2FDB-0662-4A59-A5D7-03033EA97CAE|003960BB|02937D|FRFM| |138| |6B389ACF-5B9A-445C-BFE7-35D608C4CE56|003BF438|174FB9|FRFM| |139|CoolGUIDxe |10A0D4D6-BB54-48E1-919F-78D3074A787F|005343F1|032A09|DRVR| |140| |9BB010CB-42F9-4A1E-BF4D-58F42276A4A9|00566DFA|000449|FRFM| |141| |A87B62C5-7C15-476D-8957-0F472FB3DA6A|00567243|0C35AD|FRFM| |142|SMBiosBoard |CEF68C66-06AB-4FB3-A3ED-5FFA885B5725|0062A7F0|001AE9|DRVR| |143|SMBios64 |B13EDD38-684C-41ED-A305-D7B7E32497DF|0062C2D9|0066C9|DRVR| |144|SmbiosGetFlashD|DED7956D-7E20-4F20-91A1-190439B04D5B|006329A2|000F2D|DRVR| |145| |DAF4BF89-CE71-4917-B522-C89D32FBC59F|006338CF|0019F1|FRFM| |146|SmbiosDMIEdit |E2A74738-8934-48F5-8412-99E948C8DC1B|006352C0|0036C5|DRVR| |147|SMIFlash |BC327DBD-B982-4F55-9F79-056AD7E987C5|00638985|0050D9|DRVR| |148|TcgPlatformSetu|196CA3D8-9A5A-4735-B328-8FFC1D93D188|0063DA5E|0014D1|DRVR| |149|TcgDxe |5E9CABA3-F2B1-497A-ADAC-24F575E9CDE9|0063EF2F|0057B5|DRVR| |150|TcgDxeplatform |2688B232-9C02-4C12-BE1F-857C0FF2AAE3|006446E4|000F81|DRVR| |151|TCGSmm |FD93F9E1-3C73-46E0-B7B8-2BBA3F718F6C|00645665|001941|DRVR| |152|TcgLegacy |858EBE6F-360F-415B-B7DC-463AAEB03412|00646FA6|001725|DRVR| |153|AmiTcgPlatformD|A29A63E3-E4E7-495F-8A6A-07738300CBB3|006486CB|00AD1D|DRVR| |154| |0AA31BC6-3379-41E8-825A-53F82CC0F254|006533E8|002CB5|FRFM| |155| |142204E2-C7B1-4AF9-A729-923758D96D03|0065609D|000B75|FRFM| |156| |7D113AA9-6280-48C6-BACE-DFE7668E8307|00656C12|000635|FRFM| |157|AmiTcgNvflagSam|50F6096D-7C98-4C78-9A1D-C5A1833B6A88|00657247|001849|DRVR| |158|DpcDxe |399CF3A7-82C7-4D9B-9123-DB11842986D3|00658A90|0008B9|DRVR| |159|ArpDxe |8DD91798-EE87-4F0E-8A84-3F998311F930|00659349|002F59|DRVR| |160|SnpDxe |3DD7A87B-D5BD-44AF-986F-2E13DB5D274C|0065C2A2|0037F9|DRVR| |161|MnpDxe |C30B94E3-C8F2-4AB0-91AB-FA8DF621B1C9|0065FA9B|004B59|DRVR| |162|UefiPxeBcDxe |0EF8A3B1-388A-4B62-8BE6-C7877D50AEDF|006645F4|00D3A5|DRVR| |163|NetworkStackSet|0029DE6A-E024-4EB8-A91D-9F23AA1F4E92|00671999|000C19|DRVR| |164|TcpDxe |B1625D3C-9D2D-4E0D-B864-8A763EE4EC50|006725B2|00BC59|DRVR| |165|Dhcp4Dxe |8DD9176E-EE87-4F0E-8A84-3F998311F930|0067E20B|006F1D|DRVR| |166|Ip4ConfigDxe |8F9296EF-2880-4659-B857-915A8901BDC8|00685128|0047E5|DRVR| |167|Ip4Dxe |8F92960F-2880-4659-B857-915A8901BDC8|0068990D|008C79|DRVR| |168|Mtftp4Dxe |61AFA223-8AC8-4440-9AB5-762B1BF05156|00692586|0056BD|DRVR| |169|Udp4Dxe |10EE5462-B207-4A4F-ABD8-CB522ECAA3A4|00697C43|005719|DRVR| |170|Dhcp6Dxe |8DD9176D-EE87-4F0E-8A84-3F998311F930|0069D35C|006B5D|DRVR| |171|Ip6Dxe |8F92960E-2880-4659-B857-915A8901BDC8|006A3EB9|010599|DRVR| |172|Mtftp6Dxe |61AFA251-8AC8-4440-9AB5-762B1BF05156|006B4452|0056DD|DRVR| |173|Udp6Dxe |10EE54AE-B207-4A4F-ABD8-CB522ECAA3A4|006B9B2F|005419|DRVR| |174|UHCD |580DD900-385D-11D7-883A-00500473D4EB|006BEF48|00DC91|DRVR| |175| |04EAAAA1-29A1-11D7-8838-00500473D4EB|006CCBD9|018841| | |176|USBINT13 |4C006CD9-19BA-4617-8483-609194A1ACFC|006E541A|001A45|DRVR| |177|GenericComponen|199FD111-0785-4132-A9B3-1F66573F0060|006E6E5F|03DC5D|DRVR| |178|OnoffchargeDXE |51071023-7C6C-4DE8-A109-29F5DF3A3F88|00724ABC|000EE5|DRVR| |179|OnoffchargeSMM |1555ACF3-BD07-1458-B668-A8694567890A|007259A1|001725|DRVR| |180|SmiVariable |BE216BA8-38C4-4535-A6CA-5DCA5B43ADDF|007270C6|001B69|DRVR| |181|QFlash |132EC73B-3025-4FBF-B193-8ACB50EFBD89|00728C2F|0073B9|DRVR| |182|EzFileBrowser |56B70419-7103-4D0E-83F4-F3546BD21E40|0072FFE8|00400D|DRVR| |183|SmmRuntime |A56897A1-A77F-4600-84DB-22B0A801FA9A|00733FF5|0014B9|DRVR| |184|GbtCustomizeBut|4DCBF9BA-DEC1-42B0-8A09-01555694F6CF|007354AE|00124D|DRVR| |185|RTCWakeup |534A6A34-CF78-4A56-BEDB-CB49A8D8060C|007366FB|0015D9|DRVR| |186|SmartFanCtrlDXE|D8AAB432-93CC-48D2-9F34-3496CAF92185|00737CD4|001421|DRVR| |187|OemLOGO |7D1686A9-1EE3-446C-825C-5A26F449CE52|007390F5|001061|DRVR| |188|MyOemLogo1 |86EE84E1-3375-41A1-AFBA-847BD29663AA|0073A156|000A98|FRFM| |189|MyOemLogo2 |86EE84E2-3375-41A1-AFBA-847BD29663AA|0073ABEE|00011B|FRFM| |190|OEMDXE |BFE205C9-5B17-4F8F-9375-89614AF8E199|0073AD09|001135|DRVR| |191| |7BB28B99-61BB-11D5-9A5D-0090273FC14D|0073BE3E|044C8D|FRFM| |192|CRBDXE |16271FCA-55D9-4A33-93FC-5A3EB128DEB6|00780ACB|000B51|DRVR| |193|CRBSMI |221F1D4F-034C-4BEA-B2BB-B7A9672B06D7|0078161C|001241|DRVR| |194|CspLibDxe |CD84562C-6864-40A3-A081-C8D35E82B920|0078285D|000275|DRVR| |195|PartitionDxe |1FA1F39E-FEFF-4AAE-BD7B-38A070A3B609|00782AD2|0018C2|DRVR| |196|HfsPlus |4CF484CD-135F-4FDC-BAFB-1AA104B48D36|00784394|003712|DRVR| |197| |CFFB32F4-C2A8-48BB-A0EB-6C3CCA3FE847|00787AA6|02D3E8|DRVR| |198|EnhancedFat |961578FE-B6B7-44C3-AF35-6BC705CD2B1F|007B4E8E|00343A|DRVR| |199|OzmosisDefaults|99F2839C-57C3-411E-ABC3-ADE5267D960D|007B82C8|0003CB|FRFM| |200|Ozmosis |AAE65279-0761-41D1-BA13-4A3C1383603F|007B8693|0332FB|DRVR| |201|OzmosisHorizont|AC255206-DCF9-4837-8353-72BBBC0AC849|007EB98E|032853|FRFM| |202|HermitShellX64 |C57AD6B7-0515-40A8-9D21-551652854E37|0081E1E1|0433A6|APPN| |203|SmcEmulatorKext|DADE1001-1B31-4FE4-8557-26FCEFC78275|00861587|010093|FRFM| |204|DisablerKext |DADE1002-1B31-4FE4-8557-26FCEFC78275|0087161A|00323B|FRFM| |205|InjectorKext |DADE1003-1B31-4FE4-8557-26FCEFC78275|00874855|00023F|FRFM| |206|CpuSensorsKext |DADE1006-1B31-4FE4-8557-26FCEFC78275|00874A94|007058|FRFM| |207|LpcSensorsKext |DADE1007-1B31-4FE4-8557-26FCEFC78275|0087BAEC|00CEE4|FRFM| |208|GpuSensorsKext |DADE1008-1B31-4FE4-8557-26FCEFC78275|008889D0|016239|FRFM| |209|Extfs |B34E5765-2E04-4DAF-867F-7F40BE6FC33D|0089EC09|00247A|DRVR| +---+---------------+------------------------------------+--------+------+----+ | Bytes Free : 078F7D (483 KB) Bytes Used : 8A1083 (8836 KB) | +-----------------------------------------------------------------------------+ | Firmware Volume : 04 Location : 00F00000 Length : 100000 | +---+---------------+------------------------------------+--------+------+----+ |NO | FileName | GUID |Location| Size |Type| +---+---------------+------------------------------------+--------+------+----+ |000|TxtPei |CA9D8617-D652-403B-B6C5-BA47570116AD|00F00048|0019BA|PEIM| |001|MemoryInit |3B42EF57-16D3-44CB-8632-9FDB06B41451|00F01A08|028C16|PEIM| |002| |17088572-377F-44EF-8F4E-B09FFF46A070|00F2A620|005818|RAW | |003|UsbBotPeim |8401A046-6F70-4505-8471-7015B40355E3|00F2FE38|001968|PEIM| |004|Recovery |E008B434-0E73-440C-8612-A143F6A07BCB|00F317A0|003360|PEIM| |005|CRBPEI |0D1ED2F7-E92B-4562-92DD-5C82EC917EAE|00F34B00|00129A|PEIM| |006|WdtPei |1D88C542-9DF7-424A-AA90-02B61F286938|00F35DA0|000876|PEIM| |007|CORE_PEI |92685943-D810-47FF-A112-CC8490776A1F|00F36618|03C072|PEIC| |008|IT8728SioAcBack|F5042177-1D29-45C5-BA4D-4D0EB2E88575|00F72690|0002A3|PEIM| |009|CpuInitPei |01359D99-9446-456D-ADA4-50A711C03ADA|00F72938|001C8E|PEIM| |010|CpuS3Peim |C866BD71-7C79-4BF1-A93B-066B830D8F9A|00F745C8|001950|PEIM| |011|CpuPolicyPei |0AC2D35D-1C77-1033-A6F8-7CA55DF7D0AA|00F75F18|000CF2|PEIM| |012| |2D27C618-7DCD-41F5-BB10-21166BE7E143|00F76FE8|00F258|RAW | |013|CpuPeiBeforeMem|1555ACF3-BD07-4685-B668-A86945A4124D|00F86240|000B00|PEIM| |014|CpuPei |2BB5AFA9-FF33-417B-8497-CB773C2B93BF|00F86D40|00176E|PEIM| |015|AmiTxtPei |C7D4BBCF-EB0A-4C91-BD8B-FCA99F28B011|00F884B0|000394|PEIM| |016|AmiCpuS3Pei |F7D22BCA-1BCA-5591-CC8B-1CA98F2890FE|00F88848|000B88|PEIM| |017|SBPEI |C1FBD624-27EA-40D1-AA48-94C3DC5C7E0D|00F893D0|005478|PEIM| |018|SmBusPei |9EA28D33-0175-4788-BEA8-6950516030A5|00F8E848|0011CA|PEIM| |019|WdtAppPei |0F69F6D7-0E4B-43A6-BFC2-6871694369B0|00F8FA18|00042C|PEIM| |020|PchInitPeim |FD236AE7-0791-48C4-B29E-29BDEEE1A838|00F8FE48|005780|PEIM| |021|PchResetPeim |FF259F16-18D1-4298-8DD2-BD87FF2894A9|00F955C8|000B22|PEIM| |022|PchSmbusArpDisa|643DF777-F312-42ED-81CC-1B1F57E18AD6|00F960F0|000D00|PEIM| |023|PeiSmmControl |FF456B9C-0DC7-4682-9E92-0DE84B6E4067|00F96DF0|0005C4|PEIM| |024|PchSpiPeim |AA652CB9-2D52-4624-9FAE-D4E58B67CA46|00F973B8|00153E|PEIM| |025|PchUsb |6B4FDBD2-47E1-4A09-BA8E-8E041F208B95|00F988F8|0004C7|PEIM| |026|NBPEI |79AA6086-035A-4AD9-A89A-A6D5AA27F0E2|00F98DC0|004598|PEIM| |027|SmmAccessPeim |6ECFCE51-5724-450C-A38A-58553E954422|00F9D358|000904|PEIM| |028|SaInitPeim |FD236AE7-0791-48C4-B29E-29BDEEE1A811|00F9DC60|007D76|PEIM| |029|CryptoPei |D6D2FBA6-EF60-4C38-A83E-6769814D23B0|00FA59D8|002ABE|PEIM| |030|RapidStartPei |53F019E9-BB0C-424B-870A-1FAF10B1CB4C|00FA8498|003B7C|PEIM| |031|PeiGfxDriver |B9846521-FF99-4953-8FA2-85C9ADCCE5AF|00FAC018|007E42|PEIM| |032|IsctWakeReason |0C3B7B59-28E5-4C99-85E5-D0116DBFAAF2|00FB3E60|0009C6|PEIM| |033|Capsule |FAC2EFAD-8511-4E34-9CAE-16A257BA9488|00FB4828|00092F|PEIM| |034|BDRPEI |90E9D266-C229-4474-8D18-AAF3745F3EAA|00FB5158|000686|PEIM| |035| |56E14F88-234B-4C34-B204-299670447247|00FB57E0|00046C|FRFM| |036| |ADD00669-8B34-47CC-A64F-D2976E35D8D5|00FB5C50|000022|FRFM| |037| |0B71D630-2BAD-4797-ABD6-088E95D0DE47|00FB5C78|00101C|FRFM| |038|DualBiosPei |97BB442B-F9FE-45E3-8A28-439EEDCD1813|00FB6C98|000420|PEIM| |039|HeciPei |9CF30325-DC5C-4556-A8B0-74215C5F7FC4|00FB70B8|000C78|PEIM| |040|PchMeUma |8C376010-2400-4D7D-B47B-9D851DF3C9D1|00FB7D30|000A4E|PEIM| |041|MePeiPolicyInit|12C67BE1-AD2E-4F13-A95F-6EDC2C4392DE|00FB8780|0004D8|PEIM| |042|PeiRamBoot |08EFD15D-EC55-4023-B648-7BA40DF7D05D|00FB8C58|000F02|PEIM| |043| |CC0F8A3F-3DEA-4376-9679-5426BA0A907E|00FB9B60|0004A5|FRFM| |044| |9FE7DE69-0AEA-470A-B50A-139813649189|00FBA008|00092C|FRFM| |045| |FD44820B-F1AB-41C0-AE4E-0C55556EB9BD|00FBA938|000828|FRFM| |046|TcgPlatformSetu|0FE9DA53-043D-4265-A94D-FD77FEDE2EB4|00FBB160|00066C|PEIM| |047|TcgPei |34989D8E-930A-4A95-AB04-2E6CFDFF6631|00FBB7D0|0021F6|PEIM| |048|TcgPeiplatform |6B844C5B-6B75-42CA-8E8E-1CB94412B59B|00FBD9C8|000416|PEIM| |049|AmiTcgPlatformP|9B3F28D5-10A6-46C8-BA72-BD40B847A71A|00FBDDE0|000FF2|PEIM| |050|AmiTcgPlatformP|E9312938-E56B-4614-A252-CF7D2F377E26|00FBEDD8|000DAE|PEIM| |051| |0DCA793A-EA96-42D8-BD7B-DC7F684E38C1|00FBFB88|0000A4|FRFM| |052| |3FD1D3A2-99F7-420B-BC69-8BB1D492A332|00FBFC30|0000A4|FRFM| |053| |D1E59F50-E8C3-4545-BF61-11F002233C97|00FBFFE8|000128|RAW | |054| |1BA0062E-C779-4582-8566-336AE8F78F09|00FFF1A0|000E60|SECC| +---+---------------+------------------------------------+--------+------+----+ | Bytes Free : 03F778 (253 KB) Bytes Used : 0C0888 (770 KB) | +-----------------------------------------------------------------------------+ | Total Bytes Free : 69FC00 (6783 KB) Total Bytes Used : 960400 (9601 KB) | +-----------------------------------------------------------------------------+ BIOS inside looks: Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
mhaeuser Posted June 16, 2017 Share Posted June 16, 2017 EnhancedFat is from Hermit. Try this: https://www.dropbox.com/s/69fy4azr3qxo9f3/Fat.ffs?dl=0 EDK2 EnhancedFat with max version. Link to comment Share on other sites More sharing options...
ammoune78 Posted June 16, 2017 Share Posted June 16, 2017 BIOS inside looks: Sent from my iPhone using Tapatalk My message was for uglyJoe Link to comment Share on other sites More sharing options...
Kynyo Posted June 16, 2017 Share Posted June 16, 2017 Ok then. Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
elviejo Posted June 16, 2017 Share Posted June 16, 2017 To suppress verbose output apfs.efi Find: 00554889E54883EC4048 Replace: 00C34889E54883EC4048 When I did it I lost apfs support. could you explain how to do it? From my High Sierra installed from Oz. Link to comment Share on other sites More sharing options...
cecekpawon Posted June 16, 2017 Share Posted June 16, 2017 @Allan @elviejo the main purposes is to mute apfs verbose log, but from your report it seems I've been running in the wrong direction.. please restore to original bytes sir 1 Link to comment Share on other sites More sharing options...
uglyJoe Posted June 16, 2017 Share Posted June 16, 2017 Try this: https://www.dropbox.com/s/69fy4azr3qxo9f3/Fat.ffs?dl=0 EDK2 EnhancedFat with max version. I tried this and fat.efi from clover. Also I updated FakeSMC, removed PartitionDxe and all kext. Unplugged all disks except the one where I want to install 10.13 Downgrade ROM, installed 10.13 and updating ROM again to try converting from macOS but the disk utility menu is greyed out. Nothing worked with apfs Link to comment Share on other sites More sharing options...
stehor Posted June 16, 2017 Share Posted June 16, 2017 reporting success with oz and hs. install method cim hd4600 working oob and sleep Link to comment Share on other sites More sharing options...
mhaeuser Posted June 16, 2017 Share Posted June 16, 2017 EDIT: It is installed by EdkPartition. You could try using Apple's EdkPartition instead of Hermit PartitionDxe. Reversed the protocol it installs, planning to add it to EDK2 PartitionDxe, though not right now... if anyone wants to go ahead: #define APPLE_PARTITION_INFO_PROTOCOL_GUID \ { 0x68425EE5, 0x1C43, 0x4BAA, \ { 0x84, 0xF7, 0x9A, 0xA8, 0xA4, 0xD8, 0xE1, 0x1E } } #define APPLE_PARTITION_INFO_PROTOCOL_REVISION 0x010000 typedef struct { UINT32 Revision; // APPLE_PARTITION_INFO_PROTOCOL_REVISION UINT32 PartitionNumber; // from Hard Drive Device Path UINT64 PartitionStart; // from Hard Drive Device Path UINT64 PartitionSize; // from Hard Drive Device Path UINT8 Signature[16]; // from Hard Drive Device Path UINT8 MBRType; // from Hard Drive Device Path UINT8 SignatureType; // from Hard Drive Device Path UINT64 Attributes; // from GPT Partition Entry CHAR16 PartitionName[36]; // from GPT Partition Entry EFI_GUID PartitionTypeGUID; // from GPT Partition Entry } APPLE_PARTITION_INFO_PROTOCOL; Link to comment Share on other sites More sharing options...
pmcnano Posted June 17, 2017 Share Posted June 17, 2017 Hi guys, I little bit of help will be appreciated. I was updating my bios and everything, not sure what exactly I changed but my GTX 970 is now detected with 2989Mb of VRAM. I have disabled NVidia injection on ozmosis, but I still see in bdmesg: 07:507 00:000 Found NVIDIA GeForce GTX 970 2989MB NV24 [10DE:13C2] SubsystemID [1458:367A] PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) 07:605 00:097 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@0,AAPL,boot-display" = Data (0) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@0,can-hot-plug" = Data (0) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@0,compatible" = "NVDA,NVMac" (10) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@0,connector-type" = 00 02 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@0,device_type" = "display" (7) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@0,display-cfg" = 03 01 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@0,name" = "NVDA,Display-A" (14) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@1,NVDA,UnderscanMin" = "R" (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@1,can-hot-plug" = Data (0) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@1,compatible" = "NVDA,NVMac" (10) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@1,connector-type" = 00 04 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@1,device_type" = "display" (7) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@1,display-cfg" = FF FF 00 01 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "@1,name" = "NVDA,Display-B" (14) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "device_type" = "NVDA,Parent" (11) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "AAPL,aux-power-connected" = 01 00 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "AAPL,backlight-control" = 00 00 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "AAPL00,Coherency" = 02 00 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "AAPL00,blackscreen-preferences" = 00 00 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "AAPL01,blackscreen-preferences" = 00 00 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "AAPL02,blackscreen-preferences" = 00 00 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "AAPL03,blackscreen-preferences" = 00 00 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "NVCAP" = 04 00 00 00 00 00 03 00 A9 00 00 00 00 00 00 07 00 00 00 00 (20) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "NVDA,Features" = FF 16 7A 36 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "VRAM,totalMB" = AD 0B 00 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "VRAM,totalsize" = 00 00 D0 BA 00 00 00 00 (8) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "model" = "NVIDIA GeForce GTX 970" (22) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "subsystem-id" = 7A 36 A1 00 (4) - Success 07:605 00:000 Injected PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - "rom-revision" = "84.04.31.00.B8" (14) - Success I think I have been here before, I don't remember how to fix it, any advices? Thanks Link to comment Share on other sites More sharing options...
m0no Posted June 17, 2017 Share Posted June 17, 2017 I add APFS via bcfg like a driver and all work fine. always saw apfs partition and in Sierra and on boot menu. How do you do that? example: bcfg driver add 1 fs0:\EFI\apfs.efi "apfs" does not work for me. Link to comment Share on other sites More sharing options...
D1ves Posted June 17, 2017 Share Posted June 17, 2017 How do you do that? example: bcfg driver add 1 fs0:\EFI\apfs.efi "apfs" does not work for me. boot into efi-shell,then fs0: load apfs.efi or load -? for help Link to comment Share on other sites More sharing options...
cecekpawon Posted June 17, 2017 Share Posted June 17, 2017 bcfg driver add 1 fs0:\EFI\apfs.efi "apfs" does not work for me. 1 Link to comment Share on other sites More sharing options...
Lucy183 Posted June 17, 2017 Share Posted June 17, 2017 Can I use Ozmosis on old non-uefi motherboard? ASUS P5QL/EPU Link to comment Share on other sites More sharing options...
mhaeuser Posted June 17, 2017 Share Posted June 17, 2017 Can I use Ozmosis on old non-uefi motherboard? ASUS P5QL/EPU Try playing with DUET. Link to comment Share on other sites More sharing options...
Lucy183 Posted June 17, 2017 Share Posted June 17, 2017 Try playing with DUET. What is DUET? Link to comment Share on other sites More sharing options...
NSCXP2005 Posted June 17, 2017 Share Posted June 17, 2017 Hi all, I'm looking to get this working with my np540u3c ultrabook. I would love to be able to boot into osx without the need of Clover. I hope someone can help. Thanks Sent from my EVA-L09 using Tapatalk Link to comment Share on other sites More sharing options...
Recommended Posts