<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rdmustang</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rdmustang"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Rdmustang"/>
	<updated>2026-07-21T20:46:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15273</id>
		<title>Create RAID in LMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15273"/>
		<updated>2008-08-16T03:28:12Z</updated>

		<summary type="html">&lt;p&gt;Rdmustang: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
RAID (&amp;lt;b&amp;gt;R&amp;lt;/b&amp;gt;edundant &amp;lt;b&amp;gt;A&amp;lt;/b&amp;gt;rray of &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;ndependent &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;rives) refers to a data storage scheme which has as a benefit increase of the data integrity, fault-tolerance, throughput and/or capacity&lt;br /&gt;
There are 3 standard RAID levels which can be used in LMCE, to define RAIDS:&lt;br /&gt;
=== RAID 0 ===&lt;br /&gt;
* Striped Set (2 disk minimum) without parity&lt;br /&gt;
* provides improved performance &lt;br /&gt;
* additional storage &lt;br /&gt;
* no fault tolerance from disk errors or disk failure. Any disk failure destroys the array, which becomes more likely with more disks in the array&lt;br /&gt;
=== RAID 1 ===&lt;br /&gt;
* Mirrored Set (2 disks minimum) without parity. &lt;br /&gt;
* Provides fault tolerance from disk errors and single disk failure. &lt;br /&gt;
* Increased read performance occurs when using a multi-threaded operating system that supports split seeks, very small performance reduction when writing. &lt;br /&gt;
* A drive has its data duplicated on another different drive. If either drive fails, the other continues to function as a single drive until the failed drive is replaced. &lt;br /&gt;
Conceptually simple, RAID 1 is popular for those who require fault tolerance and don&#039;t need top-notch read performance.&lt;br /&gt;
=== RAID 5 ===&lt;br /&gt;
* Striped Set (3 disk minimum) with Distributed Parity&lt;br /&gt;
* Distributed parity requires all but one drive to be present to operate&lt;br /&gt;
* drive failure requires replacement, but the array is not destroyed by a single drive failure. &lt;br /&gt;
* Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. &lt;br /&gt;
* The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive&lt;br /&gt;
== Creating RAID ==&lt;br /&gt;
# Go to LMCE&#039;s admin web page at Advanced-&amp;gt;Configuration-&amp;gt;RAID section. &lt;br /&gt;
## Specify the computer that should hold the RAID in the &amp;lt;i&amp;gt;Parent&amp;lt;/i&amp;gt; section. &lt;br /&gt;
## Give a &amp;lt;i&amp;gt;Description&amp;lt;/i&amp;gt; to the Raid you’re creating. &lt;br /&gt;
## Choose the type of RAID, according to what you need to do. &lt;br /&gt;
## Check the &amp;lt;i&amp;gt;Use automatically&amp;lt;/i&amp;gt; box, if you want your data to be stored automatically using this RAID. &lt;br /&gt;
## Choose what kind of data structure you want for this RAID. Then click on the &amp;lt;i&amp;gt;Add&amp;lt;/i&amp;gt; button to save your settings.&amp;lt;/p&amp;gt;&lt;br /&gt;
# Choose the disk drives you want to include in the RAID, by selecting the available ones from the drive list. The list contains only the disks that there are not used. Also you have the option to add spare disks.&lt;br /&gt;
# When you have finished adding your disks, press the ‘Create RAID array’ button, to re-write your data in the desired pattern. You will see your RAID created in the list and you will be able to access the advanced configuration page, to add new drives, or to delete it.&lt;br /&gt;
 Note: This is a totally software RAID, you don’t need to activate the RAID in your BIOS.&lt;br /&gt;
[[Category: Tutorials]][[Category: Storage]]&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
#If the array keeps coming back as failed, try stopping non-existant RAID devices:&lt;br /&gt;
## sudo mdadm --stop /dev/md0&lt;br /&gt;
## sudo mdadm --stop /dev/md1&lt;br /&gt;
#If you continue having problems then try ssh&#039;ing in, delete any partitions using fdisk, reboot and try again.&lt;/div&gt;</summary>
		<author><name>Rdmustang</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15272</id>
		<title>Create RAID in LMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15272"/>
		<updated>2008-08-16T03:27:36Z</updated>

		<summary type="html">&lt;p&gt;Rdmustang: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
