Difference between revisions of "Minnowboard:MinnowMaxDistros"

From eLinux.org
Jump to: navigation, search
(Operating systems that have not yet been successfully tested)
(TIZEN)
Line 280: Line 280:
 
Experimental release : tizen-minnowboardmax-0.0.20140819rzr.img.xz (md5=009cdba2efb649f49e02af1a4aa55d2d).
 
Experimental release : tizen-minnowboardmax-0.0.20140819rzr.img.xz (md5=009cdba2efb649f49e02af1a4aa55d2d).
  
  * https://dockr.eurogiciel.fr/blogs/embedded/tizen-minnowboard-max/
+
* https://dockr.eurogiciel.fr/blogs/embedded/tizen-minnowboard-max/
 
 
  
 
= Operating systems that have not yet been successfully tested =
 
= Operating systems that have not yet been successfully tested =

Revision as of 06:40, 23 August 2014

The general proces of setting up Linux for the Minnowboard Max is quite similar to setting up Linux on any other computer. You make a bootable installer USB flash drive for your distro of choice, plug in the storage volume you want to install to (i.e. a larger SATA or USB HDD, MicroSD card, etc.,) and then install to that drive. However, there are a few things to keep in mind.

When installing to a MicroSD card, be aware that these cards are frequently quite slow and may result in poor performance if you install an operating system to them. Also, at least some distros will need some tweaks to their initial RAM disks in order to boot from SDHC cards.

With a compact single-board computer such as the Minnowboard MAX, it can be tempting to throw an operating system on an SDHC card or USB stick to save space, but be careful. If longevity is a concern, you should avoid installing to low-capacity flash drives, as they are only rated for a limited number of write cycles and may wear out quickly if operating systems are installed to them. Especially be cautious putting swap partitions on flash drives, as this will result in large quantities of write cycles being used. In general, higher-capacity flash drives will last longer because they give you more headroom, but for long-term use, consider getting a HDD or SSD which is actually designed for desktop/laptop use.

When installing to a USB storage device, you may be unable to boot your installer USB with your installation target connected at the same time-- you might have to wait until after the installer USB is completely booted before plugging in your installation target. Also, after the installation is complete, you will have to adjust the GRUB configuration of your new installation to allow it to boot without the installer USB present.

Contents

Linux Mint 16 "Petra" 64-bit

It is recommended that you use the MATE or XFCE edition of Linux Mint. MATE has been tested and found to be very responsive and snappy on the hardware, and XFCE should be just as good. Cinnamon or KDE may be too demanding. 3D performance was pretty good.

To create a bootable USB installer drive for Linux Mint, you can use the Universal USB Installer from pendrivelinux.com. A "direct write" method may work as well, but this is as yet untested.

Booting from the installer flash drive

If you get an EFI shell, the following commands should get the installer booting:

   fs0:
   EFI\BOOT\grubx64.efi

However, depending on the boot order setup of your Minnowboard Max, you may not get an EFI shell at all.

If you're installing Mint to a USB flash drive or USB HDD

You should wait to plug in your installation target drive until after the Linux Mint live environment has finished booting.

Install Process

This will be very similar to a normal Linux Mint install process. Just be sure to select the correct storage volume to install to. Select the options to wipe whatever's on that volume already and repartition it automatically. The installer will create a small FAT EFI partition, a large EXT4 root partition, and then a small swap partition. This is all fine.

If you're installing Mint to a USB flash drive or USB HDD

The GRUB configuration is going to need some adjustments to make your target disk boot without the installer disk present.

After finishing the installer, shut down the MinnowMax, and start it back up again with only the target disk plugged in. You will need to get to the bootloader menu and hit "e" to edit the first entry. Change all mentions of hd1,gpt2 to hd0,gpt2 and all mentions of ahci1,gpt2 to ahci0,gpt2. Then hit F10 to boot your Linux Mint installation for the first time. If you get an EFI shell, see #Booting from your Linux Mint Installation for instructions on getting to a bootloader menu.

