Difference between revisions of "Penggunaan Unetbootin"

From OnnoWiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
Referensi ini di ambil dari
+
[[UNetbootin]] sangat bermanfaat untuk membuat [[LiveUSB]] dari sebuah file [[iso]] [[Linux]].
http://www.ubuntu-eee.com/index.php5?title=How_to:_Using_Unetbootin#Using
 
 
 
 
 
==About==
 
This is an easy way to install Ubuntu from a USB drive (or other removable memory device).
 
  
 
==Download==
 
==Download==
 
Download UNetbootin dari:  
 
Download UNetbootin dari:  
* http://unetbootin.sourceforge.net/#other
+
* http://unetbootin.sourceforge.net
 +
* https://launchpad.net/~gezakovacs/+archive/ppa/+sourcepub/1123137/+listing-archive-extra
 +
* http://sourceforge.net/project/showfiles.php?group_id=222386
  
==Install and prerequisites==
+
==Instalasi UNetbootin==
Once you've downloaded UNetbootin, make sure it's executable. You can do that one of these ways:
 
chmod +x ./unetbootin-linux
 
  
from Nautilus, highlight UNebootin file, then go to Properties -> Permissions and check "execute"
+
Misalnya kita menggunakan [[Ubuntu]] Lucid 10.04
  
  sudo apt-get install syslinux p7zip-full
+
  # apt-get install p7zip-full syslinux
 +
# dpkg -i /home/library/library/library-sw-hw/linux-1/unetbootin/unetbootin_442-1~lucid1_i386.deb
  
(p7zip is an archive utility. SYSLINUX is a Linux bootloader that works on a FAT formatted disk, which is what you'll be using with UNetbootin. You can read more about it here: http://syslinux.zytor.com/wiki/index.php/SYSLINUX)
+
==Menjalankan UNetbootin==
  
==Using==
+
Klik
UNetbootin is set up to automatically install Ubuntu (and other distros), but you can use it to install any distro's iso file. An iso file is just what would be on an installation cd. I wanted to install the ubuntu-eee 804 version (from http://www.ubuntu-eee.com/index.php5?title=Get_Ubuntu_Eee), so I downloaded it to my desktop
 
  
  Run UNetbootin by clicking on the file icon.
+
  Applications -> System Tools -> UNetbootin
  
If you want to install one of the included distros, check the "Distribution" button at the top and choose a distro from the list. Then choose the version of the distro you want.
+
[[Image:Unetbootin1.jpeg|center|200px|thumb|tampilan awal, kita dapat memilih file iso yang ingin di jadikan liveusb]]
  
Since I wanted to install Ubuntu-eee, I skipped the "Distribution" option and checked "Diskimage" instead. I browsed to the downloaded iso which entered this path:
+
[[Image:Unetbootin2.jpeg|center|200px|thumb|pada bagian pemilihan distro cukup banyak distro yang di dukung]]
  
* /home/a/Desktop/ubuntu-eee-804.iso
+
[[Image:Unetbootin3.jpeg|center|200px|thumb]]
  
Next, you have to select the USB drive you want to use for installing the operating system. When you plug in the drive, it should cause Nautilus to pop up with a folder for the drive. It will probably have a name like "Disk."
+
[[Image:Unetbootin4.jpeg|center|200px|thumb|selesai sudah proses pembuatan LiveUSB]]
  
For UNetbootin you need the drive name, so you have to trace it using the mount point (e.g, Disk) that shows up in Nautilus. Open the terminal and search for the name of the mount point using this command (If your mount point isn't "Disk," substitute whatever it is):
+
==Referensi==
  
mount | grep /media/disk
+
* http://unetbootin.sourceforge.net/#other
 
+
* http://sourceforge.net/apps/trac/unetbootin/wiki
After you run that command, the result should look something like this:
+
* http://www.ubuntu-eee.com/index.php5?title=Get_Ubuntu_Eee
 +
* http://sourceforge.net/apps/trac/unetbootin/wiki/commands
 +
* http://www.backtrack-linux.org/wiki/index.php/UNetbootin_USB_Installer
  
* /dev/sdd1 on /media/disk type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)
+
==Pranala Menarik==
  
The device name is the first item that shows up, in this case: /dev/sdd1
+
* [[LiveUSB]]
 +
* [[Membuat Installer Ubuntu di USB FlashDisk menjadi LiveUSB]]
 +
* [[Membuat Installer LiveUSB Ubuntu menggunakan livecd-iso-to-disk]]
 +
* [[Membuat Installer LiveUSB menggunakan perintah dd]]
 +
* [[Penggunaan Unetbootin]]
 +
* [[Proxmox 2.2: Membuat LiveUSB]]
  
Back to UNetbootin, for type select USB Drive and for drive, using my example, select /dev/sdd1
 
  
Click OK.
 
  
The program will install the bootloader and the iso onto your USB drive. Sometimes is slows to a stop but, if you wait, it should continue and finish. When it's done, remove the drive and plug it into the eee.
+
[[Category: Linux]]
 
 
Restart (or start) the eee. When the first screen appears press "escape" a few times. That will take you to a boot option. Choose to boot to the USB drive. If everything is ok, it will load Ubuntu from the USB drive. You can either use Ubuntu that way, or click on the "Install" icon to put Ubuntu onto the eee's hard drive.
 
 
 
==Resources==
 
* http://unetbootin.sourceforge.net/#other
 
* http://www.ubuntu-eee.com/index.php5?title=Get_Ubuntu_Eee
 

Latest revision as of 08:24, 5 March 2013

UNetbootin sangat bermanfaat untuk membuat LiveUSB dari sebuah file iso Linux.

Download

Download UNetbootin dari:

Instalasi UNetbootin

Misalnya kita menggunakan Ubuntu Lucid 10.04

# apt-get install p7zip-full syslinux
# dpkg -i /home/library/library/library-sw-hw/linux-1/unetbootin/unetbootin_442-1~lucid1_i386.deb 

Menjalankan UNetbootin

Klik

Applications -> System Tools -> UNetbootin
tampilan awal, kita dapat memilih file iso yang ingin di jadikan liveusb
pada bagian pemilihan distro cukup banyak distro yang di dukung
Unetbootin3.jpeg
selesai sudah proses pembuatan LiveUSB

Referensi

Pranala Menarik