LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-11-2003, 12:21 PM   #1
Gr3MliN
LQ Newbie
 
Registered: Oct 2003
Location: Norway
Distribution: Redhat 9
Posts: 8

Rep: Reputation: 0
Problem booting win2k


Hello!
I have 3 questions:

1. Win2000 won't boot.
2. Only one program can play sound, if xmms is playing, mplayer will freeze until I stop playing, other programs like wine give /dev/dsp w/ 1(Device or resource busy).
3. Many kernels.

Boot: First i had windowsXP, since I didn't like that I installed win2000. I
was unable to boot XP after but that didn't bother me. After a while I
wanted to try redhat9. During the install grub asked med to include the
other os, and i said yes. But if when i boot it from the menu i just get i a black screen with nothing useful, and it stops.
part of /etc/grub.conf
title win2k
rootnoverify (hd0,6)
chainloader +1

I know the ext2 system is on /dev/hda5 and win2k /dev/hda7
If I ever get in win, is it safe to resize my linuxpartiton using partiton magic?

Sound: I have a integrated sounddevice on my abit ic7 board (Intel Corp.|82801EB AC'97 Audio), I didn't find any drivers so i finally got the sound working with the ALSA drivers, i have also played around in KDE control center, but nothing seems to change.

kernel: After some experimenting with making my own kernels i have 2.4.18-14, 2.4.20-20.9(currently using) and 2.4.20-20.9smp. Does this take a lot of space? because i have only 5 GB (until i can resize my winpartition). How do i remove them if that would be necessary?

Thanks.

Gr3MliN
 
Old 10-11-2003, 02:38 PM   #2
DoubleOTeC
Member
 
Registered: Aug 2003
Location: Dominica
Distribution: RedHat, FC1, FC3, FC4
Posts: 266

Rep: Reputation: 30
RE: boot WIN2k

i think u may be missing the "boot" command @ the end of the win2k block in the grub conf if u say the paths are correct.

try that an let me know
 
Old 10-11-2003, 02:43 PM   #3
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"How do i remove them if that would be necessary?"

You go into /boot and delete the kernel. Then you go to /lib/modules/ and delete the directory that corresponds to the kernel that you deleted. Optionally you can also take the kernels out of grub.conf.

"If I ever get in win, is it safe to resize my linuxpartiton using partiton magic?"

If you resize a linux partition you will lose the contents of that partition.

"part of /etc/grub.conf
title win2k
rootnoverify (hd0,6)
chainloader +1"

I am far from an expert on Windows but I thing that you are telling grub that you have a Windows bootloader installed in /dev/hda6. Do you?


___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
Old 10-11-2003, 06:51 PM   #4
Gr3MliN
LQ Newbie
 
Registered: Oct 2003
Location: Norway
Distribution: Redhat 9
Posts: 8

Original Poster
Rep: Reputation: 0
DoubleOTeC: Did you mean add boot like this? "rootnoverify (hd0,6) boot" I didn't notice any changes.

Jailbait: I think it is boots 6+1, since the win2k partition is hda7. on /dev/hda6 it is a swap(if I try booting from hda0,5 I get an error: Invalid or unsupported executable format) partition, and linux loads from hd0,4.(I assume it really is /dev/hda5)
 
Old 10-11-2003, 07:01 PM   #5
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"I think it is boots 6+1"

Right. I should have said /dev/hda7. The partition number is not where I think the problem is. I think that you have to install a Windows bootloader on /dev/hda7.


___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
Old 10-12-2003, 02:25 PM   #6
DoubleOTeC
Member
 
Registered: Aug 2003
Location: Dominica
Distribution: RedHat, FC1, FC3, FC4
Posts: 266

Rep: Reputation: 30
make boot the next line or command
 
Old 10-22-2003, 08:22 AM   #7
Gr3MliN
LQ Newbie
 
Registered: Oct 2003
Location: Norway
Distribution: Redhat 9
Posts: 8

Original Poster
Rep: Reputation: 0
I'm sorry I disappeared, was gone for a couple of days.

I found out what was wrong now, I had a old xp partition, that I (thought I) didn't need. So I deleted it before installing linux. Later, I found out that that partition included my windows boot loader.. Thats the reason it won't work.

I need windows for various things, so I will install it again. But, when I install it, i'm afraid of loosing my redhat, is a way to install grub in the mbr after I install win, so I can configure it to load windows after?

After installing win I can boot rh with dualboot, right? Do I need a bootdisk, in case; how do I make that for redhat?

Thanks in advance.
 
Old 10-22-2003, 09:11 AM   #8
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
When you install Windows it will overwrite the MBR with its own bootloader. You will have to boot into Red Hat, edit /etc/grub.conf to reflect your new configuration, and run grub-install to put grub back on the MBR.

So before you install Windows you should make a boot floppy to use when the MBR is messed up by Windows.
http://www.faqs.org/docs/Linux-mini/...with-GRUB.html

Or

You can boot your Red Hat install disk into rescue mode and then use the rescue mode to boot into Red Hat.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
Old 10-24-2003, 07:34 PM   #9
Gr3MliN
LQ Newbie
 
Registered: Oct 2003
Location: Norway
Distribution: Redhat 9
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks for the help
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GRUB not booting Win2k eqxro Linux - Software 2 08-10-2004 05:40 AM
booting win2k AFTER linux felipe_ced Linux - Newbie 1 08-24-2003 06:28 AM
linux booting through win2k kid12 Linux - Newbie 2 07-14-2003 07:33 PM
Problem booting win2k after MDK9.0 install cloud01 Linux - General 5 03-23-2003 01:58 PM
booting linux from win2k stand General 6 09-24-2002 04:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration