Difference between revisions of "USB OFFLINE: Ubuntu 22.04 Install OS Server"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 6: | Line 6: | ||
wipefs -a /dev/sdc | wipefs -a /dev/sdc | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Tambahkan oflag=direct | Tambahkan oflag=direct | ||
− | sudo dd if=ubuntu-server.iso of=/dev/ | + | sudo dd if=ubuntu-server.iso of=/dev/sdc oflag=direct bs=1M status=progress |
− | sudo dd if=ubuntu-server.iso of=/dev/ | + | sudo dd if=ubuntu-server.iso of=/dev/sdc oflag=direct bs=4M status=progress |
Instalasi | Instalasi | ||
* Pastikan SSH terinstall | * Pastikan SSH terinstall |
Revision as of 03:26, 18 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 sudo dd if=ubuntu-server.iso of=/dev/sdc oflag=direct bs=4M status=progress
Instalasi
- Pastikan SSH terinstall