Originally posted by: GonzoDaGr8
Originally posted by: earthman
Lindows 4.5 works great. Your users don't have to run as root, you can make an account just like any other linux or Windows. Very polished and stable, easy to set up. Nice KDE interface, all programs are automatically added to start menu, all the bells and whistles. Excellent hardware support. All the Debian commands work, like apt, etc. Be aware it is not compatible with boot managers like System Commander. Also, if you use it with Windows, install Windows first.
What boot manager does it use? Will it seamlessly dual-boot with Windows?
It probably uses the one of the two standard bootloaders used in x86 linux machines.
Grub or Lilo. Grub is much more advanced and is able to do special things like trick windows into thinking the partitions and drives are not the way they realy are on the harddrive(s) (usefull for hiding windows installs from each other). Lilo has been around for a while and is what most people end up gettting comfortable using.
Both can handle dual boots easily and were designed for that purpose. (boot other OSes, too like dos , os/2, Freebsd etc)
I don't know how smart lindow's installation programs are, but most modern Linux distros will detect and set up the dual boot automaticly at installation time, no problem. Some are better then others, and if they don't do it right, then all you have to do is just re-edit a configuration file (for grub) or re-edit a configuration file and re-run the lilo command. (grub reads the configuration file on boot up so that any changes are automatic, it also has a simple command line so that even if the config file is completely messed up you can manually feed it the commands to get the computer to boot up)
Generally you want to install the "smarter" OSes last, because more primitive ones won't handle dual boot or newer features well. Generally you go: DOS, win9x, w2k, WinXP, Linux. In that order depending on how many OSes (99% of the time you just want 2 if you dual boot

) you want. You can also use NT-based OSes to dual boot using the NTLDR bootloader that is used in w2k and winxp, but generally it's much easier to use the linux bootloaders.