How to create a bootable USB from ChromeOS?

37,978 views
Skip to first unread message

Dan Stark

unread,
Jan 7, 2016, 9:02:59 AM1/7/16
to Chromium OS discuss
I have enabled developer mode and tried the Chromebook Repair Utility to use a local image of ubuntu and get it onto my USB stick, but it will not allow me to select the .iso file? Is there a way to do this through Chrosh? or am I completely missing something? Thanks in advance.

*I need to create the unbuntu usb since my windows pc crashed during a "reset" of the newly installed win10 and I don't have my recovery disk.

Mike Frysinger

unread,
Jan 7, 2016, 3:20:16 PM1/7/16
to danr...@gmail.com, Chromium OS discuss
you're trying to use the Chromebook Repair Utility, which takes a Chrome OS recovery image and creates a bootable USB stick, to try and create an Ubuntu USB bootable image using an Ubuntu ISO.  i'm pretty sure that won't work.

if you have shell access, you might want to consult some of the pages out there for using dd to create the bootable image.
-mike

On Thu, Jan 7, 2016 at 9:02 AM, Dan Stark <danr...@gmail.com> wrote:
I have enabled developer mode and tried the Chromebook Repair Utility to use a local image of ubuntu and get it onto my USB stick, but it will not allow me to select the .iso file?  Is there a way to do this through Chrosh? or am I completely missing something?  Thanks in advance.

*I need to create the unbuntu usb since my windows pc crashed during a "reset" of the newly installed win10 and I don't have my recovery disk.

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en


Dan Stark

unread,
Jan 7, 2016, 3:44:51 PM1/7/16
to Mike Frysinger, Chromium OS discuss

I do have shell access and I think using the dd method would definitely be easiest but I couldn't find proper directions :(

Forrest Smith

unread,
Jan 7, 2016, 7:31:02 PM1/7/16
to danr...@gmail.com, Mike Frysinger, Chromium OS discuss

Dan,

If you rename the Ubuntu.iso to Ubuntu.bin you might be able to use the Recovery Utility (sounds like you already found the 'use local image' option which is also necessary in this case).

Never done this myself, so I can't say the USB, once written, will work properly, but I do know the utility will write non-official binaries if they're named as such.


---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.

Dan Stark

unread,
Jan 7, 2016, 7:31:44 PM1/7/16
to Forrest Smith, Mike Frysinger, Chromium OS discuss

Will do. Thank you!

Natanya

unread,
Jan 7, 2016, 8:46:53 PM1/7/16
to chromium-...@chromium.org
Dan, have you tried a utility called unetbootin​? I can't help you with it, but I've watched demos and it's specifically for creating a bootable .iso on a USB stick. It's supposed to work for several Linux distros, but it's focused on Ubuntu. Hope that helps, -natanya

Kingdon Barrett

unread,
Jan 11, 2016, 9:46:21 AM1/11/16
to bene.ge...@gmail.com, chromium-...@chromium.org
In general the modern installation ISOs for most distros are in fact "hybrid" ISOs now, that can be directly 'dd'ed onto the target device using the most expected incantation:

dd if=distro-image.iso of=/dev/target
or even
cat distro.iso > /dev/target

That /dev/target should be your target USB device itself and not a numbered partition on it,
Beware also that your target USB device will be completely wiped by this.

There is very little need for something like unetbootin, except in cases where the distro is not providing hybrid "dd'able" isos.  For Ubuntu, Debian, (elivecd), etc you should be set with the above method.  For ISOs that don't have a proper boot record, that depend on syslinux, or some other non-hybridized ISO booting method (the only distro that comes to mind at the moment is the VMware ESXi installer ISO), just doing a plain DD in those cases won't work, and unetbootin might usually be able to help.

On Thu, Jan 7, 2016 at 8:46 PM Natanya <bene.ge...@gmail.com> wrote:
Dan, have you tried a utility called unetbootin​? I can't help you with it, but I've watched demos and it's specifically for creating a bootable .iso on a USB stick. It's supposed to work for several Linux distros, but it's focused on Ubuntu. Hope that helps, -natanya

--

Micah St.Clair

unread,
Aug 11, 2016, 8:02:11 PM8/11/16
to Chromium OS discuss
OK, so here is the mysteries method to get the chromebook recovery tool to make usb's bootable, way faster then unetbootin or other programs. The key is you have to zip your ISO file. Thats it. once you zip it, very easy on a chomebook, right click the iso and say zip. then the chromebook tool will see it and do the job well. I have done other linux os as well, all work great. 

Mrdude33

DennisLfromGA

unread,
Aug 12, 2016, 1:32:16 PM8/12/16
to Chromium OS discuss
@Micah,

That's very interesting, thanx for the info.

A few questions though if I may:
When you use the Chrome OS Recovery utility and zipped Ubuntu iso on the USB stick -
  • Does it format the USB stick with the Chrome OS partitioning scheme and allow you to boot it using CTRL+U ? 
  • And / Or, does it allow you to boot it using CTRL+L (via SeaBIOS) like a Live OS ? 
