Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:maker-kit:mind-maker-kit:install-chromeos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:maker-kit:mind-maker-kit:install-chromeos [2024/07/29 09:19]
nick
products:maker-kit:mind-maker-kit:install-chromeos [2024/07/29 20:51] (current)
nick
Line 1: Line 1:
 ====== Install ChromeOS ====== ====== Install ChromeOS ======
 +
 +This documentation guides you through installing ChromeOS on your Mind.
 +
 +===== Requirements =====
 +
 +  * Spare USB flash drive with capacity of 32GB or more. 
  
 ===== Download ChromeOS image ===== ===== Download ChromeOS image =====
  
-Download the [[https://dl.khadas.com/products/mind/os/.test/chromeos-125.0.6422.140.img.xz|ChromeOS image for Mind]], and decompress it to ''.img'' file.+Download the [[dl>products/mind/os/.test/chromeos-125.0.6422.140.img.xz|ChromeOS image for Mind]], and uncompress the image file.
  
 ===== Download and install the flash tool ===== ===== Download and install the flash tool =====
Line 11: Line 17:
 ===== Create a bootable disk ===== ===== Create a bootable disk =====
  
-You need to prepare a USB flash drive of **32GB** storage or above. Run Etcher as an administrator, select the ChromeOS image \\ +1. Run Etcher as an administrator.
-and the corresponding USB flash drive, and click **Flash!** .+
  
-{{:products:maker-kit:mind-maker-kit:etcher-1.webp?900}}+2Select the ChromeOS image and the corresponding USB flash drive. 
 +<WRAP important> 
 +Be sure to choose the correct USB flash drive, if you choose your internal SSD by mistake, \\ 
 +it can lead to data loss or system corruption. 
 +</WRAP>
  
  
-**Note: Be sure to choose the correct USB flash drive, if you choose your local hard drive by mistake, \\ +3. Click on ''Flash!''. 
-it can lead to data loss or local system corruption.**+ 
 +{{:products:maker-kit:mind-maker-kit:etcher-1.webp?900}}
  
 {{:products:maker-kit:mind-maker-kit:etcher-2.webp?900}} {{:products:maker-kit:mind-maker-kit:etcher-2.webp?900}}
  
-Wait patiently for flashing to complete:+4. Wait patiently for the flashing to complete:
  
 {{:products:maker-kit:mind-maker-kit:etcher-3.webp?900}} {{:products:maker-kit:mind-maker-kit:etcher-3.webp?900}}
  
-Unmount and remove the USB flash drive, then follow the steps below to install ChromeOS.+5. Unmount and remove the USB flash drive, then follow the steps below to install ChromeOS.
  
 ===== Boot ChromeOS from USB flash drive ===== ===== Boot ChromeOS from USB flash drive =====
  
-Insert the bootable USB flash drive into Mind, restart Mind and press **F7** to select the boot disk, \\ +1. Plug in the bootable USB flash drive to the Mind, and restart the Mind and press ''F7'' to select the boot disk, \\ 
-then select the bootable USB flash drive, and press **Enter**:+then select the bootable USB flash drive, and press ''Enter'':
  
 {{:products:maker-kit:mind-maker-kit:boot-from-usb.webp?900}} {{:products:maker-kit:mind-maker-kit:boot-from-usb.webp?900}}
  
-Mind will run ChromeOS from the USB flash drive:+2. The Mind will run ChromeOS from the USB flash drive:
  
 {{:products:maker-kit:mind-maker-kit:rootfs-rebuit.webp?900}} {{:products:maker-kit:mind-maker-kit:rootfs-rebuit.webp?900}}
  
-Wait patiently for ChromeOS to get to the startup interface:+3. Wait patiently for ChromeOS to bring up the setup interface:
  
 {{:products:maker-kit:mind-maker-kit:chromeos-getting-started.webp?900}} {{:products:maker-kit:mind-maker-kit:chromeos-getting-started.webp?900}}
  
-If you just want to try ChromeOS without installing it, please skip the steps below and go to \\ +If you just want to try ChromeOS without installing it, please skip the steps below and go to the [[#activate-chromeos|activate ChromeOS]] section.
-section [[#activate-chromeos|Activate ChromeOS]].+
  
 ===== Install ChromeOS to local SSD ===== ===== Install ChromeOS to local SSD =====
  
-**Note:  If you want to install ChromeOS to your local SSD then the data on it will be lost\\ +<WRAP important>   
-so please backup your data before starting**, if you just want to run ChromeOS from the USB flash \\ +If you are installing ChromeOS to your internal SSD, your system data will be lost\\ 
-drive please skip this step and go to section [[#activate-chromeos|Activate ChromeOS]].+Please backup all data before proceeding.
  
-Press **Ctrl + Alt + F2** to enter the command line interface:+If you just want to run ChromeOS from the USB flash \\ 
 +drive please skip this step and and proceed with [[#activate-chromeos|Activating ChromeOS]]. 
 +</WRAP> 
 + 
 +1. Press ''Ctrl + Alt + F2'' to enter the command line interface:
  
 {{:products:maker-kit:mind-maker-kit:chromeos-cli-1.webp?900}} {{:products:maker-kit:mind-maker-kit:chromeos-cli-1.webp?900}}
  
-Type **root** and press enter:+2. Type ''root'' and press ''Enter'':
  
 {{:products:maker-kit:mind-maker-kit:chromeos-cli-2.webp?900}} {{:products:maker-kit:mind-maker-kit:chromeos-cli-2.webp?900}}
  
-Then enter the command:+3. Then enter the command:
 ```shell ```shell
 sudo chromeos-install -dst /dev/nvme0n1 sudo chromeos-install -dst /dev/nvme0n1
 ``` ```
-and press enter, type ''yes'', then press enter to start the installation:+and press ''Enter'', type ''yes'', then press ''Enter'' to start the installation:
  
-**Note: The installation disk must be selected correctly, for example, Mind'default SSD is /dev/nvme0n1.**+<WRAP info> 
 +The installation disk must be selected correctly, for example, Mind'primary SSD is'' /dev/nvme0n1''. 
 +</WRAP>
  
 {{:products:maker-kit:mind-maker-kit:chromeos-cli-3.webp?900}} {{:products:maker-kit:mind-maker-kit:chromeos-cli-3.webp?900}}
Line 74: Line 89:
 {{:products:maker-kit:mind-maker-kit:chromeos-cli-4.webp?900}} {{:products:maker-kit:mind-maker-kit:chromeos-cli-4.webp?900}}
  
-Then type ''sudo reboot'', and press enter to reboot the system.+Then type ''sudo reboot'', and press ''Enter'' to reboot the system.
  
 ===== Adjusting the boot order ===== ===== Adjusting the boot order =====
  
-After installing ChromeOS, the SSD is not the default boot disk, and needs to be manually adjusted in the BIOS.+1. After installing ChromeOS, the SSD is not the default boot disk, and needs to be manually adjusted in the BIOS.
  
-Restart Mind and press **DELETE** to enter the BIOS settings interface:+Restart the Mind and press ''Delete'' to ''Enter'' the BIOS settings interface:
  
 {{:products:maker-kit:mind-maker-kit:boot-order-1.webp?900}} {{:products:maker-kit:mind-maker-kit:boot-order-1.webp?900}}
  
-Navigate to the **Boot** menu and set the SSD to **Boot Option #1**:+Navigate to the ''Boot'' menu and set the SSD to ''Boot Option #1'':
  
 {{:products:maker-kit:mind-maker-kit:boot-order-2.webp?900}} {{:products:maker-kit:mind-maker-kit:boot-order-2.webp?900}}
  
-Then press **F4** to select **Yes** and press **Enter**, Mind will automatically reboot to ChromeOS:+Then press ''F4'' to select ''Yes'' and press ''Enter'', Mind will automatically reboot to ChromeOS:
  
 {{:products:maker-kit:mind-maker-kit:boot-order-3.webp?900}} {{:products:maker-kit:mind-maker-kit:boot-order-3.webp?900}}
Line 94: Line 109:
 {{:products:maker-kit:mind-maker-kit:chromeos-getting-started.webp?900}} {{:products:maker-kit:mind-maker-kit:chromeos-getting-started.webp?900}}
  
-Activate ChromeOS+===== Activate ChromeOS =====
  
-Click **Get Started** and follow the prompts to activate ChromeOS.+Click on ''Get Started'' and follow the prompts to activate ChromeOS.
  
-**Note: You need to login to your Google account to activate the system, so you'll need to have internet access, \\ +You need to login to your Google account to activate the system, so make sure you have internet access. 
-the process may be bit slowplease be patient.**+ 
 +The step will take whileso you will need to be patient.
  
 {{:products:maker-kit:mind-maker-kit:chromeos.webp?900}} {{:products:maker-kit:mind-maker-kit:chromeos.webp?900}}
  
-Notice+===== Software Notice ===== 
 + 
 +<WRAP important> 
 +The Mind ChromeOS image used above is based on [[gh>sebanc/brunch|brunch]], it is just for testing purposes!
  
-**The Mind ChromeOS image used above is based on [[gh>sebanc/brunch|brunch]]it is just for testing purposes!**+Therefore we highly recommended that you only use it on Mind devices which do not contain sensitive data\\ 
 +and keep your data synced with a cloud service. 
 +</WRAP>
  
-**Therefore we highly recommended that you only use it on Mind devices which do not contain sensitive data, \\ 
-and keep your data synced with a cloud service.** 
Last modified: 2024/07/29 09:19 by nick