• Butterfly
    Butterfly
    clr666
    Posts: 85 from 2008/7/8
    From: Russia
    Quote:


    I have just one question. How can I set yaboot to boot into MorphOS as default after the timeout, instead of defaulting to linux?


    Check section "defaultos" of /etc/yaboot.conf and change to "defaultos=macos". ACHTUNG! You must run "ybin" command after changes in this file.

    On my MM i have OSX by default. This is my conf for example:

    ## 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-OCZ-AGILITY3_OCZ-9ZO26B7I94NQZ14M-part5"
    device=/pci@f4000000/ata-6@d/@0
    partition=7
    root="UUID=51a4227f-75c5-4ec5-be57-fcd74bea98a8"
    timeout=50
    install=/usr/lib/yaboot/yaboot
    magicboot=/usr/lib/yaboot/ofboot
    enablecdboot
    defaultos=macosx
    macosx="/dev/disk/by-id/ata-OCZ-AGILITY3_OCZ-9ZO26B7I94NQZ14M-part6"
    macos="/dev/disk/by-id/ata-OCZ-AGILITY3_OCZ-9ZO26B7I94NQZ14M-part2"

    image=/boot/vmlinux
    label=linux
    read-only
    initrd=/boot/initrd.img
    append="quiet splash video=radeonfb:off video=offb:off radeon.modeset=1 radeon.agpmode=-1"

    image=/boot/vmlinux.old
    label=old
    read-only
    initrd=/boot/initrd.img.old
    append="video=ofonly"


    [ Edited by clr666 29.10.2019 - 11:21 ]
    _______________
    wintel free
  • »29.10.19 - 06:51
    Profile