Booting genode/nova

w_schmidt at ...181... w_schmidt at ...181...
Sat Jun 21 18:42:38 CEST 2014


HI,

somehow can't read your email offline. Therefore no quotation.

I originally updated both the BIOS and the AMT Firmware of the x201 because 
without the update some of the menus where only shown as not available.
The BIOS version is 1.40 (6QET70WW) (2012-10-11) with embedded controller 
1.15 and Boot agent 1.3.51 / PXE-2.1 089.
The IME BIOS version is 6.1.0.006 / ME 6.2.60.1066

>To sanity check this - you may comment out everything beside 'bender' in 
>the grub menu.ls

Maybe that is the core of the problem. I have no bender in the grub entry.

On the x201 I have ubuntu12.04 with grub2. I tired to use the menu.lst which 
was in var/run/demo/boot/grub/menu.lst, but it hasn't worked. (and as the 
"legacy/classic mode seems to made problems, i decided to create a grub 2 
entry.)

Therefore i created an boot entry for grub2 for genode like :

#!/bin/sh
cat << EOF
menuentry "Genode" {
    insmod ext2
    multiboot /genode/hypervisor iommu serial
...
}
which bootet the genode demo on nova without an error.

The kernel command from grub1 is no longer supported.
So I tried now :
cat << EOF
menuentry "Genode" {
    insmod ext2
    linux /genode/bender
    multiboot /genode/hypervisor iommu serial
...
}

Which results only in "invalid magic number".

Also tried things like "linux /genode/bender root=/dev/sda6" ( i put the 
morbo file in a /genode directory which is on sda6, root is on sda9, boot on 
sda5).

ATM i found no hint how to include bender in grub2. ( i found the 50_genode 
file from you ( 
http://sourceforge.net/p/genode/mailman/genode-main/?viewmonth=201211&page=1 
 )  - also no bender)
Are there files needed at a special place?

Best regards,
Wolfgang

-----Ursprüngliche Nachricht----- 
From: Alexander Boettcher
Sent: Saturday, June 21, 2014 10:57 AM
To: genode-main at lists.sourceforge.net
Subject: Re: Booting genode/nova

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems





_______________________________________________
genode-main mailing list
genode-main at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main 





More information about the users mailing list