touch

Saturday, June 23, 2018

debian

8.11 Jessie
(9 Stretch do NOT support PPC BigEndian)

----
# apt-get upgrade

----
# apt-cdrom add
# apt-get dist-upgrade --fix-missing
# apt-get dist-upgrade

----
## yaboot.conf generated by debian-installer
##
## run: "man yaboot.conf" for details. Do not make changes until you have!!
## see also: /usr/share/doc/yaboot/examples for example configurations.
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ

boot="/dev/disk/by-id/ata-WDC_WD800BB-00FJA0_WD-WMAJ91696775-part11"
device=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0
partition=14
root="UUID=d76ca312-5c18-410e-9708-0048544c0cae"
timeout=100
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot

enablecdboot

enableofboot
macos=hd:10


image=/boot/vmlinux
        label=Linux
        read-only
        initrd=/boot/initrd.img

image=/boot/vmlinux.old
        label=old
        read-only
        initrd=/boot/initrd.img.old

# This entry automatically added by the Debian installer for an existing
# Linux installation on /dev/hda13.
image=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/vmlinux
    label=Vine-linux
    root="UUID=df6ee7fc-d4db-40cd-96da-30041b622897"
    append="ro "
    initrd=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/initrd.img

# This entry automatically added by the Debian installer for an existing
# Linux installation on /dev/hda13.
image=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/vmlinux.old
    label=Vine-linux-old
    root="UUID=df6ee7fc-d4db-40cd-96da-30041b622897"
    append="ro "
    initrd=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/initrd.old.img