{"id":284585,"date":"2024-07-05T09:14:46","date_gmt":"2024-07-05T07:14:46","guid":{"rendered":"https:\/\/sftarticles.wpenginepowered.com\/es\/?p=335476"},"modified":"2025-07-01T16:14:46","modified_gmt":"2025-07-01T23:14:46","slug":"how-to-create-a-macos-sequoia-installer-for-a-clean-installation","status":"publish","type":"post","link":"https:\/\/cms-articles.softonic.io\/en\/how-to-create-a-macos-sequoia-installer-for-a-clean-installation\/","title":{"rendered":"How to create a macOS Sequoia installer for a clean installation"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Creating a USB installer for <a href=\"https:\/\/softonic.com\/articulos\/apple-anuncia-macos-sequoia-estas-son-algunas-de-sus-funciones-mas-interesantes\/\">macOS Sequoia<\/a> is a very useful resource if you need to install the operating system on multiple computers or without relying on an internet connection. This method is especially useful for <strong>performing a clean installation of Apple&#8217;s new operating system<\/strong>. Let&#8217;s take a look at how to create a macOS Sequoia installer in just four steps.<\/p>\n\n\n<div class=\"sc-card-program\">\r\n  <div class=\"sc-card-program__body\">\r\n    <div class=\"sc-card-program__row clearfix\">\r\n      <div class=\"sc-card-program__col-logo\">\r\n        <img decoding=\"async\" class=\"sc-card-program__img\" alt=\"iOS 18\" src=\"https:\/\/images.sftcdn.net\/images\/t_app-icon-m\/p\/4f8a82c0-9e07-4a98-b270-d71d12abace2\/707471428\/ios-18-download-ios18.jpg\" width=\"100px\" height=\"100px\">\r\n      <\/div>\r\n      <div class=\"sc-card-program__col-title\">\r\n        <span class=\"sc-card-program__title\">iOS 18<\/span>\r\n        <a class=\"sc-card-program__button sc-card-program-internal\" href=\"https:\/\/ios-18.en.softonic.com\/iphone\" target=\"_self\" rel=\"noopener noreferrer\">Download<\/a>\r\n      <\/div>\r\n      <div class=\"sc-card-program__col-rating\">\r\n        <svg class=\"rating-score__content\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.1\" x=\"0\" y=\"0\" viewbox=\"0 0 50 50\" enable-background=\"new 0 0 50 50\" xml:space=\"preserve\"><path class=\"rating-score__background rating-score--good\" fill=\"none\" stroke-width=\"6\" stroke-miterlimit=\"10\" d=\"M40 40c8.3-8.3 8.3-21.7 0-30s-21.7-8.3-30 0 -8.3 21.7 0 30\"><\/path><path class=\"rating-score__value rating-score__value--0\" fill=\"none\" stroke-width=\"6\" stroke-dashoffset=\"0\" stroke-miterlimit=\"10\" d=\"M40 40c8.3-8.3 8.3-21.7 0-30s-21.7-8.3-30 0 -8.3 21.7 0 30\"><\/path><text class=\"rating-score__number\" content=\"\" text-anchor=\"middle\" transform=\"matrix(1 0 0 1 25 31.0837)\" data-auto=\"app-user-score\"><\/text><\/svg>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"sc-card-program__row\">\r\n      <span class=\"sc-card-program__description\"><\/span>\r\n    <\/div>\r\n    <div class=\"sc-card-program__row\">\r\n      <img decoding=\"async\" class=\"sc-card-program__bigpic\" src=\"\" onerror=\"this.style.display='none'\">\r\n    <\/div>\r\n    <a class=\"sc-card-program__link track-link sc-card-program-internal\" href=\"https:\/\/ios-18.en.softonic.com\/iphone\" target=\"_self\" rel=\"noopener noreferrer\"><\/a>\r\n  <\/div>\r\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Select the appropriate USB device<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To begin, <strong>we will need a USB flash drive with a minimum capacity of 16 GB<\/strong>, although it&#8217;s recommended that you use a 32 GB drive (or greater) to ensure enough space. It&#8217;s important that the drive is empty or doesn&#8217;t contain any data that you wouldn&#8217;t want to lose, because this process will erase everything on the flash drive.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Download the macOS Sequoia installer<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The macOS installer can be obtained directly from the Terminal application on your Mac. Open the application by searching for &#8220;Terminal&#8221; in Spotlight and paste (or type) the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>softwareupdate --list-full-installers<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then, <strong>you will search for the latest macOS Sequoia installer<\/strong> and download it using the following command, replacing <code>15.0<\/code> with the latest version, if necessary:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>softwareupdate --fetch-full-installer --full-installer-version 15.0<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This step will download the installer to your Applications folder.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Connect the USB drive<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Connect the USB to your computer and open the Disk Utility application<\/strong>, located in <em>Applications<\/em> &gt; <em>Utilities<\/em> &gt; <em>Disk Utility<\/em>. Once there, select the drive in the left sidebar and click on Erase. Choose the APFS or Mac OS Extended (Journaled) format and confirm the operation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Create the installer on the USB drive<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now, you&#8217;ll open the <em>Finder<\/em> application, go to the <em>Applications<\/em> folder and search for the installer you just downloaded. Right-click on &#8220;Install macOS 15 beta&#8221; and choose <em>Show Package Contents<\/em>. Then, go to the Contents folder and then to Resources.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a terminal window, you&#8217;ll type <code>sudo<\/code> and drag the <code>createinstallmedia<\/code> file into the terminal. Then, you&#8217;ll type <code>--volume<\/code> followed by a space.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Drag the USB drive from Finder to the terminal window to complete the command, which <strong>should look similar to this<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo \/Applications\/Install macOS 15 beta.app\/Contents\/Resources\/createinstallmedia --volume \/Volumes\/NAME_OF_YOUR_USB<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">When you&#8217;ve done this, press Enter (\u21b5), enter the administrator password when prompted, confirm by pressing <code>y<\/code>, and press Enter (\u21b5) again to start the process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once the terminal indicates that the process has finished, <strong>your USB drive with the macOS Sequoia installer will be ready<\/strong>.<\/p>\n\n\n<div class=\"sc-card-program\">\r\n  <div class=\"sc-card-program__body\">\r\n    <div class=\"sc-card-program__row clearfix\">\r\n      <div class=\"sc-card-program__col-logo\">\r\n        <img decoding=\"async\" class=\"sc-card-program__img\" alt=\"iOS 18\" src=\"https:\/\/images.sftcdn.net\/images\/t_app-icon-m\/p\/4f8a82c0-9e07-4a98-b270-d71d12abace2\/707471428\/ios-18-download-ios18.jpg\" width=\"100px\" height=\"100px\">\r\n      <\/div>\r\n      <div class=\"sc-card-program__col-title\">\r\n        <span class=\"sc-card-program__title\">iOS 18<\/span>\r\n        <a class=\"sc-card-program__button sc-card-program-internal\" href=\"https:\/\/ios-18.en.softonic.com\/iphone\" target=\"_self\" rel=\"noopener noreferrer\">Download<\/a>\r\n      <\/div>\r\n      <div class=\"sc-card-program__col-rating\">\r\n        <svg class=\"rating-score__content\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.1\" x=\"0\" y=\"0\" viewbox=\"0 0 50 50\" enable-background=\"new 0 0 50 50\" xml:space=\"preserve\"><path class=\"rating-score__background rating-score--good\" fill=\"none\" stroke-width=\"6\" stroke-miterlimit=\"10\" d=\"M40 40c8.3-8.3 8.3-21.7 0-30s-21.7-8.3-30 0 -8.3 21.7 0 30\"><\/path><path class=\"rating-score__value rating-score__value--0\" fill=\"none\" stroke-width=\"6\" stroke-dashoffset=\"0\" stroke-miterlimit=\"10\" d=\"M40 40c8.3-8.3 8.3-21.7 0-30s-21.7-8.3-30 0 -8.3 21.7 0 30\"><\/path><text class=\"rating-score__number\" content=\"\" text-anchor=\"middle\" transform=\"matrix(1 0 0 1 25 31.0837)\" data-auto=\"app-user-score\"><\/text><\/svg>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"sc-card-program__row\">\r\n      <span class=\"sc-card-program__description\"><\/span>\r\n    <\/div>\r\n    <div class=\"sc-card-program__row\">\r\n      <img decoding=\"async\" class=\"sc-card-program__bigpic\" src=\"\" onerror=\"this.style.display='none'\">\r\n    <\/div>\r\n    <a class=\"sc-card-program__link track-link sc-card-program-internal\" href=\"https:\/\/ios-18.en.softonic.com\/iphone\" target=\"_self\" rel=\"noopener noreferrer\"><\/a>\r\n  <\/div>\r\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">With this, you&#8217;ll be able to perform multiple installations without the need for repeated downloads, which is ideal for environments with limited internet connection, or simply to ensure a clean and efficient operating-system installation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Creating a USB installer for macOS Sequoia is a very useful resource if you need to install the operating system on multiple computers or without relying on an internet connection. This method is especially useful for performing a clean installation of Apple&#8217;s new operating system. Let&#8217;s take a look at how to create a macOS &hellip; <a href=\"https:\/\/cms-articles.softonic.io\/en\/how-to-create-a-macos-sequoia-installer-for-a-clean-installation\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to create a macOS Sequoia installer for a clean installation&#8221;<\/span><\/a><\/p>\n","protected":false},"author":9262,"featured_media":284587,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","wpcf-pageviews":1},"categories":[],"tags":[],"usertag":[],"vertical":[],"content-category":[],"class_list":["post-284585","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts\/284585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/users\/9262"}],"replies":[{"embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/comments?post=284585"}],"version-history":[{"count":1,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts\/284585\/revisions"}],"predecessor-version":[{"id":312426,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/posts\/284585\/revisions\/312426"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/media\/284587"}],"wp:attachment":[{"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/media?parent=284585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/categories?post=284585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/tags?post=284585"},{"taxonomy":"usertag","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/usertag?post=284585"},{"taxonomy":"vertical","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/vertical?post=284585"},{"taxonomy":"content-category","embeddable":true,"href":"https:\/\/cms-articles.softonic.io\/en\/wp-json\/wp\/v2\/content-category?post=284585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}