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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-12-2003, 02:48 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Location: Midwest
Distribution: SuSE, RedHat, FC2
Posts: 7
Rep:
|
Xp and RedHat incompat.
Just installed RedHat 8.0 on a Compaq 2100 laptop (shame, shame, yes, I know). The com was already running Xp home, so I set up an ext3 partition with Partition Magic, and started the install setting Linux as my default OS. Now, when I boot, GRUB shows Linux and DOS as options. When I select DOS, I get an error message and then the BSOD. Are there any known incompatibilities?
None of the data on the NTFS partition is vital. I just don't want to have to wipe the drive. Also, I only have a win modem that I haven't been able to run in Linux (the only reason I keep Xp around). Would it just be easier to get a Linux compat. pcmcia modem?
|
|
|
07-12-2003, 03:42 PM
|
#2
|
Member
Registered: Jul 2003
Distribution: Slackware 9.1
Posts: 47
Rep:
|
Try redhat 9, i've had no problems with it and XP home, but i got rid of xp last week, because i dont need it
|
|
|
07-12-2003, 03:59 PM
|
#3
|
LQ Newbie
Registered: Jul 2003
Location: Midwest
Distribution: SuSE, RedHat, FC2
Posts: 7
Original Poster
Rep:
|
I wonder...
Thanks for the reply, Cyclo.
I've just downloaded RH9. I was wondering. Do you know if I install RH9 over RH8 whether or not it will fix the problem? God I hate microsoft!
|
|
|
07-12-2003, 04:43 PM
|
#4
|
Senior Member
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403
Rep:
|
Installing RedHat 9 is always better than RedHat 8.
Although this may not fix the problem.
What was the error message ?
Was it something like "NTLDR not found" ?
If you intall Linux and WindowsXP and use GRUB as the boot loader, it should work fine.
You mention Partition Magic.
Before intalling Linux, what bootloader were you using ?
Partition Magic bootloader or WindowsXP bootloader.
I ask because partition tools like Partition Magic and System Commander do strange things.
|
|
|
07-12-2003, 09:08 PM
|
#5
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
Hi Kalabew
If set up right, you wont find any problems dual booting Red Hat 9 and XP.
The Kernel in Red hat 9 supports a wider variety of hardware than the one in 8 - I would just use Red Hat 9.
You might want to try: - A single NTFS partition for XP
- A separate FAT32 partition for Data that both OS's can read/write to.
- An ext3 ROOT partition for Red Hat 9
- And a Swap partition for Red Hat 9
Winmodems are still a problem in Linux - save yourself a headache and go with what's easiest.
|
|
|
07-12-2003, 11:00 PM
|
#6
|
Senior Member
Registered: Nov 2002
Location: British Columbia, Canada
Distribution: Gentoo x86_64; FreeBSD; OS X
Posts: 3,764
Rep:
|
If you post your grub.conf it might shed some light on the problem....remember that reinstalling the OS is a windows solution.
|
|
|
07-13-2003, 02:49 PM
|
#7
|
LQ Newbie
Registered: Jul 2003
Location: Midwest
Distribution: SuSE, RedHat, FC2
Posts: 7
Original Poster
Rep:
|
Thank you for your help so far.
Ok, I'm going to show just how much of a newbie I am... How do you view the boot.cfg? Yes, I do believe that the error message (when trying to boot windows) was 'NTLDR not found'.
|
|
|
07-13-2003, 05:56 PM
|
#8
|
LQ Newbie
Registered: Jul 2003
Location: Programming in my bedroom
Distribution: Red Hat Linux 9
Posts: 4
Rep:
|
RH9 should work just fine with XP. The problem may be that GRUB isn't able to chain-boot Windows. GRUB can't boot Windows itself, so if you put GRUB on the MBR then you won't be able to load Windows. You'll have to reload Windows so the MBR is redone to do Windows and reinstall and put the boot loader on the first sector of your boot partition. You will then have to use a boot floppy to load Linux unless you use a 3rd party boot loader like Partition Magic's to load both of them.
|
|
|
07-13-2003, 06:47 PM
|
#9
|
Senior Member
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403
Rep:
|
Actually, GRUB is able to boot WindowsXP.
I had the same problem before. You mentioned you used Partition Magic, I believe that Partition Magic moved the files (boot.ini, ntldr and ntdetect.com) required to boot
WindowsXP from the C:\ to a subdirectory.
- First thing you need to do is to make a Linux Boot Disk. If you didn't make one during the installation of Linux, use the mkbootdisk command ( mkbootdisk <kernel_version> ) or use the GUI.
- Then use the WindowsXP CD, there is an option that Repairs WindowsXP Installation. It will rebuild the MBR with the WindowsXP bootloader.
- Once that is done, boot into WindowsXP. Make sure that the boot files (boot.ini, ntldr and ntdetect.com) are in the C:\. If there are not, use the Find to look for them.
- Use the Linux Boot Disk and boot back into Linux, use grub-install ( grub-install /dev/hda ) to install GRUB back to the MBR.
Now everything should work. Unless I forgot something...
Note: the GRUB configuration file's location is /boot/grub/grub.conf
P.S. I never liked Partition Magic, System Commander and other similar bootloaders/partitioning softwares. They take to much control over the booting process. 
|
|
|
07-13-2003, 07:46 PM
|
#10
|
Member
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987
Rep:
|
i think your problem may have been creating the ext3 partition in PartitionMagic (i used it too and have become pretty good with understanding it)
anyway, when u installed linux, did u use disk druid or automatic partititioning?
ps. if u get back into windows, erase your linux partitions and keep unallocated space (should be colored gray), that way redhat 9 can automatically partition and install grub with no hassle
|
|
|
07-13-2003, 11:09 PM
|
#11
|
LQ Newbie
Registered: Jul 2003
Location: Programming in my bedroom
Distribution: Red Hat Linux 9
Posts: 4
Rep:
|
Oh. I got this from the RH9 installation guide:
Quote:
GRUB can load a variety of free operating systems, as well as proprietary operating systems with chain-loading
|
|
|
|
All times are GMT -5. The time now is 05:53 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|