Egon Eckert wrote:
>
> > syslogd 378 root 5w REG 9,1 8548 192396
> > /var/log/boot.log
> > klogd 389 root 2r REG 8,1 191102 12
> > /boot/System.map-2.2.12-20
> >
> > Is it safe to kill these?
>
> These are loggers, so I guess nothing terrible would happen. But I
> wouldn't kill them anyway.. I would fix the problem, not make it worse.
>
> > Also i would be quite grateful if someone could explain to me why I must
> > unmount /boot inorder for the lilo -r /mnt/newroot to work?
>
> I don't unmount anything before running lilo.
Okay tired performing that function without doing the umount. I tried
doing it without coping the files in /boot over to /mnt/newroot/boot but
it couldn't find /boot/boot.b. So i copied over all the files in /boot
to /mnt/newroot/boot. Then after running "lilo -r /mnt/newroot" I get
the following error:
"Sorry, don't know how to handle device 0x0900"
What does the above mean and how to i fix it?
>
> > What happens when i run lilo -r /mnt/newroot?
>
> You didn't try it?
I have reinstalled RH 6.1 several time due to incorrect stuff i have
messed up while trying stuff figured i would try to get some background
info before going ahead. :-(
>
> My 'extra' small non-raided boot partition usually contains
>
> 1. /boot with some files used by lilo (boot.*, chain.b, map...) -- copied from
> 'raided' partition
> 2. the kernel - 'zImage'
> 3. /dev with just few needed special files like 'hda', 'hda7' etc.
> 4. lilo.conf
I also have a extra small /boot partition but I just have the regular
stuff that is in /boot in there. Should I put some more stuff in
there. My end goal is to have a system that boots off RAID if i can
figure it out, but right now i need to get this machine into out
environment and i would really like to have Root on RAID before letting
it get hammered. I think i am close just have to figure out this lilo
thing.
cheers
-marcos
>
> Egon