[SOLVED] iMac 2111 (32-bit EFI) installation

I'm stuck with the installation on a iMac 2111 (http://www.everymac.com/systems/apple/i … specs.html) (the white plastic Intel iMacs).
The standard ISO won't boot at all ("Select CD-ROM boot type"-error).
Therefore I built a ISO without UEFI support that I'm now able to boot to the boot loader OS selection screen (where you can choose between: Boot Arch Linux (x86_64), Boot Arch Linux (i686), Boot existing OS, Run Memtest86+ (RAM test), Hardware Information (HDT), Reboot, and Power Off).
There the system freezes completly.
Any ideas how to install ArchLinux on this machine?
Anybody managed to install ArchLinux sucessfully on an 32-bit EFI iMac?
Was quite simple problem: you have to replug the USB keyboard, then it becomes active once more.
Last edited by wabi (2014-02-13 21:47:57)

Unless there's a firmware update for your Mac (in which case Software Update would alert you), you can't.

Similar Messages

  • Trying to boot iMac in 64 bit mode, but not successful

    Hello:
    I am trying to boot my iMac in 64 bit mode. I have done some research and I am getting conflicting answers. Most of what I am finding says:
    1. Must have an Intel Core 2 Duo: I do
    2. My efi must be 64: It is
    3. Must have Snow Leopard installed: I am running 10.6.2
    I am running what is described as an iMac 7.1, which in theory would not be allowed to run in 64 bit mode. Also, starting up while holding the 6 and 4 keys does not force my machine to start up in 64 bit.
    Any ideas/explanations as to what might be going on?
    Thanks in advance.
    Message was edited by: Coqui-

    I don't know exactly what model imac 7.1 is but I suggest you check here on how to identify your imac
    http://support.apple.com/kb/HT1758
    according to this
    http://support.apple.com/kb/HT3770
    you need imac early 2008 or later to be able to boot into 64-bit mode. but as WBW already mentioned there is no reason to actually do it unless you have loads of RAM and some RAM hungry 64-bit apps optimized to use loads of RAM.

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • HT4407 When installing Windows 7 using Bootcamp, I get message: "Need 64-bit Windows Installation USB drive or DVD."  I thought my install disk was for 32 or 64 bit.  What does this mean?

    When Installing Windows 7 using Bootcamp, I get message:  "Need 64 bit Windows installation USB drive or DVD."  What does this mean?

    It means you need the 64 bit Version of Windows on a USB stick or DVD.

  • I'm having trouble instaling a printer driver for my Canon MG5220. I downloaded the latest printer driver from the Canon website (10.67.1.0) and installed it on my Intel iMac. It said the installation was sucessful, but when I try to add a printer, no go.

    I'm having trouble instaling a printer driver for my Canon MG5220. I downloaded the latest printer driver from the Canon website (10.67.1.0) and installed it on my Intel iMac. It said the installation was sucessful, but when I try to add a printer, no go. The printer does'nt show up. I'm fairly new to the Mac, after switching from windows. I'm running Snow Leopard 10.6.8.

    Hold down the option key and select
     ▹ System Information...
    from the menu bar. In the window that opens, select
    Hardware ▹ USB
    from the list on the left. On the right you should now see a list of all connected USB devices, as well as some built-in components. Is the device shown?

  • ***? How does my iMac go from Intel EFI to SMBIOS?

    Hey y'all,
    I'm a brand new Mac user; a refugee from the Windows platform. I have had 2 brand new iMacs with a most unwelcome "bonus" option from the git-go: Remote access from Day One. I haven't even had time yet to learn the Mac platform or the 10.5.2 OS; as all of my time has been spent tracing the source of the Remote Access, the applications exploited, and the timetable of when it all occurred.
    I had had a PC that was totally and professionally hacked; which is why I got an iMac in the first place; the malware on the system was of the type that hides in the BIOS and is nearly impossible to get rid of. It seemed that every exploit and zero-day vulnerability was taken advantage of!!
    (See "Virtual Malware" in F-Secure and Security Focus for relevant info about backdoors, trojans, and bots. This stuff gets through firewalls and turns off internet security software!)
    Anyhoo, the stuff on both of the brand-new iMacs looks disturbingly parallel to what I have seen on my old PC. I have taken detailed notes on how it appears the remote access was gained, but it has been extremely difficult to convince AppleCare or the so-called "Mac Geniuses" that there is a problem with my system. I keep hearing "There is no malware for the Mac..." yada yada yada...
    So why is there an SMBIOS and BIOS listed as an "extension", if the iMac runs on Intel EFI, not BIOS? I found this gem while trying to unravel the cryptic device tree of my hardware. What an ungodly nightmare.... just trying to FIND the information on the processor and chipset was hard enough. I have had to ask several times why I have a Bluetooth/Firewire "USB Host Controller" for a USB Bus on my system, and the only answer I get is "Your Bluetooth is only for your keyboard and mouse." I'm not an engineer, but I know something is wrong. I have seen it, and I have traced at least part of it. Does anyone have contact information for corporate technical/engineering offices; with real people I can send my notes to? Does anyone have any answers as to what's going on? Anyone?? Anyone?? Bueller?.... Bueller?

    It's state-message based.  Presuming you haven't changed the defaults, that's every 15 minutes out of the box, that a client will send any pending state messages.
    There's probably a mechanism for forcing a single client to send any pending state messages, but honestly I usually just get a cuppa coffee and wait.  (I've learned to be patient with ConfigMgr).
    Standardize. Simplify. Automate.

  • TS1424 has anyone not been able to get the installer to properly load and get a message like: This installer is intended for 32 bit versions of windows. Please download and install 64 bit iTuines installer instead? and even if you uninstall and reinstall

    Has anyone not been able to get the iTunes installer to load properly and get a message like this: This iTunes installer is intended for 32 bit versions of windows. Please download and install 64 bit iTunes installer instead. I have tried repeatedly to get this to load, I have uninstalled iTunes completely and reinstalled and still get the same message. I have windows XP and a brand new ipod touch which I am trying to load.

    Yes, it's come up a number of times. If you look to the right under "more like this", you'll find threads that may offer useful suggestions.
    Regards.

  • Oracle 11G database for 64 bit windows installation error

    Hi,
    I downloaded the 11G 64bit for windows and unzipped the files into one folder and ran the setup.exe as an administrator. It opened up the java screen and I chose, create and configure a database. Next screen I chose, Desktop Class, when I click next it dies. It does not show me teh next screen. I went to the appdata folder and saw this error but not sure what to do EXCEPTION_ACCESS_VIOLATION (0xc0000005). Please help. Thanks for your time and help.

    Adipur wrote:
    Hello, have you tried to create new administrator user, and install using that newly created user...?You found this to be a band-aid solution in your specific instance. (Strange case of installation on windows 7 - unable to complete installation But you have drawn the wrong conclusions and never found the real issue in the cited thread. Under the circumstances, I would not be offering this up as a generalized solution, as you are doing in this thread and in others:
    Re: Oracle 11G database for 64 bit windows installation error
    Re: Trouble installing Oracle Personal in Windows 7 64-bit environment
    I have been doing Oracle DBA work since v 7.3, and have never seen advice like this to be anything more than a work-around the real issue.
    Edited by: EdStevens on May 15, 2013 7:03 AM

  • 32-bit EFI problem HELP !!!

    Hello. When snow leopard was coming out ,we were promised 64-bit ability. We rejoiced, but then later found out that the "efi" was still 32 bit. Many of us complained about false advertising etc , but then we were comforted by people that told us not to worry, that the EFI was meaningless and that there was no advantage to having "64 bit efi" unless we were going to use millions of GB's of Ram . I was appeased and moved on. Well today i was shopping at the Apple.com/store looking to upgrade my video card and was looking at some nice looking cards . The "EVGA GeForce GTX 285" for example ( see nice specs http://store.apple.com/us/product/TW387ZM/A?fnode=MTY1NDA5OQ&mco=MTA4MzU2MDA ), so i glanced at the "questions and answers" portion of the page and in it a man asked if this card would work with a Mac Pro 1.1 . The answer was no. Even worse, the reason it wouldnt work , wasnt because the interface/connection type was newer and my Mac Pro was physically unable to handle its awesome specs , but rather because my Mac Pro was "32-bit efi" . This of course angered me some because all this time i was told that us complaining about 32-bit EFI was ignorant since 64-bit EFI was only beneficial if one was a billionaire and had theoretical amounts of Ram , but today i witnessed a more obtainable benefit that was withheld from me . Even worse, the internets are filled with experts that say that my Mac Pro is fully capable of having "64-bit EFI" but that Apple for reasons unknown simply chooses to prevent it . So a few questions
    1. Exactly WHAT is the best/most optimal video card that my Mac Pro can "handle" ? (im looking with something with hundreds of cores ie Tesla or the one i mentioned)
    2. What is the reason my Mac isnt 64-bit EFI yet?
    3. Is there an update in the future or does apple expect me to buy a brand new Mac Pro over something they can fix in a second if they willed it ?

    1. Exactly WHAT is the best/most optimal video card that my Mac Pro can "handle"? (im looking with something with hundreds of cores ie Tesla or the one i mentioned)
    ATI Radeon HD 4870
    <http://store.apple.com/us/product/MB999ZM/A?fnode=MTY1NDA5OQ&mco=MTA4MzU2NTc>\
    (Despite what Apple says, it will work in any Mac Pro.)
    2. What is the reason my Mac isn't 64-bit EFI yet?
    Because it has EFI-32 firmware.
    3. Is there an update in the future
    Unlikely. If Apple updated old Mac Pros to 64-bit EFI, all of the 32-bit EFI NIVIDIA cards wouldn't work.
    or does Apple expect me to buy a brand new Mac Pro over something they can fix in a second if they willed it?
    They can't fix it without causing problems for those older Mac Pros with NVIDIA cards (which were the most common cards in those Macs).
    Your Mac Pro can run 64-bit applications, there is the ATI upgrade board for faster graphics, it can handle up to 32 GB RAM. and you can install larger, faster, hard drives, so there should be no need to replace it for most uses..

  • While installing latest version of iTunes error "This iTunes installer is intended for 32-bit versions of Windows. Please download and install the 64-bit iTunes installer instead" how to deal with it ?

    While installing latest version of iTunes error "This iTunes installer is intended for 32-bit versions of Windows. Please download and install the 64-bit iTunes installer instead" how to deal with it ?

    Doublechecking. What's the filename of the installer you've been downloading? (The 32-bit installer is called iTunesSetup.exe, and the 64-bit installer is called iTunes64Setup.exe.)

  • Purchased a new iMac - installed CS5 CD - message - Installer failed to initialise....

    Purchased a new iMac - installed CS5 CD - message - Installer failed to initialise....

    You need to copy all the installer disc to the desktop, Folder by folder. for example, Copy the contents of Payloads folder on Disc 2 to payloads folder of Disc 1, Extension to extensions, etc
    Then you will see the setup.app file on the Folder that you created on the desktop.
    Run that and check.

  • "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation."

    I try to install windows7 system on my macbook air, which version is 10.8.5. When I open the bootcamp, it let me to choose a windows ISO image, which I've already downloaded from this website: http://www.w7forums.com/threads/official-windows-7-sp1-iso-image-downloads.12325 /, it also asked me to select a USB drive, which is kingston that has 8GB. Then when I clicked "continue", it said that "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation." But actually the ISO image I downloaded is 64-bit windows7. I don't know why this would happen. Could someone help me please!!

    Thanks for your feedbakc Kiranjj!
    I identified the reason to be that the W8 installation file didn't download completely from a Mac OS-device. I downloaded from another Win-device and the moved the installation file with a USB-stick and then everything worked diectly! But thanks anyway.

  • No download for iTunes 12 32-bit Windows Installer?

    Hello,
    I am trying to download the 32-bit version of iTunes 12.0.1. On the iTunes download page it only lists the 64-bit installer. I have searched through Google and found the page Apple - Support - Downloads has the link for the 32-bit version, and even defines the file size at the bottom of the page for the installer (File Size: OS X (222.4 MB ) Windows (109.8 MB) Windows64 (122.4 MB)). However, when I select to download, it brings me right back to the 64-bit download page (http://www.apple.com/itunes/download/).
    Can you point me in the right direction on how to get the 32-bit version installer download? Or is this not currently available at this time?
    Thanks,
    Kevin.

    The main iTunes download page should offer the appropriate installer for your operating system and processor. See the Further Information area of Troubleshooting issues with iTunes for Windows updates for and direct links to the current Windows Installers.
    tt2

  • Imac X.9 et réinstalle ma CS5 design premium

    Bonjour,
    je viens d'acquérir le nouveau imac X.9 et réinstalle ma CS5 design premium dessus. L'installation se passe sans problème mais je n'arrive pas à ouvrir illustrator et Indesign. Ils quittent tout de suite.
    Impossible de charger des mises à jour non plus.
    Photoshop par contre marche très bien.
    Si quelqu'un peut m'aider.
    Merci

    Sur une autre discussion, il est recommandé de mettre à jour Java via ce lien chez Apple Java for OS X 2014-001. Peut-être s'agit-il du même problème. (voir en bas de FAQ sur la compatibilité de Mac OS X Mavericks (10.9) | CC, CS6, Acrobat)

  • Will Windows Media Center boot on iMac? (apparently has EFI)

    Will Windows Media Center boot on new Intel iMac? (apparently has EFI)
    http://forum.osx86project.org/index.php?s=1bb30b5a80e6971d414d1113cb265cd5&showt opic=6700&st=80
    It seems that Gateway says they use EFI on one of their Windows MCE desktops.
    So if any of you lucky new Intel owners who also have the disks try loading it.
    As the first person to load Windows on a Mac will be famous ( and maybe a criminal- although Apple said they won't press charges )

    Not to be mean or anything but why do all these
    people want to have windows xp on a Mac OS X built
    computer? If you want media center buy a windows pc
    not an apple pc.
    Because I have a couple of programs that run only on wintel. If I can get them to run on the intel iMac, I can get rid of the other computer completely.
    Glor

Maybe you are looking for

  • HP LaserJet 2605dn latest driver problem/bug

    Hi I just downloaded and installed the latest driver for this machine, upd-pcl6-x64-5.7.0.16448.exe released a few weeks ago. I found a problem and hope someone can verify and fix it later. That is, when I change the "Paper type:" to something other

  • IPhoto 9.2.1 update - no RAW files

    This problem is on my husband's MacBook Pro running 10.6.8.  Prior to the 9.2.1 update he had uploaded quite a few RAW (NEF) files from his Nikon D90 and they worked fine.  After the update, the thumbnails are there, but they cannot be opened to view

  • Text missing from user notification email

    I set up a form and embedded it on our web site. For every completed form I received an email containing all the text submitted. The users also received a notification email, but some of the text was missing from the responses. It appears that only t

  • I have a question about PO & MIGO & MIRO.I've tried so hard but I can't.

    I'm studying MM. I make a Purchase Order with Quantity 2000, price per unit is 1. -In case that good is recieved before invoice. In Tcode MIGO : + The real Quantity is 1000 In Tcode MIRO: +The Quantity on invoice is 2000 I think in this case I must d

  • Get back old Photo Booth effects?

    Is there anyway to change the given effects in Photo Booth and get some old ones back? Or do I just downgrade PB in general?