<?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=Castlec</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=Castlec"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Castlec"/>
	<updated>2026-05-11T05:33:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=MD_Usplash&amp;diff=22660</id>
		<title>MD Usplash</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=MD_Usplash&amp;diff=22660"/>
		<updated>2010-03-18T03:36:19Z</updated>

		<summary type="html">&lt;p&gt;Castlec: /* Procedure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Booting up our cores, we always had the usplash from Kubuntu. However, when an MD or Media Director boots up&lt;br /&gt;
we always had to look at lines and lines of text. Well those days are over.&lt;br /&gt;
&lt;br /&gt;
See it in action: [http://www.youtube.com/watch?v=sW4AwtD2GG8 MD Action Video]&lt;br /&gt;
&lt;br /&gt;
== Special Thanks ==&lt;br /&gt;
&lt;br /&gt;
This Usplash that we will be using was created by castlec. He handled the graphics, I just put the pieces&lt;br /&gt;
together in resolving how to get usplash to work on the diskless/non-grub booting MD&#039;s.&lt;br /&gt;
Below are the steps I used to make it happen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Procedure ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first part takes place on the booted up Media Director. &lt;br /&gt;
To get to it log into the core via ssh and become root:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Next ssh into the MD you wish to work on:&lt;br /&gt;
&lt;br /&gt;
 ssh moon72  &amp;lt;your number my be different of course&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 cd /usr/lib/usplash&lt;br /&gt;
&lt;br /&gt;
 mv usplash-theme-kubuntu.so usplash-theme-kubuntu.so.orig&lt;br /&gt;
&lt;br /&gt;
 wget http://dataless.jeromenet.org/lmce-stuff/usplash.tar&lt;br /&gt;
&lt;br /&gt;
 tar xvf usplash.tar&lt;br /&gt;
&lt;br /&gt;
 cd /etc/alternatives&lt;br /&gt;
&lt;br /&gt;
 rm usplash-artwork.so&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/lib/usplash/usplash-theme-kubuntu.so /etc/alternatives/usplash-artwork.so&lt;br /&gt;
&lt;br /&gt;
 update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
Find the MAC address of this MD, and write it down, we will need it in the next step:&lt;br /&gt;
&lt;br /&gt;
 ifconfig | grep HWaddr&lt;br /&gt;
&lt;br /&gt;
The second part tkes place on the core as root user.&lt;br /&gt;
&lt;br /&gt;
 cd /tftpboot/pxelinux.cfg&lt;br /&gt;
&lt;br /&gt;
 vi &amp;lt;MAC Address of MD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the kernel append line, it will look like this:&lt;br /&gt;
&lt;br /&gt;
 APPEND initrd=72/initrd.img ramdisk=10240 rw root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/72&lt;br /&gt;
&lt;br /&gt;
Add &amp;quot;quiet&amp;quot; and &amp;quot;splash&amp;quot; to this line so it now looks like below:&lt;br /&gt;
&lt;br /&gt;
 APPEND initrd=72/initrd.img quiet splash ramdisk=10240 rw root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/72&lt;br /&gt;
&lt;br /&gt;
Save the file and reboot. That is all it takes.&lt;br /&gt;
&lt;br /&gt;
Now you can sit back and enjoy your new MD boot screen.&lt;br /&gt;
&lt;br /&gt;
--[[User:Sethj|Sethj]] 04:29, 18 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
I also found that if the usplash init script is moved to later in the process, we get a bit more splash and a bit less text&lt;br /&gt;
  rm /etc/rc2.d/S98usplash &amp;amp;&amp;amp; ln -s /etc/init.d/usplash /etc/rc2.d/S99usplash&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:castlec|castlec]] 11:35, 18 March 2010 (EDT)&lt;/div&gt;</summary>
		<author><name>Castlec</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Community&amp;diff=19490</id>
		<title>Community</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Community&amp;diff=19490"/>
		<updated>2009-06-26T15:34:05Z</updated>

		<summary type="html">&lt;p&gt;Castlec: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Right, having looked at the detail in this post [http://forum.linuxmce.org/index.php?topic=8411.0] i felt its time to see what we are made of as a community, please add your details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GUIDE: copy&#039;n&#039;paste the following lines then append them into the table below (prior to the final line that contains &#039;|}&#039;).  This formatting should make it easier for the &#039;big 5&#039; to work out who can contribute what...&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| Your username&lt;br /&gt;
| Your relevant expertise/experience &lt;br /&gt;
| Your other experience/expertise&lt;br /&gt;
| Your approx time available for the project&lt;br /&gt;
| Your time zone or location&lt;br /&gt;
| Your particular interest area (if any)&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Username&lt;br /&gt;
!Relevant expertise/experience&lt;br /&gt;
!Other Experience/Expertise&lt;br /&gt;
!Time available for the project&lt;br /&gt;
!Time zone or location&lt;br /&gt;
!Particular Interest Area (If any)&lt;br /&gt;
|-&lt;br /&gt;
| Geekyhawkes&lt;br /&gt;
| advanced newbie&lt;br /&gt;
| use to some C+/linux/ubuntu/ html / xml / flash&lt;br /&gt;
| few evenings a week&lt;br /&gt;
| UK GMT&lt;br /&gt;
| User documentation, newbie guides, website design , wiki topics and guides.  Line by line intros to get 810 up and running regardless of user experiance.&lt;br /&gt;
|-&lt;br /&gt;
| tmoore&lt;br /&gt;
| advanced newbie&lt;br /&gt;
| 14 yrs software product management, IT management consulting, marketing, network &amp;amp; systems management, UNIX admin&lt;br /&gt;
| about 3 hrs a week on average&lt;br /&gt;
| GMT-7&lt;br /&gt;
| Product strategy, team management,(non-technical) marketing &amp;amp; communications&lt;br /&gt;
|-&lt;br /&gt;
| qball4&lt;br /&gt;
| regular user&lt;br /&gt;
| HADesigner, graphic design, hardware a/v distribution systems&lt;br /&gt;
| average 20-40 hrs/wk available&lt;br /&gt;
| US CST&lt;br /&gt;
| User Interface, new orbiter platforms&lt;br /&gt;
|-&lt;br /&gt;
| Fastie81&lt;br /&gt;
| advanced newbie&lt;br /&gt;
| work with linux/Red Hat/ubuntu day to day / Project Manager / Systems Administrator / Quick Learner&lt;br /&gt;
| My work load goes up and down so would have few days one week and none another&lt;br /&gt;
| GMT +12 (NZ)&lt;br /&gt;
| User Documentation, guides, wiki guides. I would like to learn some coding. Adding Hardware support ,Devices Templates.&lt;br /&gt;
|-&lt;br /&gt;
| Techstyle&lt;br /&gt;
| Advanced Newbie&lt;br /&gt;
| System builder, Linux newbie, some Wiki writing experience / PMP (Project Management Professional), MBA, Mechanical Engineer, Entrepreneur&lt;br /&gt;
| 1hr per day&lt;br /&gt;
| US central (Milwaukee, WI)&lt;br /&gt;
| Anything structured&lt;br /&gt;
|-&lt;br /&gt;
| nite_man&lt;br /&gt;
| regular user&lt;br /&gt;
| Integrator, consultant, GSD, Ruby, Maemo Orbiter / More then 10 years of software development - Perl, PHP, Linux sysadmin&lt;br /&gt;
| 2-4 hours per day&lt;br /&gt;
| UTC+2:00 Nicosia, Cyprus&lt;br /&gt;
| Admin site, Maemo Orbiter, posting news, blogging, Russian translation&lt;br /&gt;
|-&lt;br /&gt;
| Daballiemo&lt;br /&gt;
| regular user&lt;br /&gt;
| Worked my way through Linux/Ubuntu/Fedora mainly on virtualization / Working within MOD and about 15 years of exp. with &amp;quot;paper&amp;quot; documentation&lt;br /&gt;
| About 3-6 hours a week&lt;br /&gt;
| GMT +1, Amsterdam&lt;br /&gt;
| Virtualization and interfacing (webui, remote, keyboard, touch aso)&lt;br /&gt;
|-&lt;br /&gt;
| SteveC&lt;br /&gt;
| LMCE Newbie but keen to get cracking.&lt;br /&gt;
| Electronics/Software Engr, C/C++ for 15years.&lt;br /&gt;
| Approx 5 hours/week&lt;br /&gt;
| UTC+10:00 Brisbane, Australia&lt;br /&gt;
| Main interests relate to external hardware interfaces eg. Clipsal CBUS lighting, Caddx/Networx Alarm system.&lt;br /&gt;
|-&lt;br /&gt;
| Lemming86_au&lt;br /&gt;
| Advanced Newbie&lt;br /&gt;
| IT Consultant, Network Engineer, Asterisk Admin (No programming experience, yet)&lt;br /&gt;
| 3-5 hours/Week&lt;br /&gt;
| UTC+9:30 Adelaide, Australia&lt;br /&gt;
| Asterisk&lt;br /&gt;
|-&lt;br /&gt;
| castlec&lt;br /&gt;
| LMCE Noob.  Linux regular user/noob&lt;br /&gt;
| Java Dev, C++ trained (University).&lt;br /&gt;
| 3-5 hours/Week&lt;br /&gt;
| UTC-5 Ohio, USA&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Castlec</name></author>
	</entry>
</feed>