RAID (&amp;lt;b&amp;gt;R&amp;lt;/b&amp;gt;edundant &amp;lt;b&amp;gt;A&amp;lt;/b&amp;gt;rray of &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;ndependent &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;rives) refers to a data storage scheme which has as a benefit increase of the data integrity, fault-tolerance, throughput and/or capacity&lt;br /&gt;
There are 3 standard RAID levels which can be used in LMCE, to define RAIDS:&lt;br /&gt;
=== RAID 0 ===&lt;br /&gt;
* Striped Set (2 disk minimum) without parity&lt;br /&gt;
* provides improved performance &lt;br /&gt;
* additional storage &lt;br /&gt;
* no fault tolerance from disk errors or disk failure. Any disk failure destroys the array, which becomes more likely with more disks in the array&lt;br /&gt;
=== RAID 1 ===&lt;br /&gt;
* Mirrored Set (2 disks minimum) without parity. &lt;br /&gt;
* Provides fault tolerance from disk errors and single disk failure. &lt;br /&gt;
* Increased read performance occurs when using a multi-threaded operating system that supports split seeks, very small performance reduction when writing. &lt;br /&gt;
* A drive has its data duplicated on another different drive. If either drive fails, the other continues to function as a single drive until the failed drive is replaced. &lt;br /&gt;
Conceptually simple, RAID 1 is popular for those who require fault tolerance and don&#039;t need top-notch read performance.&lt;br /&gt;
=== RAID 5 ===&lt;br /&gt;
* Striped Set (3 disk minimum) with Distributed Parity&lt;br /&gt;
* Distributed parity requires all but one drive to be present to operate&lt;br /&gt;
* drive failure requires replacement, but the array is not destroyed by a single drive failure. &lt;br /&gt;
* Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. &lt;br /&gt;
* The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive&lt;br /&gt;
== Creating RAID ==&lt;br /&gt;
# Go to LMCE&#039;s admin web page at Advanced-&amp;gt;Configuration-&amp;gt;RAID section. &lt;br /&gt;
## Specify the computer that should hold the RAID in the &amp;lt;i&amp;gt;Parent&amp;lt;/i&amp;gt; section. &lt;br /&gt;
## Give a &amp;lt;i&amp;gt;Description&amp;lt;/i&amp;gt; to the Raid you’re creating. &lt;br /&gt;
## Choose the type of RAID, according to what you need to do. &lt;br /&gt;
## Check the &amp;lt;i&amp;gt;Use automatically&amp;lt;/i&amp;gt; box, if you want your data to be stored automatically using this RAID. &lt;br /&gt;
## Choose what kind of data structure you want for this RAID. Then click on the &amp;lt;i&amp;gt;Add&amp;lt;/i&amp;gt; button to save your settings.&amp;lt;/p&amp;gt;&lt;br /&gt;
# Choose the disk drives you want to include in the RAID, by selecting the available ones from the drive list. The list contains only the disks that there are not used. Also you have the option to add spare disks.&lt;br /&gt;
# When you have finished adding your disks, press the ‘Create RAID array’ button, to re-write your data in the desired pattern. You will see your RAID created in the list and you will be able to access the advanced configuration page, to add new drives, or to delete it.&lt;br /&gt;
 Note: This is a totally software RAID, you don’t need to activate the RAID in your BIOS.&lt;br /&gt;
[[Category: Tutorials]][[Category: Storage]]&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
#If the array keeps coming back as failed, try stopping non-existant RAID devices:&lt;br /&gt;
## sudo mdadm --stop /dev/md0&lt;br /&gt;
## sudo mdadm --stop /dev/md1&lt;br /&gt;
#You may also have to ssh in and delete any existing partitions manually using fdisk.&lt;/div&gt;</summary>
		<author><name>Rdmustang</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15271</id>
		<title>Create RAID in LMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15271"/>
		<updated>2008-08-16T03:27:17Z</updated>

		<summary type="html">&lt;p&gt;Rdmustang: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
