lilo win/linux for 2 large HDD
I have two HDD
hda: FUJITSU MPA3026AT, 2503MB w/0kB Cache, CHS=635/128/63, DMA
hdb: ASUS CD-S340, ATAPI CDROM drive
hdc: QUANTUM FIREBALL ST4.3A, 4110MB w/81kB Cache, CHS=14848/9/63, UDMA
Partition check:
hda: hda1 hda2 hda3
hdc: hdc1 hdc2 hdc3
With next partition:
fdisk -l /dev/fda
Device Boot Begin Start End Blocks Id System
/dev/hda1 * 1 1 127 512032+ 83 Linux native
/dev/hda2 128 128 138 44352 82 Linux swap
/dev/hda3 139 139 635 2003904 83 Linux native
Device Boot Begin Start End Blocks Id System
/dev/hdc1 * 1 1 4371 1239147 c Unknown
/dev/hdc2 4096 4372 10909 1853523 c Unknown
/dev/hdc3 10240 10910 14848 1116706+ 83 Linux native
hdc1 - Windows95 (system)
hdc2 - windows95 too
mount
/dev/hda1 on / type ext2 (rw)
/dev/hdc3 on /usr type ext2 (rw)
/dev/hda3 on /home type ext2 (rw,usrquota)
/dev/hdc1 on /mnt/b_system type vfat ...
/dev/hdc2 on /mnt/b_work type vfat
Usually i choice through bios what boot (C or D disk)
C - Linux, D- windows
but want choice from lilo (without destroy win boot) and try
#my lilo.conf
boot=/dev/hda1
root=/dev/hda1
compact
install=/boot/boot.b
message=/boot/message
prompt
map=/boot/map
vga=normal
delay=100
image=/vmlinuz
label=Linux
read-only
other=/dev/hdc1
label=win
table=/dev/hdc
Problem: when i try win from lilo
then it stop without any message (reset can help only)
(try Linux - all OK)
Thanks
Reply to: