Create a bootable USB on a Mac to install Ubuntu on a PCHow to make a bootable USB on Mac?Create UBUNTU CD boot to a WINDOWS machine using an OS X system to create the CDHow to make a USB drive with Ubuntu on MacHow do I get my Mac to boot from an Ubuntu USB key?How can I make a bootable USB ubuntu live disk for a Mac using Ubuntu?How to create a bootable USB stick?Making bootable usb in Mac OS 9?Create a bootable USB drive for installing LinuxTrying to install Ubuntu 12.10 on iBook G4 from a USB keyCreate bootable USB drive on Mac for WindowsHow to create a Mac bootable live Linux USB on Windows?Mac bootable live USB with over 4gb persistenceInstalling Ubuntu on Mac using Windows to create bootable USBCreating a Ubuntu bootable USB for Mac Sierra
Can compressed videos be decoded back to their uncompresed original format?
Finding the reason behind the value of the integral.
What is the fastest integer factorization to break RSA?
Bullying boss launched a smear campaign and made me unemployable
Did 'Cinema Songs' exist during Hiranyakshipu's time?
Why are UK visa biometrics appointments suspended at USCIS Application Support Centers?
Finitely generated matrix groups whose eigenvalues are all algebraic
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Why do I get negative height?
Do Iron Man suits sport waste management systems?
Unlock My Phone! February 2018
Label inside tikzcd square
Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?
Getting extremely large arrows with tikzcd
Could neural networks be considered metaheuristics?
How to show a landlord what we have in savings?
Processor speed limited at 0.4 Ghz
How to travel to Japan while expressing milk?
How dangerous is XSS
How does a dynamic QR code work?
Should I tell management that I intend to leave due to bad software development practices?
Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?
Where would I need my direct neural interface to be implanted?
How to prevent "they're falling in love" trope
Create a bootable USB on a Mac to install Ubuntu on a PC
How to make a bootable USB on Mac?Create UBUNTU CD boot to a WINDOWS machine using an OS X system to create the CDHow to make a USB drive with Ubuntu on MacHow do I get my Mac to boot from an Ubuntu USB key?How can I make a bootable USB ubuntu live disk for a Mac using Ubuntu?How to create a bootable USB stick?Making bootable usb in Mac OS 9?Create a bootable USB drive for installing LinuxTrying to install Ubuntu 12.10 on iBook G4 from a USB keyCreate bootable USB drive on Mac for WindowsHow to create a Mac bootable live Linux USB on Windows?Mac bootable live USB with over 4gb persistenceInstalling Ubuntu on Mac using Windows to create bootable USBCreating a Ubuntu bootable USB for Mac Sierra
I have a working MacBook Pro and a crashed Windows 7 PC. I was running Ubuntu on my PC, but after a recurrent issue now I can't boot either OS. I would like to install only Ubuntu on my PC and will make Windows 7 history for good, but I am a bit puzzled by the instructions for creating a bootable USB options on the website.
If I create a bootable USB on my Mac following the instructions for OS X, would it boot in a PC?
windows live-usb mac usb-creator
add a comment |
I have a working MacBook Pro and a crashed Windows 7 PC. I was running Ubuntu on my PC, but after a recurrent issue now I can't boot either OS. I would like to install only Ubuntu on my PC and will make Windows 7 history for good, but I am a bit puzzled by the instructions for creating a bootable USB options on the website.
If I create a bootable USB on my Mac following the instructions for OS X, would it boot in a PC?
windows live-usb mac usb-creator
Welcome to Ask Ubuntu. Could you please provide us with more information about what "cretainf bootable USB options" and what instructions for Mac OS you are referring to?
– MadMike
Oct 24 '13 at 5:04
add a comment |
I have a working MacBook Pro and a crashed Windows 7 PC. I was running Ubuntu on my PC, but after a recurrent issue now I can't boot either OS. I would like to install only Ubuntu on my PC and will make Windows 7 history for good, but I am a bit puzzled by the instructions for creating a bootable USB options on the website.
If I create a bootable USB on my Mac following the instructions for OS X, would it boot in a PC?
windows live-usb mac usb-creator
I have a working MacBook Pro and a crashed Windows 7 PC. I was running Ubuntu on my PC, but after a recurrent issue now I can't boot either OS. I would like to install only Ubuntu on my PC and will make Windows 7 history for good, but I am a bit puzzled by the instructions for creating a bootable USB options on the website.
If I create a bootable USB on my Mac following the instructions for OS X, would it boot in a PC?
windows live-usb mac usb-creator
windows live-usb mac usb-creator
edited Jul 21 '16 at 23:38
karel
60.6k13132155
60.6k13132155
asked Oct 23 '13 at 21:33
kutaykkutayk
1112
1112
Welcome to Ask Ubuntu. Could you please provide us with more information about what "cretainf bootable USB options" and what instructions for Mac OS you are referring to?
– MadMike
Oct 24 '13 at 5:04
add a comment |
Welcome to Ask Ubuntu. Could you please provide us with more information about what "cretainf bootable USB options" and what instructions for Mac OS you are referring to?
– MadMike
Oct 24 '13 at 5:04
Welcome to Ask Ubuntu. Could you please provide us with more information about what "cretainf bootable USB options" and what instructions for Mac OS you are referring to?
– MadMike
Oct 24 '13 at 5:04
Welcome to Ask Ubuntu. Could you please provide us with more information about what "cretainf bootable USB options" and what instructions for Mac OS you are referring to?
– MadMike
Oct 24 '13 at 5:04
add a comment |
2 Answers
2
active
oldest
votes
In order to make an Ubuntu live USB for installing Ubuntu, use UNetbootin. The flash drive you use should be 2GB or larger plus whatever additional space on the USB drive you want to use for persistent file storage, and formatted to FAT32. For Ubuntu 18.04 and later the USB flash drive should be 4GB or larger. The formatting procedure will delete all of the files that are already on the flash drive.
In UNetbootin click the Diskimage radio button and then click the ... button.

