Farmsex
04-04-2001, 09:40 PM
This is what the final step in the userguide says:
8. Edit the yaboot.conf file (Boot LinuxPPC/System Folder/yaboot.conf) with a text editor. You
will need to change a few lines in it to make it boot from the /boot partition.
The first lines are:
init-message = "\nWelcome to LinuxPPC!\nHit <TAB> for boot options.\n\n"
timeout = 50
default = install
image = cd:,vmlinux.2.2.15pre3
label = linuxppc
n o v i d e o
Change the line:
default = install
to:
default = linuxppc
Next, change the line
image = cd:,vmlinux.2.2.15pre3
to:
image = hdX:,vmlinux.2.2.15pre3
but this is what the actual yaboot. conf file looks like:
init-message = "\nWelcome to LinuxPPC!\Press <TAB> for boot options.\n\n"
timeout = 100
default = LinuxPPC Installer
image = vmlinux-2.2.18pre24-install
label = Install -- Accelerated video
initrd = ramdisk.image.gz
initrd-size = 8192
root = /dev/ram0
image = vmlinux-pmac-2.2.18-4hBOOT
label = Install -- Safe video
initrd = ramdisk.image.gz
initrd-size = 8192
video=ofonly
root = /dev/ram0
image = vmlinux-pmac-2.2.18-4hBOOT
label = Install -- Ultra safe video
append = "video=atyfb video=ofonly"
initrd = ramdisk.image.gz
initrd-size = 8192
root = /dev/ram0
image = vmlinux-2.2.18-4hpmac
label = Boot LinuxPPC -- Accelerated video
image = vmlinux-2.2.18-4hpmac
label = Boot LinuxPPC -- Safe video
append = "video=ofonly"
image = vmlinux-2.2.18-4hpmac
label = Boot LinuxPPC -- Ultra safe video
append = "video=atyfb video=ofonly"
What do i change? is the guide out of date?
[ 04 April 2001: Message edited by: Farmsex ]
[ 04 April 2001: Message edited by: Farmsex ]
8. Edit the yaboot.conf file (Boot LinuxPPC/System Folder/yaboot.conf) with a text editor. You
will need to change a few lines in it to make it boot from the /boot partition.
The first lines are:
init-message = "\nWelcome to LinuxPPC!\nHit <TAB> for boot options.\n\n"
timeout = 50
default = install
image = cd:,vmlinux.2.2.15pre3
label = linuxppc
n o v i d e o
Change the line:
default = install
to:
default = linuxppc
Next, change the line
image = cd:,vmlinux.2.2.15pre3
to:
image = hdX:,vmlinux.2.2.15pre3
but this is what the actual yaboot. conf file looks like:
init-message = "\nWelcome to LinuxPPC!\Press <TAB> for boot options.\n\n"
timeout = 100
default = LinuxPPC Installer
image = vmlinux-2.2.18pre24-install
label = Install -- Accelerated video
initrd = ramdisk.image.gz
initrd-size = 8192
root = /dev/ram0
image = vmlinux-pmac-2.2.18-4hBOOT
label = Install -- Safe video
initrd = ramdisk.image.gz
initrd-size = 8192
video=ofonly
root = /dev/ram0
image = vmlinux-pmac-2.2.18-4hBOOT
label = Install -- Ultra safe video
append = "video=atyfb video=ofonly"
initrd = ramdisk.image.gz
initrd-size = 8192
root = /dev/ram0
image = vmlinux-2.2.18-4hpmac
label = Boot LinuxPPC -- Accelerated video
image = vmlinux-2.2.18-4hpmac
label = Boot LinuxPPC -- Safe video
append = "video=ofonly"
image = vmlinux-2.2.18-4hpmac
label = Boot LinuxPPC -- Ultra safe video
append = "video=atyfb video=ofonly"
What do i change? is the guide out of date?
[ 04 April 2001: Message edited by: Farmsex ]
[ 04 April 2001: Message edited by: Farmsex ]