PDA

View Full Version : Ubuntu into 1st Gen Macbook probs


macn0ble
February 28th, 2008, 11:24 AM
Hello everyone-new here soo-the situation-

Tried to install Ubuntu 7.10 into my Macbook 1.8/1Gt RAM. Bought a new 120G HD and installed OS X into 1 partition. Updated it, installed rEFIt and resized the the partition using DISKUTIL "diskutil resize volume disk0s2 90G Linux Ubuntu 0B" So far so good. Then synchronized the MBR table with rEFIt and booted into 7.10 live cd in safe craphics mode. Started installing Ubuntu, but suprise suprise-the installation cannot find the free space-in face the whole harddrive (checked with fdisk). Tried also with Debian Etch, same prob.

Maybe I fekked up something in partition? Has anyone any suggestions, hints or clues what to do.
Cheers!

cyberdork33
February 28th, 2008, 11:40 AM
Updated it, installed rEFIt and resized the the partition using DISKUTIL "diskutil resize volume disk0s2 90G Linux Ubuntu 0B"You made your new partition 0 Bytes large...

In the ubuntu LiveCD, check what things look like in the Partition Editor... (System > Administration > Partition Editor).

macn0ble
February 28th, 2008, 12:43 PM
Actully, if You take a look @ the Diskutil man, you'll find that that 0B means that it'll create a HFS x big and uses the rest for the new Linux partition..but thanks anyway.:)

cyberdork33
February 28th, 2008, 12:50 PM
Actully, if You take a look @ the Diskutil man, you'll find that that 0B means that it'll create a HFS x big and uses the rest for the new Linux partition..but thanks anyway.:)
Apologies... I would still check what is in gParted. If you created a partition, then it wouldn't be "free space"

macn0ble
February 28th, 2008, 01:00 PM
Could it have something to do with the version of HFS? Checked the partition with Diskutility from boot disk & Diskutil and everything was fine, excluding the fact that those programs described the partion as "windows space" or something.

cyberdork33
February 28th, 2008, 01:36 PM
Could it have something to do with the version of HFS? Checked the partition with Diskutility from boot disk & Diskutil and everything was fine, excluding the fact that those programs described the partion as "windows space" or something.
Start the Ubuntu Live CD, start the Partition Editor.

Select the partition you created (whatever it happens to show up as, it should be after your EFI partition, and your OS X partition) and delete it. This will leave free, empty space. Then you can Start the Ubuntu installer, and tell it to use the empty space on the disk.

macn0ble
February 28th, 2008, 04:04 PM
That is the problem, when starting the partition prog, nothing shows up, it doesn't find any free space @ all. Interesting, isn't it?

cyberdork33
February 28th, 2008, 04:12 PM
That is the problem, when starting the partition prog, nothing shows up, it doesn't find any free space @ all. Interesting, isn't it?Well, I am trying to say that if you did what you said you did, there is no free space, if there is a partition made, you need to delete it to make free space. Post the output of 'sudo parted /dev/sda print'.

macn0ble
February 29th, 2008, 03:05 AM
Okay, will try that. It's just that in some wiki's it was the thing to do (a partition for linux). Will keep you posted..

cyberdork33
February 29th, 2008, 10:18 AM
It's just that in some wiki's it was the thing to do (a partition for linux).
I understand. I do not know why those methods are not working, but more detailed information about the current state of your disk would be helpful in determining what to do next.