Results 1 to 8 of 8

Thread: [SOLVED] Resize partition on iMac g3

  1. #1
    Join Date
    Jun 2007
    Beans
    194

    [SOLVED] Resize partition on iMac g3

    I just recently got an iMac g3 (for $20 at a computer show ). This one has 192 mb of ram and a 233 mhz cpu. I figured that it would be a good candidate for Xubuntu. However, it already came with OSX 9.2 and I wanted to dual boot the machine. I need a way to resize the partition on this computer such as gparted. I have tried the Ubuntu powperpc desktop version, thinking that it would have gparted built in, but, because of video problems the gui never appears. I really don't want to open up the system, and am looking for a way to do this without plugging the drive in as secondary on my main computer. (Note to try to start gui, I tried this tutorial http://ubuntuforums.org/showthread.php?t=405934, but I could never find those options in xorg.conf).
    Leo Laporte Rocks!
    TWiT.TV Be aware of Malicious Commands: http://ubuntuforums.org/announcement.php?a=54]

  2. #2
    Join Date
    Oct 2007
    Location
    /Ubuntu
    Beans
    187
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Resize partition on iMac g3

    This is great! In fact, i got an Imac G3, slot loading with 128MB RAM (Yikes) and as a matter of fact I did this a few days ago.

    What I did was to update my firmware to the latest version, burned a fresh Debian PPC CD (which is very very similar to the Xubuntu Alternate), and then ddisabled journalling.

    Then I rebooted my machine. then I pressed C to boot from the Debian CD, then I went through all the processes until it came up with the Partitioner-

    I hit "go back", and then "excecute a shell", then I typed

    Code:
    parted print
    and then I resized my partiton

    Code:
    resize MINOR_NUMBER_HERE START_BLOCK_SIZE_FROM_PRINT_OUTPUT NEW_END_BLOCK_SIZE
    (this should be clear which partition you want to resize
    which would look something like this

    Code:
    resize 3 128.032 37237.821
    Where 3 is the number that corresponds to your HFS+ partition, the second number is the position of your Partition [usually in MB- divide this number by 1024 to get it in MB]

    And the end size is where you want your partion to now end.

    Don't forget to write the changes to disc, or your partitions won't change.

    If you want, install Debian in the free space, but I clicked Abort the installation, popped in the Xubuntu 8.04 Alternate CD, and then typed "install", which took me to the Xubuntu Installer. I folowed all the steps up to the partitioner, where there should be an option to install in the free space. i selected that and was as good as home.

    EDIT: This is the iMac model that is tray loading, I presume, so it may have a limit. Be sure to have ALL your partitions within 8GBs.

    EDIT 2: i don't think Mac OS 9 Had journalling.
    James (Registered Ubuntu User #19236)

    iMac G3 350Mhz Summer 2000, running Debian Squeeze
    Compaq Presario
    M2000 running Ubuntu Jaunty


  3. #3
    Join Date
    Jun 2007
    Beans
    194

    Re: Resize partition on iMac g3

    Thanks for responding. When I run parted print however, it says Error: Could not stat device print - No such file or directory
    Last edited by Super TWiT; June 2nd, 2008 at 08:45 PM.
    Leo Laporte Rocks!
    TWiT.TV Be aware of Malicious Commands: http://ubuntuforums.org/announcement.php?a=54]

  4. #4
    Join Date
    Jun 2007
    Beans
    194

    Re: Resize partition on iMac g3

    I ended up in the end just formatting the whole thing. I am going to be getting a bigger hard drive, more ram, and installing panther (with Ubuntu of course!) later. Thanks for your help!
    Leo Laporte Rocks!
    TWiT.TV Be aware of Malicious Commands: http://ubuntuforums.org/announcement.php?a=54]

  5. #5
    Join Date
    Jan 2006
    Beans
    Hidden!

    Re: Resize partition on iMac g3

    Quote Originally Posted by Jammy4041 View Post
    EDIT: This is the iMac model that is tray loading, I presume, so it may have a limit. Be sure to have ALL your partitions within 8GBs.
    For those models that have this limitation, it is actually best to keep it at 7gb or so since some manufacturers differ in the way they specify their capacity. If you partition at exactly 8gb, you run into trouble usually, even though that is the spec.

    One option is to put your entire installation at 7gb max, and partition the remaining space as a general purpose ext3 data partition.

    Of if you do custom partitioning, (separate /usr /home /var /log etc,) just be sure to keep your root partition / near 7gb.
    20" G5 iMac - AMD64 HP desktop
    http://www.ppclinux.info/

  6. #6
    Join Date
    Jun 2007
    Beans
    194

    Re: [SOLVED] Resize partition on iMac g3

    Yes, it is a tray loader. I have done some research and I believe it is Rev. B. I have heard they had this limitation and I am a little bit confused. I don't mean to hijack my own thread, but, does that mean that I need to have OS X 10.3 and Ubuntu within 7 GB and have a separate storage partition, or does that mean that only Ubuntu needs to be within the 7 GB since it is the partition that contains the boot loader. I have heard that only the startup partition needs to be within this limit, however, I am not sure. I am not even sure if the partition that contains the boot loader even is the startup partition!
    Leo Laporte Rocks!
    TWiT.TV Be aware of Malicious Commands: http://ubuntuforums.org/announcement.php?a=54]

  7. #7
    Join Date
    Jan 2006
    Beans
    Hidden!

    Re: [SOLVED] Resize partition on iMac g3

    Well, we're talking 3 OS' here. It came with Mac-OS9, and if you want to put OSX 10.3 on it, you *must* upgrade the firmware first from the OS9 install running from the hard drive.

    DO NOT even put in an OSX disk or OSX utility disk into that machine without first upgrading the firmware.

    However, with only 192mb on board, I'm not sure it would be worth it for osx. But that's another thread.

    I'm not very good a triple-booting, so I'm not the guy to ask.

    All I can say is that either the whole of your Ubuntu installation must not extend beyond about 7gb to play it safe, OR if you custom partition, the boot and root partitions must not extend beyond this either. After that you can slice and dice it anyway you want.

    Personally, I think that Ubuntu or derivative would do much better than OS9, or even OSX on that box, and would be tempted just to dedicate the whole thing to Linux.

    YMMV.
    20" G5 iMac - AMD64 HP desktop
    http://www.ppclinux.info/

  8. #8
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: [SOLVED] Resize partition on iMac g3

    OS X runs OK on G3s just a little slow on bootup

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •