Re: Presenting the X1Boot Manager!
Posted: Wed May 26, 2021 3:18 pm
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?f=35&t=4672
Here is folder x1boot/boot
That looks fine from here. This isn't mentioned but to load from AmigaBoot and indeed CFE the kernel size is limited to around 15MB or so like the old UBoot. It's only a FFS limitation AFAIK because you can load 30MB off FAT. But for some reason the FFS driver in CFE is crippled. In any case CFE also uses slow PIO mode so it's best squash it down.
Hi Peter,
Hi Christian
Wow cool. You've really set it all up. Hope they all boot!
Okay I managed to boot it directly from CFE. But there is a problem when AmigaBoot loads in. Which looks exactly like your first screen posted. This is rather unfortunate. I'm not sure if CFE can be reached to run commands like UBoot can. But the loader could read in files directly in future as a possibility.I do not think the file size is the problem here. 5.11 is 13909392 m.
Something is wrong there. I managed to boot a kernel from my X1Boot volume. I only got stuck when I forgot the -fs option. Then it worked.No matter if I use a dir command or a boot command I get errors like this :
Excellent. If you have any archives handy it may just be easier to install from those. Since you can select a bunch at once as well. With default settings it will look for zImage first and fall back to vmlinux. It''s a good idea in any case as you will need the modules installed. It will skip if modules are installed already.After writing this I created a menu in x1boot with a zimage file and went to the amigaboot menu. here I chose my new menu item with zimage and to my surprise booted Feinix.
So linux start with a zimage kernel but not with a normal kernel.