Difference between revisions of "Membuat Installan Ubuntu Remix"

From OnnoWiki
Jump to navigation Jump to search
(New page: Lakukan # dd if=ubuntu-netbook-remix.img of=/dev/sdX1 bs=1M ==Pranala Menarik== * Linux Howto)
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Lakukan
+
# Download image [[ubuntu remix]] ke [[harddisk]]
 +
# buka terminal & masukan [[USB flashdisk]]
 +
# lihat dmesg untuk melihat nomor device dari [[USB flashdisk]]
 +
# format [[USB flashdisk]]
 +
 
 +
# mkfs /dev/sdX1
 +
 
 +
# Lakukan
  
 
  # dd if=ubuntu-netbook-remix.img of=/dev/sdX1 bs=1M
 
  # dd if=ubuntu-netbook-remix.img of=/dev/sdX1 bs=1M
 +
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 
* [[Linux Howto]]
 
* [[Linux Howto]]

Latest revision as of 08:49, 13 August 2009

  1. Download image ubuntu remix ke harddisk
  2. buka terminal & masukan USB flashdisk
  3. lihat dmesg untuk melihat nomor device dari USB flashdisk
  4. format USB flashdisk
# mkfs /dev/sdX1
  1. Lakukan
# dd if=ubuntu-netbook-remix.img of=/dev/sdX1 bs=1M


Pranala Menarik