Bootable CD/initrd problem

Mark Glassberg vzeeaxwl at verizon.net
Sat May 26 01:22:21 EST 2007


I forgot to include yaboot.conf, which I took from the original cd.  It reads:


# Slackintosh: yaboot.conf - CDROM version (based on Debian's yaboot.conf)
# rkroll 20020703
# adrian 20050318 updated for slackintosh 10.1
# adrian 20050923 updated for slackintosh 10.2
# adrian 20051231 added new kernel
# adrian 20060819 11.0.0
# This is just enough stuff to get the installer up and running.

init-message="Slackintosh 11.0 Installation"

device=cd:
timeout=100
default=install

image=boot/vmlinux
	label=install
	initrd=boot/initrd
	append="root=/dev/ram0 init=/linuxrc ramdisk_size=10240 video=ofonly rw"

image=boot/vmlinux
        label=installfb
        initrd=boot/initrd
        append="root=/dev/ram0 init=/linuxrc ramdisk_size=10240 rw"

image=boot/vmlinux
        label=install-serial
        initrd=boot/initrd
        append="root=/dev/ram0 init=/linuxrc ramdisk_size=10240 video=ofonly rw console=ttyS0,57600n8"


image=boot/vmlinuxalt1
        label=alt1
        initrd=boot/initrd
        append="root=/dev/ram0 init=/linuxrc ramdisk_size=10240 video=ofonly rw"

image=boot/vmlinuxalt1
        label=alt1fb
        initrd=boot/initrd
        append="root=/dev/ram0 init=/linuxrc ramdisk_size=10240 rw"

image=/boot/g5ppc64
        label=g5ppc64
        initrd=/boot/initrd
        append="root=/dev/ram0 devfs=nomount init=/linuxrc ramdisk_size=10240 video=ofonly rw"

image=/boot/g5ppc64
        label=g5ppc64-serial
        initrd=/boot/initrd
        append="root=/dev/ram0 devfs=nomount init=/linuxrc ramdisk_size=10240 video=ofonly rw console=ttyS0,57600n8"

#Gentoos 64bit kernel
image=/boot/xserv
        label=gentooxserv
        initrd=/boot/initrd
        append="root=/dev/ram0 devfs=nomount init=/linuxrc ramdisk_size=10240 video=ofonly rw"

image=/boot/xserv
        label=gentooxserv-serial
        initrd=/boot/initrd
        append="root=/dev/ram0 devfs=nomount init=/linuxrc ramdisk_size=10240 video=ofonly rw console=ttyS0,57600n8"




More information about the Yaboot-users mailing list