Once you've finished booting and have logged in, launch a terminal and run the following command to regenerate your GRUB configuration:

   sudo update-grub

You will no longer have to manually edit the bootloader entry every time you boot Linux Mint. Be sure no bootable storage volumes besides your Mint installation are plugged in when you do this.

Final Steps

It is highly recommended that you upgrade to a new kernel (3.14 or newer) after your installation is complete. This fixes a number of things, including HDMI sound output (this has been tested and confirmed to work after the kernel update.) You may have to compile it yourself. Find Linux Mint's standard kernel configuration under /boot, copy it to .config in your Linux 3.14 source tree, run "make oldconfig" to update the configuration to match the newer kernel, and then compile the kernel as normal. If you have another Linux computer with which to do the actual compilation of the kernel, that would likely be faster than compiling it on the Minowboard MAX. Then you can copy the kernel source tree over to your Max and run the installation part. (TODO: find a PPA or something with newer kernels in it so people don't have to compile them.)

NOTE: the linux-yocto 3.14 tree was used for this test, it may contain sound-related fixes that won't hit mainline Linux until 3.15.

Booting from your Linux Mint Installation

If you're installing Mint to a USB flash drive or USB HDD

The Linux Mint installer does not seem to automatically change the boot order setup of the Minnowboard MAX, so you may get an EFI shell when you boot. To get to the Linux Mint bootloader, you may have to run the following EFI commands at boot time:

   fs0:
   EFI\ubuntu\grubx64.efi

If you want to adjust your boot order manually, you can run the following EFI command:

   exit

This will drop you to a legacy BIOS configuration screen where you can do a number of things, including tweak your boot order. Once this is done, the EFI commands listed above should be unnecessary. (TODO: write up what actual steps are involved.)

Fedora 20 x86-64

To create a bootable USB installer drive for Fedora, instead of using a 3rd-party tool like Unetbootin, you should be using one of the direct write methods listed here: https://fedoraproject.org/wiki/How_to_create_and_use_Live_USB#quickstarts

Booting from the installer flash drive

If you get an EFI shell, the following commands should get the installer booting:

   fs0:
   EFI\BOOT\grubx64.efi

However, depending on the boot order setup of your Minnowboard Max, you may not get an EFI shell at all.

If you're installing Fedora to a USB flash drive or USB HDD

You should wait to plug in your installation target drive until after the Fedora live environment has finished booting.

If you're installing Fedora to a MicroSD Card

Unlike if you are installing to USB drive, you should be able to boot from the installer USB with an SD card already in the Minnowboard MAX. If the MicroSD card already has an OS on it that you want to replace, you may have to wait until the Fedora live environment has finished booting before plugging it in, or change your boot order in the Minnowboard Max's legacy BIOS menu. If plugged in when the MinnowMax is powered on, the MicroSD card may get picked up by the EFI firmware prior to your installer USB. Depending on what partitions there already are on the installation target, the installer USB may get detected as something other than fs0-- for example, fs1 or fs2. Adjust your EFI shell commands accordingly. A list of detected partitions should be displayed when the EFI shell is initialized. Look for the one that says "USB," and that will likely be your installer.

If you're installing Fedora to a SATA drive

You should have the drive plugged in before you power on the Minnowboard Max. If the SATA drive already has an OS on it that you want to replace, you may have to change your boot order in the Minnowboard Max's legacy BIOS menu. Since it's plugged in when the MinnowMax is powered on, the SATA drive may get picked up by the EFI firmware prior to your installer USB. Depending on what partitions there already are on the installation target, the installer USB may get detected as something other than fs0-- for example, fs1 or fs2. Adjust your EFI shell commands accordingly. A list of detected partitions should be displayed when the EFI shell is initialized. Look for the one that says "USB," and that will likely be your installer.

Install Process

This will be very similar to a normal Fedora install process. The one thing that might be a little different is that you must be sure to select the correct drive to install to on the "installation destination" screen. You may have to use the "reclaim space" tool to delete any existing partitions on your target drive. Once you've cleaned out the target drive of its existing partitions, you should just let the Fedora installer repartition the drive automatically if you possibly can.

