Meego Wiki
Views

MeeGo 1.0 Netbook VirtualBox

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
== Installation ==
 +
'''Installation steps:'''
'''Installation steps:'''
#Download [http://download3.meego.com/meego-netbook-chromium-ia32-1.0-20100524.1.img MeeGo v1.0 for netbooks] image and change its extension (simple rename) to ISO.
#Download [http://download3.meego.com/meego-netbook-chromium-ia32-1.0-20100524.1.img MeeGo v1.0 for netbooks] image and change its extension (simple rename) to ISO.
Line 27: Line 29:
[[File:Meego-x11-twm-virtualbox.png]]
[[File:Meego-x11-twm-virtualbox.png]]
-
'''TODO:'''
+
== Installing VirtualBox guest additions ==
-
*Intalling VirtualBox guest additions.
+
 
-
*Getting real UX to run.
+
#Install dependencies: <pre>sudo yum install kernel-headers kernel-devel gcc make patch kernel-netbook-devel</pre>
 +
#Download (for example with wget) [http://linux.dell.com/dkms/permalink/dkms-2.1.1.2-1.noarch.rpm DKMS] and install it by issuing <pre>sudo rpm -ivh dkms-2.1.1.2-1.noarch.rpm</pre>
 +
#Set <tt>KERN_DIR</tt>: <pre>export KERN_DIR=/usr/src/kernels/2.6.33.3-11.1-netbook</pre>
 +
#Mount CD-drive and build guest additions: <pre>sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run</pre>

Revision as of 12:40, 1 June 2010

Installation

Installation steps:

  1. Download MeeGo v1.0 for netbooks image and change its extension (simple rename) to ISO.
  2. Create VirtualBox virtual machine
    • Select virtual machine type Linux/Fedora.
    • Create 8 GB virtual hard drive.
    • Enable PAE.
    • Enable 3D acceleration.
    • Set CD-image to the downloaded MeeGo image.
  3. Boot the virtual machine for the first time. Choose Installation only from the boot menu.
  4. Follow the installation wizard and install MeeGo to the virtual hard drive.
  5. After you are back in the boot menu, turn off the virtual machine.
  6. Set virtual machines CD-image to Empty.
  7. Boot your MeeGo system for the second time.

MeeGo does not seem to go anywhere except showing background image. It is however possible to get X11 with TWM running easily. This is enough for development work.

Workaround:

  1. Press ESC when the boot begins in order to get into GRUB boot menu.
  2. Press TAB in order to edit boot line.
  3. Remove quiet from boot line and then boot.
  4. After boot is complete, press ALT-F1 in order to get into console and login without your user account.
  5. Type sudo telinit 3 to disable autospawning of the UX.
  6. Type sudo startx to start X11 with TWM :)

Result:

Meego-x11-twm-virtualbox.png

Installing VirtualBox guest additions

  1. Install dependencies:
    sudo yum install kernel-headers kernel-devel gcc make patch kernel-netbook-devel
  2. Download (for example with wget) DKMS and install it by issuing
    sudo rpm -ivh dkms-2.1.1.2-1.noarch.rpm
  3. Set KERN_DIR:
    export KERN_DIR=/usr/src/kernels/2.6.33.3-11.1-netbook
  4. Mount CD-drive and build guest additions:
    sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run
Personal tools