Create bootable file for imac












0















I am an intern at a company and I have been provided an Intel atom system which certainly is not gonna be able to run smoothly at this age of online everything, so I requested a change and they invited me to fix a imac that does not have a operating system as I had never used a mac but I still thought installing a mac from a bootable pendrive is easy but well apparently its not. I don't know where I can get an ISO file and how do I make a pendrive bootable.










share|improve this question




















  • 2





    What model/year? You might not even need to create a iso - many macs will let you install the OS off the internet

    – Journeyman Geek
    Jan 22 at 11:47
















0















I am an intern at a company and I have been provided an Intel atom system which certainly is not gonna be able to run smoothly at this age of online everything, so I requested a change and they invited me to fix a imac that does not have a operating system as I had never used a mac but I still thought installing a mac from a bootable pendrive is easy but well apparently its not. I don't know where I can get an ISO file and how do I make a pendrive bootable.










share|improve this question




















  • 2





    What model/year? You might not even need to create a iso - many macs will let you install the OS off the internet

    – Journeyman Geek
    Jan 22 at 11:47














0












0








0








I am an intern at a company and I have been provided an Intel atom system which certainly is not gonna be able to run smoothly at this age of online everything, so I requested a change and they invited me to fix a imac that does not have a operating system as I had never used a mac but I still thought installing a mac from a bootable pendrive is easy but well apparently its not. I don't know where I can get an ISO file and how do I make a pendrive bootable.










share|improve this question
















I am an intern at a company and I have been provided an Intel atom system which certainly is not gonna be able to run smoothly at this age of online everything, so I requested a change and they invited me to fix a imac that does not have a operating system as I had never used a mac but I still thought installing a mac from a bootable pendrive is easy but well apparently its not. I don't know where I can get an ISO file and how do I make a pendrive bootable.







boot mac usb-flash-drive






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 22 at 17:53









Ahmed Ashour

1,3401715




1,3401715










asked Jan 22 at 11:38









PassionateTechie24PassionateTechie24

12




12








  • 2





    What model/year? You might not even need to create a iso - many macs will let you install the OS off the internet

    – Journeyman Geek
    Jan 22 at 11:47














  • 2





    What model/year? You might not even need to create a iso - many macs will let you install the OS off the internet

    – Journeyman Geek
    Jan 22 at 11:47








2




2





What model/year? You might not even need to create a iso - many macs will let you install the OS off the internet

– Journeyman Geek
Jan 22 at 11:47





What model/year? You might not even need to create a iso - many macs will let you install the OS off the internet

– Journeyman Geek
Jan 22 at 11:47










1 Answer
1






active

oldest

votes


















0














All Macs introduced since about 2012 can do "Internet Recovery" if you boot while holding down Command-Option-R. So that's the first thing to try.



If Internet Recovery is not an option in your situation, you sorta need a working Mac to revive a Mac with no bootable OS partition. From the working Mac you can go to the Mac App Store to download the latest OS (which comes as an installer app). Inside the OS installer app is a command-line tool called "createinstallmedia" that you invoke to create a bootable OS-installer partition on your USB flash drive. The full procedure is documented here: https://support.apple.com/en-us/HT201372



By the way, Mac disk images are Apple-proprietary .dmg files, not the simpler .iso format that was popularized by Linux. There might be ways to use non-Apple OSes to mess with .dmg files, but it's probably a lot of hassle, and you'd have to figure out how to do the work of the "createinstallmedia" tool by hand, which involves, among other things, copying certain files (which are required for booting) into certain special locations on the target volume.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1396982%2fcreate-bootable-file-for-imac%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    All Macs introduced since about 2012 can do "Internet Recovery" if you boot while holding down Command-Option-R. So that's the first thing to try.



    If Internet Recovery is not an option in your situation, you sorta need a working Mac to revive a Mac with no bootable OS partition. From the working Mac you can go to the Mac App Store to download the latest OS (which comes as an installer app). Inside the OS installer app is a command-line tool called "createinstallmedia" that you invoke to create a bootable OS-installer partition on your USB flash drive. The full procedure is documented here: https://support.apple.com/en-us/HT201372



    By the way, Mac disk images are Apple-proprietary .dmg files, not the simpler .iso format that was popularized by Linux. There might be ways to use non-Apple OSes to mess with .dmg files, but it's probably a lot of hassle, and you'd have to figure out how to do the work of the "createinstallmedia" tool by hand, which involves, among other things, copying certain files (which are required for booting) into certain special locations on the target volume.






    share|improve this answer




























      0














      All Macs introduced since about 2012 can do "Internet Recovery" if you boot while holding down Command-Option-R. So that's the first thing to try.



      If Internet Recovery is not an option in your situation, you sorta need a working Mac to revive a Mac with no bootable OS partition. From the working Mac you can go to the Mac App Store to download the latest OS (which comes as an installer app). Inside the OS installer app is a command-line tool called "createinstallmedia" that you invoke to create a bootable OS-installer partition on your USB flash drive. The full procedure is documented here: https://support.apple.com/en-us/HT201372



      By the way, Mac disk images are Apple-proprietary .dmg files, not the simpler .iso format that was popularized by Linux. There might be ways to use non-Apple OSes to mess with .dmg files, but it's probably a lot of hassle, and you'd have to figure out how to do the work of the "createinstallmedia" tool by hand, which involves, among other things, copying certain files (which are required for booting) into certain special locations on the target volume.






      share|improve this answer


























        0












        0








        0







        All Macs introduced since about 2012 can do "Internet Recovery" if you boot while holding down Command-Option-R. So that's the first thing to try.



        If Internet Recovery is not an option in your situation, you sorta need a working Mac to revive a Mac with no bootable OS partition. From the working Mac you can go to the Mac App Store to download the latest OS (which comes as an installer app). Inside the OS installer app is a command-line tool called "createinstallmedia" that you invoke to create a bootable OS-installer partition on your USB flash drive. The full procedure is documented here: https://support.apple.com/en-us/HT201372



        By the way, Mac disk images are Apple-proprietary .dmg files, not the simpler .iso format that was popularized by Linux. There might be ways to use non-Apple OSes to mess with .dmg files, but it's probably a lot of hassle, and you'd have to figure out how to do the work of the "createinstallmedia" tool by hand, which involves, among other things, copying certain files (which are required for booting) into certain special locations on the target volume.






        share|improve this answer













        All Macs introduced since about 2012 can do "Internet Recovery" if you boot while holding down Command-Option-R. So that's the first thing to try.



        If Internet Recovery is not an option in your situation, you sorta need a working Mac to revive a Mac with no bootable OS partition. From the working Mac you can go to the Mac App Store to download the latest OS (which comes as an installer app). Inside the OS installer app is a command-line tool called "createinstallmedia" that you invoke to create a bootable OS-installer partition on your USB flash drive. The full procedure is documented here: https://support.apple.com/en-us/HT201372



        By the way, Mac disk images are Apple-proprietary .dmg files, not the simpler .iso format that was popularized by Linux. There might be ways to use non-Apple OSes to mess with .dmg files, but it's probably a lot of hassle, and you'd have to figure out how to do the work of the "createinstallmedia" tool by hand, which involves, among other things, copying certain files (which are required for booting) into certain special locations on the target volume.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 22 at 20:53









        SpiffSpiff

        77.6k10118163




        77.6k10118163






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1396982%2fcreate-bootable-file-for-imac%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