Installing to Very Small Disks

If the disk you're installing to is 4 gigabytes or less, you may need to create the partition table manually. You should use the "create mountpoint automatically" button from within the manual partitioning tool, then adjust the partition table manually. You can avoid creating a separate /boot partition, which is the default behavior, and just make the root partition bigger instead. You'll also have to change the root partition type from "LVM" to "Standard Partition," as EFI systems cannot boot directly from LVM partitions. This should stop the Fedora installer from complaining about insufficient space. (You still need a separate /boot/efi partition, so don't get rid of that.) However, you should really get a bigger disk instead.

Otherwise, you can proceed with the Fedora installation as normal.

If you're installing Fedora to a USB flash drive or USB HDD

The GRUB configuration is going to need some adjustments to make your target disk boot without the installer disk present.

After finishing the installer, shut down the MinnowMax, and start it back up again with only the target disk plugged in. You will need to get to the bootloader menu and hit "e" to edit the first entry. Change all mentions of hd1,gpt2 to hd0,gpt2 and all mentions of ahci1,gpt2 to ahci0,gpt2. Then hit F10 to boot your Fedora installation for the first time.

Once you've finished booting and have logged in, launch a terminal and run the following command to regenerate your GRUB configuration:

   sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

You will no longer have to manually edit the bootloader entry every time you boot Fedora. Be sure no other bootable storage volumes besides your Fedora installation are plugged in when you do this, otherwise you may get extraneous bootloader menu entries.

If you're installing Fedora to a MicroSD Card

The GRUB configuration should be fine, but the default initial ramdisk (INITRD) does not yet include drivers necessary for the kernel to boot from the MicroSD card.

After finishing the installer, leave the live environment running for a while. You should be able to find the SD card mounted in /run/media/liveuser. The precise name of the mountpoint will depend on the SD card's UUID and will vary. You will want to chroot into the Fedora installation you just made, change the configuration of your INITRD, and then regenerate your INITRD with your new configuration. Run the following commands in a terminal:

   sudo mount --bind /proc /run/media/liveuser/<uuid>/proc
   sudo mount --bind /dev /run/media/liveuser/<uuid>/dev
   sudo mount --bind /sys /run/media/liveuser/<uuid>/sys
   sudo chroot /run/media/liveuser/<uuid> /bin/bash
   echo 'add_drivers+="mmc_block sdhci sdhci-pci"' >> /etc/dracut.conf
   dracut --force --kver 3.11.10-301.fc20.x86_64
   exit 
   sudo sync

These instructions are based on these pages:

You may need to adjust the dracut line based on what kernel version your Fedora installer was built with.

At this point, you should be able to shut down the MinnowMax, and start it back up again with only the MicroSD card plugged in. Fedora should boot without incident.

If you're installing Fedora to a SATA Drive

Because the SATA ports get scanned before the USB ports, your SATA drive should have been detected before the installer USB, so the GRUB setup on your new Fedora installation is already correct. Your installation is complete.

Final Steps

It is highly recommended that you upgrade to a new kernel (3.14 or newer) after your installation is complete. This fixes a number of things, including HDMI sound output (was not tested on Fedora.) Linux 3.14 is already available in Fedora's repositories. Just run a normal system update process to install it.

You may also want to install a different desktop than GNOME 3, as gnome-shell is somewhat unresponsive on the Minnowboard MAX.

Debian 8.0 Jessie (testing) Alpha 1 AMD64

This was tested with the Debian Jessie Alpha 1 AMD64 XFCE CD image, although the DVD image would work as well. To make the bootable installer USB drive, a direct write method was used. Other methods would probably work as well, but these are as yet untested.

The XFCE desktop was quite responsive. However, for whatever reason, 3D performance didn't seem as good as Ubuntu or Mint. TODO: revisit this and confirm.

Booting from the installer flash drive

If you get an EFI shell, the following commands should get the installer booting:

   fs0:
   EFI\BOOT\bootx64.efi

However, depending on the boot order setup of your Minnowboard Max, you may not get an EFI shell at all.

At the boot menu, select "graphical install."

If you're installing Debian to a USB flash drive or USB HDD

You should wait to plug in your installation target drive until after the Debian installer has started. As soon as you get to the language selection screen, then you can plug your target drive in.

If you're installing Debian to a SATA drive

You should have the drive plugged in before you power on the Minnowboard Max. If the SATA drive already has an OS on it that you want to replace, you may have to change your boot order in the Minnowboard Max's legacy BIOS menu. Since it's plugged in when the MinnowMax is powered on, the SATA drive may get picked up by the EFI firmware prior to your installer USB. Depending on what partitions there already are on the installation target, the installer USB may get detected as something other than fs0-- for example, fs1 or fs2. Adjust your EFI shell commands accordingly. A list of detected partitions should be displayed when the EFI shell is initialized. Look for the one that says "USB," and that will likely be your installer.

If you're installing Debian to a MicroSD Card

Unlike if you are installing to USB drive, you should be able to boot from the installer USB with an SD card already in the Minnowboard MAX. If the MicroSD card already has an OS on it that you want to replace, you may have to wait until the installer has started before plugging it in, or change your boot order in the Minnowboard Max's legacy BIOS menu. If plugged in when the MinnowMax is powered on, the MicroSD card may get picked up by the EFI firmware prior to your installer USB. Depending on what partitions there already are on the installation target, the installer USB may get detected as something other than fs0-- for example, fs1 or fs2. Adjust your EFI shell commands accordingly. A list of detected partitions should be displayed when the EFI shell is initialized. Look for the one that says "USB," and that will likely be your installer.

Install Process

This will be very similar to a normal Debian install process. When it comes time to set up the partition table, select "Guided - Use Entire Disk," and then on the next screen select the correct storage volume to install to. On the next screen, select "All files in one partition" unless you want a separate /home partition. The installer will create a small FAT EFI partition, a large EXT4 root partition, and then a small swap partition. This is all fine.

It can be a little tricky to make sure the Debian installer does not try to create any partitions on itself, more so than with the other distros. Just be aware of it.

Installing to Very Small Disks

If the disk you're installing to is very small, you may have to make some adjustments to the partition table manually to get Debian to fit. For example, you may be able to get away with not having a swap partition if you're confident of not running out of RAM during normal usage of the Minnowboard. You can also shrink the swap and/or EFI boot partitions. You do still need the EFI boot partition, so don't get rid of it entirely.

If you're installing Debian to a USB flash drive or USB HDD

The GRUB configuration is going to need some adjustments to make your target disk boot without the installer disk present.

After finishing the installer, shut down the MinnowMax, and start it back up again with only the target disk plugged in. You will need to get to the bootloader menu and hit "e" to edit the first entry. Change all mentions of hd1,gpt2 to hd0,gpt2 and all mentions of ahci1,gpt2 to ahci0,gpt2. Then hit F10 to boot your Debian installation for the first time. If you get an EFI shell, see #Booting from your Debian Installation for instructions on getting to a bootloader menu.

Once you've finished booting and have logged in, launch a terminal and run the following commands to regenerate your GRUB configuration:

   su
   update-grub

You will no longer have to manually edit the bootloader entry every time you boot Debian. Be sure no other bootable storage volumes besides your Debian installation are plugged in when you do this.

If you're installing Debian to a SATA drive

Because the SATA ports get scanned before the USB ports, your SATA drive should have been detected before the installer USB, so the GRUB setup on your new Debian installation is already correct. Your installation is complete.

If you're installing Debian to a MicroSD Card

Because the MicroSD cards use a different naming scheme than the USB ports, the GRUB setup on your new Debian installation is already correct. The INITRD for Debian is also already correct. Your installation is complete.

Final Steps

It is highly recommended that you upgrade to a new kernel (3.14 or newer) after your installation is complete. Linux 3.14 is already available in Debian Testing's repositories. Just run apt-get dist-upgrade to install it.

The easiest way to get sound output working is to install PulseAudio. Install the "pavucontrol" package and the rest of pulseaudio should get installed along with it. You may need to reboot. The combination of Linux 3.14 and Pulseaudio has been shown to result in working sound output. It's possible that Linux 3.13 is already new enough for sound output to work, but there's no reason not to upgrade anyway.

Booting from your Debian Installation

If you're installing Debian to a USB flash drive or USB HDD

The Debian installer seemed to change the boot order setup of the Minnowboard MAX correctly, but if you end up at an EFI shell, try these commands:

   fs0:
   EFI\debian\grubx64.efi

Ubuntu 14.04 LTS Desktop AMD64

For this test, the standard edition of Ubuntu with Unity was used. Any Ubuntu derative should have a similar install process.

To make the bootable installer USB drive, a direct write method was used. Other methods would probably work as well, but these are as yet untested.

The Unity desktop seemed to have adequate performance on the MinnowMax for the most part. 3D performance is pretty good.

Booting from the installer flash drive

If you get an EFI shell, the following commands should get the installer booting:

   fs0:
   efi\boot\grubx64.efi

However, depending on the boot order setup of your Minnowboard Max, you may not get an EFI shell at all.

NOTE: for Ubuntu 14.04, the EFI directory may be in upper case, so the command would look like this:

   fs0:
   EFI\BOOT\grubx64.efi

If you're installing Ubuntu to a USB flash drive or USB HDD

At the bootloader menu, select "try Ubuntu without installing." You should wait to plug in your installation target drive until after the Ubuntu live environment has finished booting.

If you're installing Ubuntu to a SATA drive

You should have the drive plugged in before you power on the Minnowboard Max. If the SATA drive already has an OS on it that you want to replace, you may have to change your boot order in the Minnowboard Max's legacy BIOS menu. Since it's plugged in when the MinnowMax is powered on, the SATA drive may get picked up by the EFI firmware prior to your installer USB. Depending on what partitions there already are on the installation target, the installer USB may get detected as something other than fs0-- for example, fs1 or fs2. Adjust your EFI shell commands accordingly. A list of detected partitions should be displayed when the EFI shell is initialized. Look for the one that says "USB," and that will likely be your installer.

If you're installing Ubuntu to a MicroSD Card

Unlike if you are installing to USB drive, you should be able to boot from the installer USB with an SD card already in the Minnowboard MAX. If the MicroSD card already has an OS on it that you want to replace, you may have to wait until the installer has started before plugging it in, or change your boot order in the Minnowboard Max's legacy BIOS menu. If plugged in when the MinnowMax is powered on, the MicroSD card may get picked up by the EFI firmware prior to your installer USB. Depending on what partitions there already are on the installation target, the installer USB may get detected as something other than fs0-- for example, fs1 or fs2. Adjust your EFI shell commands accordingly. A list of detected partitions should be displayed when the EFI shell is initialized. Look for the one that says "USB," and that will likely be your installer.

Install Process

This will be very similar to a normal Ubuntu install process. Just be sure to select the correct storage volume to install to. Select the options to wipe whatever's on that volume already and repartition it automatically. The installer will create a small FAT EFI partition, a large EXT4 root partition, and then a small swap partition. This is all fine.

If you're installing Ubuntu to a USB flash drive or USB HDD

The GRUB configuration is going to need some adjustments to make your target disk boot without the installer disk present.

After finishing the installer, shut down the MinnowMax, and start it back up again with only the target disk plugged in. You will need to get to the bootloader menu and hit "e" to edit the first entry. Change all mentions of hd1,gpt2 to hd0,gpt2 and all mentions of ahci1,gpt2 to ahci0,gpt2. Then hit F10 to boot your Ubuntu installation for the first time. If you get an EFI shell, see #Booting from your Linux Mint Installation for instructions on getting to a bootloader menu.

Once you've finished booting and have logged in, launch a terminal and run the following command to regenerate your GRUB configuration:

   sudo update-grub

You will no longer have to manually edit the bootloader entry every time you boot Ubuntu. Be sure no bootable storage volumes besides your Ubuntu installation are plugged in when you do this.

If you're installing Ubuntu to a SATA drive

Because the SATA ports get scanned before the USB ports, your SATA drive should have been detected before the installer USB, so the GRUB setup on your new Ubuntu installation is already correct. Your installation is complete.

If you're installing Ubuntu to a MicroSD Card

Because the MicroSD cards use a different naming scheme than the USB ports, the GRUB setup on your new Ubuntu installation is already correct. The INITRD for Ubuntu is also already correct. Your installation is complete.

Final Steps

It is highly recommended that you upgrade to a new kernel (3.14 or newer) after your installation is complete. Linux 3.14 can be installed by following these directions: https://wiki.ubuntu.com/Kernel/MainlineBuilds

However, after installing with this method, HDMI sound output still didn't work.

Red Hat Enterprize Linux Server 7.0 Beta x86-64 / CentOS 7.0 x86-64

This was tested with a Red Hat Enterprize Linux Server 7.0 Beta 64-bit DVD image. To make the bootable installer USB drive, a direct write method was used. Only the minimal install was tested-- an X server or desktop environment was not installed, so the state of video/sound playback or 3D acceleration on RHEL is unknown.

A CentOS 7.0 x86-64 DVD image was also tested. To make the bootable installer USB drive, a direct write method was used. The KDE desktop was chosen for the CentOS test, and it seemed to work OK.

Booting from the installer flash drive

If you get an EFI shell, the following commands should get the installer booting:

   fs0:
   EFI\BOOT\grubx64.efi

However, depending on the boot order setup of your Minnowboard Max, you may not get an EFI shell at all.

If you're installing RHEL/CentOS to a SATA drive

You should have the drive plugged in before you power on the Minnowboard Max. If the SATA drive already has an OS on it that you want to replace, you may have to change your boot order in the Minnowboard Max's legacy BIOS menu. Since it's plugged in when the MinnowMax is powered on, the SATA drive may get picked up by the EFI firmware prior to your installer USB. Depending on what partitions there already are on the installation target, the installer USB may get detected as something other than fs0-- for example, fs1 or fs2. Adjust your EFI shell commands accordingly. A list of detected partitions should be displayed when the EFI shell is initialized. Look for the one that says "USB," and that will likely be your installer.

Install Process

This will be very similar to a normal RHEL/CentOS install process. The one thing that might be a little different is that you must be sure to select the correct drive to install to on the "installation destination" screen. You may have to select the "I would like to make additional space available" option to delete any existing partitions on your target drive. Once you've cleaned out the target drive of its existing partitions, you should just let the installer repartition the drive automatically if you possibly can.

If you're installing RHEL/CentOS to a SATA Drive

Because the SATA ports get scanned before the USB ports, your SATA drive should have been detected before the installer USB, so the GRUB setup on your new RHEL/CentOS installation is already correct. Your installation is complete.

Final Steps

Upgrading to a newer major release of the Linux kernel would defeat much of the benefits of using RHEL or CentOS. However, the Red Hat developers tend to backport important fixes to their kernels, so you should run a normal system update process to get the newest kernel you possibly can. If you're not using an X server, you should be somewhat insulated from kernel bugs associated with Bay Trail support.

TIZEN

Experimental release : tizen-minnowboardmax-0.0.20140819rzr.img.xz (md5=009cdba2efb649f49e02af1a4aa55d2d).

Operating systems that have not yet been successfully tested

RHEL / CentOS 6.x

The RHEL / CentOS 6.5 installer kernel panics due to an issue finding the install medium root partition. This is likely due to an older kernel lacking Bay Trail support. Depending on what updates have been backported since the CentOS 6.5 installer image was built, a fully updated RHEL / CentOS 6.5 installation may boot correctly, although this is completely untried, and the process of getting there without being able to use the standard installer image on the Minnowboard MAX is likely to be complicated. Waiting for RHEL / CentOS 7 to come out may be a safer bet.