<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Dec 14, 2014 at 5:29 PM, Roger Heflin <span dir="ltr"><<a href="mailto:rogerheflin@gmail.com" target="_blank">rogerheflin@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I had to add into /etc/dracut.conf this like so dracut created the<br>
initramfs with the mmc driver in it:<br>
<br>
add_drivers+="mmc_core sdhci_acpi sdhci mmc_block"<br>
<br>
By default on fedora 20 it did not include the drivers for it so<br>
failed to boot. Others have indicated that with updated fedora 20 it<br>
does include the correct modules, but that would also mean that it may<br>
not work on other distributions under certain conditions.<br>
<br>
And I had to modify the usb stuff on 3.16.6 to get the mce remote<br>
control to work, the specific mce remote receiver I had did not work<br>
without the patch I found that is not yet included in 3.17 either.<br>
Otherwise it is found, but it never correctly gets the keypresses from<br>
the remote.<br>
<div class=""><div class="h5"><br>
On Sun, Dec 14, 2014 at 6:48 PM, Rich Freeman<br>
<<a href="mailto:r-mythtv@thefreemanclan.net">r-mythtv@thefreemanclan.net</a>> wrote:<br>
> On Sun, Dec 14, 2014 at 7:37 PM, Karl Newman <<a href="mailto:newmank1@asme.org">newmank1@asme.org</a>> wrote:<br>
><br>
>><br>
>> Thanks, I've been looking at that page. What does your partition table look<br>
>> like? My EFI boot partition ended up as only 2 MiB (since I followed the<br>
>> Gentoo install handbook), and according to what I'm reading an EFI partition<br>
>> should be between 100-300 MiB.<br>
><br>
> First, the standard handbook still is BIOS-only - it should certainly<br>
> be updated and hopefully once it is migrated to the Wiki that will<br>
> happen soon.<br>
><br>
> Second, the 2MB partition is NOT your ext2 boot partition even if you<br>
> are using BIOS. That is just extra room for grub to use. The boot<br>
> partition in the handbook is 128M, which still seems a bit tight these<br>
> days.<br>
><br>
> Third, none of that applies to you since you're using EFI. The most<br>
> likely problem you're having besides too little space is that your<br>
> boot partition has to be FAT32.<br>
><br>
> --<br>
> Rich<br></div></div></blockquote><div><br></div><div>Thanks, Rich, I think that was the major problem. I was able to use gparted (a great tool; my first time using it) to move my partitions around and make partition 1 (grub boot) 128 MB. I also changed the flags to boot,efs (gdisk EF00; was bios_boot, gdisk EF02). After those changes, and actually being able to format it FAT32 (it was FAT12 before due to the small size), I finally get it to be recognized by the BIOS. I think this BIOS only supports EFI, not legacy MBR type booting. Now I just have to get the right mmc drivers into the kernel or create an initrd (I was trying to keep it simple). And Roger, thanks for the notes on the specific modules and also about the MCE remote, since I have one of those coming too. Once I get it successfully booting on its own that will be a major step and I can put the clunky monitor away and do the rest of the setup via ssh. By the way, I found some nice notes from Intel on this very system here: <a href="http://www.intel.com/content/dam/www/public/us/en/documents/application-notes/atom-e38xx-n2xx-bay-trail-ubuntu-setup-app-note.pdf">http://www.intel.com/content/dam/www/public/us/en/documents/application-notes/atom-e38xx-n2xx-bay-trail-ubuntu-setup-app-note.pdf <br></a></div><div>The notes are about setting up Ubuntu, but they have some useful details about setting up the graphics and WiFi. Bluetooth is apparently not yet supported. Looks like VAAPI should work, so that will reduce the CPU load.<br><br>Karl<br></div><div><br></div></div></div></div>