Curious,
-DennisL

Forrest Smith

unread,
Aug 13, 2016, 9:20:00 AM8/13/16
to denny.l...@gmail.com, Chromium OS discuss
You shouldn't need to zip it - in fact this is a bit of a slow down since the utility proceeds to unzip it for you.

Just rename the iso to a .bin and it should be recognized by the CRU and even faster.
--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.
--

Forrest

Vinícius Quennehen

unread,
Sep 4, 2016, 4:30:18 PM9/4/16
to Chromium OS discuss, denny.l...@gmail.com
man, that is actually creating a usb boot unity, i wil try to boot from it and let you know if works
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.
--

Forrest

Gabe Garbowit

unread,
Sep 7, 2016, 1:19:31 AM9/7/16
to Chromium OS discuss, denny.l...@gmail.com
Well in lieu of an update on this front. I am following these steps right now so I will make one! I am using a Windows ISO however so we shall see how that goes. Standby people

Gabe Garbowit

unread,
Sep 7, 2016, 1:36:53 AM9/7/16
to Chromium OS discuss, denny.l...@gmail.com
Tragically. It does not appear to work. I am getting Reboot and Select proper Boot device

Huntracony

unread,
Sep 10, 2016, 8:37:48 PM9/10/16
to Chromium OS discuss, denny.l...@gmail.com
It worked perfectly for me. Did you try going into the boot menu and selecting the USB? I didn't need to, but you might.

Julian Sanchez

unread,
Feb 1, 2017, 10:03:37 PM2/1/17
to Chromium OS discuss, danr...@gmail.com, vap...@chromium.org

It worked thank you

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.

ExotixFantonix

unread,
Dec 27, 2017, 3:41:35 PM12/27/17
to Chromium OS discuss, danr...@gmail.com, vap...@chromium.org

I tried this a trillion times, am I doing something wrong??
SIDENOTE: I am using the very first Samsung chromebook, the arm one.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.

Mike Frysinger

unread,
Dec 27, 2017, 3:50:22 PM12/27/17
to ExotixFantonix, Chromium OS discuss, Dan Stark
that device won't boot arbitrary USB images (including Ubuntu).  it will only boot a USB stick using the CrOS GPT layout and bootable kernels.  the former can be converted to the latter, but i don't know if there are any easy utilities out there to help.
-mike

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsubscribe...@chromium.org.

ExotixFantonix

unread,
Jan 8, 2018, 12:37:19 PM1/8/18
to Chromium OS discuss
Would you mind explaining to me what you're talking about and how it's done, as I really do not like Chromium OS

SIDENOTE: I didn't buy the chromebook, I got it for Christmas from my dad.

ExotixFantonix

unread,
Jan 8, 2018, 12:38:54 PM1/8/18
to Chromium OS discuss
Plus, I don't own any other computer, so I need a way to get it up and running on Chrome OS, and no other computers.

Richie

unread,
Jun 6, 2018, 10:30:49 PM6/6/18
to Chromium OS Discussion
I'm a bit late to the conversation here, but it is possible to use the Chrome OS terminal "crosh" and use the "dd" command to flash an image (.iso) to an external or internal drive. You can email me at myrmidon...@gmail.com if you need help or have questions, as I'm sure everyone else in this group is tired of the notifications from a two year old group.

~Best wishes, Richie.

Joel Hockey

unread,
Jun 6, 2018, 10:53:32 PM6/6/18
to myrmidon...@gmail.com, Chromium OS Discussion
The chromebook recovery utility app will let you flash your own image by selecting settings (gear icon at top) > Use local image

--
--
Chromium OS Discussion mailing list: chromium-os-discuss@chromium.org

View archives, change email options, or unsubscribe:

Richie

unread,
Jun 7, 2018, 12:37:58 PM6/7/18
to Chromium OS Discussion, myrmidon...@gmail.com
Depending on who you ask that is the case, but I've found that it's not 100% true, right now I have "ubuntu-18.04-desktop-amd64.iso" and the Recovery Utility doesn't acknowledge that the .iso image is there, therefore I cannot flash it to anything. I've heard that there's one of two reasons for this happening, the first is that the Recovery Utility only uses official .iso images, and the second and more believable in my opinion, is that the recovery utility refuses to flash an .iso image that cannot be booted on the system. When I did this the first time, it simply got to the point where I was confused and annoyed with it, and just used the dd utility in crosh.

~Richie.


On Wednesday, June 6, 2018 at 10:53:32 PM UTC-4, Joel Hockey wrote:
The chromebook recovery utility app will let you flash your own image by selecting settings (gear icon at top) > Use local image
On Thu, Jun 7, 2018 at 11:43 AM, Richie <myrmidon...@gmail.com> wrote:
I'm a bit late to the conversation here, but it is possible to use the Chrome OS terminal "crosh" and use the "dd" command to flash an image (.iso) to an external or internal drive. You can email me at myrmidon...@gmail.com if you need help or have questions, as I'm sure everyone else in this group is tired of the notifications from a two year old group.

