boot=/dev/hda
prompt
timeout=150
vga=791
default=windows
lba32
#compact
message=/boot/message
menu-scheme=wb:bw:wb:bw
other=/dev/hda1
label=windows
table=/dev/hda
image=/boot/vmlinuz-2.4.8-26mdk
label=linux
root=/dev/hda4
initrd=/boot/initrd-2.4.8-26mdk.img
vga=788
read-only
I have 2 hard disks - linux has / on hda4 and /home on hdb1. hda has four primary partitions. 1, 2 and 3 are FAT32 - I have data on them that I access from windows and linux. The problem is when I install lilo with the above configuration the hda2 and hda3 partitions are hidden, windows can't see them. I've read 'man lilo' and 'man lilo.conf' and I don't see any reference to lilo hiding partitions. I used to boot this same partition setup from lilo when I had Mandrake 7,2, and never had this problem. Of course, linux has no problem with the setup - but I haven't converted the wife to linux yet.
Any pointers, direction gratefully accepted.
Thanks
brian
brian & pam wrote:
What do you mean they are hidden?
The above configuration for Lilo will boot windows of /dev/hda1 and
Linux of /dev/hda4 and the Lilo boot image will be written to the MBR of
/dev/hda.
Are you saying that you cannot see /dev/hda3 and /dev/hda4 from within
windows?
If not but you are syaing that you cannot see them in Linux, it's
probably because you have not mounted them through fstab, of which Lilo
has nothing to do with.
Pep.
Pep wrote:
Sorry, /dev/hda2 and /dev/hda3.
It was given to me by someone on the lockergnome.os.linux.software group.
brian