<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Thank you Matt, adding the sdhci_acpi.ko module fixed it for me.</div><div class=""><br class=""></div><div class="">For the benefit of others who may not have done this before these are the steps I had to take to get my fresh 4.8 install to boot on a Lenovo Yoga 300 11iBY</div><div class="">It’s an Atom powered netbook with 32Gb MMC ‘SSD’ drive.</div><div class=""><br class=""></div><div class="">After install the machine will reboot and you are presented with the DragonFly boot screen.</div><div class=""><br class=""></div><div class="">Press ESC to stop the countdown.</div><div class=""><br class=""></div><div class="">You’ll see the OK prompt, it’s here we need to load a few kernel modules so the internal drive can be recognised.</div><div class=""><br class=""></div><div class="">Type the following in this order</div><div class="">load kernel</div><div class="">load mmc</div><div class="">load mmcsd</div><div class="">load sdhci_acpi</div><div class=""><br class=""></div><div class="">You may need to load more modules for your machine.</div><div class=""><br class=""></div><div class="">When you’re done loading modules type:</div><div class="">boot</div><div class=""><br class=""></div><div class="">Which will then boot the system</div><div class=""><br class=""></div><div class="">Or </div><div class="">boot -v</div><div class=""><br class=""></div><div class="">Which will boot the system, and show you more detailed messages which may help with troubleshooting.</div><div class=""><br class=""></div><div class="">I’m now up and running and DF is fast on this little laptop!</div><div class=""><br class=""></div><div class="">As Matt and the docs mention if you’re using Hammer FS it’s important to prune data frequently on smaller drives like these as Hammer will store backups and may fill your drive up quickly.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Ian</div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On 6 Sep 2017, at 19:06, Matthew Dillon <<a href="mailto:dillon@backplane.com" class="">dillon@backplane.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">You probably need the sdhci_acpi.ko module.  Make sure you have sdhci and sdhci_acpi in there too.<div class=""><br class=""></div><div class="">-Matt</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Sep 5, 2017 at 5:10 AM, Ian <span dir="ltr" class=""><<a href="mailto:ian@dijix.com" target="_blank" class="">ian@dijix.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="">
<br class="">
I’m just getting to grips with DragonFly BSD, I’ve installed it ok on one laptop, which is great apart from ACPI S3 sleep.<br class="">
<br class="">
I’m trying to install it on another laptop, a cheap Yoga with a 32GB MMC as the internal disc.<br class="">
<br class="">
It installs fine, there’s no warnings similar to Dmitry Postolovs issues earlier however once installed the machine won’t boot to the login prompt.<br class="">
<br class="">
I accepted the default partition layout e.g.:<br class="">
<br class="">
/boot 1024M<br class="">
Swap ~2Gb<br class="">
/ * the rest<br class="">
<br class="">
It boots from the MMC ok, I press 1 to Boot DragonFly Kernel, then boot proceeds as normal.<br class="">
<br class="">
After USB device discovery the boot process halts with this message:<br class="">
<br class="">
No B_DEVMAGIC (bootdev=0)<br class="">
<br class="">
Mounting root from hammer:mmcdsd0s1d<br class="">
No disk named `mmcdsd0s1d`<br class="">
hammer_vfs_mount: can’t find devvp<br class="">
hammer_vfs_mount: No root volume found!<br class="">
Root mount failed: 22<br class="">
<br class="">
Then I’m presented with mount root which lists various devices but not the mmcsd device<br class="">
<br class="">
Typing hammer:[device name]<br class="">
<br class="">
Fails as these are not proper devices.<br class="">
<br class="">
If I boot from the USB installer I can mount the mmcsd device and see the filesystem and everything seems okay.<br class="">
<br class="">
I have tried loading the mmc and mmcdd modules before boot, but they appear to be loaded automatically (or built into the kernel)<br class="">
<br class="">
Obviously the device is recognised as it is booting from the /boot partition, however when it comes time to mount the main partition the device is no longer recognised.<br class="">
<br class="">
Any pointers would be appreciated.<br class="">
<br class="">
Are there any magic flags that need to be set on the / partition.<br class="">
<br class="">
Thanks,<br class="">
Ian<br class="">
<br class="">
</blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>