Select the Ubuntu ISO file you downloaded and click the Open button.

It is very important to verify that the device that you are installing the Ubuntu live USB to is indeed your flash drive, so that you don't overwrite any of your system or personal files which may make your operating system unbootable. In OS X you can find the device name of the USB flash drive using Disk Utility.
In the first screenshot the name of the USB drive is /dev/disk0s4
The Ubuntu live USB flash drive that you make this way will be bootable from PC computers. In order to enable your computer to boot from the USB flash drive, you must enter your BIOS/UEFI setup utility by pressing one of these keys: Delete, F2 or F10 as soon as the motherboard splash screen appears when the computer is booting. In the BIOS/UEFI menu, you need to change the boot order so that the USB flash drive, which is usually called USB-HDD in newer computers, is the first entry in the boot sequence, and then save your new settings and exit the setup utility.
I don't know if the BIOS section here will work. Download rEFIt from refit.sourceforge.net to get a screen where you can choose from the available medium to boot off of. Usually on a mac the default is holding down option but I have had crappy success getting it to find a partition other than a mac one...
– Jacob Minshall
Oct 24 '13 at 4:08
The question is about booting Ubuntu on a Windows PC. For information about how to boot Ubuntu on a Mac see this answer. To select the bootable USB in a Mac, reboot and immediately after the startup chime, press the Option key. If the bootable USB doesn't show up in the Mac when you reboot it you can install rEFIt.
– karel
Jul 21 '16 at 22:24
add a comment |
been trying this for 6 hours! is a shame that you can only make windows files on a windows machine! ive tried every work around possible, and ive also tried making a ubantu back up bootable on a windows machine and so far all its done is wreck USB drives!
i hate windows so much and it seems cant understand its completly retarded complex design enough to do anything more than waste my lide and break usb drives! back to mac fo myself and windows can go in the trash where virus belong
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f364683%2fcreate-a-bootable-usb-on-a-mac-to-install-ubuntu-on-a-pc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In order to make an Ubuntu live USB for installing Ubuntu, use UNetbootin. The flash drive you use should be 2GB or larger plus whatever additional space on the USB drive you want to use for persistent file storage, and formatted to FAT32. For Ubuntu 18.04 and later the USB flash drive should be 4GB or larger. The formatting procedure will delete all of the files that are already on the flash drive.
In UNetbootin click the Diskimage radio button and then click the ... button.

Select the Ubuntu ISO file you downloaded and click the Open button.

It is very important to verify that the device that you are installing the Ubuntu live USB to is indeed your flash drive, so that you don't overwrite any of your system or personal files which may make your operating system unbootable. In OS X you can find the device name of the USB flash drive using Disk Utility.
In the first screenshot the name of the USB drive is /dev/disk0s4
The Ubuntu live USB flash drive that you make this way will be bootable from PC computers. In order to enable your computer to boot from the USB flash drive, you must enter your BIOS/UEFI setup utility by pressing one of these keys: Delete, F2 or F10 as soon as the motherboard splash screen appears when the computer is booting. In the BIOS/UEFI menu, you need to change the boot order so that the USB flash drive, which is usually called USB-HDD in newer computers, is the first entry in the boot sequence, and then save your new settings and exit the setup utility.
I don't know if the BIOS section here will work. Download rEFIt from refit.sourceforge.net to get a screen where you can choose from the available medium to boot off of. Usually on a mac the default is holding down option but I have had crappy success getting it to find a partition other than a mac one...
– Jacob Minshall
Oct 24 '13 at 4:08
The question is about booting Ubuntu on a Windows PC. For information about how to boot Ubuntu on a Mac see this answer. To select the bootable USB in a Mac, reboot and immediately after the startup chime, press the Option key. If the bootable USB doesn't show up in the Mac when you reboot it you can install rEFIt.
– karel
Jul 21 '16 at 22:24
add a comment |
In order to make an Ubuntu live USB for installing Ubuntu, use UNetbootin. The flash drive you use should be 2GB or larger plus whatever additional space on the USB drive you want to use for persistent file storage, and formatted to FAT32. For Ubuntu 18.04 and later the USB flash drive should be 4GB or larger. The formatting procedure will delete all of the files that are already on the flash drive.
In UNetbootin click the Diskimage radio button and then click the ... button.

