Skip to content

Instantly share code, notes, and snippets.

@tnamao
Created April 24, 2014 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnamao/11263587 to your computer and use it in GitHub Desktop.
Save tnamao/11263587 to your computer and use it in GitHub Desktop.
EeePC 901 に Lubuntu 14.04 LTS をインスコしてみた。 ref: http://qiita.com/tnamao/items/f20db31e481624cb7911
$ hdiutil convert -format UDRW -o ./lubuntu-14.04-desktop-i386.img ./lubuntu-14.04-desktop-i386.iso
$ mv ./lubuntu-14.04-desktop-i386.img.dmg ./lubuntu-14.04-desktop-i386.img
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.3 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 499.4 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *1.0 TB disk1
1: Apple_HFS disk1s1 1.0 TB disk1s1
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *1.0 GB disk2
1: DOS_FAT_32 UNTITLED 1.0 GB disk2s1
$ sudo dd if=lubuntu-14.04-desktop-i386.img of=/dev/rdisk2 bs=256m
$ diskutil eject /dev/disk2
$ sudo apt-get install ssh
$ sudo /etc/init.d/ssh start
$ ifconfig -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment