<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sabayon 5.2 (soon to be released) on macbook 5.2</title>
	<atom:link href="http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2/</link>
	<description>It&#039;s me talking about Sabayon Linux</description>
	<lastBuildDate>Tue, 15 Jan 2013 18:21:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Thomas</title>
		<link>http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2/#comment-91</link>
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Mon, 20 Sep 2010 07:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2#comment-91</guid>
		<description><![CDATA[Thanks, this worked for me.  It happened to me during my Sabayon 5.3 install, so it&#039;s sad to see the problem not get fixed.]]></description>
		<content:encoded><![CDATA[<p>Thanks, this worked for me.  It happened to me during my Sabayon 5.3 install, so it&#8217;s sad to see the problem not get fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl</title>
		<link>http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2/#comment-90</link>
		<dc:creator><![CDATA[Darryl]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 08:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2#comment-90</guid>
		<description><![CDATA[I have just got Sabayon running on my new Macbook Pro 17&quot;.  It works beautifully, but getting it installed was a real trial.  I would have liked to try a direct EFI Boot but reluctantly concluded that this would not be a great idea at this stage.  I therefore went with REFIT and emulated bios.  Then, to overcome the sata disk driver problem I had to use molecule on another machine to make an install DVD with a modified kernel.  This at least allowed the live cd to boot and install the system.  This step may not now be necessary if the kernel has been updated to 2.6.35 on the live cd.  Next problem was caused by the 4 partition limit in Apple&#039;s bios, which apparently does not support extended partitions.  Leaving sda1 for the EFI partition and sda2 for OSX, Sabayon by default created a boot partition on sda3 and lvm on sda4.  This would not boot with Grub2.  Fortunately, I kept a Parted Magic disc handy, and was able to use this to boot.  However, the problem with Grub2 is that it needs a very small dedicated partition of its own to work with the GPT partition table.  Expermentation revealed that this need not be one of the first four partitions.  sda5 or after is okay.  Be careful to set the partition type correctly and also the label before updating Grub2.  Sync the partition tables with Refit, which will see only sda1 to sda4, and your machine should now be able to boot Sabayon without the Parted Magic disc.  My current setup has /boot as sda3, and an lvm partition with / and /swap.  / is encrypted.  Theoretically, /boot can also be on LVM with Grub2, though the Sabayon installer did not permit this setup.  I may try it a little later.

I also had a little difficulty getting sound working properly (in KDE).  Also, wireless networking was okay initially but broke after an update.  The wireless card, for some reason, would no longer connect to the access point, and I spent a lot of time trying to isolate the problem.  I went so far as to attempt to replace the proprietary wl driver with a windows driver using ndiswrapper, but without success.  Finally, I realised that the problem was solved by changing the access point encryption from wpa to wpa2.  Evidently the driver supports the latter better than the former.  My next effort was with KVM.  After modprobing tun, kvm and kvm-intel virt-manager worked well and I was able to use it to install and run a virtual machine.  Unfortunately, wireless networking the linux bridging do not seem to work well together.  A google search reveals a good workaround involving tap and proxy arp, which I haven&#039;t tried and probably won&#039;t bother at this stage.  I do not envisage that any virtual machines run on my Macbook will need to be exposed to the outside network, default nat networking should be fine.

Overall, I am enjoying the experience.  The screen is great.  Compositing works well.  The battery life does not seem to be too bad.  The keyboard layout takes some getting used to, but I&#039;m getting better at it.  My next moves will probably be to encrypt the swap partition also, and to move /boot to the LVM.]]></description>
		<content:encoded><![CDATA[<p>I have just got Sabayon running on my new Macbook Pro 17&#8243;.  It works beautifully, but getting it installed was a real trial.  I would have liked to try a direct EFI Boot but reluctantly concluded that this would not be a great idea at this stage.  I therefore went with REFIT and emulated bios.  Then, to overcome the sata disk driver problem I had to use molecule on another machine to make an install DVD with a modified kernel.  This at least allowed the live cd to boot and install the system.  This step may not now be necessary if the kernel has been updated to 2.6.35 on the live cd.  Next problem was caused by the 4 partition limit in Apple&#8217;s bios, which apparently does not support extended partitions.  Leaving sda1 for the EFI partition and sda2 for OSX, Sabayon by default created a boot partition on sda3 and lvm on sda4.  This would not boot with Grub2.  Fortunately, I kept a Parted Magic disc handy, and was able to use this to boot.  However, the problem with Grub2 is that it needs a very small dedicated partition of its own to work with the GPT partition table.  Expermentation revealed that this need not be one of the first four partitions.  sda5 or after is okay.  Be careful to set the partition type correctly and also the label before updating Grub2.  Sync the partition tables with Refit, which will see only sda1 to sda4, and your machine should now be able to boot Sabayon without the Parted Magic disc.  My current setup has /boot as sda3, and an lvm partition with / and /swap.  / is encrypted.  Theoretically, /boot can also be on LVM with Grub2, though the Sabayon installer did not permit this setup.  I may try it a little later.</p>
<p>I also had a little difficulty getting sound working properly (in KDE).  Also, wireless networking was okay initially but broke after an update.  The wireless card, for some reason, would no longer connect to the access point, and I spent a lot of time trying to isolate the problem.  I went so far as to attempt to replace the proprietary wl driver with a windows driver using ndiswrapper, but without success.  Finally, I realised that the problem was solved by changing the access point encryption from wpa to wpa2.  Evidently the driver supports the latter better than the former.  My next effort was with KVM.  After modprobing tun, kvm and kvm-intel virt-manager worked well and I was able to use it to install and run a virtual machine.  Unfortunately, wireless networking the linux bridging do not seem to work well together.  A google search reveals a good workaround involving tap and proxy arp, which I haven&#8217;t tried and probably won&#8217;t bother at this stage.  I do not envisage that any virtual machines run on my Macbook will need to be exposed to the outside network, default nat networking should be fine.</p>
<p>Overall, I am enjoying the experience.  The screen is great.  Compositing works well.  The battery life does not seem to be too bad.  The keyboard layout takes some getting used to, but I&#8217;m getting better at it.  My next moves will probably be to encrypt the swap partition also, and to move /boot to the LVM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2/#comment-63</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Tue, 06 Jul 2010 10:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://joostruis.wordpress.com/2010/03/19/sabayon-5-2-soon-to-be-released-on-macbook-5-2#comment-63</guid>
		<description><![CDATA[I tried so hard to get Sabayon onto my mac, in the end i gave up thinking Sabayon didn&#039;t have the efi build of grub, it also stuffed my windows partition too so that was fun, though am still sad i dont have sab&#039;s on here, had to settle for ubuntu it has the grub mac relationship sorted :P]]></description>
		<content:encoded><![CDATA[<p>I tried so hard to get Sabayon onto my mac, in the end i gave up thinking Sabayon didn&#8217;t have the efi build of grub, it also stuffed my windows partition too so that was fun, though am still sad i dont have sab&#8217;s on here, had to settle for ubuntu it has the grub mac relationship sorted <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
