https://github.com/fixploit03/lufus
Bootable USB Creator for Linux
https://github.com/fixploit03/lufus
bootable-usb iso lufus usb-devices
Last synced: about 1 year ago
JSON representation
Bootable USB Creator for Linux
- Host: GitHub
- URL: https://github.com/fixploit03/lufus
- Owner: fixploit03
- License: mit
- Created: 2025-04-17T15:36:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T19:53:22.000Z (about 1 year ago)
- Last Synced: 2025-04-18T07:49:02.368Z (about 1 year ago)
- Topics: bootable-usb, iso, lufus, usb-devices
- Language: Shell
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Lufus
Bootable USB Creator for Linux
Apa itu Lufus?
|
Cara Instal
|
Cara Penggunaan
|
Lisensi
## Apa itu Lufus?
[](https://www.kernel.org/)
[](https://www.gnu.org/software/bash/)
[](https://github.com/fixploit03/Lufus/blob/main/LICENSE)

`Lufus` adalah sebuah script Bash untuk membuat Bootable USB di Linux. Script ini memungkinkan Anda untuk memilih perangkat USB dan file ISO untuk di-flash ke perangkat USB, sehingga Anda dapat membuat USB yang dapat digunakan untuk menginstal atau menjalankan Linux.
> Lufus tidak mendukung pembuatan USB bootable untuk sistem operasi Windows.
## Persyaratan
- Sistem operasi Linux
- Hak akses root / sudo
- Perangkat USB yang akan dijadikan bootable
- File ISO Linux
## Cara Instal
Buka terminal Linux, ketikkan perintah berikut ini:
```
# Update repositori Linux
$ sudo apt-get update -y
# Instal dependensi yang diperlukan
$ sudo apt install bash parted util-linux e2fsprogs coreutils eject pv git -y
# Pindah ke direktori Desktop
$ cd ~/Desktop
# Kloning repositori Lufus dari Github
$ git clone https://github.com/fixploit03/Lufus.git
# Pindah ke direktori Lufus
$ cd Lufus
# Berikan izin eksekusi terhadap script
$ chmod +x lufus.sh
```
## Cara Penggunaan
Buka terminal Linux, ketikkan perintah berikut ini:
```
$ sudo ./lufus.sh
```
Ikuti langkah-langkah atau instruksi yang diberikan.
> **Peringatan**
>
> Semua data pada perangkat USB akan dihapus! Pastikan Anda telah melakukan backup sebelum melanjutkan.
## Lisensi
Script ini dilisensikan dibawah [Lisensi MIT](https://github.com/fixploit03/Lufus/blob/main/LICENSE).