~Best wishes, Richie.

On Monday, January 8, 2018 at 12:38:54 PM UTC-5, ChromeCrafterWilliam wrote:
Plus, I don't own any other computer, so I need a way to get it up and running on Chrome OS, and no other computers.

--
--
Chromium OS Discussion mailing list: chromium-...@chromium.org

DennisLfromGA

unread,
Jun 7, 2018, 4:44:58 PM6/7/18
to Chromium OS Discussion, myrmidon...@gmail.com
'crosh' does not have a 'dd' command, you have to be in Developer mode and get shell access to have 'dd' available.

The recovery utility does not acknowledge the .iso suffix but if you change it to or append .bin or zip it it will recognize and use it with no problem, as mentioned above.
The iso file does not have to have the CrOS partition structure or even be signed to write the image, I've used it many times for just such scenarios.

~Dennis

Rainbow Asteroids

unread,
Jun 14, 2018, 3:12:06 PM6/14/18
to Chromium OS Discussion

Angel Holmes

unread,
Jul 9, 2018, 3:13:52 PM7/9/18
to Chromium OS Discussion
Dan Stark. If you still want to write Ubuntu onto your usb using Chromebook Recovery Utility you now can. All you have to do is go to your files and right click on the iso. Then you click zip selection. After that process is completed, you can go ahead and open up Chromebook Recovery Utility again. Use your local image and the zip should show up. Use the zip, write it to the usb, restart your system and set it to boot your usb, load up the usb os and install from there. Finally you should be good to go with Ubuntu installed freshly and securely on your system. 


On Thursday, January 7, 2016 at 9:02:59 AM UTC-5, Dan Stark wrote:

Adam Kearn

unread,
Jul 17, 2018, 8:39:27 AM7/17/18
to Chromium OS Discussion
Try this:

  1. Rename the .ISO to .BIN     You have to do this step or it won't let you select the file.
  2. Open the Chromebook recovery utility
  3. Click the settings icon (top right)
  4. Click "use local image"
  5. Select the .BIN file 
  6. Click continue
  7. Have a drink (might take a while, depending on the size of the image)
  8. Boot the USB  

Chadd Franck

unread,
Sep 8, 2018, 3:34:26 AM9/8/18
to Chromium OS Discussion
I have everything set up to flash with the Recovery util, but when  I try to choose usb device, it doesnt recognize the "drivedroid" usb as somethng it can write to, is there a way to mount it so I can ue the automated recovery tool?

Chadd Franck

unread,
Sep 8, 2018, 3:35:24 AM9/8/18
to Chromium OS Discussion


On Saturday, September 8, 2018 at 12:34:26 AM UTC-7, Chadd Franck wrote:
I have everything set up to flash with the Recovery util, but when  I try to choose usb device, it doesnt recognize the "drivedroid" usb as somethng it can write to, is there a way to mount it so I can use the automated recovery tool?  I am in Dev mode on Chromeos
 
 

Keith I Myers

unread,
Sep 8, 2018, 9:23:37 AM9/8/18
to chaf...@gmail.com, Chromium OS discuss
What is drivedroid?

On Sat, Sep 8, 2018, 3:34 AM Chadd Franck <chaf...@gmail.com> wrote:
I have everything set up to flash with the Recovery util, but when  I try to choose usb device, it doesnt recognize the "drivedroid" usb as somethng it can write to, is there a way to mount it so I can ue the automated recovery tool?

--
--
Chromium OS Discussion mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
https://groups.google.com/a/chromium.org/group/chromium-os-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium OS Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.

DennisLfromGA

unread,
Sep 8, 2018, 9:24:15 AM9/8/18
to Chromium OS Discussion
Chadd,

Sometimes external media is not in a compatible format or has hidden partitions that can interfere or refuse to be used as recovery media.
This can usually be overcome by easing the media first -

cbr-erase.png


Then do not format the media but proceed directly to selecting the device or using a local image in the Recovery Utility.

~Denny

Keith I Myers

unread,
Sep 8, 2018, 9:30:17 AM9/8/18
to Chromium OS Discussion


On Saturday, September 8, 2018 at 3:34:26 AM UTC-4, Chadd Franck wrote:
I have everything set up to flash with the Recovery util, but when  I try to choose usb device, it doesnt recognize the "drivedroid" usb as somethng it can write to, is there a way to mount it so I can ue the automated recovery tool?

I just Googled DriveDroid and it appears to be an Android Application that allows it to simulate a bootable flash drive. I am pretty sure this will not work with the ChromeOS recovery tool as a destination. If you want to use DriveDroid, you would most likely need to use a normal flash drive to write the image to and then dd the flash drive to a .img file in which you can transfer over to your phone via USB. This of course is not really a supported way to do things so I am not sure how well it will work.
Reply all
Reply to author
Forward
0 new messages