<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>MobileDude Blog: Apple MacBook: Dual-booting Ubuntu Linux</title>
    <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Apple MacBook: Dual-booting Ubuntu Linux</title>
      <description>&lt;p&gt;Seduced by the new Apple MacBook, I was powerless to resist when Firefox presented me with the AddToCart button.  I configured mine with a 2.0GHz processor, 1GB of &lt;span class="caps"&gt;RAM&lt;/span&gt; and the big 120GB hard drive.  And I choose white, of course.  Not black, you say?  Well, had I wanted a black laptop, I would have bought a Dell or a StinkPad and condemned myself to joining the uncreative horde of tech-cool wannabees.  White is it.  White is the way.  Tech-cool, here I come!&lt;/p&gt;


	&lt;p&gt;After it arrived, it was only a matter of days until I realized that Mac OS was just not going to cut it.  Don&amp;#8217;t get me wrong, it&amp;#8217;s definitely usable, much more so than Windows, but it&amp;#8217;s missing things that I get without too much trouble from a good Linux install.  Virtual desktops, complete keyboard (re-)mapping, standard tools like &lt;span class="caps"&gt;SVN&lt;/span&gt; and &lt;span class="caps"&gt;CVS&lt;/span&gt;, applets, and the list goes on.  You can of course get some or most of these things from the &lt;a href="http://darwinports.opendarwin.org"&gt;darwin ports&lt;/a&gt; project or other open source projects, but my goal was not to learn some new packaging system and spend countless hours configuring things to my liking.  My goal was to get a working development environment up and running on my super-cool new MacBook laptop.  And the easiest way for me to do that was to install Linux!&lt;/p&gt;


	&lt;p&gt;So I set out to install &lt;a href="http://www.ubuntu.com"&gt;Ubuntu Linux&lt;/a&gt; (my new favorite Linux distro) on my new MacBook.  Since the MacBooks are Intel processor based and use &lt;a href="http://www.intel.com/technology/efi/"&gt;newish boot loader technology&lt;/a&gt;, there are no Linux distros that support out-of-the-box  installation.  You have to get your hands a little dirty to make it work.  Nothing that &lt;a href="http://www.gentoo.org"&gt;Gentoo&lt;/a&gt; users aren&amp;#8217;t used to, but it does take a little familiarity with some low-level installation concepts.  If you are not comfortable with setting up partitions, configuring a boot-loader or performing administration tasks from the command line, you should probably just stick with &lt;a href="http://www.apple.com"&gt;Mac OS&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;I should mention a couple of things before we begin.&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;The information here comes from a number of different sites.  I used the information on these sites to get Ubuntu Linux installed and to dual-boot with Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; on my MacBook laptop.  &lt;a href="http://en.wikipedia.org/wiki/Your_mileage_may_vary"&gt;&lt;span class="caps"&gt;YMMV&lt;/span&gt;&lt;/a&gt;.  If you are going to attempt to install Ubuntu on your laptop, you should keep these two sites handy:
	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://bin-false.org/?p=17" title="Dual Boot"&gt;Installing Ubuntu Linux on a MacBook&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://desrt.mcmaster.ca/macbook.xhtml"&gt;Ubuntu Dapper on the Apple MacBook&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;I wrote down each step while I was installing on my laptop.  I&amp;#8217;m probably not as meticulous as I should be, but hopefully I didn&amp;#8217;t forget anything important.  Keep the two sites I mentioned above handy and be ready to call upon your other Linux installation experiences in case things stray from the path outlined below.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;If you are trying this install on a MacBook Pro, Mac Mini or any other type of Mac that is not a MacBook, you should look to other sites for guidance.  If you are trying to set-up a triple-boot, you should also look to other sites.  The &lt;a href="http://www.mactel-linux.org/wiki/Main_Page"&gt;Mactel-Linux&lt;/a&gt; site is a good place to begin for either of these situations.  Even if you are trying to set-up a Mac &lt;span class="caps"&gt;OS X&lt;/span&gt;&amp;#8212;Ubuntu Linux dual-boot on a MacBook just like I did, I don&amp;#8217;t guarantee that these steps will work.  This is just a list of the steps that I use to get things working on my MacBook.  As I mentioned before, &lt;a href="http://en.wikipedia.org/wiki/Your_mileage_may_vary"&gt;&lt;span class="caps"&gt;YMMV&lt;/span&gt;&lt;/a&gt;.    However, at the very least, the steps below should get you going in the right direction.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Let&amp;#8217;s install!&lt;/p&gt;


	&lt;h4&gt;Backup&lt;/h4&gt;


	&lt;p&gt;As with any install, the first thing to do is to &lt;em&gt;backup any and all of your data&lt;/em&gt;.  I&amp;#8217;ve lost data to stupid mistakes before so I can tell you first hand that you will not regret taking the time.  Backup early and backup often.&lt;/p&gt;


	&lt;h4&gt;Get Ubuntu&lt;/h4&gt;


	&lt;p&gt;Download and burn the &lt;a href="http://www.ubuntu.com/download"&gt;Ubuntu CD&lt;/a&gt;.  The &lt;span class="caps"&gt;ISO&lt;/span&gt; images work both as a live CD and as an installation CD.  You should use the Ubuntu &lt;strong&gt;v6.06.1&lt;/strong&gt; LTS version as it has some improvements for the MacBook that v6.06 does not have.&lt;/p&gt;


	&lt;h4&gt;Partition your disk using Boot Camp&lt;/h4&gt;


	&lt;ul&gt;
	&lt;li&gt;Download the &lt;a href="http://www.apple.com/macosx/bootcamp/"&gt;Boot Camp Beta&lt;/a&gt; from Apple&amp;#8217;s site and install it on you MacBook. &lt;/li&gt;
		&lt;li&gt;Go into Applications -&amp;gt; Utilities and run the Boot Camp Assistant.&lt;/li&gt;
		&lt;li&gt;Follow the Boot Camp instructions.  You can choose the &amp;#8220;I already have a Macintosh Drivers CD&amp;#8221; since everything we need is on the Ubuntu CD.&lt;/li&gt;
		&lt;li&gt;When creating a second partition with Boot Camp, re-size the partitions to your preferred size.  I choose to have a 34 GB Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; partition and a 60GB Windows XP partition.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Note&lt;/strong&gt;: the 34 GB Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; partition is really about 51 GB since Boot Camp subtracts the space already used by Mac &lt;span class="caps"&gt;OS X&lt;/span&gt;.&lt;/li&gt;
		&lt;li&gt;Restart Mac OS after partitioning is done.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h4&gt;Install the boot menu&lt;/h4&gt;


	&lt;ul&gt;
	&lt;li&gt;Download &lt;a href="http://refit.sourceforge.net/#download"&gt;rEFIt&lt;/a&gt;.  I choose the Mac disk image.  If downloading did not automatically mount the disk image, do that now.&lt;/li&gt;
		&lt;li&gt;Install &lt;a href="http://refit.sourceforge.net/"&gt;rEFIt&lt;/a&gt;.  Be sure to read the &lt;a href="http://refit.sourceforge.net/doc/c1s1_install.html"&gt;installation instructions&lt;/a&gt; on the rEFIt website first.  Open a terminal window and execute the following commands:&lt;/li&gt;
	&lt;/ul&gt;


&lt;pre id="code"&gt;
% sudo cp -R /Volumes/rEFIt/efi /efi
% cd /efi/refit
% ./enable.sh
&lt;/pre&gt;

	&lt;h4&gt;Plug-in&lt;/h4&gt;


	&lt;p&gt;Ensure that your MacBook is plugged-in to your local Ethernet.  Access to a wireless network during the Linux install is not supported.&lt;/p&gt;


	&lt;h4&gt;Boot-up the Ubuntu Linux CD&lt;/h4&gt;


Reboot with the Ubuntu CD in the computer.  Once you are in the &lt;span class="caps"&gt;GNOME&lt;/span&gt; desktop, double-click on the &amp;#8220;Install&amp;#8221; icon to start the Ubuntu installer.  Follow the installation normally, noting carefully the following steps:
	&lt;ul&gt;
	&lt;li&gt;Step: Prepare disk space&amp;#8212;Select &amp;#8220;Manually edit partition table.&amp;#8221; &lt;/li&gt;
		&lt;li&gt;Step: Prepare partitions&amp;#8212;
	&lt;ul&gt;
	&lt;li&gt;Delete the &lt;code&gt;/dev/sda3&lt;/code&gt; partition. This is the Windows XP partition that was created with Boot Camp.&lt;/li&gt;
		&lt;li&gt;Select the unused space and click on the &amp;#8220;New&amp;#8221; button in the menubar.  &lt;/li&gt;
		&lt;li&gt;Create a new ext3 partition, leaving about 1GB space after it.&lt;/li&gt;
		&lt;li&gt;Using the last 1GB of space, create a new linux-swap partition.&lt;/li&gt;
		&lt;li&gt;There should now be 4 partitions on the disk: 
	&lt;ol&gt;
	&lt;li&gt;&lt;code&gt;/dev/sda1&lt;/code&gt; (fat32)&lt;/li&gt;
		&lt;li&gt;&lt;code&gt;/dev/sda2&lt;/code&gt; (hfs+)&lt;/li&gt;
		&lt;li&gt;New Partition #1 (ext3)&lt;/li&gt;
		&lt;li&gt;New Partition #2 (linux-swap).&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
		&lt;li&gt;Click forward to repartition the disk.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
		&lt;li&gt;Step: Prepare mount points&amp;#8212;
	&lt;ul&gt;
	&lt;li&gt;Don&amp;#8217;t mount the &amp;#8221;/mount/EFI System Partition&amp;#8221; Partition 1 [sda1]. &lt;/li&gt;
		&lt;li&gt;Just select the empty option for both the Mount Point and Partition.  &lt;/li&gt;
		&lt;li&gt;This should leave you with only 2 mount points: 
	&lt;ol&gt;
	&lt;li&gt;&lt;code&gt;/&lt;/code&gt; Partition 3 [sda3]&lt;/li&gt;
		&lt;li&gt;&lt;code&gt;swap&lt;/code&gt; Partition 4 [sda4]&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
		&lt;li&gt;Continue with the installation.  It will take a few minutes.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h4&gt;Boot Loader&lt;/h4&gt;


	&lt;p&gt;At the end of the installation process, the install will fail when trying to install &lt;span class="caps"&gt;GRUB&lt;/span&gt;.  This is OK.  It will say that the installer crashed.  This too is OK&lt;/p&gt;


	&lt;p&gt;You should now find yourself back in the &lt;span class="caps"&gt;GNOME&lt;/span&gt; desktop environment again.  Open a terminal (Applications -&amp;gt; Accessories -&amp;gt; Terminal) as we now need to do a few things by hand.  In the terminal, execute the following commands:&lt;/p&gt;


