Messages in this thread |  | | From | Alex Pikus <> | Subject | LILO and 1.3.90 | Date | Tue, 16 Apr 1996 13:29:01 -0500 |
| |
[root]/etc/httpd/logs=>> lilo Added SERVER * geo_comp_addr: Cylinder number is too big (1424 > 1023)
I got that today when I updates to 1.3.90 ...
LILO.conf
# LILO configuration file # generated by 'liloconfig' # # Start LILO global section boot = /dev/sda #compact # faster, but won't work on all systems. delay = 100 vga = normal # force sane state ramdisk = 0 # paranoia setting # End LILO global section # Linux bootable partition config begins image = /vmlinuz root = /dev/sda1 label = SERVER read-only # Non-UMSDOS filesystems should be mounted read-only for checking append="ether=10,0x300,eth0 ether=15,0x340,eth1" # Linux bootable partition config ends image = /vmlinuz.dev root = /dev/sda1 label = DEV read-only # Non-UMSDOS filesystems should be mounted read-only for checking append="ether=10,0x300,eth0 ether=15,0x340,eth1"
image = /vmlinuz.all root = /dev/sda1 label = ALL read-only # Non-UMSDOS filesystems should be mounted read-only for checking append="ether=10,0x300,eth0 ether=15,0x340,eth1"
[root]/etc/httpd/logs=>> ls -l / total 1658 drwxr-xr-x 2 root root 2048 Apr 16 11:25 bin/ drwxr-xr-x 2 root root 1024 Apr 16 13:29 boot/ drwxrwxrwx 2 root root 1024 Mar 24 20:24 cdrom/ drwxr-xr-x 2 root root 8192 Apr 15 22:20 dev/ drwxr-xr-x 10 root root 2048 Apr 16 12:29 etc/ drwxr-xr-x 9 root root 1024 Apr 16 12:29 home/ drwxrwxrwx 14 root root 2048 Feb 29 18:07 include/ drwxr-xr-x 4 root root 1024 Feb 29 18:07 lib/ drwxr-xr-x 2 root root 12288 Feb 29 18:08 lost+found/ drwxr-xr-x 2 root root 1024 Mar 16 1994 mnt/ dr-xr-xr-x 5 root root 0 Apr 15 17:20 proc/ drwxr-xr-x 7 root root 1024 Apr 15 20:26 root/ drwxr-xr-x 2 root root 2048 Apr 16 11:25 sbin/ drwxr-xr-x 2 root root 1024 Apr 8 11:44 sql/ drwxrwxrwx 2 root root 1024 Apr 16 13:30 tmp/ drwxr-xr-x 18 root root 1024 Feb 29 18:20 usr/ drwxrwxrwx 14 root root 1024 Mar 25 08:35 var/ lrwxrwxrwx 1 root root 10 Apr 10 16:22 vmlinuz -> vmlinuz.14 -rw-r--r-- 1 root root 280086 Apr 9 10:02 vmlinuz.14 -rw-r--r-- 1 root root 284750 Apr 2 13:20 vmlinuz.57 -rw-r--r-- 1 root root 290060 Apr 16 13:00 vmlinuz.90 -rw-r--r-- 1 root root 435954 Mar 28 22:08 vmlinuz.all lrwxrwxrwx 1 root root 10 Apr 16 12:59 vmlinuz.dev -> vmlinuz.90 -r-------- 1 root root 349493 Mar 27 20:13 vmlinuz.ncr
|  |