BabbageJauntyBetaInstall

Differences between revisions 12 and 13
Revision 12 as of 2009-03-26 11:56:48
Size: 2057
Editor: p5098ed03
Comment:
Revision 13 as of 2009-03-26 17:18:11
Size: 2165
Editor: p5098ed03
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
To work around bug #348504 stop syslogd now with the following command
{{{
sudo /etc/init.d/sysklogd stop
}}}
A work around for bug #348504 was applied to this image at image buildtime to suppress kernel messages in the syslog and kern.log output
Line 31: Line 28:
The install will currently finish with a crash message, you can safely ignore it (this is bug #348660) The installer in this image has a patch applied at image build time to work around bug #348660

If the install has finished, dont click the reboot button, but select "Continue testing"

This page describes how to install a Jaunty beta image to a babbage board.

Preparation

First of all you need to dd the image from http://cdimage.ubuntu.com/custom/20090326-armel+imx51/ to an SD card

sudo dd if=./jaunty-desktop-armel+imx51.img of=/dev/mmcblk0

(assuming your SD card is called /dev/mmcblk0)

Known Issues

Plug the SD card into the SD card slot of your babbage board, you need a USB Key/Disk as target device attached.

Power up your board, it will boot into a live session. Directly after booting open a terminal and kill the gnome-keyring-daemon process to work around bug #328167

pkill -9 gnome-keyring-daemon

A work around for bug #348504 was applied to this image at image buildtime to suppress kernel messages in the syslog and kern.log output

Now just doubleclick the "Install" icon on the desktop and follow the normal install procedure.

Warning /!\ Note that you will likely run into bug #348411 (don't select /dev/mmcblk0 as target device during partitioning)

Warning /!\ Please note down the target device you picked for installation during the partitioning step, you will need that information later !

The installer in this image has a patch applied at image build time to work around bug #348660

If the install has finished, dont click the reboot button, but select "Continue testing"

Finalizing the install

Now you need to make your SD card a boot device (the babbage currently only boots from SD) to achieve this, do the following:

Download the redboot tools package from http://ports.ubuntu.com/ubuntu-ports/pool/universe/r/redboot-tools/ Install this package

sudo dpkg -i /path/to/the/downloaded/package

Find the UUID of your target device now

sudo blkid <device path of the target device you noted down before>

Now use the fconfig tool to set a new bootscript on the SD card you installed from

sudo fconfig -w -d /dev/mmcblk0 -o 0x5F000 -n boot_script_data -x 'fis load initramfs\fis load kernel\e -r 0x1000000 -s 4530483 -c "console=ttymxc0,115200 console=tty1 root=UUID=<the UUID you determined with the former command>"'

BabbageJauntyBetaInstall (last edited 2009-04-18 08:14:45 by serris)