Meego Wiki
Views

ARM/N900/Install/Dual Boot

From MeeGo wiki
< ARM | N900 | Install
Revision as of 08:20, 25 May 2010 by Sage (Talk | contribs)
Jump to: navigation, search

Under construction

Warning: By following these instruction you might cause damage to your N900 device. Make sure that you create a backup of your device before continuing. We do not take any responsibility of the damage that might be caused to your device.

Contents

Dual Boot Fremantle and MeeGo on N900

Prerequisites

  1. Fremantle installed on N900
  2. Kernel with kexec support
  3. kexec-tools
  4. Bootmenu (Optional)
  5. 2G+ micro SD card

Required Fremantle packages

Some additional packages are required to be installed to your Fremantle installation in order to get the dual boot working. This includes kexec-tools, kernel with kexec support and bootmenu.

kexec-tools

kexec-tools can be installed from Fremantle Extras-devel repository (Browse,Install). After installing the repository you can install the package:

apt-get install kexec-tools

Kernel with kexec support

In order to boot MeeGo from your Fremantle installation you need to install a kernel that supports kexec, that can be found from HERE.

Bootmenu (optional)

If you wish to have a boot menu to select either Fremantle or MeeGo during boot you need to install bootmenu to your device (located also in the Extras-devel repository):

apt-get install bootmenu-n900

After installing the bootmenu go to the application menu and click the "Install Bootmenu" icon. If you really want to install the bootmenu type yes to the question.

Now you should have a functional bootmenu on your device. You can try it out by rebooting the device and keeping the keypad slide out during the boot.

Next we need to add a new item to the bootmenu for the MeeGo. Add following lines to /etc/bootmenu.d/meego.ext.item

ITEM_NAME="MeeGo (external SD, parition 1)"
ITEM_ID="meego"
ITEM_DEVICE="${EXT_CARD}p1"
ITEM_MODULES="mbcache jbd ext3"
ITEM_FSTYPE="ext3"
ITEM_FSOPTIONS="noatime,rw"

Install MeeGo

Next we install MeeGo to an external micro SD card (size >= 2G). NOTE: The content of the card will be deleted, so copy all essential data to a safe location before continuing.

Linux

The image can be written with ...

Booting to MeeGo

You can boot to MeeGo with bootmenu (if installed) or with kexec command.

Personal tools