...
- for ASUS zen laptop model UX305F-ASM1, manual here: ASUS_manual.pdf
- stubbs serial number is F3N0CJ129513148
- download Mate with CODECs from http://www.linuxmint.com/download.php
- follow instructions at http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx to create bootable version on a stick:
hdiutil convert -format UDRW -o ./target.img linuxmint-17.1-mate-64bit.iso
- get listing of devices with
diskutil list
plug in USB drive
get new device name with
diskutil list
diskutil unmountDisk /dev/() to unmount the USB device
sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
diskutil eject /dev/diskN
Boot the ASUS from the USB drive. Manual
instructions for Ubuntu 14.04 installation is here: http://www.ubuntu.com/download/desktop/install-ubuntu-desktop
Info |
---|
If I was you I'd use Ubuntu 14.04 LTS (long term support). It's likely |
...