On Wed, May 16, 2001 at 08:23:40PM +1000, Travis Place wrote: > i managed to get windows to boot from /dev/hdb1 by inserting this into > lilo.conf... > > > > other=/dev/hdb1 > label=Win98 > table=/dev/hdb > map-drive=0x80 > to=0x81 > map-drive=0x81 > to=0x80 > > > so yeah, it works...but i couldnt get it to work from /dev/hdc1
Did you change the drive mappings to indicate hdc (0x81 becomes 0x82)? It won't fly if you just change "other=/dev/hdb1" to "other=/dev/hdc1".

