LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   is this line nessesary (https://www.linuxquestions.org/questions/linux-software-2/is-this-line-nessesary-119590/)

shanenin 11-24-2003 05:48 PM

is this line nessesary
 
# DOS bootable partition config begins
other = /dev/hda2
label = WindowsXP
table = /dev/hda
# DOS bootable partition config ends


the above is part of my lilo.conf
what does the line table = /dev/hda do
I get the impression lilo would work with out it

jailbait 11-24-2003 06:46 PM

"what does the line table = /dev/hda do"

I have not booted Windows in years so my recollection is hazy. But as I remember it, I think table= is used when booting DOS, Windows, etc. from a device other than /dev/hda. I think table= says to pass the partition table of the named device to DOS in a way that makes DOS think that the named device is C:

Since you are booting WindowsXP from the device that it recognizes as C: anyway, I think that you are correct in saying that table= is superfluous.

You could remove the line from /etc/lilo.conf, run lilo, and try to boot into WindowsXP. If it doesn't work then put table= back in lilo.conf and run lilo again.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 03:05 AM.