Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

24 bytes added, 12:11, 9 June 2014
Verify the boot partition
Check the boot partition (verify that you've the boot partition mounted in the boot directory)
<pre>
$ mount
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
</pre>
if the microsd card first partition is not mounted (not show the upper message) mount it manually as
<pre>
$ mount /dev/mmcblk0p1 /boot
</pre>
=== Install the kernel package ===