Select the Ubuntu ISO file you downloaded and click the Open button.

It is very important to verify that the device that you are installing the Ubuntu live USB to is indeed your flash drive, so that you don't overwrite any of your system or personal files which may make your operating system unbootable. In OS X you can find the device name of the USB flash drive using Disk Utility.
In the first screenshot the name of the USB drive is /dev/disk0s4
The Ubuntu live USB flash drive that you make this way will be bootable from PC computers. In order to enable your computer to boot from the USB flash drive, you must enter your BIOS/UEFI setup utility by pressing one of these keys: Delete, F2 or F10 as soon as the motherboard splash screen appears when the computer is booting. In the BIOS/UEFI menu, you need to change the boot order so that the USB flash drive, which is usually called USB-HDD in newer computers, is the first entry in the boot sequence, and then save your new settings and exit the setup utility.
I don't know if the BIOS section here will work. Download rEFIt from refit.sourceforge.net to get a screen where you can choose from the available medium to boot off of. Usually on a mac the default is holding down option but I have had crappy success getting it to find a partition other than a mac one...
– Jacob Minshall
Oct 24 '13 at 4:08
The question is about booting Ubuntu on a Windows PC. For information about how to boot Ubuntu on a Mac see this answer. To select the bootable USB in a Mac, reboot and immediately after the startup chime, press the Option key. If the bootable USB doesn't show up in the Mac when you reboot it you can install rEFIt.
– karel
Jul 21 '16 at 22:24
add a comment |
In order to make an Ubuntu live USB for installing Ubuntu, use UNetbootin. The flash drive you use should be 2GB or larger plus whatever additional space on the USB drive you want to use for persistent file storage, and formatted to FAT32. For Ubuntu 18.04 and later the USB flash drive should be 4GB or larger. The formatting procedure will delete all of the files that are already on the flash drive.
In UNetbootin click the Diskimage radio button and then click the ... button.

Select the Ubuntu ISO file you downloaded and click the Open button.

It is very important to verify that the device that you are installing the Ubuntu live USB to is indeed your flash drive, so that you don't overwrite any of your system or personal files which may make your operating system unbootable. In OS X you can find the device name of the USB flash drive using Disk Utility.
In the first screenshot the name of the USB drive is /dev/disk0s4
The Ubuntu live USB flash drive that you make this way will be bootable from PC computers. In order to enable your computer to boot from the USB flash drive, you must enter your BIOS/UEFI setup utility by pressing one of these keys: Delete, F2 or F10 as soon as the motherboard splash screen appears when the computer is booting. In the BIOS/UEFI menu, you need to change the boot order so that the USB flash drive, which is usually called USB-HDD in newer computers, is the first entry in the boot sequence, and then save your new settings and exit the setup utility.
In order to make an Ubuntu live USB for installing Ubuntu, use UNetbootin. The flash drive you use should be 2GB or larger plus whatever additional space on the USB drive you want to use for persistent file storage, and formatted to FAT32. For Ubuntu 18.04 and later the USB flash drive should be 4GB or larger. The formatting procedure will delete all of the files that are already on the flash drive.
In UNetbootin click the Diskimage radio button and then click the ... button.

Select the Ubuntu ISO file you downloaded and click the Open button.

It is very important to verify that the device that you are installing the Ubuntu live USB to is indeed your flash drive, so that you don't overwrite any of your system or personal files which may make your operating system unbootable. In OS X you can find the device name of the USB flash drive using Disk Utility.
In the first screenshot the name of the USB drive is /dev/disk0s4
The Ubuntu live USB flash drive that you make this way will be bootable from PC computers. In order to enable your computer to boot from the USB flash drive, you must enter your BIOS/UEFI setup utility by pressing one of these keys: Delete, F2 or F10 as soon as the motherboard splash screen appears when the computer is booting. In the BIOS/UEFI menu, you need to change the boot order so that the USB flash drive, which is usually called USB-HDD in newer computers, is the first entry in the boot sequence, and then save your new settings and exit the setup utility.
edited May 1 '18 at 12:31
answered Oct 23 '13 at 21:36
karelkarel
60.6k13132155
60.6k13132155
I don't know if the BIOS section here will work. Download rEFIt from refit.sourceforge.net to get a screen where you can choose from the available medium to boot off of. Usually on a mac the default is holding down option but I have had crappy success getting it to find a partition other than a mac one...
– Jacob Minshall
Oct 24 '13 at 4:08
The question is about booting Ubuntu on a Windows PC. For information about how to boot Ubuntu on a Mac see this answer. To select the bootable USB in a Mac, reboot and immediately after the startup chime, press the Option key. If the bootable USB doesn't show up in the Mac when you reboot it you can install rEFIt.
– karel
Jul 21 '16 at 22:24
add a comment |
I don't know if the BIOS section here will work. Download rEFIt from refit.sourceforge.net to get a screen where you can choose from the available medium to boot off of. Usually on a mac the default is holding down option but I have had crappy success getting it to find a partition other than a mac one...
– Jacob Minshall
Oct 24 '13 at 4:08
The question is about booting Ubuntu on a Windows PC. For information about how to boot Ubuntu on a Mac see this answer. To select the bootable USB in a Mac, reboot and immediately after the startup chime, press the Option key. If the bootable USB doesn't show up in the Mac when you reboot it you can install rEFIt.
– karel
Jul 21 '16 at 22:24
I don't know if the BIOS section here will work. Download rEFIt from refit.sourceforge.net to get a screen where you can choose from the available medium to boot off of. Usually on a mac the default is holding down option but I have had crappy success getting it to find a partition other than a mac one...
– Jacob Minshall
Oct 24 '13 at 4:08
I don't know if the BIOS section here will work. Download rEFIt from refit.sourceforge.net to get a screen where you can choose from the available medium to boot off of. Usually on a mac the default is holding down option but I have had crappy success getting it to find a partition other than a mac one...
– Jacob Minshall
Oct 24 '13 at 4:08
The question is about booting Ubuntu on a Windows PC. For information about how to boot Ubuntu on a Mac see this answer. To select the bootable USB in a Mac, reboot and immediately after the startup chime, press the Option key. If the bootable USB doesn't show up in the Mac when you reboot it you can install rEFIt.
– karel
Jul 21 '16 at 22:24
The question is about booting Ubuntu on a Windows PC. For information about how to boot Ubuntu on a Mac see this answer. To select the bootable USB in a Mac, reboot and immediately after the startup chime, press the Option key. If the bootable USB doesn't show up in the Mac when you reboot it you can install rEFIt.
– karel
Jul 21 '16 at 22:24
add a comment |
been trying this for 6 hours! is a shame that you can only make windows files on a windows machine! ive tried every work around possible, and ive also tried making a ubantu back up bootable on a windows machine and so far all its done is wreck USB drives!
i hate windows so much and it seems cant understand its completly retarded complex design enough to do anything more than waste my lide and break usb drives! back to mac fo myself and windows can go in the trash where virus belong
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
been trying this for 6 hours! is a shame that you can only make windows files on a windows machine! ive tried every work around possible, and ive also tried making a ubantu back up bootable on a windows machine and so far all its done is wreck USB drives!
i hate windows so much and it seems cant understand its completly retarded complex design enough to do anything more than waste my lide and break usb drives! back to mac fo myself and windows can go in the trash where virus belong
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
been trying this for 6 hours! is a shame that you can only make windows files on a windows machine! ive tried every work around possible, and ive also tried making a ubantu back up bootable on a windows machine and so far all its done is wreck USB drives!
i hate windows so much and it seems cant understand its completly retarded complex design enough to do anything more than waste my lide and break usb drives! back to mac fo myself and windows can go in the trash where virus belong
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
been trying this for 6 hours! is a shame that you can only make windows files on a windows machine! ive tried every work around possible, and ive also tried making a ubantu back up bootable on a windows machine and so far all its done is wreck USB drives!
i hate windows so much and it seems cant understand its completly retarded complex design enough to do anything more than waste my lide and break usb drives! back to mac fo myself and windows can go in the trash where virus belong
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago
ryanryan
1
1
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
ryan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f364683%2fcreate-a-bootable-usb-on-a-mac-to-install-ubuntu-on-a-pc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Welcome to Ask Ubuntu. Could you please provide us with more information about what "cretainf bootable USB options" and what instructions for Mac OS you are referring to?
– MadMike
Oct 24 '13 at 5:04