I have followed as much as possible the following. When I boot, it says
something like "oh no, no ram for /usr" and set the run level at 4 and stops
there. For rc.M, it remains unchanged.

lilo.conf:

boot=/dev/hda3
delay=30
timeout=50
prompt
default=dos
image=zImage
ramdisk=8192
label=linux
root=/dev/hda3
read-only
other=/dev/hda1
label=dos
loader=/etc/chain.b
table=/dev/hda

fstab:

/dev/hda3 / minix defaults 1 1
/dev/hda2 none swap defaults 1 1
/dev/ram0 / minix defaults 1 1
none /proc proc defaults 1 1

>   Here is what I had to do, just in case you'd like to document it:
> 
> -boot tomsrtbt
> -create a partition with fdisk
> -format the partition with mke2fs
> -mount the partition on /mnt
> -"cp -vafx / /mnt"
> -"cp -vafx /usr /mnt"
> -"mkdir /mnt2"
> -"mount /dev/fd0u1722 /mnt2"
> -"cp /mnt2/2.0.36 /mnt"
> -"umount /mnt2"
> -edit /mnt/etc/fstab to point to the hard drive
> -edit /mnt/etc/rc.M, basically remove most of it
> -create a /mnt/etc/lilo.conf
> -"mkdir /mnt/boot"
> # you need to get a copy of boot.b, I couldn't find one on tomsrtbt
> -"cp boot.b /mnt/boot/boot.b"
> -"lilo -r /mnt"

Reply via email to