Jump to content

poldas

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by poldas

  1. I have 2 DELL D430 and I've checked adapter on 2 laptops, so i think that we can rule out ribbon cable. I think that problem with recognize device in BIOS couldn't be  partition scheme. So it have to be incompatible mSATA disk which works properly in computer without adapter - I tested it

  2. I think that it isn't the problem with cable because disk is present, but never after start the laptop.

    After press power button BIOS doesn't see the disk, I have to do "soft restart" ctrl+alt+delete and then disk is visible and OS starting. I can do reboot and still everything is good, but when I power off my laptop, on the next run BIOS can't see it

  3. Hi,
     
    I bought mSATA to ZIF adapter for my DELL D430 but BIOS has a problem with recognizing the disk. When I power on the laptop on the screen appeared information: "No bootable devices..." (picture is below) . I have to go to the BIOS and exit, next disk is visible and system starts. If I do reboot everything is ok OS starts again, but if I switch off the laptop I see again screen: "No bootable..."
     
    I have disk Intel mSATA 80 GB
     
    Have you ever seen similar issue? What do you think it is the problem with mSATA to ZIF adapter?
  4. :( The only thing that comes to my mind is you replace the AppleACPIPlatform.kext and IOPCIFamily.kext with the ones from 10.6.7. Make sure you delete the original files first, and then put the ones I attached in your S/L/E folder. Repair permissions and rebuild kextkache, I recommend Kext Wizard. Here.

     

     

    Where do I find AppleACPIPlatform.kext and IOPCIFamily.kext which should be remove?

  5. did you use combo update if not download it and reinstall. but before you go too crazy use disk utlility and repair permissions then reboot if that doesn't help then combo update. if not then add your specs to your signature so that we can help further

     

     

    I've instaled combo update 10.6.8 and problem is still the same. Where do I find disk utility?

  6. Hi

     

    I've installed Mac OS 10.6.7 and EDP 1.7, everything worked ok but in 32-bit mode. I've changed com.apple.boot.plist from

     

    <key>Default Partition</key>
           <string>hd(0,2)</string>
           <key>EthernetBuiltIn</key>
           <string>Yes</string>
           <key>Graphics Mode</key>
           <string>1280x800x32</string>
           <key>Hide Partition</key>
           <string>hd(0,4)</string>
           <key>Instant Menu</key>
           <string>Yes</string>
           <key>Kernel</key>
           <string>mach_kernel</string>
           <key>Kernel Flags</key>
           <string>pmVersion=21</string>
           <key>SystemType</key>
           <string>2</string>
           <key>Theme</key>
           <string>Bullet</string>
           <key>Timeout</key>
           <string>4</string>
           <key>USBBusFix</key>
           <string>Yes</string>
           <key>arch</key>
           <string>i386</string>

     

    to (crc-error404 thank you for suggestion)

     

    <key>Default Partition</key>
    <string>hd(0,2)</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>Graphics Mode</key>
    <string>1280x800x32</string>
    <key>Hide Partition</key>
    <string>hd(0,4)</string>
    <key>Instant Menu</key>
    <string>Yes</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>arch=x86_64 pmVersion=21</string>
    <key>SystemType</key>
    <string>2</string>
    <key>Theme</key>
    <string>Bullet</string>
    <key>Timeout</key>
    <string>4</string>
    <key>USBBusFix</key>
    <string>Yes</string>

     

    System started in 64-bit mode but without Ethernet and with blurred screen. I've installed again EDP 1.7, after reboot system didn't wake up (Black screen with: Switch off and start again...)

  7. How i should change com.apple.boot.plist to boot Mac OS in 64-bit mode?

     

    <key>Default Partition</key>
    <string>hd(0,2)</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>Graphics Mode</key>
    <string>1280x800x32</string>
    <key>Hide Partition</key>
    <string>hd(0,4)</string>
    <key>Instant Menu</key>
    <string>Yes</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>pmVersion=21</string>
    <key>SystemType</key>
    <string>2</string>
    <key>Theme</key>
    <string>Bullet</string>
    <key>Timeout</key>
    <string>4</string>
    <key>USBBusFix</key>
    <string>Yes</string>
    <key>arch</key>
    <string>i386</string>

×
×
  • Create New...