Title: RE: Booting Bering from /dev/hda2

Hi Leaf-Developers,

[Ignore previous truncated message]

I'm trying to boot Bering from a small partition in the front of my hard drive, but I don't think that it's running the /linuxrc script.

I think that I need to tweak my lilo parameters, but I didn't find any thing in either the "LRP Hard Drive HOWTO" or the Bering "Developing and using LEAF in a virtual environment" that helped me.

image=/flash2/linux
        label=lbr
        initrd=/flash2/initrd.lrp
        root=/dev/ram0

# Boot messages:
...
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
....
RAMDISK: Compressed image found at block 0.
Freeing initrd memory: 431k freed
VFS: Mounted root (minix filesystem).
Freeing unused kernel memory: 56k reed
sh: can't access tty; job control turned off
# ls
ls: not found
# set
... works

# /etc/fstab
.....
/dev/hda2                 /flash2                   msdos  user,auto 0 0

[root@rich /root]# ls /flash2
bridge.lrp    initrd.lrp    log.lrp       readme        tc.lrp
dhcpd.lrp     keyboard.lrp  modules.lrp   root.lrp      weblet.lrp
dnscache.lrp  ldlinux.sys   ppp.lrp       shorwall.lrp
eepro100.o    linux         pppoe.lrp     syslinux.cfg
etc.lrp       local.lrp     pump.lrp      syslinux.dpy

[root@rich /root]# cat /flash2/syslinux.cfg
display syslinux.dpy
timeout 0
default linux initrd=initrd.lrp init=/linuxrc root=/dev/ram0 boot=/dev/hda2,msdo
s PKGPATH=/dev/hda2 LRP=root,etc,local,modules,pump,keyboard,shorwall,dnscache,w
eblet

[root@rich /root]# more /etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
....

image=/flash2/linux
        label=lbr
        initrd=/flash2/initrd.lrp
        root=/dev/ram0

[root@rich /root]# lilo -V
LILO version 20

I will appreciate any assistance that you can offer.

Regards,

Richard

Reply via email to