RAID (&amp;lt;b&amp;gt;R&amp;lt;/b&amp;gt;edundant &amp;lt;b&amp;gt;A&amp;lt;/b&amp;gt;rray of &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;ndependent &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;rives) refers to a data storage scheme which has as a benefit increase of the data integrity, fault-tolerance, throughput and/or capacity&lt;br /&gt;
There are 3 standard RAID levels which can be used in LMCE, to define RAIDS:&lt;br /&gt;
=== RAID 0 ===&lt;br /&gt;
* Striped Set (2 disk minimum) without parity&lt;br /&gt;
* provides improved performance &lt;br /&gt;
* additional storage &lt;br /&gt;
* no fault tolerance from disk errors or disk failure. Any disk failure destroys the array, which becomes more likely with more disks in the array&lt;br /&gt;
=== RAID 1 ===&lt;br /&gt;
* Mirrored Set (2 disks minimum) without parity. &lt;br /&gt;
* Provides fault tolerance from disk errors and single disk failure. &lt;br /&gt;
* Increased read performance occurs when using a multi-threaded operating system that supports split seeks, very small performance reduction when writing. &lt;br /&gt;
* A drive has its data duplicated on another different drive. If either drive fails, the other continues to function as a single drive until the failed drive is replaced. &lt;br /&gt;
Conceptually simple, RAID 1 is popular for those who require fault tolerance and don&#039;t need top-notch read performance.&lt;br /&gt;
=== RAID 5 ===&lt;br /&gt;
* Striped Set (3 disk minimum) with Distributed Parity&lt;br /&gt;
* Distributed parity requires all but one drive to be present to operate&lt;br /&gt;
* drive failure requires replacement, but the array is not destroyed by a single drive failure. &lt;br /&gt;
* Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. &lt;br /&gt;
* The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive&lt;br /&gt;
== Creating RAID ==&lt;br /&gt;
# Go to LMCE&#039;s admin web page at Advanced-&amp;gt;Configuration-&amp;gt;RAID section. &lt;br /&gt;
## Specify the computer that should hold the RAID in the &amp;lt;i&amp;gt;Parent&amp;lt;/i&amp;gt; section. &lt;br /&gt;
## Give a &amp;lt;i&amp;gt;Description&amp;lt;/i&amp;gt; to the Raid you’re creating. &lt;br /&gt;
## Choose the type of RAID, according to what you need to do. &lt;br /&gt;
## Check the &amp;lt;i&amp;gt;Use automatically&amp;lt;/i&amp;gt; box, if you want your data to be stored automatically using this RAID. &lt;br /&gt;
## Choose what kind of data structure you want for this RAID. Then click on the &amp;lt;i&amp;gt;Add&amp;lt;/i&amp;gt; button to save your settings.&amp;lt;/p&amp;gt;&lt;br /&gt;
# Choose the disk drives you want to include in the RAID, by selecting the available ones from the drive list. The list contains only the disks that there are not used. Also you have the option to add spare disks.&lt;br /&gt;
# When you have finished adding your disks, press the ‘Create RAID array’ button, to re-write your data in the desired pattern. You will see your RAID created in the list and you will be able to access the advanced configuration page, to add new drives, or to delete it.&lt;br /&gt;
 Note: This is a totally software RAID, you don’t need to activate the RAID in your BIOS.&lt;br /&gt;
[[Category: Tutorials]][[Category: Storage]]&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
If the array keeps coming back as failed, try stopping non-existant RAID devices:&lt;br /&gt;
# sudo mdadm --stop /dev/md0&lt;br /&gt;
# sudo mdadm --stop /dev/md1&lt;br /&gt;
You may also have to ssh in and delete any existing partitions manually using fdisk.&lt;/div&gt;</summary>
		<author><name>Rdmustang</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15270</id>
		<title>Create RAID in LMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Create_RAID_in_LMCE&amp;diff=15270"/>
		<updated>2008-08-16T03:26:41Z</updated>

		<summary type="html">&lt;p&gt;Rdmustang: /* Creating RAID */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