&lt;pre id="code"&gt;
% sudo mkdir /mnt/ubuntu
% sudo mount /dev/sda3 /mnt/ubuntu
% sudo mount -t proc none /mnt/ubuntu/proc
% sudo mount -o bind /dev /mnt/ubuntu/dev
% sudo chroot /mnt/ubuntu /bin/bash
&lt;/pre&gt;

	&lt;p&gt;We have just created an environment that looks exactly like your Ubuntu Linux system will look after we re-boot.  In this same window, run this command:&lt;/p&gt;


&lt;pre id="code"&gt;
% sudo apt-get install lilo lilo-doc linux-686-smp linux-restricted-modules-2.6.15-23-686 linux-kernel-headers
&lt;/pre&gt;

	&lt;p&gt;This installs lilo and a kernel that is more tuned for the MacBook&amp;#8217;s processor.&lt;/p&gt;


	&lt;p&gt;Now use the nano editor (since emacs is not yet installed :-) to create the &lt;code&gt;/etc/lilo.conf&lt;/code&gt; file.  It should contain something like this:&lt;/p&gt;


&lt;pre id="code"&gt;
boot=/dev/sda
default=Ubuntu

map=/boot/map
delay=20
image=/vmlinuz initrd=/initrd.img
append="quiet splash" 
root=/dev/sda3
label=Ubuntu
read-only
&lt;/pre&gt;

	&lt;p&gt;Open a new Terminal window and run:&lt;/p&gt;


&lt;pre id="code"&gt;
% sudo parted
&lt;/pre&gt;

	&lt;p&gt;On the parted command line, execute the following commands:&lt;/p&gt;


&lt;pre id="code"&gt;
(parted) print
(parted) set 3

     Note that the "3" is the number of the 
     root partition (/dev/sda3) of the Ubuntu Linux install.

Flag to change? boot/hidden/raid/lvm/hp-service/msftres? boot
New state? on/[off]? on
(parted) quit
&lt;/pre&gt;

	&lt;p&gt;Close this Terminal window.&lt;/p&gt;


	&lt;p&gt;Go back to the first Terminal and run the command:&lt;/p&gt;


