<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=79.103.206.179</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=79.103.206.179"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/79.103.206.179"/>
	<updated>2026-04-22T08:40:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Troubleshooting_boot_issues&amp;diff=41242</id>
		<title>Troubleshooting boot issues</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Troubleshooting_boot_issues&amp;diff=41242"/>
		<updated>2008-08-17T23:29:24Z</updated>

		<summary type="html">&lt;p&gt;79.103.206.179: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When trying to debug boot problems, the following (or something simillar) may help you.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need the initfs_flash with a telnet or ssh server installed. I&#039;ll suppose that a telnet server is used:&lt;br /&gt;
&lt;br /&gt;
* Boot Nxx0 and start the telnet/ssh server&lt;br /&gt;
* Connect USB cable to PC&lt;br /&gt;
* In your Linux PC run:&lt;br /&gt;
 modprobe usbnet&lt;br /&gt;
 ifconfig usb0 up&lt;br /&gt;
 ip addr add dev usb0 192.168.10.2/24&lt;br /&gt;
 telnet 192.168.10.1&lt;br /&gt;
(where  192.168.10.1 is the IP address of the Nxx0 device and 192.168.10.2 is an IP address in the same subnet to be used by your PC)&lt;br /&gt;
&lt;br /&gt;
* You&#039;re now connected. Load required modules for accessing your root partition (not all of them are required):&lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/jbd.ko &lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/mbcache.ko &lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/ext2.ko &lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/ext3.ko&lt;br /&gt;
&lt;br /&gt;
* And mount the root partition (suppose it is /dev/mmcblk0p2):&lt;br /&gt;
 mount /dev/mmcblk0p2 /mnt/new_root -t ext3 -o noatime&lt;br /&gt;
&lt;br /&gt;
* Now run:&lt;br /&gt;
 cd /mnt/new_root&lt;br /&gt;
 mount -obind /tmp /mnt/new_root/tmp&lt;br /&gt;
 pivot_root . mnt/initfs&lt;br /&gt;
 &lt;br /&gt;
 export OSSO_VERSION=$(cat /etc/osso_software_version)&lt;br /&gt;
 &lt;br /&gt;
* And you&#039;re ready to manually boot it:&lt;br /&gt;
 cd /etc/init.d&lt;br /&gt;
 ./rcS&lt;br /&gt;
 ./rc 2&lt;br /&gt;
&lt;br /&gt;
This will do the whole bootup procedure (not exactly, but the interresting part) and you&#039;ll be able to watch all bootup messages.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget that the watchdog will reboot the machine after a some time.&lt;/div&gt;</summary>
		<author><name>79.103.206.179</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Troubleshooting_boot_issues&amp;diff=41243</id>
		<title>Troubleshooting boot issues</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Troubleshooting_boot_issues&amp;diff=41243"/>
		<updated>2008-08-17T23:15:55Z</updated>

		<summary type="html">&lt;p&gt;79.103.206.179: New page: When trying to debug boot problems, the following (or something simillar) may help you.  You&amp;#039;ll need the initfs_flash with a telnet or ssh server installed. I&amp;#039;ll suppose that a telnet serv...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When trying to debug boot problems, the following (or something simillar) may help you.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need the initfs_flash with a telnet or ssh server installed. I&#039;ll suppose that a telnet server is used:&lt;br /&gt;
&lt;br /&gt;
* Boot Nxx0 and start the telnet/ssh server&lt;br /&gt;
* Connect USB cable to PC&lt;br /&gt;
* Run:&lt;br /&gt;
 modprobe usbnet&lt;br /&gt;
 ifconfig usb0 up&lt;br /&gt;
 ip addr add dev usb0 192.168.10.2/24&lt;br /&gt;
 telnet 192.168.10.1&lt;br /&gt;
&lt;br /&gt;
* You&#039;re now connected. Load required modules for accessing your root partition:&lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/jbd.ko &lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/mbcache.ko &lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/ext2.ko &lt;br /&gt;
 insmod /lib/modules/2.6.21-omap1/ext3.ko&lt;br /&gt;
&lt;br /&gt;
* And mount the root partition:&lt;br /&gt;
 mount /dev/mmcblk0p2 /mnt/new_root -t ext3 -o noatime&lt;br /&gt;
&lt;br /&gt;
* Now run:&lt;br /&gt;
 cd /mnt/new_root&lt;br /&gt;
 mount -obind /tmp /mnt/new_root/tmp&lt;br /&gt;
 pivot_root . mnt/initfs&lt;br /&gt;
 &lt;br /&gt;
 export OSSO_VERSION=$(cat /etc/osso_software_version)&lt;br /&gt;
 &lt;br /&gt;
* And you&#039;re ready to manually boot it:&lt;br /&gt;
 cd /etc/init.d&lt;br /&gt;
 ./rcS&lt;br /&gt;
 ./rc 2&lt;br /&gt;
&lt;br /&gt;
This will do the whole bootup procedure (not exactly, but the interresting part) and you&#039;ll be able to watch all bootup messages.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget that the watchdog will reboot the machine after a some time.&lt;/div&gt;</summary>
		<author><name>79.103.206.179</name></author>
	</entry>
</feed>