<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Sat, 20 Mar 2010 16:09:52 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments feed</title>
    <link>http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/feed/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By socorro</title>
      <description><![CDATA[ thank you for such a detailed description - worked fine for me! ]]></description>
      <link>http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/#comment-21957</link>
      <pubDate>Mon, 30 Mar 2009 13:53:07 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/#comment-21957</guid>
    </item>
    <item>
      <title>By Henry Bruce</title>
      <description><![CDATA[ Thanks - great post.

I just did this with Fedora 10 and the Ubuntu partition appears as a drive. Made life much easier!
 ]]></description>
      <link>http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/#comment-23437</link>
      <pubDate>Wed, 29 Apr 2009 10:55:30 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/#comment-23437</guid>
    </item>
    <item>
      <title>By hemanth.hm</title>
      <description><![CDATA[ Installed FC 11 now, i was able to access the Ubuntu hard drives from Fedora.
I may having Ubuntu Jaunty 9.04, opened the /boot/grub/menu.lst with in Fedora, a small change after i copied and pasted to contents to the menu.lst of Fedora was i had to add "root hd(0,0)" after the title line.

If you get a grub 15 error, the fix is universal it's as follows :

For a quick fix, try this:

At the boot prompt, hit "e".
Edit the first line
Change hd(1,0) to hd(0,0)
hit 'b' to boot..

If that doesn't work:

Boot the live cd, Get a Konsole.

sudo bash

(as root)

mkdir /mnt/root
mount /dev/sda2 (or whatever) /mnt/root
mount /dev/sda1 (or whatever) /mnt/root/boot
chroot /mnt/root

vi /etc/fstab
(remove all UUID entries, replace them with the commented /dev/?[abc]# entries)
vi /boot/grub/menu.lst
(replace all UUID entries with /dev/?[abc]# format entries).

save, exit (Ctrl-D), reboot.
 ]]></description>
      <link>http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/#comment-30933</link>
      <pubDate>Fri, 11 Sep 2009 14:29:18 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/build-an-ubuntu-fedora-dual-boot-system/#comment-30933</guid>
    </item>
  </channel></rss>