Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-15 Thread Greg Dekoenigsberg
On Wed, 15 Apr 2009, Sameer Verma wrote: > On Wed, Apr 15, 2009 at 2:41 AM, Martin Langhoff > wrote: >> On Wed, Apr 15, 2009 at 11:08 AM, Peter Robinson >> wrote: >>> What would it take to move the next XS Server release to either F10 or >>> F11 as F9 will be EOL as soon as F11 comes out in a

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-15 Thread Greg Dekoenigsberg
On Wed, 15 Apr 2009, Martin Langhoff wrote: On Wed, Apr 15, 2009 at 6:01 PM, Greg Dekoenigsberg wrote: Choose CentOS.  The workflow for managing development atop Centos and Fedora are essentially the same. That's the plan for the XS (I'm sure gregdek knows it, but it's good to broadcast the

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-15 Thread Sameer Verma
On Wed, Apr 15, 2009 at 2:41 AM, Martin Langhoff wrote: > On Wed, Apr 15, 2009 at 11:08 AM, Peter Robinson wrote: >> What would it take to move the next XS Server release to either F10 or >> F11 as F9 will be EOL as soon as F11 comes out in a month or so (one >> month after F11 is out F9 will be

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-14 Thread Jerry Vonau
On Tue, 2009-04-14 at 20:45 +0200, Martin Langhoff wrote: > On Tue, Apr 14, 2009 at 2:24 PM, Martin Langhoff > wrote: > > If I replace the kernel with an OLPC kernel, at least it tries to open > > mmcblk0p1 -- and fails, because the drivers we need are built as > > modules. > > > > Have you had an

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-14 Thread Martin Langhoff
On Tue, Apr 14, 2009 at 2:24 PM, Martin Langhoff wrote: > If I replace the kernel with an OLPC kernel, at least it tries to open > mmcblk0p1 -- and fails, because the drivers we need are built as > modules. > > Have you had any success? Using dsd's XO-alt-distro scripts we can get a kernel build

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-14 Thread Martin Langhoff
On Tue, Apr 14, 2009 at 9:26 AM, Martin Langhoff wrote: > I just tried a variation on that, and it didn't work. It does load > sdhci and mmc_block now, but it still fails. There's something else at > play... If I replace the kernel with an OLPC kernel, at least it tries to open mmcblk0p1 -- and f

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-14 Thread Martin Langhoff
On Mon, Apr 13, 2009 at 5:01 PM, Jerry Vonau wrote: > So far I have added to %post: > > cat > /etc/sysconfig/mkinitrd << EOF > MODULES="sdhci mmc_block" > EOF I just tried a variation on that, and it didn't work. It does load sdhci and mmc_block now, but it still fails. There's something else at

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-13 Thread Jerry Vonau
On Mon, 2009-04-13 at 08:26 -0500, Jerry Vonau wrote: > On Mon, 2009-04-13 at 14:44 +0200, Alexander Boström wrote: > > Maybe something is missing from the initrd. The process of creating it > > is a bit of a mystery to me, but making sure /dev/root is set up right > > before generating the initr

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-13 Thread Jerry Vonau
On Mon, 2009-04-13 at 14:44 +0200, Alexander Boström wrote: > Maybe something is missing from the initrd. The process of creating it > is a bit of a mystery to me, but making sure /dev/root is set up right > before generating the initrd seems to work. Try this: > The initrd is missing the module

Re: [Server-devel] Debugging booting problems with F9 on SD card...

2009-04-13 Thread Jerry Vonau
I can download the image, or at least the initrd.img, from where? Jerry On Mon, 2009-04-13 at 12:29 +0200, Martin Langhoff wrote: > On the mission of getting a XS image running on the XO, I have abused > imagecreator (part of livecdtools) to create an ext3 image based on > the XS ISO we distribu