Re: CS 1.2 -> 1.2.1


Subject: Re: CS 1.2 -> 1.2.1
From: Jolly Roger (jollyroger@pobox.com)
Date: Thu Oct 19 2000 - 16:07:32 MDT


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"

image = cd:,\\\\vmlinux
label = install
initrd = cd:,\\\\ramdisk.image.gz
novideo

So, it should be using the "vmlinux" sym-link.

ls -al /boot shows:

vmlinux -> vmlinux-2.2.17-0.6.1
vmlinux-2.2.17-0.6.1
vmlinux-2.2.17-0.6.1smp
vmlinux-smp -> vmlinux-2.2.17-0.6.1smp

Hmmm... But in /var/log/messages, I see:

Oct 19 16:01:01 dblacheG4 syslogd 1.3-3: restart.
Oct 19 16:01:01 dblacheG4 syslog: syslogd startup succeeded
Oct 19 16:01:01 dblacheG4 kernel: klogd 1.3-3, log source = /proc/kmsg
started.
Oct 19 16:01:01 dblacheG4 kernel: Inspecting /boot/System.map
Oct 19 16:01:01 dblacheG4 syslog: klogd startup succeeded
Oct 19 16:01:01 dblacheG4 kernel: Symbol table has incorrect version number.
Oct 19 16:01:01 dblacheG4 kernel: Cannot find map file.
Oct 19 16:01:01 dblacheG4 kernel: No module symbols loaded.
Oct 19 16:01:01 dblacheG4 kernel: device tree used 38200 bytes
Oct 19 16:01:01 dblacheG4 kernel: Total memory = 192MB; using 1024kB for
hash table (at c0400000)
Oct 19 16:01:01 dblacheG4 kernel: Linux version 2.2.15-2.9.0
(root@tantive.terraplex.com) (gcc version 2.95.2 19991024 (release/franzo))
#1 Tue Mar 7 20:09:37 MST 2000

...which includes errors such as these:

Oct 19 16:01:05 dblacheG4 modprobe: modprobe: Can't open dependencies file
/lib/modules/2.2.15-2.9.0/modules.dep (No such file or directory)

...which of course causes many other errors to follow...

Any ideas why this isn't working??



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