Is anyone interested in a how-to on flashing the dietpi image from a chromebook?
If so, let me know, and I’ll type it up.
-rob
Is anyone interested in a how-to on flashing the dietpi image from a chromebook?
If so, let me know, and I’ll type it up.
-rob
That would be awesome.
If you are in mood, you could add the information directly to our new documentation:
https://dietpi.com/docs/user-guide_installation/#1-download-and-extract-the-dietpi-disk-image
https://github.com/MichaIng/DietPi-Docs/blob/dev/docs/user-guide_installation.md
Else, with your permissions, we’d implement the information into the docs .
I guess the unarchiver will be a different tool on Chrome OS and not even sure if Belana Etcher works on it?
I’ll update the docs. no problem.
the best unarchiver that I’ve found so far is the “Wicked Good Unarchiver”
and the flashing tool is Google’s “Chromebook Recovery Utility”… It has an option to select a local file rather than the backup image of your chromebook in the cloud.
I’ll include links to the Web Store for the apps along with the instructions. It’ll be tomorrow though.
-rob
first pass on the instructions…
These instructions should work on any chromebook with an SDCard reader or USB drive with SDCard reader, however, to date, I have only tested them on a 2020 model Samsung Galaxy Chromebook and a 2015 Toshiba Chromebook 2 (both with intel CPU’s). The Samsung is running stable channel ChromeOS 86. The Toshiba is running developer channel ChromeOS 88 (but not Linux(Beta) compatible).
You will need 2 pieces of software from the Chrome web store:
Once you have these utilities:
great tutorial, i got it to work with my chromebook. BUT my zero w is currently sitting at a “login prompt” (as confirmed with my microHDMI adapter…) and it’s wanting me to login to continue the setup i assume? But…being a zero w the other USB slot is being used by the wifi dongle (ordered the wrong pi zero apparently…lol and it didn’t have onboard wifi)
any tips?
I just opened an issue to port those into your docs: https://github.com/MichaIng/DietPi-Docs/issues/345
I’m still thinking how to structure the docs best to cover especially 7z extraction and img flashing for all “host” OS’es without causing too giant DOM and doubled text in the multiple image type sections (SBC images, PC images, VM images).
ahoier
Check out: https://dietpi.com/docs/install/#3-prepare-the-first-boot
Above that header “Click here if you want to pre-configure WiFi network”. Then you can connect via SSH to run through the setup steps and don’t require an attached screen + keyboard.
maybe the WiFi dongle connected to USB is using a diffetent adapter than wlan0. If this is the case, interfaces would need to be configured manually. But hard to check without keyboard.
This would only be the case if there was a second WiFi adapter present. And even if the Pi Zero is actually a Zero W and has an onboard WiFi adapter, then the question is why that onboard WiFi adapter was not configured successfully .
The kernel assigns these indices from 0 to N in the order adapters are detected, so wlan1 can only exist if there was a wlan0 detected before.