Media instalasiInstallation media

USB Installer

Gunakan panduan ini untuk membuat USB bootable RootCore OS dari ISO resmi.Use this guide to create bootable RootCore OS USB media from the official ISO.

RootCore OS mascot

Sebelum mulaiBefore you start

  • Gunakan USB minimal 8 GB.Use a USB drive with at least 8 GB capacity.
  • Cadangkan isi USB karena proses ini akan menghapus data di dalamnya.Back up the USB drive because this process will erase its data.
  • Unduh ISO dan verifikasi SHA256 terlebih dahulu.Download the ISO and verify the SHA256 checksum first.

Pastikan memilih perangkat USB yang benar. Menulis ISO ke disk yang salah dapat menghapus sistem utama Anda.Make sure you select the correct USB device. Writing the ISO to the wrong disk can erase your main system.

Metode Linux: GNOME DisksLinux method: GNOME Disks

  1. Buka aplikasi Disks.Open the Disks application.
  2. Pilih USB target di panel kiri.Select the target USB drive in the left panel.
  3. Klik menu perangkat, pilih Restore Disk Image.Open the device menu and choose Restore Disk Image.
  4. Pilih file rootcore-os-1.0-amd64.iso, lalu mulai proses restore.Select rootcore-os-1.0-amd64.iso, then start the restore process.

Metode Linux: terminalLinux method: terminal

Cari nama perangkat USB, lalu tulis ISO memakai dd. Ganti /dev/sdX dengan perangkat USB yang benar, bukan partisi seperti /dev/sdX1.Find the USB device name, then write the ISO with dd. Replace /dev/sdX with the correct USB device, not a partition such as /dev/sdX1.

lsblk -f
sudo dd if=rootcore-os-1.0-amd64.iso of=/dev/sdX bs=4M status=progress oflag=sync
sync

Metode Windows atau macOSWindows or macOS method

Unduh aplikasi dari situs resmi:Download the application from the official site:

  1. Gunakan alat seperti Balena Etcher atau Ventoy.Use a tool such as Balena Etcher or Ventoy.
  2. Pilih ISO RootCore OS dan perangkat USB target.Select the RootCore OS ISO and the target USB device.
  3. Jalankan proses flash, lalu eject USB setelah selesai.Run the flashing process, then eject the USB drive when complete.

Boot dari USBBoot from USB

  1. Restart komputer dan buka boot menu firmware.Restart the computer and open the firmware boot menu.
  2. Pilih USB RootCore OS.Select the RootCore OS USB drive.
  3. Setelah live desktop tampil, jalankan installer RootCore OS.After the live desktop appears, run the RootCore OS installer.

Dokumen terkaitRelated documents

Unduh RootCore OSDownload RootCore OS

Panduan Verifikasi ISOISO Verification Guide

Panduan InstalasiInstall Guide