I have a trouble with LILO
I have a P133 with 3 Disk (330M, 119M et 2,5G) and I want run
3 possibility Dos(and win3.11), Win95 and Linux
LINUX 2.0.0
When I Boot my conputer I have 3 possibility
Dos, Win95 et Linux.
Dos and Linux run without problem
BUT NOT WIN95 (on /dev/hdc1)
I have on screen (in french): Erreur d'E/S
in english i think: error in/out
and when i install again LILO, I see:
ide probable bad entry for /dev/hdc
Warning BIOS drive 0X82 may not be accessible.
on this configuration The win 95's disk is secondary master,
if i plug it aloneas primary Master it boot and run win95
without any problem. so i think the trouble comes
from the MBR of this disk.
how can i do to make this bootable partition(/dev/hdc1)
be reconized by Lilo?
I think fdisk /MBR but perhaps it will write on /dev/hda1 !!!
I don't want to lose my win3.11 configuration(on /dev/hda1)
for the other, i have rinstalled them 3 time linux and win95 yet.
so one more or less it doesn't matter!!!
configuration:
Mainboard asustek, P133, 32M RAM, 512k cache
Device Boot Begin Start End Blocks ID System
/dev/hda1 * 1 1 664 334624+ 6 DOS 16-bit >=32M
/dev/hdb1 1 1 926 118056+ 6 DOS 16-bit >=32M
/dev/hdc1 * 1 1 145 584508+ 6 DOS 16-bit >=32M
/dev/hdc3 146 146 291 588672 83 Linux native
/dev/hdc5 292 292 405 459616+ 6 DOS 16-bit >=32M
/dev/hdc6 406 406 514 439456+ 6 DOS 16-bit >=32M
/dev/hdc7 515 515 623 439456+ 6 DOS 16-bit >=32M
cdrom on /dev/hdd
on /dev/hda1 et /dev/hdb1 dos 6.0 et win 3.11
on /dev/hdc1 win95
on /dev/hdc3 Linux
lilo.conf:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
#compact # faster, but won't work on all systems.
delay = 50
vga = normal # force sane state
ramdisk = 0 # paranoia setting
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = dos
table = /dev/hda
# DOS bootable partition config ends
# DOS bootable partition config begins
other = /dev/hdc1
label = 95
loader = /boot/any_d.b
table = /dev/hdc
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /vmlinuz
root = /dev/hdc3
label = linux
read-only # Non-UMSDOS filesystems should be mounted read-only for
checking
# Linux bootable partition config ends