Tag: LiveUSB
Raspberry Pi – install and resize mounted partition
Install from USB Flash onto sdcard here: https://ubuntu-mate.org/raspberry-pi/ Re-size file system There are no utilities included for automatic file system re-sizing. However, it’s not hard to do manually. Once booted: … Read More
OSX 10.10 Yosemite – LiveUSB Install thumbdrive
REF: http://arstechnica.com/apple/2014/10/how-to-make-your-own-bootable-os-x-10-10-yosemite-usb-install-drive/ **NO NEED TO COPY TO APPLICATIONS FOLDER – CAN RUN DIRECTLY FROM MOUNTED DMG! ***CAN INSTALL TO A VOLUME ON THE USB (eg: Use 8GB of a 64GB … Read More
Ubuntu 15.04 – Welcome to Emergency mode! – FSCK solution
From: http://askubuntu.com/questions/646414/welcome-to-emergency-mode-think-it-is-a-fsck-problem Boot into Ubuntu Live DVD/USB In terminal: 12sudo -i fdisk -l Identify where your root (/) partition is, then: In this example, assume /dev/sda1 1 umount /dev/sda1 fsck … Read More
Acer Aspire R 11 (R3 131T) – Linux install – Mint Cinnamon 17.2 32-bit
Let’s get to it! 1. BIOS update – add supervisor password to change boot modes, reboot 2. BIOS update – change UEFI to Legacy, disable secure boot, reboot 3. BIOS … Read More
Use dd on OSX to make liveUSB drive (linux) from ISO image
*Note that this process is slightly different for Linux and Windows systems. The process is very simple – in three steps: 1. Determine the disk Number. 2. Unmount the disk … Read More