iDante
October 26th, 2008, 11:48 PM
I just recently installed ubuntu 8.04 onto my macbook, all went smoothly. I made a separate partition for ubuntu. Here is what fdisk -l gives:
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0000134d
Device Boot Start End Blocks Id System
/dev/sda1 1 26 204819+ ee EFI GPT
/dev/sda2 * 26 3926 31326208 af Unknown
/dev/sda3 3926 6965 24414063 83 Linux
/dev/sda4 6965 7296 2659180 82 Linux swap / Solaris
I'm pretty sure that /dev/sda2 is the one that I want to boot into, so I took /boot/grub/menu.lst and added in:
title MacOSX
root (hd0,1)
makeactive
chainloader --force +1
Unfortunately, nothing happens when I attempt to boot into it with GRUB.
Anything I'm doing wrong?
Edit: a quick thing, when I hold down option as the computer starts, I get an image of just a lock, with a password input field. My admin password doesnt unlock it. What do I use?
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0000134d
Device Boot Start End Blocks Id System
/dev/sda1 1 26 204819+ ee EFI GPT
/dev/sda2 * 26 3926 31326208 af Unknown
/dev/sda3 3926 6965 24414063 83 Linux
/dev/sda4 6965 7296 2659180 82 Linux swap / Solaris
I'm pretty sure that /dev/sda2 is the one that I want to boot into, so I took /boot/grub/menu.lst and added in:
title MacOSX
root (hd0,1)
makeactive
chainloader --force +1
Unfortunately, nothing happens when I attempt to boot into it with GRUB.
Anything I'm doing wrong?
Edit: a quick thing, when I hold down option as the computer starts, I get an image of just a lock, with a password input field. My admin password doesnt unlock it. What do I use?