Results 1 to 10 of 25
I installed Linux....Debian Linux...version 2.2...
Yeah, I know it's an old version, but I wanted to get something running, and it was the only CD I had.
So I can ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-29-2005 #1Linux Newbie
- Join Date
- Apr 2005
- Posts
- 108
Stuck in Linux!
I installed Linux....Debian Linux...version 2.2...
Yeah, I know it's an old version, but I wanted to get something running, and it was the only CD I had.
So I can access vi, emacs, Python, Perl, and all that other jazz.
I wanted to get back to Windows, but I couldn't! I made the emergency boot disks from PartitionMagic 8.0, but that's it. How do I get back to Windows!?
I know the files are there, I just can't boot into Windows.
I'm currently on a different computer - that one is too screwed up to use (Debian 2.2!?! What was I thinking!)
- 04-29-2005 #2
What error do you get when you try to boot into Windows?
Could you post what is in your menu.lst file, that is if you are using GRUB.
Or your Lilo.conf file, if you are using Lilo.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-29-2005 #3Linux Newbie
- Join Date
- Apr 2005
- Posts
- 108
Yeah, I just found out that Lilo is the key to getting back into Windows.
I don't get an error - I just can't find out how to get back into Windows.
So what should I change in my Lilo.conf file if I want to boot into Windows by default (I'm using Lilo)? Could someone post a sample file or something?
Help is greatly appreciated.
- 04-29-2005 #4
I am not sure if this will work or not. I am not familiar with Lilo or Debian.
Open up the file with your text editor, assuming you have nano, do this.
nano -w /boot/lilo/lilo.conf
Then add this
title Windows
root (hd0,0)
root or rootnoverify(pick one)
chainloader +1
Not sure if that will work in Lilo or not, but it will in Grub.
I hope Lilo works somewhat the same.
Hope this helps.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-29-2005 #5Just Joined!
- Join Date
- Aug 2004
- Location
- Ontario, Canada
- Posts
- 89
To add Windows to your lilo.conf, add
Make sure you run lilo before rebootingCode:other=/dev/hda1 (or whatever drive it is) label=Windows
- 04-29-2005 #6Linux Newbie
- Join Date
- Apr 2005
- Posts
- 113
Where would the grub config file be? Mine boots fine but right now I choose "other" to boot into Windows XP.
You dont need a pocket protector or thick glasses to be a geek.
- 04-29-2005 #7
Open a terminal, type "su" and enter your root password.
Then type "cd /boot/grub" ENTER
Then "ls" and look for either a grub.conf ormenu.lst
That is what you will edit.
Hope this helps.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-29-2005 #8Linux Newbie
- Join Date
- Apr 2005
- Posts
- 113
Worked like a charm. Thanks! (it was grub.conf btw)
Originally Posted by budman7 You dont need a pocket protector or thick glasses to be a geek.
- 04-29-2005 #9Linux Newbie
- Join Date
- Apr 2005
- Posts
- 108
O.K., I'll try that. When I reboot, what do I do to boot into Windows? Is there an option or something?
Originally Posted by Benny8909
- 04-29-2005 #10Linux Newbie
- Join Date
- Apr 2005
- Posts
- 108
Okay, my current Lilo.conf file looks like this (without the comments):
So I gather that the part that I put inside all the pound signs...Code:lba32 boot = /dev/hda root = /dev/hda3 install = /boot/boot.b map = /boot/map delay = 20 vga = normal default = Linux image = /vmlinuz label = Linux read-only image = /vmlinuz.old label = LinuxOLD read-only optional ##### other = /dev/hda1 label = HURD restricted alias = 3 #####
...should become...Code:other = /dev/hda1 label = HURD restricted alias = 3
...correct? And then I should change...Code:other = /dev/hda1 label = Windows
...to...Code:default = Linux
I think this will work. And to execute Lilo, all I do is type in 'lilo' when I'm in /etc?Code:default = Windows


Reply With Quote
