On Fri, Dec 08, 2000 at 07:14:51PM -0800, nate wrote:
>
>ok, i would like to be able to get into windows to do
>some school work but i just got debian kinda installed
>yesterday at the meeting and lilo doesn't offer
>windows as a boot option. I need help getting lilo to
>see windows.
I assume that lilo comes up when you boot, and then starts linux?
In linux, as root, edit /etc/lilo.conf ; towards the bottom, there's
a segment that talks about "other operating systems"; ite mentions HURD
as an example. Delete the comment characters at the beginning of the
lines identifying the partition and label, edit the partition and label
info to the partition where windows is and a label like Gate$ware.
Save your work, at the prompt type the command /sbin/lilo ; it should say
added linux *
added SpawnOfRedmond
or whatever you labelled it. The next time you boot, at the LILO prompt
hit Shift or Tab on the left side of the keyboard, you should get a list
of OSen and a prompt to type one in.
--
if(rp->p_flag&SSWAP) {
rp->p_flag =& ~SSWAP;
aretu(u.u_ssav);
}