Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

"ERROR: Missing required bootloader file" trying to install to mmc #42

Open
elkhunter opened this issue Jun 3, 2015 · 3 comments
Open

Comments

@elkhunter
Copy link

I'm trying to install to the internal mmc but if fails at the end with:

ERROR: Missing required bootloader file.

This is right after it downloads boot.scr.uimg. Any ideas?

@omgmog
Copy link
Owner

omgmog commented Jun 3, 2015

The error is caused by the vbutil_kernel command, and it's complaining that boot.scr.uimg isn't found, but it should have been downloaded from http://os.archlinuxarm.org/os/exynos/boot.scr.uimg by the script.

Are you sure that:

a) the boot.scr.uimg exists
b) the boot.scr.uimg downloaded fully

@elkhunter
Copy link
Author

I see boot.scr.uimg under both /boot/ and /tmp/root/boot/

@elkhunter
Copy link
Author

I finally got it installed. I manually ran the vbutil_kernel command from /tmp/root/boot/ and added the --bootloader boot.scr.uimg parameter, then ran the dd.

The other issue I ran into was after boot I couldn't login as root so I had to re-boot from usb and manually edit the passwd file on the emmc.

Now to figure out how to get arch/systemd to work with a hidden ssid...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants