Using dd to create a recovery disk?

950 views
Skip to first unread message

Rainbow Asteroids

unread,
Aug 12, 2018, 7:01:42 PM8/12/18
to Chromium OS Discussion
I need to make a chrome os recovery disk, but I have linux, I found the .bin file I need, I'm just curious if I can use data duplicator to make a recovery disk?

Keith I Myers

unread,
Aug 12, 2018, 7:07:59 PM8/12/18
to rainbowa...@protonmail.com, Chromium OS discuss
Yes - In fact there is a little used ChromeOS Recovery Tool for Linux

Just run
chmod +x linux_recovery.sh
sudo ./linux_recovery.sh

You can of course look at the source code and see that it uses dd at its core - specifically 

dd bs=4194304 of=/dev/${user_choice} if="$image_file" conv=sync ||
  ufatal "Unable to write the image."
sync


On Sun, Aug 12, 2018 at 7:01 PM 'Rainbow Asteroids' via Chromium OS Discussion <chromium-...@chromium.org> wrote:
I need to make a chrome os recovery disk, but I have linux, I found the .bin file I need, I'm just curious if I can use data duplicator to make a recovery disk?

--
--
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.


--
 
--
Keith I Myers
 


Rainbow Asteroids

unread,
Aug 12, 2018, 7:21:12 PM8/12/18
to Chromium OS Discussion
Oh, I never knew that tool exists, all I saw was Linux not supported when I installed the chrome store one. Never really looked into it.

DennisLfromGA

unread,
Aug 13, 2018, 11:24:03 AM8/13/18
to Chromium OS Discussion
Rainbow,

You can use the Linux script mentioned above to grab a fresh image file if you like but if you already have the '.bin' file you need just open up the Chromebook Recovery Utility and select 'Use local image' from the drop-down menu.  It supports '.bin' files and '.zip' files too.

Screenshot 2018-08-13 at 11.15.43 AM.png


I use it like a gui frontend for 'dd' to burn ISO images and other things, just append a '.bin' suffix to an '.iso' file and you're good to go.

~Dennis
Reply all
Reply to author
Forward
0 new messages