&lt;pre id="code"&gt;
% sudo lilo
&lt;/pre&gt;

	&lt;p&gt;You can safely ignore the warning.&lt;/p&gt;


	&lt;p&gt;Now exit the environment and unmount the partitions with these commands:&lt;/p&gt;


&lt;pre id="code"&gt;
exit
sudo umount /mnt/ubuntu/proc
sudo umount /mnt/ubuntu/dev
sudo umount /mnt/ubuntu
&lt;/pre&gt;

	&lt;p&gt;Restart the computer.&lt;/p&gt;


	&lt;h4&gt;Synchronizing the partition tables&lt;/h4&gt;


	&lt;p&gt;When the computer starts up, you will see the rEFIt menu.  It has a very nice, Mac-worthy, graphical display.&lt;/p&gt;


	&lt;p&gt;There should be two large icons: a Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; apple and a Linux penguin; and several smaller icons below.  Selecting one of the large icons and then hitting return will boot you into that OS.  By default, without input, Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; will boot in 20 seconds.&lt;/p&gt;


	&lt;p&gt;Before booting for the first time, you must synchronize the &lt;span class="caps"&gt;MBR&lt;/span&gt;/GPT partition maps.  Do this by selecting the Partitioning Tool, the small disk drive icon below the two OS icons, and hit return.&lt;/p&gt;


	&lt;p&gt;You will be asked if it is OK to synchronize the partition tables.  You should answer yes.  Now, select the Linux penguin and boot into Ubuntu Linux.&lt;/p&gt;


	&lt;h4&gt;Installing important software&lt;/h4&gt;


	&lt;p&gt;Login to Ubuntu with the username and password you created during installation.  Open a Terminal and run the following command, typing your password when asked:&lt;/p&gt;


&lt;pre id="code"&gt;
% sudo dpkg-reconfigure debconf
&lt;/pre&gt;

	&lt;p&gt;On the first screen select &amp;#8220;Dialog&amp;#8221; and hit return.  Choose the defaults on the next screens.&lt;/p&gt;


Now, start up the synaptic package manager (System -&amp;gt; Administration -&amp;gt; Synaptic Package Manager), typing  your password if asked.
	&lt;ul&gt;
	&lt;li&gt;Turn on the Universe Repository (Settings -&amp;gt; Repositories -&amp;gt; Channels) in synaptic.&lt;/li&gt;
		&lt;li&gt;Search for the package, &lt;code&gt;915resolution&lt;/code&gt;, and install it.  You will have the native MacBook resolution the next time you reboot.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;In your Terminal window, load the wireless module:&lt;/p&gt;


&lt;pre id="code"&gt;
% modprobe new_wlan_scan_sta
&lt;/pre&gt;

	&lt;p&gt;Then in synaptic, search for &amp;#8220;network manager&amp;#8221; and install the &lt;code&gt;network-manager&lt;/code&gt; daemon package and &lt;code&gt;network-manager-gnome&lt;/code&gt; frontend applet package.  The next time you login, you will see a small applet icon in the panel.  It allows you to select your wireless or wired network.&lt;/p&gt;


	&lt;p&gt;It should be noted that the wireless drivers for Linux are not as good as the Apple drivers and so it will probably take longer to connect to the wireless router and you will probably see less signal strength under Linux than you do when running Mac &lt;span class="caps"&gt;OS X&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;Now add the following apt sources/channels  in synaptic (Settings-&amp;gt;Repositories -&amp;gt; Add -&amp;gt; Custom):&lt;/p&gt;


&lt;pre id="code"&gt;
deb http://ubuntu.desrt.ca/ ./
deb-src http://ubuntu.desrt.ca/ ./
&lt;/pre&gt;

	&lt;p&gt;Click the &amp;#8220;Reload&amp;#8221; button in the synaptic menubar, then search for &amp;#8220;macbook&amp;#8221;.  Install the &lt;code&gt;macbook-backlight&lt;/code&gt; and &lt;code&gt;macbook-backlight-hal&lt;/code&gt; packages.  These packages allow you to change the display brightness.  Run the power management preferences dialog (System-&amp;gt;Preferences-&amp;gt;Power Management) and you can change the display brightness based on whether you are running on AC or battery.&lt;/p&gt;


	&lt;p&gt;You can also use the command-line program &lt;code&gt;macbook-backlight&lt;/code&gt; if you make it setuid root:&lt;/p&gt;


