Panduan resmiOfficial guide

Panduan InstalasiInstall Guide

Ikuti langkah ini untuk memasang RootCore OS 1.0 dari ISO live ke disk komputer atau mesin virtual.Follow these steps to install RootCore OS 1.0 from the live ISO to a computer disk or virtual machine.

RootCore OS mascot

1. Siapkan ISO1. Prepare the ISO

  1. Unduh ISO dari halaman utama.Download the ISO from the homepage.
  2. Unduh file SHA256.Download the SHA256 file.
  3. Verifikasi ISO sebelum dipakai.Verify the ISO before use.
  4. Jika ingin memakai perangkat fisik, ikuti panduan USB installer.If using physical hardware, follow the USB installer guide.
wget https://os.rootcore.net/iso/rootcore-os-1.0-amd64.sha256
wget https://os.rootcore.net/iso/rootcore-os-1.0-amd64.iso
sha256sum -c rootcore-os-1.0-amd64.sha256

2. Boot ke Live ISO2. Boot the Live ISO

Untuk perangkat fisik, tulis ISO ke USB memakai alat seperti GNOME Disks, Balena Etcher, atau Ventoy. Untuk mesin virtual, buat disk kosong lalu boot dari ISO.For physical hardware, write the ISO to a USB drive using a tool such as GNOME Disks, Balena Etcher, or Ventoy. For a virtual machine, create an empty disk and boot from the ISO.

Buka panduan membuat USB installer.Open the USB installer guide.

scripts/qemu-rootcore.sh install --disk rootcore-install-test.qcow2

Jika memakai QEMU manual, pastikan ada disk target. Installer tidak dapat berjalan tanpa disk instalasi.If using QEMU manually, make sure a target disk is attached. The installer cannot continue without an installation disk.

3. Jalankan Installer3. Run the Installer

  1. Pilih bahasa, lokasi, dan layout keyboard.Choose language, location, and keyboard layout.
  2. Pilih mode partisi. Untuk uji mesin virtual baru, gunakan Erase disk.Choose the partitioning mode. For a fresh virtual machine test, use Erase disk.
  3. Isi nama pengguna, nama login, hostname, dan password. Password tidak boleh kosong.Enter the full name, login name, hostname, and password. The password cannot be empty.
  4. Periksa halaman ringkasan, lalu mulai instalasi.Review the summary page, then start the installation.

4. Reboot ke Sistem Terpasang4. Reboot into the Installed System

Setelah instalasi selesai, matikan sesi live, lepas ISO dari mesin virtual atau USB dari perangkat fisik, lalu boot dari disk hasil instalasi.After installation completes, shut down the live session, detach the ISO from the virtual machine or remove the USB drive from physical hardware, then boot from the installed disk.

scripts/qemu-rootcore.sh installed --disk rootcore-install-test.qcow2

5. Cek Hasil Instalasi5. Check the Installed System

Di sistem yang sudah terpasang, jalankan perintah berikut untuk memastikan identitas RootCore terbaca benar.On the installed system, run these commands to confirm that the RootCore identity is correct.

cat /etc/rootcore-release
cat /usr/lib/os-release
hostnamectl
swapon --show
lsblk -f