<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the-way-to-the-centre &#187; MacBook</title>
	<atom:link href="http://the-way-to-the-centre.org.uk/blog/category/macbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-way-to-the-centre.org.uk/blog</link>
	<description>a Lazlo Woodbine thriller</description>
	<lastBuildDate>Sun, 12 Feb 2012 03:06:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>alarm clocks and apple scripts</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2011/07/14/alarm-clocks-and-apple-scripts/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2011/07/14/alarm-clocks-and-apple-scripts/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 11:04:02 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/?p=936</guid>
		<description><![CDATA[For the last couple or three years I have been using the Powercontroller application as an alarm clock on my Mac. Each morning it starts iTunes with a recently played song and slowly increases the volume so I don&#8217;t get shocked out of bed.1 One of the features of Powercontroller is the ability to run [...]]]></description>
			<content:encoded><![CDATA[<p> For the last couple or three years I have been using the Powercontroller application as an alarm clock on my Mac. Each morning it starts iTunes with a recently played song and slowly increases the volume so I don&#8217;t get shocked out of bed.<sup><a href="#fn-1277350354072" id="ref-1277350354072" title="footnote #1">1</a></sup></p>
<p>One of the features of Powercontroller is the ability to run scripts and following a rewatching of Iron Man I thought I fancied something like Jarvis that told me the weather in the morning before I got out of bed.</p>
<p>Most of the scripting was cut, pasted and modified for my own needs. Although I learned pretty fast so much of it was resequenced to better fit in with what I needed and to improve the efficiency.</p>
<p>There were two main hurdles in creating my messenger:</p>
<h4>Adjusting the volume for the voice based on location.</h4>
<p>At my apartment, my laptop is always connected to a set of speakers so I realised that if I just had a default volume I would either get blasted out of bed if the volume was set for the internal speakers, or not hear the message if I was not at my place.<br />
Unfortunately, Applescript does not have a way of testing for a headphone jack (there is a way where you allow the computer to &#8216;read&#8217; the screen but trialing this I had troubles with screensaver locks and other applications that run overnight (such as Carbon Copy Cloner) that have popup messages on completion. Eventually I settled on a method where it tests for the SSID of my router, on the assumption that if the airport is connected to my router the computer will be plugged into the speakers.<br />
The script also captures initial volume settings so it can return to them once the message has been delivered.</p>
<h4>Testing for an internet connection</h4>
<p>As the script checks my mail and gathers live weather data, I realised that it would go horribly wrong if it could not do this (for reasons such as staying at a hotel with no internet or my housemate turning off the modem). It took a while but I eventually found an elegant solution that just tries to ping a website (in this case the Apple site) and then either runs or does not run relevant sections of the script.</p>
<p>With all that done, at the allotted time something like this happens:</p>
<ol>
<li>Clock reaches desired time</li>
<li>Powercontroller starts iTunes and wake up script<sup><a href="#fn-1310622542417" id="ref-1310622542417" title="footnote #2">2</a></sup></li>
<li>Appropriate amount of pause is included in the script to both give it time to complete the data gathering and to let iTunes music kinda wake me up</li>
<li>System volume level is captured, then reduced.<br />
<blockquote><p>&#8220;Good morning Ian&#8221;<br />
&#8220;It is 5:55 AM&#8221;<br />
&#8220;Today is Thursday, 14 July 2011&#8243;<br />
&#8220;You have 3 unread emails&#8221;<br />
&#8220;Now, the temperature is:  9 degrees centigrade, and it is Mostly Cloudy.&#8221;<br />
&#8220;Todays forecast is: Showers Late,  between 12 and 19 degrees.&#8221;</p></blockquote>
</li>
<li>System volume level is put back, I try and get up</li>
</ol>
<p>It doesn&#8217;t quite have the eloquence of JARVIS and I would like to extend things to include a news headline and the like but I&#8217;m happy with things as they are at the moment. </p>
<div class="footnote">
<ol class="footnotes">
<li id="fn-1277350354072">Except when I set it wrong <sup><a href="#ref-1277350354072" title="return">?</a></sup></li>
<li id="fn-1310622542417">Which also instructs iTunes to check for new podcasts <sup><a href="#ref-1310622542417" title="return">?</a></sup></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2011/07/14/alarm-clocks-and-apple-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dropbox symlinks</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2008/12/18/dropbox-symlinks/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2008/12/18/dropbox-symlinks/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 06:48:49 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[MacBook]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/?p=740</guid>
		<description><![CDATA[After my laptop got a (non fatal) soaking due to a burst pipe, I have been looking at additional measures to backup some of my data1. Remembering a post by but she&#8217;s a girl, I duly downloaded and installed myself a copy of Dropbox. BSAG mentioned creating symlinks for folders rather than copying so that [...]]]></description>
			<content:encoded><![CDATA[<p> After my laptop got a (non fatal) soaking due to a burst pipe, I have been looking at additional measures to backup some of my data<sup><a id="ref-1229407016370" title="footnote #1" href="#fn-1229407016370">1</a></sup>.</p>
<p>Remembering a post by <a href="http://www.rousette.org.uk/blog/archives/dropbox/"title="but she's a girl - Dropbox" >but she&#8217;s a girl</a>, I duly downloaded and installed myself a copy of <a href="https://www.getdropbox.com/home"title="get Dropbox"  class="extlink">Dropbox</a>. BSAG mentioned creating symlinks for folders rather than copying so that is what I tried since I didn&#8217;t really want to be dragging and moving things too much.</p>
<p>After creating a symlink/ alias with crtl+click, I dragged it to the dropbox folder where it was duly synced. The contents of the aliased folder however, were not. A few repeat &amp; fails later a bit more searching brought me to <a href="http://redmonk.com/sogrady/2008/10/17/trick_dropbox/"title="Tricking Dropbox with symlinks"  class="extlink">this post</a> that stated that <em>this only works if you symlink out from the Dropbox directory</em>.</p>
<p>So, as far as I can tell there are no GUI methods for this so it was off to Terminal for me:</p>
<blockquote><p><code>Last login: Mon Dec 14 22:50:49 on ttyp1<br />
Welcome to Darwin!<br />
Ians-MacBook:~ ian$<br />
Ians-MacBook:~ ian$ cd dropbox<br />
Ians-MacBook:~/dropbox ian$ ln -s ~/WordPress/New\ Blog\ Backups "New Blog Backups"</code></p></blockquote>
<p>That creates the symbolic link (<code>ln -s</code>) from the backup folder (<code>~/WordPress/New\ Blog\ Backups</code>) to the Dropbox-synced folder (<code>"New Blog Backups"</code>).</p>
<p>Now whenever I backup my site via ftp &amp; drop it into the normal folder, a copy gets pushed up to the remote server as well.</p>
<p>Since I only have one laptop at the moment, between-system syncing is not needed (though I am looking at either the MSI Wind or Lenovo S10 as a ultra-portable<sup><a href="#fn-1229575554583" id="ref-1229575554583" title="footnote #2">2</a></sup>).</p>
<p>Hopefully this system will serve me well &amp; transparently to keep important documents safe from burst pipes.</p>
<div class="footnote">
<ol class="footnotes">
<li id="fn-1229407016370">Unfortunately the PSU for the backup drive also got a soaking and is currently dead too. <sup><a title="return" href="#ref-1229407016370">&#8593;</a></sup></li>
<li id="fn-1229575554583">These seem to be the best bet to <i>persuade</i> OS X onto <sup><a href="#ref-1229575554583" title="return">&#8593;</a></sup></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2008/12/18/dropbox-symlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fun on the command line</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2007/11/16/fun-on-the-command-line/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2007/11/16/fun-on-the-command-line/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 10:21:52 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[MacBook]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2007/11/16/fun-on-the-command-line/</guid>
		<description><![CDATA[Late last night my MacBook attempted to install and update itself to the most recent version 10.4.11. After downloading the file a scary message about &#8216;failed install&#8217; and &#8216;remove package from trash and try again&#8217; appeared. Then applications started not launching, and a normal reboot resulted in the spinning spinny-thing of despair. Booting to single-user [...]]]></description>
			<content:encoded><![CDATA[<p> Late last night my MacBook attempted to install and update itself to the most recent version 10.4.11. After downloading the file a scary message about &#8216;failed install&#8217; and &#8216;remove package from trash and try again&#8217; appeared. Then applications started not launching, and a normal reboot resulted in the spinning spinny-thing of despair. Booting to single-user mode showed the process stalling midway with the following.</p>
<blockquote><p><code>Load of /sbin/launchd, errno 88, trying /sbin/mach_init</code><br />
<code>Load of /sbin/launchd failed, errno 88</code></p></blockquote>
<p>Fortunately searching for &#8216;launchd, errno 88&#8242; took me to the blog of <a href="http://net3x.blogspot.com/" class="extlink">Igor Minar</a>, who dealt with the <a href="http://net3x.blogspot.com/2007/03/macos-x-1049-update-killed-my-mac.html" class="extlink">same issue</a> on 10.4.9. I am thankful that the iPod Touch has a fully fledged browser built in which I could read it from while doing the deed<sup><a href="#fn-1195208259331" id="ref-1195208259331" title="footnote #1">1</a></sup>. </p>
<p>The first try or two I must have had typos as it did not work, but eventually I got to the installer GUI which allowed me to apply the update. Incase anyone else tries this, it took a <em>long</em> time to boot first time after the fix.</p>
<p>The more user friendly solution which I didn&#8217;t think of at the time would have been to boot from my SuperDuper backup, and download and apply the combo update to the laptop drive from there. One to remember for next time as 4:30am is not a good time to be typing complex things into Terminal<sup><a href="#fn-1195208277441" id="ref-1195208277441" title="footnote #2">2</a></sup>.</p>
<div class="footnote">
<ol class="footnotes">
<li id="fn-1195208259331">The combo update itself I managed to download through my dual-boot of XP <sup><a href="#ref-1195208259331" title="return">&#8593;</a></sup></li>
<li id="fn-1195208277441">I don&#8217;t like things that don&#8217;t work <sup><a href="#ref-1195208277441" title="return">&#8593;</a></sup></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2007/11/16/fun-on-the-command-line/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>up in smoke</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2007/05/10/up-in-smoke/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2007/05/10/up-in-smoke/#comments</comments>
		<pubDate>Thu, 10 May 2007 12:32:03 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[MacBook]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Poor Service]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2007/05/10/up-in-smoke/</guid>
		<description><![CDATA[On Tuesday evening I booted up my MacBook (after a moment wondering why it was off in the first place). As it was doing it&#8217;s thing, I thought I could smell burning, and glanced round to see the power cable creating some nice sparks and plenty of smoke as several amps merrily sublimed the plastic [...]]]></description>
			<content:encoded><![CDATA[<p> On Tuesday evening I booted up my MacBook (after a moment wondering why it was off in the first place).  As it was doing it&#8217;s thing, I thought I could smell burning, and glanced round to see the power cable creating some nice sparks and plenty of smoke as several amps merrily sublimed the plastic coating from the wire<sup><a href="#fn-1178798765558" id="ref-1178798765558" title="footnote #1">1</a></sup>. Unfortunately this does not seem to be an unknown fault &#8211; it looks like the strain reliever is not doing it&#8217;s job correctly.</p>
<p>At least I am still covered by the warranty, so endured the traffic to get to the Apple shop in the Bullring after work on Wednesday.</p>
<p>I quickly accosted an Apple Employee (who incidentally was packing power-bricks onto the shelf) and explained the situation.</p>
<blockquote><p>AE: You&#8217;ll need a Genius to sort out a replacement [pause]&#8230; The earliest slot is Friday.<br />
Me: !!!???!! Erm&#8230; It&#8217;s clearly melted, it really doesn&#8217;t need a Genius, I  just need one of those from the boxes that you were just stacking.<br />
AE: Sorry, can&#8217;t do that, it is a service part you need. If you can&#8217;t come back, you can phone AppleCare they will arrange to swap it out..<br />
Me: The boxes over there have the part that I want&#8230;&#8230;<br />
AE: Or you can buy one now, call Applecare and then return the one you purchased today.<br />
Me: !!!!??????????!!!!!!!!!!!!<br />
Me: Ok, I&#8217;ll need the Applecare number (no PSU &#8211; no power &#8211; no internet)&#8230;. and I&#8217;ll also need a form to complain about ridiculous customer service.. please.</p></blockquote>
<p>AE disappears to to talk to AE2 and AE3. At this point I am considering having a word with the people looking at the MacBooks and showing them some melted hardware.</p>
<p>Time passes AE returns from conference.. </p>
<blockquote><p>AE: If you would like to come over to the till I can change that for you.</p></blockquote>
<p>At this point AE takes power brick box from shelf&#8230; hmm.. service parts?.</p>
<p>Having dedicated and trained people to solve problems is great, what they also need are some people who can take a look, say &#8216;yep, thats dead&#8217; and sort it out there and then (without the need for customers to be told to come back in two days, buy something to return later, or request complain forms).</p>
<p>Sometimes you really don&#8217;t need to be a genius.</p>
<div class="footnote">
<ol class="footnotes">
<li id="fn-1178798765558">I assume that the cable had partially failed during the day, cutting power meaning the battery had gone flat. Lucky the sparks and smoke bit didn&#8217;t happen then too&#8230; <sup><a href="#ref-1178798765558" title="return">&#8593;</a></sup></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2007/05/10/up-in-smoke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>missing buttons</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2007/02/05/missing-buttons/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2007/02/05/missing-buttons/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 23:07:43 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[mouse buttons]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2007/02/05/missing-buttons/</guid>
		<description><![CDATA[A few people are linking to an article from Fridays Guardian blog: [...] When I sit down to use a Mac, the first thing I think is, &#8220;I hate Macs&#8221;, and then I think, &#8220;Why has this rubbish aspirational ornament only got one mouse button?&#8221; Losing that second mouse button feels like losing a limb. [...]]]></description>
			<content:encoded><![CDATA[<p> A few people are linking to an article from Fridays Guardian blog:</p>
<blockquote><p>[...] When I sit down to use a Mac, the first thing I think is, &#8220;I hate Macs&#8221;, and then I think, &#8220;Why has this rubbish aspirational ornament only got one mouse button?&#8221; Losing that second mouse button feels like losing a limb. [...]</p></blockquote>
<p>This has to be the one thing that really bugs me in the Mac vs PC/Windows argument, trivial as it might be. Simply the answer is: <em>It was never designed to have one</em>.</p>
<p>Apple operating systems have, for a long time, been designed with the concept of one hand on the keyboard and one on the mouse &#8211; the keyboard hand therefore able to operate key modifiers such and cmd+click and option+click. Windows (not sure about Linux et al) on the other hand were designed with the mouse as the primary input device and so menus are acessed via right/middle/double click etc.</p>
<p>As for the content of the rest of the post regarding what is better or worse, I shall just say that my laptop is equally at home running OS X or XP, (and you can always buy a 2-button mouse if you really want one).</p>
<p>[From a <a href="http://www.guardian.co.uk/commentisfree/story/0,,2006031,00.html" class="extlink">link</a> via <a href="lhttp://www.lori-smith.co.uk/" class="extlink">Lori</a>]. </p>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2007/02/05/missing-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tracks and things</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2007/02/05/tracks-and-things/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2007/02/05/tracks-and-things/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 13:24:30 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[tracks]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2007/02/05/tracks-and-things/</guid>
		<description><![CDATA[I&#8217;ve been wanting to try out Tracks on my laptop for a while but have held off as the installation seems rather complex with several things being needed. Hopefully this guide will help out, when I have enough time to try and break things.]]></description>
			<content:encoded><![CDATA[<p> I&#8217;ve been wanting to try out <a href="http://www.rousette.org.uk/projects/" title="Tracks - To get things done">Tracks</a> on my laptop for a while but have held off as the installation seems rather complex with several things being needed. Hopefully this <a href="http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx" title="Hivemind guide" class="extlink">guide</a> will help out, when I have enough time to try and break things. </p>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2007/02/05/tracks-and-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the other 0.001 percent</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2006/12/01/the-other-0001-percent/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2006/12/01/the-other-0001-percent/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 00:57:52 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[MacBook]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2006/12/01/the-other-0001-percent/</guid>
		<description><![CDATA[A nice simple fix, though I had to delete the file from /all_users and /my_account. I don&#8217;t know if it has it, but Vista needs bootable volumes on external drives.]]></description>
			<content:encoded><![CDATA[<p> <a href="http://support.microsoft.com/kb/330132" title="Stoping notepad opening with something odd on startup" class="extlink">A nice simple fix</a>, though I had to delete the file from /all_users and /my_account. I don&#8217;t know if it has it, but Vista <em>needs</em> bootable volumes on external drives. </p>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2006/12/01/the-other-0001-percent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cloning XP</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2006/11/29/cloning-xp/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2006/11/29/cloning-xp/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 23:02:47 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[MacBook]]></category>
		<category><![CDATA[BootCamp]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2006/11/29/cloning-xp/</guid>
		<description><![CDATA[On my MacBook I have a Bootcamp installed partition for running Windowy-things (i.e playing Eve online) from an external drive. Feeling a little tight on space I ordered a 160Gb drive1 which should give a bit more room to fill my computer with yet more stuff. Copying the OS X part was going to be [...]]]></description>
			<content:encoded><![CDATA[<p> On my MacBook I have a Bootcamp installed partition for running Windowy-things (i.e playing Eve online) from an external drive. Feeling a little tight on space I ordered a 160Gb drive<sup><a href="#fn-1164754660062" id="ref-1164754660062" title="footnote #1">1</a></sup> which should give a bit more room to fill my computer with yet more <em>stuff</em>. Copying the OS X part was going to be easy &#8211; I already have a program that can make bootable copies on any connected drive, XP was going to be a little trickier though, and no-one seems to have written an application to do the job. Fortunately, while consuming tea and cake<sup><a href="#fn-1164754674624" id="ref-1164754674624" title="footnote #2">2</a></sup> I realised I had been looking too hard, and the solution may in fact, based on a few assumptions, be simple:</p>
<ul>
<li>Windows is a bunch of files in a FAT32 partition</li>
<li>OS X can read and write to a FAT32 partition</li>
<li>OS X doesn&#8217;t care what the Windows files are and handily corals them in a single place</li>
</ul>
<p>With these thoughts I hatched a plan, and cloned both my OS X install (with Superduper) and a copy of the XP files onto an external drive. The plan was simple and given that it would probably go down in flames, worth a try&#8230;</p>
<ul>
<li>Drop in the new hard drive</li>
<li>Re-clone OS X back into the laptop</li>
<li>Repartion using Bootcamp again, this time a <em>little</em> more generously than 5Gb for XP (so I don&#8217;t have to run everything off a USB drive)</li>
<li>Use the Windows installer to format the partition to FAT32 then kill the install process</li>
<li>Recopy the XP files into the new partition within OS X</li>
<li>Hope</li>
</ul>
<p>Results were, very surprisingly, seemingly 99.999% effective (I seem to end up with a notepad file open at boot with the end of of a shell script)&#8230; but b*ugger me sideways with a bargepole if that was not the least painful dealing with XP I have ever had&#8230;</p>
<div class="footnote">
<ol class="footnotes">
<li id="fn-1164754660062">I was of course delivered a 120Gb UATA drive first time around <sup><a href="#ref-1164754660062" title="return">&#8593;</a></sup></li>
<li id="fn-1164754674624">Any better way to think about things? <sup><a href="#ref-1164754674624" title="return">&#8593;</a></sup></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2006/11/29/cloning-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>new bootcamp</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2006/11/03/new-bootcamp/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2006/11/03/new-bootcamp/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 12:49:33 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[MacBook]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2006/11/03/new-bootcamp/</guid>
		<description><![CDATA[Apple&#8217;s Bootcamp drivers have been bumped up to 1.1.2 to include trackpad scrolling. Everything BSOD&#8217;d on me during install and the pad now has a tendancy to go off on one at times. Scrolling is nice, but maybe an upgrade to avoid for now.]]></description>
			<content:encoded><![CDATA[<p> Apple&#8217;s <a href="http://www.apple.com/bootcamp" title="Bootcamp from Apple" class="extlink">Bootcamp</a> drivers have been bumped up to 1.1.2 to include trackpad scrolling. Everything BSOD&#8217;d on me during install and the pad now has a tendancy to go off on one at times. Scrolling is nice, but maybe an upgrade to avoid for now. </p>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2006/11/03/new-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perian</title>
		<link>http://the-way-to-the-centre.org.uk/blog/2006/10/06/perian/</link>
		<comments>http://the-way-to-the-centre.org.uk/blog/2006/10/06/perian/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 00:20:06 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[perian]]></category>
		<category><![CDATA[quicktime]]></category>

		<guid isPermaLink="false">http://the-way-to-the-centre.org.uk/blog/archives/2006/10/06/perian/</guid>
		<description><![CDATA[If you have Quicktime, get Perian and get it now. No more multi-component woe. Plays almost anything, genius.]]></description>
			<content:encoded><![CDATA[<p> If you have Quicktime, get <a href="http://perian.org/" title="perian - swiss army knife for quicktime" class="extlink">Perian</a> and get it now. No more multi-component woe. Plays almost anything, genius. </p>
]]></content:encoded>
			<wfw:commentRss>http://the-way-to-the-centre.org.uk/blog/2006/10/06/perian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: the-way-to-the-centre.org.uk @ 2012-05-23 01:39:13 -->
