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

From OnnoCenterWiki
Jump to navigationJump 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..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
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


* Masukan USB installer
Tambahkan oflag=direct
* Masukan USB 16Gbyte kosong
 
* Install ke USB 16GByte kosong
sudo dd if=ubuntu-server.iso of=/dev/sdc oflag=direct bs=1M status=progress
* Gunakan seluruh USB flashdisk 16Gbyte sebagai harddisk server
 
* Pastikan SSH di install
* dd : Start the dd command to write DVD/CD iso image.
* if=ubuntu-server.iso : Path to input file.
* of=/dev/sdc : Path to destination USB disk/stick.
* bs=1M : read and write up to BYTES bytes at a time. In this example, 1M at a time.
* status=progress : Display progress bar while writing image to the USB
 
 
Instalasi
* Pastikan SSH terinstall

Latest revision as of 22:13, 17 June 2023

Download Ubuntu

https://ubuntu.com/download

Bersihkan fs

wipefs -a /dev/sdc


Tambahkan oflag=direct

sudo dd if=ubuntu-server.iso of=/dev/sdc oflag=direct bs=1M status=progress
  • dd : Start the dd command to write DVD/CD iso image.
  • if=ubuntu-server.iso : Path to input file.
  • of=/dev/sdc : Path to destination USB disk/stick.
  • bs=1M : read and write up to BYTES bytes at a time. In this example, 1M at a time.
  • status=progress : Display progress bar while writing image to the USB


Instalasi

  • Pastikan SSH terinstall