Difference between revisions of "USB OFFLINE: Ubuntu 22.04 Install OS Server"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Download ISO https://ubuntu.com/download Buat installer Ubuntu 22.04.2 lakukan, sudo su cp ubuntu.iso /dev/sdX sync Install * Masukan USB installer * Masukan USB 16Gb...")
 
Line 1: Line 1:
Download ISO
+
Download Ubuntu
  
 
  https://ubuntu.com/download
 
  https://ubuntu.com/download
  
Buat installer Ubuntu 22.04.2 lakukan,
+
Bersihkan fs
  
  sudo su
+
  wipefs -a /dev/sdc
cp ubuntu.iso /dev/sdX
 
sync
 
  
Install
+
Buat partisi
  
* Masukan USB installer
+
fdisk /dev/sdc
* Masukan USB 16Gbyte kosong
+
n
* Install ke USB 16GByte kosong
+
q
* Gunakan seluruh USB flashdisk 16Gbyte sebagai harddisk server  
+
 
* Pastikan SSH di install
+
 
 +
Tambahkan oflag=direct
 +
 
 +
sudo dd if=ubuntu-server.iso of=/dev/sdc1 oflag=direct bs=1048576
 +
sudo dd if=ubuntu-server.iso of=/dev/sdc1 oflag=direct bs=4M
 +
 
 +
 
 +
Instalasi
 +
* Pastikan SSH terinstall

Revision as of 15:16, 17 June 2023

Download Ubuntu

https://ubuntu.com/download

Bersihkan fs

wipefs -a /dev/sdc

Buat partisi

fdisk /dev/sdc
n
q


Tambahkan oflag=direct

sudo dd if=ubuntu-server.iso of=/dev/sdc1 oflag=direct bs=1048576
sudo dd if=ubuntu-server.iso of=/dev/sdc1 oflag=direct bs=4M


Instalasi

  • Pastikan SSH terinstall