View Single Post
Posts: 52 | Thanked: 17 times | Joined on Jun 2010 @ United Kingdom....for now.
#428
Originally Posted by dj_steve View Post
good job we have multiboot then it dynamicly flashes req1uird kernel f-oreach os so with correct setup having a kernel for fedora and one for nitdroid is easy enough
Hey Steve

Ok, I've managed to get multiboot to boot my power kernel, but it won't boot my fedora install. Do I need to put the Fiasco image of my kernel somewhere where multiboot will see it?

My Fedora.item looks like:
Code:
ITEM_ID="fedora"
ITEM_NAME="Fedora 12 on SD p4"
ITEM_KERNEL=2.6.28-framebuffer1
ITEM_MODULES=ext3 mbcache jbd
ITEM_DEVICE=${EXT_CARD}p4
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=noatime,rw
When multiboot starts and I select Fedor it just returns to the main menu.

Thanks!