Hello ! There is a "bug" in the /etc/init.d/checkroot.sh script : at boot time, as root fs is ext2, it tries to perform a chkfs, which ask the user (Y/N) about this check... you do not see the message and you can't type anything on an handheld before graphical application !!
So edit this script on your SD card, you will see a section "type", where it tests the file system (ext2/3 or else), instead of setting yes to local variable to do the test, set it to no, then you'll bypass the test and get a clean boot!! Romain Zdenek Kunicky a écrit : > Hello all, > It was my first attempt to install Angstrom on my IPAQ H2210; the goal > is to have LAB installed and run Angstrom from a Kingston SD 512MB card. > Before trying that, I've been running Familiar 0.8.4 so LAB was already > loaded into flash. Here is what I did: > I then reformated the SD with mke2fs, downloaded the newest image > (Angstrom-x11-image-test-20070326-h2200.rootfs.ext2 > <http://www.angstrom-distribution.org/unstable/images/20070325/h2200/Angstrom-x11-image-test-20070326-h2200.rootfs.ext2> > > ) and run dd if=Angstrom-x11-image-test-20070326-h2200.rootfs.ext2 > <http://www.angstrom-distribution.org/unstable/images/20070325/h2200/Angstrom-x11-image-test-20070326-h2200.rootfs.ext2> > > of=/dev/sdc1. I then created the file boot/labrun and put there the > following lines: > > copy fs:/mnt/boot/zImage fs:/zImage > umount /mnt > armboot fs:/zImage "root=/dev/mmcblk0p1" > console=ttyS0,115200n8 > > Finally, I modified etc/fstab so that it reads: > /dev/mmcblk0p1 / ext2 defaults 1 1 > proc /proc proc defaults 0 0 > sys /sys sysfs defaults 0 0 > tmpfs /var tmpfs defaults 0 0 > /dev/hda1 /media/cf auto > defaults,sync,noauto,noatime,exec,suid 0 0 > > When I inserted the SD into my IPAQ, first the LAB picture "invent > freely" shows, then it switches to an Angstrom bootsplash (there's an > Openmoko logo), but after few seconds it freezes from an unknown reason. > When I watch the serial console, the last messages read: > > >> Booting now. > >> Looking for filesystems... > >> Trying "/dev/mmcblk0p1"... ok. > >> Executing labrun... Copying [fs:/mnt/boot/zImage] to [fs:/zImage] ... > ARMBooting NOW: Cmdline root=/dev/mmcblk0p1 > > armboot: Placing new kernel into temporary RAM... > > armboot: Booting new kernel... > > BOOT:Uncompressing > Linux.......................................................................................... > > done, booting the kernel. > > Here it stops/freezes. Did I forget something? Or at least is it > possible to disable the "Openmoko" splash so that I can see on the > screen why the things go wrong? > Thank you, any help will be appreciated. Kind regards, Zdenek Kunicky > > _______________________________________________ > Angstrom-distro-users mailing list > Angstrom-distro-users@linuxtogo.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users > > _______________________________________________ Angstrom-distro-users mailing list Angstrom-distro-users@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users