Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

111 bytes added, 11:23, 9 June 2014
no edit summary
When the system boot (for a first time) you will see this error related to the kernel modules:
<br>
modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory<br><br>modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory<br><br>This is normal due we didn't install the kernel yet ...
modprobelogin using the serial console: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory<brpre><br>modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.depusername: No such file or directory<br><br>This is normal due we didn't install the kernel yet ...root
password: letmein
</pre>
Verify the boot partition
After the first boot you should install some packages included into the /root/packages directory like wifi/bt firmware, the kernel and other packages ...
$ mount
<span style="color: rgb(255, 0, 0);">/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)</span>
if the microsd card first partition is not mounted (not show the upper message) mount it manually as
$ mount /dev/mmcblk0p1 /boot