Booting a Powerbook by USB pendrive?
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/20
    From: Boston, USA
    USB boot is different on PowerBook. Download morphos.iso and put iso image and mac_ppc32/boot.img to your pendrive.

    boot ud:,\boot.img bootimage=umsd0:morphos-3.1.iso

    (bootimage keyword can be shortened to bi)

    Just in case someone doesnt know: to get an access to OpenFirmware on Apple machines hold down apple + alt + o + f keys.

    (FAT32 partitioning is assumed. I dont know if Apple firmware supports USB boot from any other common file systems there. Amiga file systems certainly are not supported there.)

    [ Edited by itix 27.07.2012 - 20:26 ]


    It is also possible copy all files to USB pendrive and boot using bootdevice argument. For install/update purpose using iso image is certainly better.

    USB boot is different on PowerBook. Download morphos.iso and put iso image and mac_ppc32/boot.img to your pendrive.
    Where is the directory for mac_ppc32boot.img?
    Where on the pen drive do you put the iso image and mac_ppc32/boot.img?


    boot ud:,\boot.img bootimage=umsd0:morphos-3.1.iso ? is there a prompt after hold down apple + alt + o + f keys. ?
    My pendrive is formated Fat16 will it work as well?
    It is also possible copy all files to USB pendrive and boot using bootdevice argument.
    Have Powerbook which has no OS and no CD drive. Will the pen drive boot this Mac into Morph OS?


    [ Edited by osco 12.01.2013 - 09:54 ]
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »12.01.13 - 12:52
    Profile
  • MorphOS Developer
    itix
    Posts: 1520 from 2003/2/24
    From: Finland
    Boot image is inside ISO image. Copy both boot image and ISO image to the root directory of your pendrive, hold down apple + alt + o + f keys and you get open firmware console where you can type boot command.

    FAT16 probably works.
    1 + 1 = 3 with very large values of 1
  • »12.01.13 - 16:02
    Profile
  • Butterfly
    Butterfly
    Norbi
    Posts: 99 from 2004/6/19
    Morphos on my MacMini booted from a USB FAT32.
    The whole system was copied from the ISO.
    Boot.img for MacMini just moved to the root.
    Code:
    boot usb0/@1:1,$boot.img bd=umsd0 rd 


    Previously you should check whether OF sees pendrive.
    Top list the files from the flash drive.
    for example:

    Code:
    dir usb0/@1:,$ 



    $ = \
  • »12.01.13 - 16:45
    Profile