<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentaarid CommitBlog kohta</title>
	<atom:link href="http://blog.laaz.org/tech/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laaz.org/tech</link>
	<description>Programming, technology and IT-survival</description>
	<lastBuildDate>Mon, 01 Apr 2013 07:11:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Laas kommentaar  xdebug with XAMPP on Mac OS X kohta</title>
		<link>http://blog.laaz.org/tech/2010/08/27/xdebug-with-xampp-on-mac-os-x/comment-page-1/#comment-6232</link>
		<dc:creator>Laas</dc:creator>
		<pubDate>Mon, 01 Apr 2013 07:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=267#comment-6232</guid>
		<description>Hi Jeremiah,

From your output, I can&#039;t tell what went wrong (probably because ./configure does not report setting the flags).

I&#039;ve confirmed that above method still does produce 32-bit binary in Mac OS X 10.8.3 Mountain Lion.

Also, I updated the &lt;strong&gt;step 4&lt;/strong&gt; above and added a screenshot of Makefile differences that should help you to adjust your Makefile manually. If that still doesn&#039;t produce 32-bit binary, then I&#039;m afraid, this goes beyond my knowledge of Mac OS X compiler settings (maybe there is a global forced setting somewhere deep in system etc).
</description>
		<content:encoded><![CDATA[<p>Hi Jeremiah,</p>
<p>From your output, I can&#8217;t tell what went wrong (probably because ./configure does not report setting the flags).</p>
<p>I&#8217;ve confirmed that above method still does produce 32-bit binary in Mac OS X 10.8.3 Mountain Lion.</p>
<p>Also, I updated the <strong>step 4</strong> above and added a screenshot of Makefile differences that should help you to adjust your Makefile manually. If that still doesn&#8217;t produce 32-bit binary, then I&#8217;m afraid, this goes beyond my knowledge of Mac OS X compiler settings (maybe there is a global forced setting somewhere deep in system etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Jeremiah kommentaar  xdebug with XAMPP on Mac OS X kohta</title>
		<link>http://blog.laaz.org/tech/2010/08/27/xdebug-with-xampp-on-mac-os-x/comment-page-1/#comment-5843</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Thu, 28 Mar 2013 21:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=267#comment-5843</guid>
		<description>This has been the best explanation of why I get the architecture issue when attempting to use Xdebug in my dev environment.

I have been going in circles getting AMPPS configured on a Mac OSX 10.8 with PHP debugging.  I consistently get the wrong architecture.  I tried &lt;b&gt;both &lt;/b&gt; methods of changing the architecture listed here in the blog post (thank you), but I still get a x86_64 architecture when running &#039;sudo make install&#039;.

I&#039;ve included the terminal output below for reference to the process.  Any ideas on why I can&#039;t seem to compile in the right architecture would be appreciated.

&lt;code&gt;xdebug-2.2.2 jeremiah$ ./configure --enable-xdebug --with-php-config=/Applications/AMPPS/php-5.3/bin/php-config CFLAGS=&quot;-arch i386 $CFLAGS&quot; CCFLAGS=&quot;-arch i386 $CCFLAGS&quot; CXXFLAGS=&quot;-arch i386 $CXXFLAGS&quot; LDFLAGS=&quot;-arch i386 $LDFLAGS&quot;
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i386-apple-darwin12.3.0
checking host system type... i386-apple-darwin12.3.0
checking target system type... i386-apple-darwin12.3.0
checking for PHP prefix... /Applications/AMPPS/php-5.3
checking for PHP includes... -I/Applications/AMPPS/php-5.3/include/php -I/Applications/AMPPS/php-5.3/include/php/main -I/Applications/AMPPS/php-5.3/include/php/TSRM -I/Applications/AMPPS/php-5.3/include/php/Zend -I/Applications/AMPPS/php-5.3/include/php/ext -I/Applications/AMPPS/php-5.3/include/php/ext/date/lib
checking for PHP extension directory... /Applications/AMPPS/php-5.3/lib/extensions/no-debug-non-zts-20090626
checking for PHP installed headers prefix... /Applications/AMPPS/php-5.3/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable eXtended debugging support... yes, shared
checking Check for supported PHP versions... supported (5.3.21)
checking for gettimeofday... yes
checking for cos in -lm... yes
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag &quot;CXX&quot; to libtool
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged &lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>This has been the best explanation of why I get the architecture issue when attempting to use Xdebug in my dev environment.</p>
<p>I have been going in circles getting AMPPS configured on a Mac OSX 10.8 with PHP debugging.  I consistently get the wrong architecture.  I tried <b>both </b> methods of changing the architecture listed here in the blog post (thank you), but I still get a x86_64 architecture when running &#8216;sudo make install&#8217;.</p>
<p>I&#8217;ve included the terminal output below for reference to the process.  Any ideas on why I can&#8217;t seem to compile in the right architecture would be appreciated.</p>
<p><code>xdebug-2.2.2 jeremiah$ ./configure --enable-xdebug --with-php-config=/Applications/AMPPS/php-5.3/bin/php-config CFLAGS="-arch i386 $CFLAGS" CCFLAGS="-arch i386 $CCFLAGS" CXXFLAGS="-arch i386 $CXXFLAGS" LDFLAGS="-arch i386 $LDFLAGS"<br />
checking for grep that handles long lines and -e... /usr/bin/grep<br />
checking for egrep... /usr/bin/grep -E<br />
checking for a sed that does not truncate output... /usr/bin/sed<br />
checking for cc... cc<br />
checking whether the C compiler works... yes<br />
checking for C compiler default output file name... a.out<br />
checking for suffix of executables...<br />
checking whether we are cross compiling... no<br />
checking for suffix of object files... o<br />
checking whether we are using the GNU C compiler... yes<br />
checking whether cc accepts -g... yes<br />
checking for cc option to accept ISO C89... none needed<br />
checking how to run the C preprocessor... cc -E<br />
checking for icc... no<br />
checking for suncc... no<br />
checking whether cc understands -c and -o together... yes<br />
checking for system library directory... lib<br />
checking if compiler supports -R... no<br />
checking if compiler supports -Wl,-rpath,... yes<br />
checking build system type... i386-apple-darwin12.3.0<br />
checking host system type... i386-apple-darwin12.3.0<br />
checking target system type... i386-apple-darwin12.3.0<br />
checking for PHP prefix... /Applications/AMPPS/php-5.3<br />
checking for PHP includes... -I/Applications/AMPPS/php-5.3/include/php -I/Applications/AMPPS/php-5.3/include/php/main -I/Applications/AMPPS/php-5.3/include/php/TSRM -I/Applications/AMPPS/php-5.3/include/php/Zend -I/Applications/AMPPS/php-5.3/include/php/ext -I/Applications/AMPPS/php-5.3/include/php/ext/date/lib<br />
checking for PHP extension directory... /Applications/AMPPS/php-5.3/lib/extensions/no-debug-non-zts-20090626<br />
checking for PHP installed headers prefix... /Applications/AMPPS/php-5.3/include/php<br />
checking if debug is enabled... no<br />
checking if zts is enabled... no<br />
checking for re2c... no<br />
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.<br />
checking for gawk... no<br />
checking for nawk... no<br />
checking for awk... awk<br />
checking if awk is broken... no<br />
checking whether to enable eXtended debugging support... yes, shared<br />
checking Check for supported PHP versions... supported (5.3.21)<br />
checking for gettimeofday... yes<br />
checking for cos in -lm... yes<br />
checking for ld used by cc... /usr/bin/ld<br />
checking if the linker (/usr/bin/ld) is GNU ld... no<br />
checking for /usr/bin/ld option to reload object files... -r<br />
checking for BSD-compatible nm... /usr/bin/nm<br />
checking whether ln -s works... yes<br />
checking how to recognize dependent libraries... pass_all<br />
checking for ANSI C header files... yes<br />
checking for sys/types.h... yes<br />
checking for sys/stat.h... yes<br />
checking for stdlib.h... yes<br />
checking for string.h... yes<br />
checking for memory.h... yes<br />
checking for strings.h... yes<br />
checking for inttypes.h... yes<br />
checking for stdint.h... yes<br />
checking for unistd.h... yes<br />
checking dlfcn.h usability... yes<br />
checking dlfcn.h presence... yes<br />
checking for dlfcn.h... yes<br />
checking the maximum length of command line arguments... 196608<br />
checking command to parse /usr/bin/nm output from cc object... ok<br />
checking for objdir... .libs<br />
checking for ar... ar<br />
checking for ranlib... ranlib<br />
checking for strip... strip<br />
checking for dsymutil... dsymutil<br />
checking for nmedit... nmedit<br />
checking for -single_module linker flag... yes<br />
checking for -exported_symbols_list linker flag... yes<br />
checking if cc supports -fno-rtti -fno-exceptions... yes<br />
checking for cc option to produce PIC... -fno-common<br />
checking if cc PIC flag -fno-common works... yes<br />
checking if cc static flag -static works... no<br />
checking if cc supports -c -o file.o... yes<br />
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes<br />
checking dynamic linker characteristics... darwin12.3.0 dyld<br />
checking how to hardcode library paths into programs... immediate<br />
checking whether stripping libraries is possible... yes<br />
checking if libtool supports shared libraries... yes<br />
checking whether to build shared libraries... yes<br />
checking whether to build static libraries... no</p>
<p>creating libtool<br />
appending configuration tag "CXX" to libtool<br />
configure: creating ./config.status<br />
config.status: creating config.h<br />
config.status: config.h is unchanged </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Jorge kommentaar  Installing Windows 7 on MacBook Pro without SuperDrive kohta</title>
		<link>http://blog.laaz.org/tech/2012/04/24/installing-windows-7-on-macbook-pro-without-superdrive/comment-page-1/#comment-5074</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Wed, 20 Mar 2013 22:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=513#comment-5074</guid>
		<description>&lt;p&gt;Success installing windows 8 on a optibay SSD second drive. MacbookPro 17 – Ver: 6.1 Runing OSX 10.8.3 running the latest bootcamp&lt;/p&gt;

&lt;p&gt;All ok. This is the only method that really works for me&lt;/p&gt;

&lt;p&gt;My process: Hack on the bootcamp app to activate USB drive installation:&lt;/p&gt;

&lt;p&gt;on the info.plist:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;New line Here ! MBP61.0057.B0F
IM41.0055.B08
IM42.0071.B03
IM51.0090.B03
IM52.0090.B03
IM61.0093.B01
MP11.005C.B04
MB11.0061.B03
MBP11.0055.B08
MBP12.0061.B03
MM11.0055.B08 
….
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;PreUSBBootSupportedModels&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;New Line here ! MacBookPro6,0(I know should be 6.1, but only works with 6.0)
MacBook7,1
MacBookAir3,2
MacBookPro8,3
MacPro5,1
Macmini4,1
iMac12,2
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Win7OnlyModels&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;“And again here” MacBookPro6,0
MacBook7,1
MacBookAir3,2
MacBookPro5,5
MacPro2,1
Macmini4,1
iMac10,1
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Then:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;On bootcamp assist activate all option, this should put the ISO image on a USB drive, and bootcamp drivers for windows 7 and 8, and at the end create a partition for windows, more than 50Gb at least… &lt;/li&gt;
&lt;li&gt;installed rEFIT (I need that one, whiteout it I can’t see the drive on the first boot)&lt;/li&gt;
&lt;li&gt;Install Virtual Box.&lt;/li&gt;
&lt;li&gt;Install Paragon NTFS for Mac OS X&lt;/li&gt;
&lt;li&gt;Open Terminal:&lt;/li&gt;
&lt;/ol&gt;

&lt;pre&gt;&lt;code&gt;    
sudo VBoxManage internalcommands createrawvmdk -rawdisk /dev/disk1 -filename bootcamp.vmdk -partitions 2
sudo chmod 777 /dev/disk1s2 sudo chown $USER bootcamp*.vmdk
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Do the thing with Virtual Box, and install windows on the bootcamp partition you just created. Stop Virtual box on the first reboot of windows (On windows Close Virtual Box Delete all files on the bootcamp folder (strange but you have to do it…, you don’t have to see system files, then AppleShowAllFiles could be on False You don’t have to empty the trash (if you do it, it may crash your MAC, the one I have Crashes). Open the ISO File of Windows and move all files to BootCamp partition (the one you just cleaned of files. (I’ve made this with the files that where on a bootable flashDrive that I’ve made earlier with Windows 8 on it, I didn’t use the iso directly)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Restart the MAC&lt;/li&gt;
&lt;li&gt;Let OSX load 1 time (to be certain that rEFIT loads)&lt;/li&gt;
&lt;li&gt;Reboot again&lt;/li&gt;
&lt;li&gt;You should see rEFI (if don’t, press ALT on the reboot cycle)&lt;/li&gt;
&lt;li&gt;Chose EFI Windows (or something else)&lt;/li&gt;
&lt;li&gt;Windows should start (if that doesn’t happen, it’s because you have choose the wrong partition, reboot again, and choose other partition, try until you find the right on. Let windows start, &lt;/li&gt;
&lt;li&gt;At some stage, windows will ask you to select a partition for it to install, choose the bootcamp (the one you made earlier) and DON’T FORMAT IT&lt;/li&gt;
&lt;li&gt;Click Next&lt;/li&gt;
&lt;li&gt;Windows will install without any problem. It may reboot a lot of times, be sure to let windows reboot on the right partition, since you have eEFI, you don’t have to press ALT all the time.&lt;/li&gt;
&lt;li&gt;Don’t bother with the repairing disk, it is normal on windows 8, and if I can remember on Windows 7 too… &lt;/li&gt;
&lt;li&gt;Configure windows has you like.&lt;/li&gt;
&lt;li&gt;Install Bootcamp drivers.&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;Enter on Mac Partition&lt;/li&gt;
&lt;li&gt;Login&lt;/li&gt;
&lt;li&gt;Go to your Root folder and rename folder EFI, to EFI_old (you may need it again)&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;Press ALT&lt;/li&gt;
&lt;li&gt;Windows disk partition will show on apple boot screen Select Windows.&lt;/li&gt;
&lt;li&gt;Start using Windows 8 (Don’t use it to much, because that apple has a worm on it Done&lt;/li&gt;
&lt;/ol&gt;
</description>
		<content:encoded><![CDATA[<p>Success installing windows 8 on a optibay SSD second drive. MacbookPro 17 – Ver: 6.1 Runing OSX 10.8.3 running the latest bootcamp</p>
<p>All ok. This is the only method that really works for me</p>
<p>My process: Hack on the bootcamp app to activate USB drive installation:</p>
<p>on the info.plist:</p>
<pre><code>New line Here ! MBP61.0057.B0F
IM41.0055.B08
IM42.0071.B03
IM51.0090.B03
IM52.0090.B03
IM61.0093.B01
MP11.005C.B04
MB11.0061.B03
MBP11.0055.B08
MBP12.0061.B03
MM11.0055.B08
….
</code></pre>
<p>PreUSBBootSupportedModels</p>
<pre><code>New Line here ! MacBookPro6,0(I know should be 6.1, but only works with 6.0)
MacBook7,1
MacBookAir3,2
MacBookPro8,3
MacPro5,1
Macmini4,1
iMac12,2
</code></pre>
<p>Win7OnlyModels</p>
<pre><code>“And again here” MacBookPro6,0
MacBook7,1
MacBookAir3,2
MacBookPro5,5
MacPro2,1
Macmini4,1
iMac10,1
</code></pre>
<p>Then:</p>
<ol>
<li>On bootcamp assist activate all option, this should put the ISO image on a USB drive, and bootcamp drivers for windows 7 and 8, and at the end create a partition for windows, more than 50Gb at least… </li>
<li>installed rEFIT (I need that one, whiteout it I can’t see the drive on the first boot)</li>
<li>Install Virtual Box.</li>
<li>Install Paragon NTFS for Mac OS X</li>
<li>Open Terminal:</li>
</ol>
<pre><code>
sudo VBoxManage internalcommands createrawvmdk -rawdisk /dev/disk1 -filename bootcamp.vmdk -partitions 2
sudo chmod 777 /dev/disk1s2 sudo chown $USER bootcamp*.vmdk
</code></pre>
<p>Do the thing with Virtual Box, and install windows on the bootcamp partition you just created. Stop Virtual box on the first reboot of windows (On windows Close Virtual Box Delete all files on the bootcamp folder (strange but you have to do it…, you don’t have to see system files, then AppleShowAllFiles could be on False You don’t have to empty the trash (if you do it, it may crash your MAC, the one I have Crashes). Open the ISO File of Windows and move all files to BootCamp partition (the one you just cleaned of files. (I’ve made this with the files that where on a bootable flashDrive that I’ve made earlier with Windows 8 on it, I didn’t use the iso directly)</p>
<ol>
<li>Restart the MAC</li>
<li>Let OSX load 1 time (to be certain that rEFIT loads)</li>
<li>Reboot again</li>
<li>You should see rEFI (if don’t, press ALT on the reboot cycle)</li>
<li>Chose EFI Windows (or something else)</li>
<li>Windows should start (if that doesn’t happen, it’s because you have choose the wrong partition, reboot again, and choose other partition, try until you find the right on. Let windows start, </li>
<li>At some stage, windows will ask you to select a partition for it to install, choose the bootcamp (the one you made earlier) and DON’T FORMAT IT</li>
<li>Click Next</li>
<li>Windows will install without any problem. It may reboot a lot of times, be sure to let windows reboot on the right partition, since you have eEFI, you don’t have to press ALT all the time.</li>
<li>Don’t bother with the repairing disk, it is normal on windows 8, and if I can remember on Windows 7 too… </li>
<li>Configure windows has you like.</li>
<li>Install Bootcamp drivers.</li>
<li>Reboot</li>
<li>Enter on Mac Partition</li>
<li>Login</li>
<li>Go to your Root folder and rename folder EFI, to EFI_old (you may need it again)</li>
<li>Reboot</li>
<li>Press ALT</li>
<li>Windows disk partition will show on apple boot screen Select Windows.</li>
<li>Start using Windows 8 (Don’t use it to much, because that apple has a worm on it Done</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>Laas kommentaar  Installing Windows 7 on MacBook Pro without SuperDrive kohta</title>
		<link>http://blog.laaz.org/tech/2012/04/24/installing-windows-7-on-macbook-pro-without-superdrive/comment-page-1/#comment-5072</link>
		<dc:creator>Laas</dc:creator>
		<pubDate>Thu, 14 Mar 2013 13:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=513#comment-5072</guid>
		<description>&lt;p&gt;Hi, Max.
I&#039;m not particularly sure about that error. Have you tried the tool that &lt;a href=&quot;#comment-5063&quot; rel=&quot;nofollow&quot;&gt;Helge mentioned in the comment&lt;/a&gt;? Maybe that helps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Max.<br />
I&#8217;m not particularly sure about that error. Have you tried the tool that <a href="#comment-5063" rel="nofollow">Helge mentioned in the comment</a>? Maybe that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>max kommentaar  Installing Windows 7 on MacBook Pro without SuperDrive kohta</title>
		<link>http://blog.laaz.org/tech/2012/04/24/installing-windows-7-on-macbook-pro-without-superdrive/comment-page-1/#comment-5071</link>
		<dc:creator>max</dc:creator>
		<pubDate>Thu, 14 Mar 2013 12:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=513#comment-5071</guid>
		<description>thanks for the guide, i keep getting the winload corrupted error upon boot? can you help me please i&#039;m really desperate to run windows on my mbp.. thanks a lot!
</description>
		<content:encoded><![CDATA[<p>thanks for the guide, i keep getting the winload corrupted error upon boot? can you help me please i&#8217;m really desperate to run windows on my mbp.. thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>joan kommentaar  Welcome to Estonia kohta</title>
		<link>http://blog.laaz.org/tech/2010/01/18/welcome-to-estonia/comment-page-1/#comment-5066</link>
		<dc:creator>joan</dc:creator>
		<pubDate>Sat, 02 Mar 2013 18:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=167#comment-5066</guid>
		<description>The yellow flowers in the snow (Eranthis Hyemalis) are blooming at my house right now...Mar 3. I live in the NE corner of Indiana, in the U.S.A. Here, we call them Winter Aconite. They are oh so welcome, peeking through the snow!
</description>
		<content:encoded><![CDATA[<p>The yellow flowers in the snow (Eranthis Hyemalis) are blooming at my house right now&#8230;Mar 3. I live in the NE corner of Indiana, in the U.S.A. Here, we call them Winter Aconite. They are oh so welcome, peeking through the snow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Yatin kommentaar  xdebug with XAMPP on Mac OS X kohta</title>
		<link>http://blog.laaz.org/tech/2010/08/27/xdebug-with-xampp-on-mac-os-x/comment-page-1/#comment-5065</link>
		<dc:creator>Yatin</dc:creator>
		<pubDate>Thu, 21 Feb 2013 17:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=267#comment-5065</guid>
		<description>Thanks a lot. Works great.

Just want to emphasize ... as mentioned in comments above make sure your architecture is i386

lipo -info /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so
</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Works great.</p>
<p>Just want to emphasize &#8230; as mentioned in comments above make sure your architecture is i386</p>
<p>lipo -info /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so</p>
]]></content:encoded>
	</item>
	<item>
		<title>Laas kommentaar  Installing Windows 7 on MacBook Pro without SuperDrive kohta</title>
		<link>http://blog.laaz.org/tech/2012/04/24/installing-windows-7-on-macbook-pro-without-superdrive/comment-page-1/#comment-5064</link>
		<dc:creator>Laas</dc:creator>
		<pubDate>Fri, 08 Feb 2013 08:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=513#comment-5064</guid>
		<description>&lt;p&gt;Thanks! This is good news for everybody.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks! This is good news for everybody.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Helge kommentaar  Installing Windows 7 on MacBook Pro without SuperDrive kohta</title>
		<link>http://blog.laaz.org/tech/2012/04/24/installing-windows-7-on-macbook-pro-without-superdrive/comment-page-1/#comment-5063</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Thu, 07 Feb 2013 17:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=513#comment-5063</guid>
		<description>Regarding the blinking cursor problem I found a solution, that worked several times for me now.
I&#039;ve had the blinking cursor after the first steps of the installation were finished. What helped, was booting into OS X and from there starting the newly-created Bootcamp partition in a VM (VMWare, in my case, but others may work too). Windows boots up without any problems. Then, on Windows-on-VM, I ran a tool called &quot;EasyBCD&quot; (v. 2.1.2 in my case) which I found on the Internet, I believe it is free software. Somewhere in this tool, you can &quot;Re-Create/Repair boot files&quot;, thats only one click, as far as I remember.
After that, Windows boots natively without any problems (and without rEFIt or rEFInd) when selected via Option-key or via &quot;startup drive&quot; in OS X.

So the steps in short (tl;dr):
1. Install Win7 in any way (Bootcamp assistant or copy over cloned image)
2. When during the first bootups the blinking cursor occurs, reboot your machine into OS X.
3. Install/start virtualization software and import your Bootcamp partition
4. Start Bootcamp in Virtual Machine
5. Install EasyBCD on Virtual Bootcamp
6. Click &quot;Re-Create/Repair boot files&quot;
7. Close EasyBCD, power down virtual Bootcamp
8. Reboot your physical machine into Windows (Option-key at startup)
9. Voilà, blinking cursor gone.

Thanks to the Author of this blog post and to mobilemacs podcast for mentioning it!
</description>
		<content:encoded><![CDATA[<p>Regarding the blinking cursor problem I found a solution, that worked several times for me now.<br />
I&#8217;ve had the blinking cursor after the first steps of the installation were finished. What helped, was booting into OS X and from there starting the newly-created Bootcamp partition in a VM (VMWare, in my case, but others may work too). Windows boots up without any problems. Then, on Windows-on-VM, I ran a tool called &#8220;EasyBCD&#8221; (v. 2.1.2 in my case) which I found on the Internet, I believe it is free software. Somewhere in this tool, you can &#8220;Re-Create/Repair boot files&#8221;, thats only one click, as far as I remember.<br />
After that, Windows boots natively without any problems (and without rEFIt or rEFInd) when selected via Option-key or via &#8220;startup drive&#8221; in OS X.</p>
<p>So the steps in short (tl;dr):<br />
1. Install Win7 in any way (Bootcamp assistant or copy over cloned image)<br />
2. When during the first bootups the blinking cursor occurs, reboot your machine into OS X.<br />
3. Install/start virtualization software and import your Bootcamp partition<br />
4. Start Bootcamp in Virtual Machine<br />
5. Install EasyBCD on Virtual Bootcamp<br />
6. Click &#8220;Re-Create/Repair boot files&#8221;<br />
7. Close EasyBCD, power down virtual Bootcamp<br />
8. Reboot your physical machine into Windows (Option-key at startup)<br />
9. Voilà, blinking cursor gone.</p>
<p>Thanks to the Author of this blog post and to mobilemacs podcast for mentioning it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Proter kommentaar  MacFuse and Mac OS X Lion kohta</title>
		<link>http://blog.laaz.org/tech/2011/07/23/macfuse-and-mac-os-x-lion/comment-page-1/#comment-5057</link>
		<dc:creator>Proter</dc:creator>
		<pubDate>Tue, 22 Jan 2013 13:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laaz.org/tech/?p=340#comment-5057</guid>
		<description>macfuse-core-10.5-2.1.9.dmg works perfect for me on Mountain lion on macpro, imac and MacBookPro. Thanks a lot
</description>
		<content:encoded><![CDATA[<p>macfuse-core-10.5-2.1.9.dmg works perfect for me on Mountain lion on macpro, imac and MacBookPro. Thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
