OK, so where do you get lost in those instructions?

Do you understand the rescue mode?  It's just like the install, but you
select "rescue" instead of "install-text".

Once in rescue, you need some way to get to the new kernel - either on
your local network or ftp over the internet.

You need to mount your "/" partition you created during the install.  Do
you remember the device name? (/dev/hdXn) If not do:

pdisk -l /dev/hda 

and look for UNIX_SVR2 partitions

If this still leaves you lost, get back to the list with questions.

Stew

On Fri, 6 Jul 2001, Dennis En�e wrote:

>  Hi again everyone :-)
> 
>  Well i have installed and learned quite a bit, but now i have come
> to a point where i get the same error as Dick wrote about:
> > > I can select linux when booting but this is all I get:
> > >
> > > Welcome to Linux, kernel 2.2.19-14mdk
> > >
> > > started at       :0x01400000
> > > linked at        :0xc0000000
> > > frame buffer at  :0x96008000 (phys), 0x9600800 (log)
> > > MSR              :0x00003030
> > > HID0             :0xc010c0a4
> > > ICTC             :0x00000000
> > >
> > > booting...
> i even got the solution (posted in the bottom of this email, but i have no
> idea what so ever how to do all of that (im VERY new to mac and have only
> played
> with linux for a month or so)
> 
> Dennis En�e
> 
> > As a workaround, if you can download the newer 2.4.4-6.2mdk kernel that is
> > up on the mirrors, and hopefully you have a network you can place it on
> > somewhere (forgive if I'm telling you stuff you already know):
> >
> > boot the CD into rescue mode
> >
> > mount your "/" partiton on /mnt/disk: mount /dev/hdX /mnt/disk
> > modprobe bmac (or gmac or mace - whatever is appropriate)
> > ifconfig eth0 some.appropriate.ip.address
> > chroot /mnt/disk
> > ftp to-your-server and get the new kernel RPM
> > rpm -i linux-2.4.4-6.2mdk
> > check that new entry is in /etc/yaboot.conf with label 244-62
> > exit
> > reboot
> >
> > boot new kernel 244-62
> >
> > if that one works OK - change the default in /etc.yaboot.conf and run ybin
> 
> 
> 
> 


Reply via email to