News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Diskless Boot Image

Started by Shiner_Man, April 29, 2007, 11:56:05 PM

Previous topic - Next topic

Shiner_Man

I'm wondering how the diskless boot image is created and where it is stored.  I'm assuming that it's a linux kernel image that is sent to the media director when it boots to the network.  Is this true?

I ask because I am wondering if it's possible to create a custom kernel for the diskless media directors to support specific hardware.

sharlee_angelo

there is a directory, /tftpboot. in this directory you will find an directory called default, where are the initrd image and the kernel.
Read the F****** Logs!!!

darrenmason

Hi,

In the PlutoHome distribution there is built in checks in some of the scripts that enforce the same Kernel version on the Core and the MDs. I am not sure if this has been removed for linuxMCE or not, but it is something to look out for.

You will have to be carefule that setup scripts don't overwrite any settings changes you manually make.

If you just need a couple of config changes to the kernel, I would recommend getting the sources from the linuxMCE repository and changing that and rebuilding, rather than getting a fresh set of kernel sources.

Let us know how you get on.

Regards
Darren

sharlee_angelo

@Shiner_Man
i would recommend, however, to build a custom kernel with patches for supporting specific hardware.
Read the F****** Logs!!!

Shiner_Man

Quote from: darrenmason on May 01, 2007, 02:08:01 AM
In the PlutoHome distribution there is built in checks in some of the scripts that enforce the same Kernel version on the Core and the MDs. I am not sure if this has been removed for linuxMCE or not, but it is something to look out for.

Well I'm not sure if that is the case.  I know the kernel on the core machine has the module I need for the media director (forcedeth).  If the Core must have the same kernel as the MD, then my media director should boot up and load the forcedeth module unless the module is there but it is just not loading for some reason.