Changes

IGEPv2 Ubuntu Distro flash

991 bytes added, 16:18, 9 June 2014
Boot from Flash
</pre>
== Boot from Flash (first time) ==Unplug the power cord and eject the microsd card then plug the power cord again .During the reboot process the console will show you this message: <pre>The disk drive for /boot is not ready yet or not present.Continue to wait, or Press S to skip mounting or M for manual recovery</pre>We will skip the /boot mount at this time (press 's') and the boot process will continue showing:<pre>Skipping /boot at user requestmodprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory  * Loading cpufreq kernel modules... [ OK ] * CPU0... [ OK ] * CPUFreq Utilities: Setting ondemand CPUFreq governor... Ubuntu 12.04.4 LTS igep00x0 ttyO2 igep00x0 login:</pre>Use the same root password ("letmein" - is the default) After login edit the file:/etc/fstab and you should see a similar result like change thisline:<pre>LABEL="boot" /boot vfat defaults 0 0</pre>to<pre>LABEL="boot" /boot jffs2 defaults 0 0</pre>