Re: CS 1.2 -> 1.2.1


Subject: Re: CS 1.2 -> 1.2.1
From: melissa (mmcsween@mac.com)
Date: Thu Oct 19 2000 - 19:33:25 MDT


on 10/19/00 4:07 PM, Jolly Roger at jollyroger@pobox.com wrote:

> on 10/19/00 3:42 PM, Bryan Stillwell wrote:
>
>> If you're using yaboot, check your yaboot.conf file in your hfs partition and
>> make sure it's pointing to the new kernel. It may be pointing to /vmlinux,
>> which in that case you would want to reset the symlink for /vmlinux to
>> /boot/vmlinux-2.2.17-0.6.1 (ln -sf /boot/vmlinux-2.2.17-0.6.1 /vmlinux).
>
> This is very confusing. I'm still booting on 2.2.15 for some reason! Here
> are the facts:
>
> I am using a dual-boot open firmware solution to choose between Mac OS and
> YDL. Info is here:
>
> http://www.infersys.com/~irilyth/open-firmware-dual-boot.html)
>
> It basically lets you switch between Mac OS and yaboot using the open
> firmware commands: boot -or- boot macos.
>
> Anyway, my yaboot.conf file is:
>
> init-message = "\nWelcome to Yellow Dog Linux!\nHit <TAB> for boot
> options.\n\n"
> timeout = 150
> default = linux
>
> image = hd:8,\vmlinux
> label=linux
> root=/dev/hda9
> #novideo
> append = "video=aty128fb:vmode:17,cmode:24"
> #append = "video=aty128fb:vmode:20,cmode:24"

From my understanding as a newbie, if you updated your vmlinux and now if
you have more than one vmlinux on your system, you may need to make sure
your file yaboot.conf is pointing to the correct file. In my case, when I
updated, I altered my yaboot.conf to read:

image = hd:9,\vmlinux-2.2.17pre20-ben3
    label = linux
    root = /dev/hda11
    append="video=aty128fb:vmode:17,cmode:24"

where 9 is the partition where it's located and the one \ is for the level
it is located on the HD and the "vmlinux-2.2.17pre20-ben3" is the name of
the updated vmlinux file. The original vmlinux file was labeled merely
vmlinux.

lalala, not sure if this helps at all, but thought I would throw it out. So
far I am happily dual booting fine with the help of a bootinfo.txt on my G4
and up and running on the net. I am working on learning all the nifty linux
commands and things to do and see.



This archive was generated by hypermail 2a24 : Thu Oct 19 2000 - 18:42:52 MDT