RAID (&amp;lt;b&amp;gt;R&amp;lt;/b&amp;gt;edundant &amp;lt;b&amp;gt;A&amp;lt;/b&amp;gt;rray of &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;ndependent &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;rives) refers to a data storage scheme which has as a benefit increase of the data integrity, fault-tolerance, throughput and/or capacity&lt;br /&gt;
There are 3 standard RAID levels which can be used in LMCE, to define RAIDS:&lt;br /&gt;
=== RAID 0 ===&lt;br /&gt;
* Striped Set (2 disk minimum) without parity&lt;br /&gt;
* provides improved performance &lt;br /&gt;
* additional storage &lt;br /&gt;
* no fault tolerance from disk errors or disk failure. Any disk failure destroys the array, which becomes more likely with more disks in the array&lt;br /&gt;
=== RAID 1 ===&lt;br /&gt;
* Mirrored Set (2 disks minimum) without parity. &lt;br /&gt;
* Provides fault tolerance from disk errors and single disk failure. &lt;br /&gt;
* Increased read performance occurs when using a multi-threaded operating system that supports split seeks, very small performance reduction when writing. &lt;br /&gt;
* A drive has its data duplicated on another different drive. If either drive fails, the other continues to function as a single drive until the failed drive is replaced. &lt;br /&gt;
Conceptually simple, RAID 1 is popular for those who require fault tolerance and don&#039;t need top-notch read performance.&lt;br /&gt;
=== RAID 5 ===&lt;br /&gt;
* Striped Set (3 disk minimum) with Distributed Parity&lt;br /&gt;
* Distributed parity requires all but one drive to be present to operate&lt;br /&gt;
* drive failure requires replacement, but the array is not destroyed by a single drive failure. &lt;br /&gt;
* Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. &lt;br /&gt;
* The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive&lt;br /&gt;
== Creating RAID ==&lt;br /&gt;
# Go to LMCE&#039;s admin web page at Advanced-&amp;gt;Configuration-&amp;gt;RAID section. &lt;br /&gt;
## Specify the computer that should hold the RAID in the &amp;lt;i&amp;gt;Parent&amp;lt;/i&amp;gt; section. &lt;br /&gt;
## Give a &amp;lt;i&amp;gt;Description&amp;lt;/i&amp;gt; to the Raid you’re creating. &lt;br /&gt;
## Choose the type of RAID, according to what you need to do. &lt;br /&gt;
## Check the &amp;lt;i&amp;gt;Use automatically&amp;lt;/i&amp;gt; box, if you want your data to be stored automatically using this RAID. &lt;br /&gt;
## Choose what kind of data structure you want for this RAID. Then click on the &amp;lt;i&amp;gt;Add&amp;lt;/i&amp;gt; button to save your settings.&amp;lt;/p&amp;gt;&lt;br /&gt;
# Choose the disk drives you want to include in the RAID, by selecting the available ones from the drive list. The list contains only the disks that there are not used. Also you have the option to add spare disks.&lt;br /&gt;
# When you have finished adding your disks, press the ‘Create RAID array’ button, to re-write your data in the desired pattern. You will see your RAID created in the list and you will be able to access the advanced configuration page, to add new drives, or to delete it.&lt;br /&gt;
 Note: This is a totally software RAID, you don’t need to activate the RAID in your BIOS.&lt;br /&gt;
[[Category: Tutorials]][[Category: Storage]]&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
If the array keeps coming back as failed, try stopping non-existant RAID devices:&lt;br /&gt;
# sudo mdadm --stop /dev/md0&lt;br /&gt;
# sudo mdadm --stop /dev/md1&lt;/div&gt;</summary>
		<author><name>Rdmustang</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Automatic_diskless_boot_of_media_directors&amp;diff=14650</id>
		<title>Automatic diskless boot of media directors</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Automatic_diskless_boot_of_media_directors&amp;diff=14650"/>
		<updated>2008-07-05T16:53:19Z</updated>

		<summary type="html">&lt;p&gt;Rdmustang: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
