<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-904053622339817599</id><updated>2011-08-15T18:39:20.300-04:00</updated><title type='text'>The IT Sanity</title><subtitle type='html'>IT related personal thoughts and guides</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-5282058541738884304</id><published>2010-07-05T15:33:00.002-04:00</published><updated>2010-07-05T15:38:23.276-04:00</updated><title type='text'>Map and unmap IPC$ with VBscript</title><content type='html'>I assume you know what an IPC$ mapping is for.&lt;br /&gt;&lt;br /&gt;This will create the mapping:&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;dim objNetwork: Set objNetwork = CreateObject("WScript.Network")&lt;br /&gt;    objNetwork.MapNetworkDrive "", "\\ser\IPC$", False, "user", "password"&lt;/blockquote&gt;&lt;br /&gt;And this will remove the mapping:&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;dim objNetwork: Set objNetwork = CreateObject("WScript.Network")&lt;br /&gt;    objNetwork.RemoveNetworkDrive "\\ser\IPC$", True&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-5282058541738884304?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/5282058541738884304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=5282058541738884304' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/5282058541738884304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/5282058541738884304'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/07/map-and-unmap-ipc-with-vbscript.html' title='Map and unmap IPC$ with VBscript'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-8243720358598837642</id><published>2010-03-31T17:37:00.002-04:00</published><updated>2010-03-31T17:49:42.790-04:00</updated><title type='text'>Gnome: Applications that starts on startup that aren't configured</title><content type='html'>There were applications that launched automaticaly when I logon and they weren't in System/preferences/startup applications. So I asked for help and I have been told to look in &lt;span style="font-family: courier new;"&gt;~/.config/autostart&lt;/span&gt; where each file in that location was a launcher for an application at startup. But there was none.&lt;br /&gt;&lt;br /&gt;As root, I did the following command in my home folder:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: courier new;"&gt;grep -R 'rhythmbox' .*&lt;/span&gt; &lt;/blockquote&gt;&lt;br /&gt;Then I found the culprit.. I had three files in the following folder:&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;~/.config/gnome-session/saved-session&lt;/blockquote&gt;&lt;br /&gt;Each of them was a launcher for an application that started. I deleted them and now my problem is solved.&lt;br /&gt;&lt;br /&gt;I believe this is a bug as they were launchers created when I had the "Remember running applications" option enabled and then disabled it. Disabling the option should have deleted the launchers but it didn't. This may be fixed as I'm writing, and I could try to reproduce it but... LAZY&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-8243720358598837642?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/8243720358598837642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=8243720358598837642' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/8243720358598837642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/8243720358598837642'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/gnome-applications-that-starts-on.html' title='Gnome: Applications that starts on startup that aren&apos;t configured'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-8596027186229585646</id><published>2010-03-25T13:03:00.002-04:00</published><updated>2010-03-31T18:03:54.584-04:00</updated><title type='text'>Blue Screen Stop 0x000000EA nv4_disp</title><content type='html'>I had this BSOD on a computer witrh Windows XP and a Asus M2V motherboard.&lt;br /&gt;&lt;br /&gt;A quick search revealed many solutions, most of them leading to disabling some AGP or other graphic card related features on the BIOS. But this motherboard has a BIOS with very few options, so no graphic card reladed options were available.&lt;br /&gt;&lt;br /&gt;I googled further more and found out that there was a BIOS update for the M2V to improve system stability with GeForce 8 series cards.&lt;br /&gt;&lt;br /&gt;I applied the latest update and the BSOD problem was gone.&lt;br /&gt;&lt;br /&gt;I also noticed there was a LOT of updates for this board, most of them about memory compatibility... I guess I wouldn't recommend this board, unless updated!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-8596027186229585646?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/8596027186229585646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=8596027186229585646' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/8596027186229585646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/8596027186229585646'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/blue-screen-stop-0x000000ea-nv4disp.html' title='Blue Screen Stop 0x000000EA nv4_disp'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-1364722543304349806</id><published>2010-03-22T13:53:00.002-04:00</published><updated>2010-03-31T17:56:58.297-04:00</updated><title type='text'>Value 0 in line from paragraph [WinntDirectories] with Key "0"</title><content type='html'>This error happened when I was trying to repair a windows installation using RIS:&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;The following Value in txtsetup.sif is wrong or missing&lt;br /&gt;Value 0 in line from paragraph [WinntDirectories] with Key "0"&lt;/blockquote&gt;Yep, no line number. I looked in google and found nothing! So I started with something simple and yet, it worked. Unbelievable :P&lt;br /&gt;&lt;br /&gt;So, to fix that, using notepad, open the txtsetup.sif located in the i386 folder of the RIS image (&lt;span style="font-family: courier new;"&gt;remoteinstall\setup\[lang]\images\[image name]\i386&lt;/span&gt;) and add the following code to the  [WinntDirectories] section:&lt;br /&gt;&lt;blockquote style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;0  = "\"&lt;/blockquote&gt; So it should look like this:&lt;br /&gt;&lt;blockquote style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;[WinntDirectories]&lt;br /&gt;0  = "\"&lt;br /&gt;1  = "\"  &lt;/blockquote&gt;Save &amp;amp; Close, and there you go. Strange, eh?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-1364722543304349806?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/1364722543304349806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=1364722543304349806' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/1364722543304349806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/1364722543304349806'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/value-0-in-line-from-paragraph.html' title='Value 0 in line from paragraph [WinntDirectories] with Key &quot;0&quot;'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-6676983310803307200</id><published>2010-03-22T12:38:00.003-04:00</published><updated>2010-03-31T17:55:09.024-04:00</updated><title type='text'>Windows XP Recovery Console over PXE</title><content type='html'>What you need:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A working RIS server with a working Windows XP CD Image&lt;/li&gt;&lt;/ul&gt;NOTE: If you use RIS to install Windows XP manually (not unattended) and can already enter the recovery console through the welcome page, then stop here because that exactly what this guide shows. Well, almost. It shows how to use an existing CD Image with unattended setup and add the possibility to also start it without skipping the welcome screen.&lt;br /&gt;&lt;br /&gt;Now that's quite simple, but &lt;a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B316558&amp;amp;x=13&amp;amp;y=11"&gt;MS docs&lt;/a&gt; weren't that obvious... Just put the following code:&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;[data]&lt;br /&gt;floppyless = "1"&lt;br /&gt;msdosinitiated = "1"&lt;br /&gt;OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%"&lt;br /&gt;OriTyp = "4"&lt;br /&gt;LocalSourceOnCD = 1&lt;br /&gt;&lt;br /&gt;[SetupData]&lt;br /&gt;OsLoadOptions = "/noguiboot /fastdetect"&lt;br /&gt;SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"&lt;br /&gt;&lt;br /&gt;[UserData]&lt;br /&gt;FullName = "%USERFULLNAME%"&lt;br /&gt;OrgName = "%ORGNAME%"&lt;br /&gt;ComputerName = %MACHINENAME%&lt;br /&gt;&lt;br /&gt;[RemoteInstall]&lt;br /&gt;Repartition = no&lt;br /&gt;[OSChooser]&lt;br /&gt;Description ="Microsoft Windows XP Professional - Recovery Console"&lt;br /&gt;Help ="Allows user to perform repair operations, without local media, of a Windows Professional installation."&lt;br /&gt;LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"&lt;br /&gt;ImageType =FLAT&lt;br /&gt;Version="5.1 (0)" &lt;/blockquote&gt;In the following file:&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;[Drive letter]:\RemoteInstall\Setup\[Language]\Images\[Windows CD Image]\i386\templates\console.sif&lt;/blockquote&gt;In my case, it was &lt;span style="font-family:courier new;"&gt;E:\RemoteInstall\Setup\French\Images\WINDOWS\i386\templates\console.sif&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now, make sure the i386 folder contains a suitable Windows 2000 driver for your PXE client(s) and restart the RIS server.&lt;br /&gt;&lt;br /&gt;You should now have a new option to select from the RIS menu. You will notice it's the same text based setup as a normal XP Installation, only it won't do anything automatically so you can press R at the welcome screen and enter the Recovery Console.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-6676983310803307200?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/6676983310803307200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=6676983310803307200' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/6676983310803307200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/6676983310803307200'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/windows-xp-recovery-console-over-pxe.html' title='Windows XP Recovery Console over PXE'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-8162216009786483718</id><published>2010-03-18T16:15:00.002-04:00</published><updated>2010-03-19T19:52:31.182-04:00</updated><title type='text'>Gparted over PXE using NFS</title><content type='html'>GParted website already has some docs about booting over PXE but it requires an HTTP server which you may not have or want to set up. Here's an How-to based on NFS, which is often used.&lt;br /&gt;&lt;br /&gt;Make sure you've got an iso of &lt;a href="http://gparted.sourceforge.net/livecd.php"&gt;GParted Live&lt;/a&gt; version 0.5.1-3 or earlier.&lt;br /&gt;&lt;br /&gt;Then, use your favorite software (I use 7zip) to extract its content to a folder on your PXE server tftproot.&lt;br /&gt;&lt;br /&gt;Take the necessary steps to share that folder using NFS (Network File System). If you use Linux, there is plenty of help available for that already. If your server is Windows based, then take a look at &lt;a href="http://www.pixelmagicforum.com/forum/showthread.php?t=1784"&gt;this how to&lt;/a&gt; (&lt;a href="http://www.networkedmediatank.com/showthread.php?tid=1434"&gt;miror&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;Now create an entry in your pxelinux.cfg/default file based on this one:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;LABEL gparted&lt;br /&gt;kernel vmlinuz&lt;br /&gt;append initrd=initrd.img boot=live union=aufs netboot=nfs nfsroot=&lt;nfs&gt;:/PATH/TO/ISO/CONTENT&lt;/code&gt;&lt;/pre&gt;And there you go!&lt;br /&gt;&lt;br /&gt;Loading the entire ISO in a ramdisk also works but I find this dirty and unefficient :P&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-8162216009786483718?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/8162216009786483718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=8162216009786483718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/8162216009786483718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/8162216009786483718'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/gparted-over-pxe-using-nfs.html' title='Gparted over PXE using NFS'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-7290502820209400388</id><published>2010-03-18T16:14:00.003-04:00</published><updated>2010-03-19T19:33:54.814-04:00</updated><title type='text'>Avira Antivir Rescue over PXE</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://toninormanno.altervista.org/wordpress/wp-content/uploads/2009/09/avira-antivir-rescue-system.jpeg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 140px; height: 152px;" src="http://toninormanno.altervista.org/wordpress/wp-content/uploads/2009/09/avira-antivir-rescue-system.jpeg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;What you need:&lt;br /&gt;&lt;ul style="list-style-type: disc;"&gt;&lt;li&gt;A working PXE system with PXELinux&lt;br /&gt;&lt;/li&gt;&lt;li&gt;A linux environment (a live cd will do)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;7zip&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Now, here's what you need to do! Don't worry, those are easy steps. I've included too many rather that not enough, along with comments so you understand each one of them. If all goes well, you'll be done in 15 minutes.&lt;br /&gt;&lt;ol style="list-style-type: decimal;"&gt;&lt;li&gt;Download rescue_system-common-en.exe from Avira website (unless you can download the ISO, in this case download it and go to step 4)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Use 7zip to extract the content of rescue_system-common-en.exe to a temporary folder.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;There should be a large file in ".rsrc\RCDATA". This is an ISO file.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Use 7zip to extract the content of the large file to another temporary folder (rename the file with the ".iso" extention if needed)&lt;br /&gt;&lt;br /&gt;Avira Rescue scans for its scanner files on local devices (such as CD) and copies them to its local filesystem. But with PXE, the only thing available is vmlinuz and initrd.gz. We'll be tweaking the latter to include those files as Avira Rescue does not support NFS (although it does support &lt;span style="font-family:Courier New,Courier,mono;"&gt;wget &lt;/span&gt;but that's another story and needs a web server).&lt;br /&gt;&lt;br /&gt;Now, start your Linux environment and get access to the extracted iso files, where initrd.gz is located. We need to unzip it, resize it so there's space left for updates, mount it, include the needed files in it, unmount it, and zip it back.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Everything should be done as root&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;su&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Unzip initrd&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;gzip -d initrd.gz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Add 50MB of free space to initrd&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;dd if=/dev/zero bs=1M count=50 &gt;&gt; initrd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Check the file to make sure everything's fine and fix anything wrong&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;e2fsck -fp initrd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Make the filesystem included in initrd use the extra space&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;resize2fs initrd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Make a temporary mount location&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;mkdir iso&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Mounts the initrd filesystem to iso&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;mount -o loop initrd iso&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Go into the iso folder and there, make this directory tree (Case sensitive):&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;media/Devices/pxe&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;In the extracted ISO files, there should be a folder named "&lt;span style="font-family:Courier New,Courier,mono;"&gt;Antivir&lt;/span&gt;". Always as root, copy the entire content of this folder to the &lt;span style="font-family:Courier New,Courier,mono;"&gt;pxe &lt;/span&gt;folder you just made.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;In the pxe folder, do the following to&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt; make sure the antivir file locaded in the pxe folder is executable!&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;chmod a+x antivir&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Now leave the iso folder&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Unmount the filesystem&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;umount iso&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;This will tell you the size of initrd. Take note of it.&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;ls -lk initrd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;&lt;/span&gt;Zip the initrd file using maximum compression.&lt;br /&gt;&lt;span style="font-family:Courier New,Courier,mono;"&gt;gzip -9 initrd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Now, copy the newly tweaked &lt;span style="font-family:Courier New,Courier,mono;"&gt;initrd.gz &lt;/span&gt;file, AND the original &lt;span style="font-family:Courier New,Courier,mono;"&gt;vmlinuz &lt;/span&gt;file form the extracted iso files to your PXE server.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;edit your &lt;span style="font-family:Courier New,Courier,mono;"&gt;pxelinux.cfg/default &lt;/span&gt;(or whatever) file and add an entry based on this one:&lt;br /&gt;&lt;pre&gt;label 1&lt;br /&gt;MENU LABEL ^Antivir Rescue System&lt;br /&gt;KERNEL antivir/vmlinuz&lt;br /&gt;APPEND vga=769 initrd=antivir/initrd.gz ramdisk_size=185000 root=/dev/ram0 rw console=/dev/vc/4&lt;/pre&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Change the value of "&lt;span style="font-family:Courier New,Courier,mono;"&gt;ramdisk_size&lt;/span&gt;" to the value noted at step 17 plus a few. I had 184747 so I put 185000.&lt;br /&gt;Note: At this stage, you could also look at the &lt;span style="font-family:Courier New,Courier,mono;"&gt;isolinux.cfg &lt;/span&gt;file located in the extracted iso for some more boot options.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;And voilà, you should have a working Antivir Rescue working over PXE!&lt;br /&gt;&lt;br /&gt;Thanks go to:&lt;br /&gt;&lt;a href="http://forum.avira.de/wbb/index.php?page=User&amp;amp;userID=9215" class="externalURL"&gt;NiteHawk&lt;/a&gt; for helping me out in &lt;a href="http://forum.avira.de/wbb/index.php?page=Thread&amp;amp;threadID=108136" class="externalURL"&gt;this thread&lt;/a&gt;&lt;br /&gt;Avira for choosing Linux as a base system for your tool! &lt;strong&gt;FREEDOM!!!&lt;/strong&gt; &lt;img src="http://forum.avira.de/wcf/images/smilies/thumbsup.png" alt=":thumbsup:" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-7290502820209400388?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/7290502820209400388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=7290502820209400388' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/7290502820209400388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/7290502820209400388'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/avira-antivir-rescue-over-pxe.html' title='Avira Antivir Rescue over PXE'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-5228597289098616085</id><published>2010-03-10T14:35:00.005-05:00</published><updated>2010-03-10T22:22:39.790-05:00</updated><title type='text'>How to run for trouble</title><content type='html'>Looking for trouble? Simple! Hire an admin who's in a foreing country to replace everything your local IT Tech has done.&lt;br /&gt;&lt;br /&gt;Want to piss your local tech off too? When your system needs physical maintnance, hire him back to debug your new system with all devices locked and no references...&lt;br /&gt;&lt;br /&gt;While he's there, ask him to take a bite off your super duper foreing admin's butt and say it's ice cream.&lt;br /&gt;&lt;br /&gt;/sarcasm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-5228597289098616085?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/5228597289098616085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=5228597289098616085' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/5228597289098616085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/5228597289098616085'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/how-to-run-for-trouble.html' title='How to run for trouble'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-654513822277791640</id><published>2010-03-10T12:22:00.004-05:00</published><updated>2010-03-10T12:33:17.990-05:00</updated><title type='text'>Linksys WRV54G Review</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Qtnn3cw9swo/S5fXWdq3suI/AAAAAAAAACU/LUIRv0-V2DU/s1600-h/LD0000408464_2.jpg"&gt;&lt;img style="float: right; margin: 0pt 0pt 10px 10px; cursor: pointer; width: 76px; height: 200px;" src="http://2.bp.blogspot.com/_Qtnn3cw9swo/S5fXWdq3suI/AAAAAAAAACU/LUIRv0-V2DU/s200/LD0000408464_2.jpg" alt="" id="BLOGGER_PHOTO_ID_5447059055249437410" border="0" /&gt;&lt;/a&gt;Cute Router! Cheap, has VPN support and a removable antenna with a standard plug! wow! I'm in!&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;STAY AWAY!!! It will give you headaches. Unstable as hell and some people are having issues with the wireless as well. But the WORST part is the VPN. It just don't work. Happy for you if it does, you're in the lucky few. There has been reports since 2004 about crappy VPN on various forums, even on cisco's but NO official fix or workaround.&lt;br /&gt;&lt;br /&gt;So it fails at doing pretty much everything it was designed for. Except being cute. I fell for it. Just look at it, and don't touch it or you'll most likely get cancer...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-654513822277791640?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/654513822277791640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=654513822277791640' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/654513822277791640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/654513822277791640'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/linksys-wrv54g-review.html' title='Linksys WRV54G Review'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Qtnn3cw9swo/S5fXWdq3suI/AAAAAAAAACU/LUIRv0-V2DU/s72-c/LD0000408464_2.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-7621197853415435082</id><published>2010-03-08T22:34:00.004-05:00</published><updated>2010-03-08T22:54:12.622-05:00</updated><title type='text'>Got it working</title><content type='html'>Just a few tips that might save you a lot of time.&lt;br /&gt;&lt;br /&gt;after installing tftpd-hpa, as always the docs aren't helping a lot.&lt;br /&gt;config file: /etc/defaults/tftpd-hpa&lt;br /&gt;log file: /var/log/daemon&lt;br /&gt;&lt;br /&gt;and if you set tftpd to daemon mode in its config file and encounter the following error in the log:&lt;span style="font-family:monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;blockquote style="font-family: courier new;"&gt;cannot bind to local socket: Address already in use&lt;/blockquote&gt;Then edit the&lt;em&gt;&lt;/em&gt; /etc/inetd.conf file and comment out the line with TFTP in it and restart the machine (I've read there could be better ways to do it but haven't got that far)&lt;br /&gt;&lt;br /&gt;oh and the TFTP-HPA installation won't create the tftpboot folder for you.&lt;br /&gt;&lt;br /&gt;Keep in mind that the filename option it relative to the path given in the tftp configuration. For instance:&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-family: courier new;"&gt;filename "pxelinux.0"&lt;/span&gt;&lt;/blockquote&gt;would be correct, but&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: courier new;"&gt;filename "/var/lib/tftpboot/pxelinux.0"&lt;/span&gt;&lt;/blockquote&gt;would not.&lt;br /&gt;&lt;br /&gt;I also needed the SYSLINUX package which contains PXELINUX but there's no obvious mention of it in the docs, if any. The file we're looking for are in /usr/lib/syslinux&lt;br /&gt;&lt;br /&gt;It took me a couple of houres to accomplish the setup (you can tell by the hour of my previous post and this one's) and if I were to do this all again, it would take 30 minutes at most.&lt;br /&gt;&lt;br /&gt;I have to admit that it's a bit frustrating that most of the time spent on this project was for meaningless details that should've been documented. &lt;span style="font-weight: bold;"&gt;RTFM&lt;/span&gt; they say... Oh well, I'm getting used to it as I prefer that kind of research which I will benefit rather than paying truck loads of money for software.&lt;br /&gt;&lt;br /&gt;HEY let's drink herbal tea for a change :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-7621197853415435082?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/7621197853415435082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=7621197853415435082' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/7621197853415435082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/7621197853415435082'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/got-it-working.html' title='Got it working'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-7933226827399432857</id><published>2010-03-08T20:09:00.002-05:00</published><updated>2010-03-08T20:33:33.967-05:00</updated><title type='text'>BOOTP vs PXE</title><content type='html'>&lt;div style="text-align: justify;"&gt;I've been playing with the PXE concept in the past two weeks. For work that is, using MS Server 2k3's DHCP, Active Directory, DNS, WDS and RIS (man there are just too many acronyms in that field, it's just insane. I could've named a couple of others but let's just stop here).&lt;br /&gt;&lt;br /&gt;Now I'm trying to build that kind of system here, using my own and trusty Debian server. So I thought I could start by installing a PXE Daemon but then I wondered, what about BOOTP? pxe daemon package in Synaptics Package Manager says I NEEDED a PXE daemon but... After a while on google, it's pretty much the only place it says that. In fact I only need a TFTP server in addition to what I already have.&lt;br /&gt;&lt;br /&gt;So here's the answer: whether I need a PXE daemon or not depends on which PXE boot loader I'm using. Some need it, some don't. The syslinux ones don't need it. Since I plan on using PXELinux, that pretty much sums it up. I've even read comments about people who never heard of PXE daemons.&lt;br /&gt;&lt;br /&gt;So unless you KNOW you REQUIRE a PXE Daemon, just don't bother.&lt;br /&gt;&lt;br /&gt;BOOTP seems to be an outdated DHCP.&lt;br /&gt;&lt;br /&gt;Oh and from what I've gathered overall, PXE is just a concept. What actually exist are a DHCP server and a TFTP server. You most likely know what a DHCP server and a FTP server are so you already know pretty much everyting.&lt;br /&gt;&lt;br /&gt;In short, your old machine boots using its NIC and then gets info from the DHCP which contains where the TFTP server is and what is the file to download from the TFTP server. Your machine then downloads the file and then boots it.&lt;br /&gt;&lt;br /&gt;Simple eh? Now I wonder why MS and other sites make it so complex.&lt;br /&gt;&lt;br /&gt;Now I'm gone checking if I was right :P&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-7933226827399432857?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/7933226827399432857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=7933226827399432857' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/7933226827399432857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/7933226827399432857'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/bootp-vs-pxe.html' title='BOOTP vs PXE'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904053622339817599.post-2120665934852324642</id><published>2010-03-04T20:37:00.004-05:00</published><updated>2010-03-06T14:22:56.252-05:00</updated><title type='text'>Missing WMDRMSDK.DLL and/or mfplat.dll</title><content type='html'>I've been trying to install Windows XP SP3 with a lot of updates slipstreamed into it, using Windows Remote Installation Service (RIS). Around midway, I got a message saying:&lt;br /&gt;&lt;blockquote&gt;"&lt;span style="font-style: italic;"&gt;This application has failed to start because WMDRMSDK.DLL was not found. Re-installing the application may solve this problem.&lt;/span&gt;"&lt;/blockquote&gt;I searched the net for some answers and followed some steps to fix this, but also then I got the following:&lt;br /&gt;&lt;blockquote style="font-style: italic;"&gt;" The procedure entry point MFPlatformStartup could not be found in the dynamic link library MFPlat.dll."&lt;/blockquote&gt;Those messages can also happend if you install from CD. These files are needed by Windows Media Player. God do I hate this piece of software...&lt;br /&gt;&lt;br /&gt;I've been able to completely fix the problem without doing some steps I've read. It's very simple. Just follow these simple steps:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;get a copy of WMDRMSDK.DLL and MFPlat.dll (found in c:\windows\system32) from a working and up to date Windows XP installation. Home or Pro will do. (Some people have had trouble with files taken from download-the-dll-for-free sites)&lt;/li&gt;&lt;li&gt;copy these two files directly in the i386 folder of the installation source&lt;/li&gt;&lt;li&gt;Edit the TXTSETUP.SIF file in the i386 folder of the installation source and put the following text in the corresponding section:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;[SourceDisksFiles]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;wmdrmsdk.dll = 100,,,,,,,2,0,0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;mfplat.dll = 100,,,,,,,2,0,0&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;That's it. No need to touch the dosnet.sif file. I got rid of the errors with this. Hope this helps some people!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/904053622339817599-2120665934852324642?l=jerther.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jerther.blogspot.com/feeds/2120665934852324642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=904053622339817599&amp;postID=2120665934852324642' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/2120665934852324642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904053622339817599/posts/default/2120665934852324642'/><link rel='alternate' type='text/html' href='http://jerther.blogspot.com/2010/03/missing-wmdrmsdkdll-andor-mfplatdll.html' title='Missing WMDRMSDK.DLL and/or mfplat.dll'/><author><name>Jerther</name><uri>http://www.blogger.com/profile/02045651188758010359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