&lt;pre id="code"&gt;
% sudo chmod u+s /usr/bin/macbook-backlight
&lt;/pre&gt;

	&lt;p&gt;If you are interested in having sleep work, you will also want to install the &lt;code&gt;laptop-mode-tools&lt;/code&gt; package if it is not already installed.  Once installed we will need to make some small modifications.  Due to an init script order error, the &lt;code&gt;/usr/sbin/laptop-detect&lt;/code&gt; script will not detect that we are on a laptop.  A quick fix for this is to edit the script and place &amp;#8216;&lt;code&gt;exit 0&lt;/code&gt;&amp;#8217; on the second line.  This will make &lt;code&gt;laptop-detect&lt;/code&gt; always report that we are on a laptop (which is the case here).&lt;/p&gt;


	&lt;p&gt;Another is to modify the &lt;span class="caps"&gt;ACPI&lt;/span&gt; configuration in &lt;code&gt;/etc/default/acpi-support&lt;/code&gt;.  Here you should uncomment the &lt;code&gt;ACPI_SLEEP=true&lt;/code&gt; line (first configuration variable in the file).  Then set &lt;code&gt;ENABLE_LAPTOP_MODE=true&lt;/code&gt; (last configuration variable in the file).&lt;/p&gt;


	&lt;p&gt;Now reboot and you should have a working Ubuntu Linux installation to go with your Mac &lt;span class="caps"&gt;OS X&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;One last thing to note is that Linux will often produce a kernel panic during boot.  This is due to an &lt;span class="caps"&gt;APIC&lt;/span&gt; timing problem.  If you reboot, normally the timing problem goes away (you may have to reboot more than once).  A more permanent solution is to recompile the kernel to use a timing frequency of 1000Hz instead of 250Hz, but I will leave the details of that process as an exercise for the reader (hint: comment #152 on &lt;a href="http://bin-false.org/?p=17"&gt;this page&lt;/a&gt; has some pointers).&lt;/p&gt;


	&lt;p&gt;From here, there a countless things you can do with your new Linux system, but I&amp;#8217;ll leave that up to you.  If you have problems with Ubuntu, &lt;a href="http://www.ubuntuforums.org"&gt;their forums&lt;/a&gt; are a good place to start looking for help.&lt;/p&gt;


	&lt;p&gt;Again, thanks to the following two sites as they formed the basis of the information found in this post.&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://desrt.mcmaster.ca/macbook.xhtml"&gt;Ubuntu Dapper on the Apple MacBook&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://bin-false.org/?p=17" title="Dual Boot"&gt;Installing Ubuntu Linux on a MacBook&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</description>
      <pubDate>Sun, 20 Aug 2006 08:56:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:4666072d-7779-4eab-8ef3-fa0fd89c2614</guid>
      <author>Nicholas Rahn</author>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux</link>
      <category>Tech</category>
      <category>Ubuntu</category>
      <category>MacBook</category>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Tom</title>
      <description>&lt;p&gt;Comment no. 5 really helped. Really.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jul 2008 14:29:03 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:913982c2-e3fb-4d00-992b-4201126870fa</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-57</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by wow guild hosting</title>
      <description>&lt;p&gt;dual booting with ubuntu on a macbook is an interesting approach.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Apr 2008 20:31:30 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:292b1597-cc40-4e09-9ab1-2f7bb29e8b44</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-56</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Brandon Papworth</title>
      <description>&lt;p&gt;Hi, amazing tutorial, but one question&amp;#8230;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m running the Core Duo version of the mbp, and was wondering if I should just be changing the package get commands to include 386 instead of 686. Thanks.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 13:47:40 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:efedff9a-8fc3-4663-a517-96d1cc672d8a</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-55</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Peter</title>
      <description>&lt;p&gt;Forgot to add:
Ubuntu Dapper Drake
Macbook &amp;#8211; Core2Duo with 2 G RAM&lt;/p&gt;</description>
      <pubDate>Thu, 13 Sep 2007 13:03:16 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:2015f4ac-b840-4617-a3d9-d04680b006c2</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-36</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Peter</title>
      <description>&lt;p&gt;I installed Ubuntu on my macbook. everything works perfect except the wireless. I see the network icon on my panel but when clicking it shows only the &amp;#8220;wired network&amp;#8221; option. I dont see my wlan chip identified in the networking either. Anything stupid I am doing?&lt;/p&gt;</description>
      <pubDate>Thu, 13 Sep 2007 10:49:11 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:f20146cd-85dc-48f5-b0f1-77a7c52b32fd</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-35</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Kevin lat</title>
      <description>&lt;p&gt;Dunno if you&amp;#8217;re still keeping track of this, but I tried this and got a GRUB error while installing Ubuntu. I gave up on trying that and decided to go back to OS X, but Boot camp can&amp;#8217;t get rid of the partition and neither can Disk Utility. Any suggestions?&lt;/p&gt;</description>
      <pubDate>Sat, 04 Aug 2007 19:55:48 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:c9cab2c3-6b9d-437a-8bfe-d401eeba139e</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-32</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Lostgame</title>
      <description>&lt;p&gt;How do you remove it once you install it? There&amp;#8217;s no way to see the drive!&lt;/p&gt;</description>
      <pubDate>Sat, 03 Mar 2007 12:48:28 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:bb2faaa1-0e67-47f0-b7bc-84beb4e5b750</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-28</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by peterK</title>
      <description>&lt;p&gt;If it helps to somebody, i could not make refit to boot linux until i have changed lilo.conf to store boot loader onto linux partition itself. (i.e. boot=/dev/sda3 in this case).&lt;/p&gt;</description>
      <pubDate>Wed, 21 Feb 2007 03:42:10 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:4ae4d14e-d48b-44c7-9a16-7d8eb484eac6</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-27</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by TonyS</title>
      <description>&lt;p&gt;wooohoooo !!!!!&lt;/p&gt;


	&lt;p&gt;finally, after two unsuccessful attempts following other instructions found on the net. I finally have linux on my macbook :) great tutorial!&lt;/p&gt;


	&lt;p&gt;I did however get a blank screen on my first restart after the partition sync. what i did is just put back ubuntu cd then restart, you will be presented with 3 choices now.. just select linux installed on the HD. it will boot up linux. eject the ubuntu cd then install the important softwares. next time you boot it up your installed ubuntu will boot up properly.&lt;/p&gt;


	&lt;p&gt;btw, am using my newly installed ubuntu to  give you a million thank you !&lt;/p&gt;</description>
      <pubDate>Fri, 26 Jan 2007 09:46:53 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:12ac45b3-51da-4b9c-9616-7c1f019a6b2e</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-21</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Nicholas Rahn</title>
      <description>&lt;p&gt;Yes, I would think that they should apply equally to Kubuntu.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:03:39 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:07bcedc5-b062-4ab7-8fb1-5aebaa4f1f9d</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-12</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Wesley</title>
      <description>&lt;p&gt;Would these same instructions apply to Kubuntu? I really would rather have KDE instead of Gnome&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Fri, 17 Nov 2006 12:36:43 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:e20d0329-bd5f-49bc-8067-40ff372ba485</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-10</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by Nicholas Rahn</title>
      <description>&lt;p&gt;I don&amp;#8217;t believe I had to change the partition scheme.  So I would stick with GPT, but you need to make sure that you have run lilo and then synchronized the MBR/GPT tables.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Oct 2006 17:20:34 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:333d9b88-5432-4757-a68c-3fd3d2d27dce</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-8</link>
    </item>
    <item>
      <title>"Apple MacBook: Dual-booting Ubuntu Linux" by High_Noonan</title>
      <description>&lt;p&gt;I tried this guide (which I liked as it gave ext3) but I was presented with nothing but a black screen when I tried to boot into Ubuntu. I think the issue is WAY at the start. When setting up OS X, did you use GUID or MBR? I spent all day on this, going thru the OnMac triple boot guide and a couple of others. What do you think? Should the absolute first step be to repartition the drive and make the drive MBR?&lt;/p&gt;


	&lt;p&gt;noon at nycnyne dot net&lt;/p&gt;</description>
      <pubDate>Tue, 17 Oct 2006 23:43:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fc601824-c2f0-4a4c-ba16-8e57b3d467ff</guid>
      <link>http://blog.mobiledude.com/articles/2006/08/20/apple-macbook-dual-booting-ubuntu-linux#comment-7</link>
    </item>
  </channel>
</rss>
