Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Lubuntu Karmic

  1. #1
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Lubuntu Karmic

    Ok I got my second Pismo G3/400 PowerBook via Ebay. It looks really unused, really great for a machine of 10 years old. I wanted Karmic Koala on the machine. Some background information first. Pismo's are known to have very bad CDROM readers. This one was no exception. I was not able to load the packages from CD as it would constantly bork loading other packages. I therefore tried the mini.iso netboot Karmic. This one is not working, the developers did not do a good job here. It still wants to load the packages from the CD. The netboot mini.iso from Jaunty was however successful (http://ports.ubuntu.com/ubuntu-ports...tboot/mini.iso).

    I dd-ed the iso to a USB stick (CDROM is not an option as it would bork).

    Code:
    sudo dd if=/home/jeroen/Desktop/mini.iso of=/dev/sdb
    I did this from my Macbook. I then booted the USB in open firmware:

    Code:
    boot usb1/disk@1:2,\\yaboot
    I chose the default "install" and there we went. I chose only a base system as I didn't want to upgrade a desktop too.

    After this was done I rebooted in my new Jaunty box. I then wanted Karmic, so I edited the /etc/apt/sources.list to have only Karmic. Then I did:

    sudo apt-get update
    sudo apt-get dist-upgrade

    After quite some time I could reboot into Karmic

    I am now installing the lubuntu-desktop
    Code:
    sudo apt-get install lubuntu-desktop
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  2. #2
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Lubuntu Karmic

    I'm attempting to follow your procedure. I have gotten the mini.iso on my thumb drive using dd (it is formatted as Mac OS Standard). I'm able to get into the firmware and find my USB device upon booting up the mac. However, I can't seem to open anything up or boot the system. I try to use DIR to at least look at the files and it says "can't OPEN the DIR device." I try to boot and it says "can't OPEN: ____"

    I believe there is only one partition on the disk. I noticed you booted from a second partition. Is it necessary to have two partitions?

  3. #3
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lubuntu Karmic

    It does not matter how it was formatted as it overwrites it anyway. I would however make it emtpy in gparted before dd.

    The powerpc version of mini.iso has two partitions. One for the partition table and one which contains the netbooter and yaboot (nr 2).

    try in open firmware:

    Code:
    dev / ls
    then see which usb is connected with an extra disk.

    then see which of usb0 or usb1 is connected to the last one with
    Code:
    devalias
    so probably you either boot with
    Code:
    boot usb0/disk@1:2,\\yaboot
    or
    Code:
    boot usb1/disk@1:2,\\yaboot

    PS note that the Lucid mini.iso works now. I did that 2 days ago!!!
    http://ports.ubuntu.com/ubuntu-ports...tboot/mini.iso
    Last edited by linuxopjemac; May 12th, 2010 at 03:50 PM.
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  4. #4
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Lubuntu Karmic

    Ok, I re-did everything, so now it seems to be booting from the USB! We'll see what happens!

  5. #5
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lubuntu Karmic

    then it will work, have an internet cable connected to your Mac and enjoy the ride...To my opinion, this is the best way of installing Linux...
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  6. #6
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Lubuntu Karmic

    Quote Originally Posted by linuxopjemac View Post
    then it will work, have an internet cable connected to your Mac and enjoy the ride...To my opinion, this is the best way of installing Linux...
    Definitely! It worked. Much more simple than I had anticipated. I had been scouring the web, and everything seemed so complicated. But, its up and running with Lubuntu Lucid!

  7. #7
    Join Date
    Jun 2010
    Location
    Tennessee, USA
    Beans
    672
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Lubuntu Karmic

    Quote Originally Posted by linuxopjemac View Post
    Code:
    sudo dd if=/home/jeroen/Desktop/mini.iso of=/dev/sdb
    I tried mounting this using my iMac G3, which it did not, then, I decided just to make sure it was on there. I put the Flash Drive in my Laptop with Ubuntu, and It now shows up as "CDROM". Also, all the files that were on the flash drive are not visible. How do I reverse the first code I typed in Ubuntu? When I say reverse, I mean make it so all of my files that were on there visible again. I also want to try a good usb stick that I just bought.
    Last edited by corrytonapple; October 20th, 2010 at 11:51 PM. Reason: Detail for USB Drive Problem
    --Corrytonapple----
    [Toshiba L455-S5008] [Intel Pentium 2.4GHz Procesor]
    [250GB HDD;4GB RAM] [Debian Wheezy 7.0 with GNOME 3][Fedora 16]

  8. #8
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lubuntu Karmic

    Once you have "burned", or in better terms, dd-ed the contents of the iso onto the USB stick you have to boot from the stick from within open firmware. See post #3 how to do that. In OF you either do:

    Code:
    boot usb0/disk@1:2,\\yaboot
    or
    Code:
    boot usb1/disk@1:2,\\yaboot
    depending on which of the two (I presume you have two) USB slots you put the stick in (don't use a hub).

    To boot in Open Firmware:
    Press power button and hold Option+command+o+f

    Hope this helps.

    More info you will find on
    http://mac.linux.be/content/booting-open-firmware
    at 3. Booting from a USB memory stick, Booting the USB stick.
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  9. #9
    Join Date
    Jun 2010
    Location
    Tennessee, USA
    Beans
    672
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Lubuntu Karmic

    Thank you for your prompt response. See, I do not want to use this particular flash drive, because it is in bad shape, and I got a new one today. I got to putting the files on via DD, but now the flash drive is a read only, and wont let me do anything to it. I also cannot see the 1GB of files that were on it. I can put those back on, but I know the space is there. So how do I make this flash drive read and write (There are no permissions errors), remove the new files you had me put on it, and make the old files visible. I have no choice but to have this flash drive back to normal without formating. Thank You!

    --Corrytonapple----
    [Toshiba L455-S5008] [Intel Pentium 2.4GHz Procesor]
    [250GB HDD;4GB RAM] [Debian Wheezy 7.0 with GNOME 3][Fedora 16]

  10. #10
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lubuntu Karmic

    Make the old files visible? They are gone forever. You dd-ed data over it.
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

Page 1 of 2 12 LastLast

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
  •