At 22:09 26/01/2002, Russell Andrew Willis wrote:
>Hi All,
>
>As part of a uni assignment I have to consult on upgradinging a small lan, 
>can anybody suggest good sites where I can get hold of white papers/ 
>comparisons on Unix/ Linux/ Windows2000 based systems. MS2000 is what we 
>are studying and using but I would like to present all the available 
>options especially given the cost effectiveness of Linux.

As previously mentioned, google is your friend.

>Also trying to set up dual boot for Win2000 & RH7.1, I'd like to use NTFS 
>but lilo doesn't seem to load no matter what order I load them. I have 
>gone through the archives & there appears some issue with the NTFS system, 
>suggestions welcome.

Being able to boot windows 2000 is an altogether seperate issue from NTFS 
support under linux. Lilo should boot it just fine.
Your lilo entry should look like this, though:

other=/dev/path/to/win2k/partition
         label=win2000
         optional

For instance, mine looks like this:
other=/dev/sda3
         label=win2000
         optional

You will have some trouble with windows 2000 if you aren't installing to 
the first disk in the machine. Or, there's another operating system on the 
box. Win2k will want to put it's bootloader components on the first 
partition. This is easily resolved by a) installing win2k first and/or b) 
unplugging any irrelevant disks. If you do end up installing the bootloader 
components to another partition (ie: win9x), simply change the partition 
entry in "other=" above to the one win9x resides on.

HTH,

M.

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to