LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   general question (https://www.linuxquestions.org/questions/linux-newbie-8/general-question-9472/)

Cheese 12-01-2001 01:00 AM

general question
 
I'm brand new to linux. Tonight I've had a few different problems. The first being I installed linux before windows and couldn't get into linux. Then, I got pissed and reinstalled linux. I chose to use grub, rather than lilo. Now, as you may guess, I can't boot into windows. Anyone know a quick, painless way to edit whatever file it is I need to edit so I can dual boot? Or, better yet feel like ICQ'ing of AIM'ing me and walking me through it?

linuxcool 12-01-2001 02:27 AM

You need to edit your /boot/grub/menu.lst file. Add the following lines:

title Windows
rootnoverify=(hd0,0)
makeactive
chainloader +1


The (hd0,0) refers to the partition /dev/hda1. That's probably where windows is installed. Go here and see my menu.lst file.

Cheese 12-01-2001 02:34 AM

got ICQ?
 
Got icq? i'm 102771665

I think winders is on hda2. is that rootnoverify=(hd0,1)?

[edit again] I'm running redhat 7.2, btw

linuxcool 12-01-2001 02:36 AM

No. Sorry.

linuxcool 12-01-2001 02:39 AM

If you're not sure, run the command fdisk -l /dev/hda and see where your vfat partitions are.

You're correct. hd0,1 is hda2.

Cheese 12-01-2001 02:59 AM

Thanks
 
That worked like a champ. Thank you. Want to hear my next issue?

linuxcool 12-01-2001 03:04 AM

You're welcome.

Another problem? Start another thread so that everyone can join in. :D

Cheese 12-01-2001 03:11 AM

well....
 
I don't want to spread my newbiness everywhere. I'll keep it to this thread, if at all possible. Anyway, I've got two ntfs drives i want access to in linux. Someone mentioned something about having to download the rpm and then end up re-compiling my kernel. As you may have also guessed, I've never done either. Never downloaded and installed an rpm and certainly never compiled a kernel. Any suggestions on what I want to do?

linuxcool 12-01-2001 03:49 AM

I know nothing about mounting ntfs file systems. So, I searched red hat's site and found out that you have to recompile the kernel with ntfs support turned on. This is the page that I read it.

This is another page that I got from red hat's site that might interest you.

Cheese 12-01-2001 04:10 AM

Thanks again
 
I gotta crash though. I'll look into this shit tomorrow. I know where all my free time will be spent now......learng this shit.

linuxcool 12-01-2001 09:26 PM

You're welcome and good luck.


All times are GMT -5. The time now is 12:54 PM.