Ubuntu on BeagleBone not booting

Hi
I have just received my first BeagleBone an I am trying to get Linux to run on it. I have been using the uide at: http://elinux.org/BeagleBoardUbuntu#Method_1:_Download_a_Complete_Pre-Configured_Image and did not receive any errors. Two partitions has been created on the SD card and I am able to boot into u-boot. When booting the beaglebone stops when trying to find /boot/uImage on the second partition and it does not seem to exist. I have pasted u-boot output at the end of the mail.
It is the ubuntu-11.10-r7-minimal-armel file I have been using.
Any suggestions on what I have done wrongly, or how I troubleshoot the issue further?

Best regards
Thorbjørn

U-Boot SPL 2011.09-dirty (Apr 11 2012 - 02:15:36)
Texas Instruments Revision detection unimplemented
No AC power, disabling frequency switch
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img

U-Boot 2011.09-dirty (Apr 11 2012 - 02:15:36)

I2C: ready
DRAM: 256 MiB
No daughter card present
NAND: HW ECC Hamming Code selected
nand_get_flash_type: unknown NAND device: Manufacturer ID: 0x10, Chip ID: 0x10
No NAND device found!!!
0 MiB
MMC: OMAP SD/MMC: 0
*** Warning - readenv() failed, using default environment

Net: cpsw
Hit any key to stop autoboot: 0
SD/MMC found on device 0
reading uEnv.txt

799 bytes read
Loaded environment from uEnv.txt
Importing environment from mmc …
Loading file “/boot/uImage” from mmc device 0:2 xxa2
** File not found /boot/uImage
Booting from nand …

no devices available
Wrong Image Format for bootm command
ERROR: can’t get kernel image!

Hi Thorbjørn,

Sorry, but you had the misfortune of running the script and hitting
rcn-ee.net right in the middle of me testing a newer bootloader for
the bone.. I've since reverted to the previous version.. Please rerun
the script again and you'll get the working bootloader.. ( i need to
tweak the setup_sdcard.sh to support the newer bootloader..)

Regards,

Hi Robert
Thanks for the reply. I tried again and everything is working now. Btw vey nice work on the BeagleBoard/BeagleBone Uuntu image, it is extremly usefull.

Best regards
Thorbjørn