Announcement

Collapse
No announcement yet.

Triple-booting Kubuntu 10.04, Windows 7 and PC-BSD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Triple-booting Kubuntu 10.04, Windows 7 and PC-BSD

    Here's a copy of grub.cfg
    Attached Files
    Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

    Comment


      #17
      Re: Triple-booting Kubuntu 10.04, Windows 7 and PC-BSD

      In my reply #6 I gave you a link to the answer. The 40_custom entry for PC-BSD is given as:
      menuentry "PC-BSD 8.1" {
      insmod ufs2
      set root=(hd0,4)
      kfreebsd /boot/kernel/kernel
      }
      Based on your attached grub.cfg.txt, this is what you have in your 40_custom file:
      menuentry "PC-BSD" {
      set root='(hd1,1)'
      chainloader +1
      Based on that, I suggest modifying your 40_custom to read:
      menuentry "PC-BSD 8.1" {
      insmod ufs2
      set root=(hd1,1)
      kfreebsd /boot/kernel/kernel
      }
      Using Kubuntu Linux since March 23, 2007
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #18
        Re: Triple-booting Kubuntu 10.04, Windows 7 and PC-BSD

        Originally posted by Snowhog
        In my reply #6 I gave you a link to the answer. The 40_custom entry for PC-BSD is given as:
        menuentry "PC-BSD 8.1" {
        insmod ufs2
        set root=(hd0,4)
        kfreebsd /boot/kernel/kernel
        }
        Based on your attached grub.cfg.txt, this is what you have in your 40_custom file:
        menuentry "PC-BSD" {
        set root='(hd1,1)'
        chainloader +1
        Based on that, I suggest modifying your 40_custom to read:
        menuentry "PC-BSD 8.1" {
        insmod ufs2
        set root=(hd1,1)
        kfreebsd /boot/kernel/kernel
        }
        I have tried that already as well. Still nothing.

        This is the output from "sudo update-grub":
        Generating grub.cfg ...
        Found linux image: /boot/vmlinuz-2.6.32-31-generic
        Found initrd image: /boot/initrd.img-2.6.32-31-generic
        Found linux image: /boot/vmlinuz-2.6.32-30-generic
        Found initrd image: /boot/initrd.img-2.6.32-30-generic
        Found linux image: /boot/vmlinuz-2.6.32-21-generic
        Found initrd image: /boot/initrd.img-2.6.32-21-generic
        Found memtest86+ image: /boot/memtest86+.bin
        Found Windows 7 (loader) on /dev/sda1
        done

        EDIT: I used GPT partitioning. Could that be the cause?

        "sudo fdisk -l" gave me a little warning:
        WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


        Disk /dev/sdb: 250.1 GB, 250059350016 bytes
        256 heads, 63 sectors/track, 30282 cylinders
        Units = cylinders of 16128 * 512 = 8257536 bytes
        Sector size (logical/physical): 512 bytes / 512 bytes
        I/O size (minimum/optimal): 512 bytes / 512 bytes
        Disk identifier: 0x00000000

        Device Boot Start End Blocks Id System
        /dev/sdb1 * 1 30283 244198583+ ee GPT
        Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

        Comment


          #19
          Re: Triple-booting Kubuntu 10.04, Windows 7 and PC-BSD

          Do you have the package ufsutils installed?
          Utilities to manage the UFS filesystem, mostly used in BSD or derived operating systems. This include FFS, UFS and UFS2.

          The following utilities are provided:
          • mkfs.ufs
          • fsck.ufs
          • fsdb.ufs
          • dumpfs.ufs
          • growfs.ufs
          • tunefs.ufs
          • badsect.ufs
          • ffsinfo
          Using Kubuntu Linux since March 23, 2007
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #20
            Re: Triple-booting Kubuntu 10.04, Windows 7 and PC-BSD

            Installed now
            Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

            Comment

            Working...
            X