|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
|
| |
|
| [[Kodi]] - [[Blender]] - [[Gimp]] - [[Shotwell]] - [[Reaper]] - [[Audacity]] - [[Cura]] - [[LibreOffice]] | | [[FL Studio]] - [[Kodi]] - [[Blender]] - [[Gimp]] - [[Shotwell]] - [[Reaper]] - [[Audacity]] - [[Cura]] - [[LibreOffice]] |
|
| |
|
| [[Mediawiki]] - [[Wordpress]] - [[Ampache]] - [[Spotify]] - [[Strawberry]] - [[VLC]] | | [[Mediawiki]] - [[Wordpress]] - [[Ampache]] - [[Spotify]] - [[Strawberry]] - [[VLC]] |
Line 49: |
Line 49: |
| |- | | |- |
| | | | | |
| | {| class="wikitable" |
| | ! [[Ubuntu 22.04 upgrade]] |
| | |} |
| {| class="wikitable" | | {| class="wikitable" |
| ! [[Linux barebones quickstart]] | | ! [[Linux barebones quickstart]] |
Line 56: |
Line 59: |
| |} | | |} |
| {| class="wikitable" | | {| class="wikitable" |
| ! [[Raspberry Pi OS quickstart]] | | ! [[Raspberry Pi]] |
| |}
| |
| {| class="wikitable"
| |
| ! [[Raspberry Pi Ubuntu quickstart]]
| |
| |} | | |} |
| {| class="wikitable" | | {| class="wikitable" |
Line 69: |
Line 69: |
| {| class="wikitable" | | {| class="wikitable" |
| ! [[Cygwin quickstart]] | | ! [[Cygwin quickstart]] |
| |}
| |
| {| class="mw-collapsible mw-collapsed wikitable"
| |
| ! Clone a Pi
| |
| |-
| |
| | The BEST thing to do is to copy the MicroSD from Carambola (marked with a black 'O'):
| |
| * open a terminal so we can watch the MicroSD /dev/sd{#} assignments
| |
| sudo tail -f /var/log/syslog
| |
| * take the carambola MicroSD card out of the Pi and put it into an Anker hub (gets less hot than the small MicroSD sleeves - and it WILL get hot!)
| |
| * put another new MicroSD card into another Anker hub
| |
| * open another terminal
| |
| dcfldd bs=4M if=/dev/sd{Letter of carambola} of=/dev/sd{Letter of new card}
| |
| * They will get HOT... I don't know how to make sure they don't get TOO hot yet... cross your fingers I guess...
| |
| * Drop the new card into the new Pi, boot
| |
| * set up a new config folder
| |
| ** rm ~/config
| |
| ** cd development/config
| |
| ** cp -rp carambola lime && git add lime
| |
| ** cd ~ && ln -s development/config/lime config
| |
| * change /etc/hostname
| |
| * change name of exfat "share" partition
| |
| exfatlabel /dev/disk/by-label/carambola_share lime_share
| |
| * edit /etc/fstab to update partition name
| |
| * (optional) change the uuid of partitions as desired (otherwise you may get kernel/userspace warnings about conflicts when mounting more than one card in an ubuntu host) - note that I've never actually done this...
| |
| tune2fs /dev/sdaX -U random
| |
| * reboot.. and away we go!
| |
| |} | | |} |
| {| class="wikitable" | | {| class="wikitable" |
| ! [[OS X]] | | ! [[OS X]] |
| |}
| |
| {| class="wikitable"
| |
| ! [[Raspberry Pi Raspbian setup]] (old)
| |
| |} | | |} |
| {| class="wikitable" | | {| class="wikitable" |
Line 154: |
Line 126: |
| # Once it is running, start System Settings, select Software, enable proprietary drivers | | # Once it is running, start System Settings, select Software, enable proprietary drivers |
| # Install, checking the [download as you go] and [install 3rd party stuff] boxes. | | # Install, checking the [download as you go] and [install 3rd party stuff] boxes. |
| |}
| |
| {| class="mw-collapsible mw-collapsed wikitable"
| |
| ! OpenELEC multi-boot install
| |
| |-
| |
| | The easiest way is to add a new drive just for OpenElec and install OpenElec to it with the installer. But if you want to SHARE ONE DRIVE with other boots, DO NOT DO THAT :-) Do this instead:
| |
| * On an existing refind-booted system, set up two new ext4 partitions
| |
| ** one about 2GB in size, labeled [SYSTEM], and marked as bootable
| |
| ** the other with 10GB or more, labeled [STORAGE]
| |
| ** [http://wiki.openelec.tv/index.php/Manual_Installation prep the drives] (no journal, ssd trim)
| |
| * download openelec and mount; there are a couple ways:
| |
| ** get the img and install to a thumb
| |
| ** get the img and mount (see below)
| |
| * Set up OE drives to mount in other OSes to /openelec-system and /openelec-storage
| |
| /dev/disk/by-label/SYSTEM /openelec-system ext4 noatime 0 0
| |
| /dev/disk/by-label/STORAGE /openelec-storage ext4 noatime 0 0
| |
| * copy target/KERNEL and target/SYSTEM to SYSTEM
| |
| cp OpenELEC_img/target/KERNEL /openelec-system/
| |
| cp OpenELEC_img/target/SYSTEM /openelec-system/
| |
| * set up UEFI boot
| |
| ** subl /boot/efi/EFI/refind/refind.conf (and add this block)
| |
| # MDM Trying this, from: http://openelec.tv/forum/64-installation/70783-how-to-efi-booting-openelec-on-new-pc-s-nuc-s
| |
| # Only I had to change BOOT to SYSTEM. and quiet to debugging.
| |
| menuentry OpenELEC {
| |
| icon EFI/refind/icons/os_openelec.png
| |
| volume SYSTEM
| |
| ostype Linux
| |
| loader KERNEL
| |
| # options "boot=LABEL=SYSTEM disk=LABEL=STORAGE debugging"
| |
| options "boot=LABEL=SYSTEM disk=LABEL=STORAGE quiet"
| |
| }
| |
| * I THINK you need one or more of these too, not sure!
| |
| cp target/boot/bootx64.efi /openelec-system/BOOT
| |
| cp target/boot/bootx64.efi /boot/efi/EFI/ubuntu/
| |
| cp target/boot/bootx64.efi /boot/efi/EFI/ubuntu/
| |
| |}
| |
| {| class="mw-collapsible mw-collapsed wikitable"
| |
| ! OpenELEC boot from thumb
| |
| |-
| |
| | NOTE: I have the image already on a white stick with red lettering... anyway...
| |
| * Get the latest dev version (stable didn't work for me although this may change)
| |
| * [http://wiki.openelec.tv/index.php/HOW-TO:Installing_OpenELEC/Creating_The_Install_Key dd it onto a thumb]
| |
| * reboot and select to boot to the thumb in BIOS
| |
| * when the boot: line comes up, type "live" to get run a live Kodi rather than run the crufty old installer
| |
| |} | | |} |
| |} | | |} |