Page 1 of 1

Xbox softmod or chip boot to floppy image?

Posted: Sat Oct 15, 2016 12:00 pm
by baggacfreak
Hi,

I have a softmodded and chipped xbox original and was wondering whether it is possible to add a boot entry for a floppy image. I would need this to boot up kolibri os. A small os written in assembler and it fits and boots from a floppy image. www.kolibrios.org is the side where you can download the newest image file. Would be cool to get kolibri os on the xbox!

Thanks for the great work on xbmc4xbox!

Re: Xbox softmod or chip boot to floppy image?

Posted: Sat Oct 15, 2016 10:41 pm
by baggacfreak
http://board.kolibrios.org/viewtopic.php?f=23&t=3271

Is there memdisk available for xbox linux?

Would this config work?

title KolibriOS
kernel /memdisk
initrd /kolibri.img

Re: Xbox softmod or chip boot to floppy image?

Posted: Sun Oct 16, 2016 3:37 pm
by baggacfreak
I installed dsl linux on the hda2 partition and than there is
linuxboot.cfg under /boot. I add the following lines, but it seems to
hang after reading:

title KolibriOS
root (hd0,1)
kernel /boot/memdisk
initrd /boot/kolibri.img
append root=/dev/hda2 init=/etc/init ro video=xbox:640x480 quiet kbd-reset

Image

I do not understand whether the append root is needed?

Re: Xbox softmod or chip boot to floppy image?

Posted: Thu Oct 20, 2016 5:24 am
by professor_jonny
I would say it would need the xbox video patches and stuff like that to work.

Re: Xbox softmod or chip boot to floppy image?

Posted: Thu Oct 20, 2016 8:54 pm
by baggacfreak
I got some information about the patches done to linux. One developer off kolibrios is trying to get the patches into kolibri os. One question though why is the image read and than comes nothing. Is there a way to debug in early stages? Like serial connection which must be soldered onto the xbox mainboard?

Re: Xbox softmod or chip boot to floppy image?

Posted: Mon Oct 24, 2016 10:22 am
by professor_jonny
baggacfreak wrote: Is there a way to debug in early stages? Like serial connection which must be soldered onto the xbox mainboard?
With a developer box or bios you can do it via network cable over neighbourhood the xbox also has an i2c debug port on the lpc headder


Sent from mTalk

Re: Xbox softmod or chip boot to floppy image?

Posted: Sat Nov 12, 2016 11:09 pm
by baggacfreak
Thanks for the information! As development on kolibri os is very slow it will take more time than things move along here, but hopefully some day kolibri os will boot on a xbox classic!