[[Category: Networking]]&lt;br /&gt;
[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
 {| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
LinuxMCE allows [[media director]]s to be booted over the network. This means that you can boot up thin clients without hard drives, or systems with other operating systems without affecting what is already on the disk.&lt;br /&gt;
&lt;br /&gt;
==How to set it up==&lt;br /&gt;
===Enable PXE boot===&lt;br /&gt;
This is also known as network boot and can be accessed in your computer&#039;s [http://en.wikipedia.org/wiki/BIOS BIOS]. The exact procedure varies depending on your PC.  Normally you press F2 or DEL right after turning the PC on to enter the BIOS settings.  There is then usually an advanced option to enable this.&lt;br /&gt;
&lt;br /&gt;
===Set the correct boot order===&lt;br /&gt;
You are also going to want to set the boot order in the BIOS so the network boot comes first, and your hard drive second. However most BIOS&#039;s will make you first enable network boot, save your changes, restart the computer, and then enter the BIOS settings a second time to set the boot order. &lt;br /&gt;
&lt;br /&gt;
===Determine your network card&#039;s MAC address===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This step is not needed since version 7.04&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;When network boot is working you should see at bootup the PC&#039;s mac address, and a messages about trying to contact a DHCP server, or trying to find a network boot image.  This will be a new message you didn&#039;t see before and it means network boot is active on the PC.  It will usually try for about 10 seconds to do a network boot image, and then give up and boot off the hard drive.  This is what you want.  When you see the message that it is trying to do the network boot, write down the mac address.&lt;br /&gt;
&lt;br /&gt;
You can also get the mac address in Windows by running IPCONFIG command prompt, or in Linux by typing ifconfig as root from a console or a terminal.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setup the media director in LinuxMCE===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This step is not needed since version 7.04 although the May 7th release of 7.10 appears to require it&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;In LinuxMCE Admin go to &#039;&#039;&#039;Wizard &amp;gt; Devices &amp;gt; Media Directors&#039;&#039;&#039;.  Add the media director if this is a new one, and set the mac address.  The mac address should be a series of six 2 character sequences separated by colons, like this:  1A:00:F2:21:23:9F&lt;br /&gt;
&lt;br /&gt;
Click &#039;update&#039; to save your changes, and then click &#039;Setup Diskless Media Directors&#039;.  Wait for the popup window to finish.  If this is a new media director you just added, go to Wizard, Restart and click &#039;Quick Reload Router&#039; so the Router is aware of this new device.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Boot up from the network===&lt;br /&gt;
Now turn on the PC.  You should see that it gets an IP address and boots into the media director software.  The first time you boot it, it can take up to 30 minutes to boot because it will be installing a lot of the software on the diskless image on the core.&lt;br /&gt;
&lt;br /&gt;
After some time, you will see the avwizard screen where you can choose your UI, resolution and so forth.  After finishing the avwizard, the system will setup your interface and eventually you will be prompted by the setup wizard where you should choose the media center setup and then go through your typical setup for this new MD.&lt;br /&gt;
&lt;br /&gt;
==How to use it==&lt;br /&gt;
If this media director has a hard drive in it that contains another operating system (like Windows or Linux), then from the media director&#039;s on-screen orbiter, or from any other orbiter that is currently controlling that media director, hit the &#039;power&#039; button and choose &#039;restart as windows/linux&#039; to boot up the computer off the hard drive and use it like a normal PC.  Then choose &#039;restart as LinuxMCE&#039; from the orbiter to boot it back again into LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
===PXE-Boot hangs up, looping......===&lt;br /&gt;
&lt;br /&gt;
I have an Asus A7N8X-deluxe board, with two NICs onboard. When I connect one of them the MD tries to  boot via PXE. Everything seems to go its way until the line: filename tftpboot/pxelinux.0 comes up, for about 20 seconds and after this.&lt;br /&gt;
After this, the last block written:&lt;br /&gt;
&lt;br /&gt;
IP-Config eth0 complete (from 192.168.1.23)&lt;br /&gt;
adr: 192.168.80.255  broadcast: 192.168.80.255  netmask: 255.255.255.0&lt;br /&gt;
gateway: 192.168.80.1  dns0: 192.168.80.1 dns1: 0.0.0.0&lt;br /&gt;
rootserver: 192.168.80.1 rootpath: filename tftpboot/pxelinux.0&lt;br /&gt;
&lt;br /&gt;
is repeated about hours in a really fast way.....&lt;br /&gt;
&lt;br /&gt;
====Answer====&lt;br /&gt;
It is switching NICs during the PXE boot. Disable one of the on-board NICs.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Source: http://forum.linuxmce.org/index.php?topic=3521.0&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Diskless Setup Failed===&lt;br /&gt;
&lt;br /&gt;
I have multiple MDs which all give a Diskless Setup Failed after announcing themselves to the CORE.  &lt;br /&gt;
&lt;br /&gt;
====Answer====&lt;br /&gt;
Log into the Web Interface on the CORE, change to the devices view and open up the options for the new MD.  Under Device Data check to make sure that the field Architecture is correct.  On mine it shows amd64 but all my MDs are actually Intel chipsets.  I manually enter i386 and hit save.  Then reboot the MD and it will finish setting itself up correctly.&lt;br /&gt;
&lt;br /&gt;
NOTE: The field labeled Model is not user editable.  If you change the Architecture field, upon reboot the CORE will automatically update the Model field appropriately so do not worry about it being wrong.&lt;br /&gt;
&lt;br /&gt;
==GRUB PXE network boot==&lt;br /&gt;
In some situations, it may be more appropriate to use GNU GRUB bootloader:&lt;br /&gt;
&lt;br /&gt;
#The machine does not support PXE booting directly (no boot-ROM).&lt;br /&gt;
#You can use a GRUB boot menu to decide wheter you want to boot LMCE or the native OS.&lt;br /&gt;
#Booting is a lot faster when you boot the native OS by skipping the network step.&lt;br /&gt;
#GRUB allows for easy adjustments of the boot parameters at boot-time. &lt;br /&gt;
&lt;br /&gt;
This is described in detail at [[GRUB PXE network boot]].&lt;br /&gt;
&lt;br /&gt;
== Reduce boot time ==&lt;br /&gt;
When using diskless boot, all data have to be read over the network connection. This can cause boot up times longer than desirable. To avoid long boot up times, you can tune the NFS mount options of the NFS root. Specifically, the rsize and wsize options. You might do a Internet search for resources on this.&lt;br /&gt;
Another option is to implement suspending of the media director. Also know as standby, suspend or hibernate. This function is not integrated into LinuxMCE (yet), and requires some Linux shell hacking. See the [[Suspend]] article for more information.&lt;br /&gt;
&lt;br /&gt;
==Programmer&#039;s guide==&lt;br /&gt;
The network boot images are contained in /usr/pluto/diskless/[deviceID].  If a network image is corrupted, just delete that directory, and re-run &#039;Setup Diskless Media Directors&#039;.&lt;br /&gt;
&lt;br /&gt;
When the user hits the power button to change which device is booted, the command is sent to &amp;quot;General Info Plugin&amp;quot;, which updates /tftpboot/pxelinux.cfg/01-[mac address].  That file contains a line KERNEL or LOCALBOOT 0, depending on what the user wants to boot.  If it&#039;s LOCALBOOT 0, then when the media director tries to do a network boot the Core will tell it to boot off the hard drive instead.  General Info Plugin then sends the App Server running on that machine a command to reboot.&lt;br /&gt;
&lt;br /&gt;
Since there is both a Linux and Windows version of App Server, if App Server is installed and running on the Windows PC, then LinuxMCE can still reboot it remotely back into the network boot even if it&#039;s running Windows.  Also the Windows App Server utility gives you a tray icon to switch back to network boot.&lt;br /&gt;
&lt;br /&gt;
==Other Network Cards==&lt;br /&gt;
If you get to the remote machine starting the boot process, but then fails with it unable to find eth0, the reason may be because the stock diskless image did not have your network card statically compiled. The linux image building process does allow for additional network modules to be loaded during the boot process. The installer that linuxmce uses builds this image from a base copy of the operating system (ubuntu) that is untar&#039;d during the diskless setup process. It puts this into it&#039;s own directory that serves as a virtual harddrive for your diskless machine. In the /usr/pluto/diskless directory you should have a list of device numbers that correspond to your diskless machines. For example: &#039;45&#039; was the number for my diskless machine. Edit the file /usr/pluto/diskless/###/etc/initramfs-tools/modules and add on your nic&#039;s module. In my case I edit /usr/pluto/diskless/45/etc/initramfs-tools/modules and added sky2. Then run the /usr/pluto/bin/Diskless_InstallKernel.sh script with the device number (directory name) of your diskless machine. In my case &amp;quot;/usr/pluto/bin/Diskless_InstallKernel.sh 45&amp;quot;. This script builds the initrd image and puts it in the proper place (symlinks it actually).&lt;br /&gt;
&lt;br /&gt;
The driver used in my machine was the &#039;sky2&#039; driver for Marvell Gigabit ethernet cards. Other drivers will be located in the /usr/pluto/diskless/xx/lib/modules/2.xxx/kernel/drivers/net/ directory.&lt;/div&gt;</summary>
		<author><name>Rdmustang</name></author>
	</entry>
</feed>