Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 01-10-2008, 02:55 AM   #1 (permalink)
Registered User
 
mojo_jojo's Avatar
 
Join Date: Dec 2007
Location: Philippines
Posts: 11
OS: xp-home


dual-boot problem with windows 2000 using grub boot loader

hi,

i have a problem booting my windows 2000. i recently installed a redhat linux using grub as my boot loader. i only have one hard disk (80G)with three partitions. the boot.ini and ntldr are in drive c while the winnt folder is in drive e (extended partition). i set drive d for my redhat linux installation. during linux installation, i set my partitions as:

#fdisk -l
/dev/hda1 fat32 drive c:
/dev/hda2 ext'd
/dev/hda5 ntfs drive e:
/dev/hda6 linux /boot
/dev/hda7 linux swap
/dev/hda8 linux /root

#my grub.conf
title red hat enterprise linux
root (hd0,5)
kernel /vmlinuz-2.6.18-53.el5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.18-53.el5.img
title windows
rootnoverify (hd0,4)
chainloader +1

once i boot to windows..it gives an error "ntldr is missing"
but when i change the grub config for windows [rootnoverify (hd0,0)]
the windows cannot locate the ntoskrnl.exe in system32 because my winnt folder is in drive e: while the boot.ini and ntldr resides in drive c:

can anybody help me with this?
mojo_jojo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 01-16-2008, 04:35 PM   #2 (permalink)
Registered User
 
AFarris01's Avatar
 
Join Date: Dec 2007
Location: Texas
Posts: 22
OS: Windows XP Pro SP2/Ubuntu 8.04 "Hardy Heron"

My System

Re: dual-boot problem with windows 2000 using grub boot loader

wow...the only thing i could think to try would be booting in linux, or with a dos recovery disk and copy ntldr onto the c: and see if that works...
AFarris01 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 02-12-2008, 10:13 PM   #3 (permalink)
Registered User
 
Join Date: Jan 2008
Location: Midwest USA
Posts: 38
OS: Linux

My System

Re: dual-boot problem with windows 2000 using grub boot loader

Quote:
Originally Posted by mojo_jojo View Post

... i set my partitions as:
#fdisk -l
/dev/hda1 fat32 drive c:
/dev/hda2 ext'd
/dev/hda5 ntfs drive e:
/dev/hda6 linux /boot
/dev/hda7 linux swap
/dev/hda8 linux /root
Run the command again with a Linux Live CD.
Code:
fdisk -l
You should have a bootable (active) partition, which is indicated by an asterisk (*). This is my partition table
Code:
   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1275    10241406   83  Linux
/dev/hda2            1276        1406     1052257+  82  Linux swap
/dev/hda3            1407        4865    27784417+  83  Linux
If that doesn't help, then perhaps the attached tutorial can.
Attached Files
File Type: pdf l-lpic1102-ltr.pdf (269.6 KB, 12 views)
ncsu1983 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 02-13-2008, 01:04 PM   #4 (permalink)
Registered User
 
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 470
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix


Re: dual-boot problem with windows 2000 using grub boot loader

I think "rootnoverify (hd0,4)" needs to be "rootnoverify (hd0,1)", assuming the Windows boot is on the dos partition (partition 1). If that doesn't work changes "rootnoverify (hd0,3), if the boot program is on partition number 3.

You know you can edit the grub lines by moving the cursor (using arrow keys) over the "Windows" and hitting the "e" key (for edit). Then you can move the cursor around to the line you want to edit and moving the cursor around.

Also delete the "quiet" on the "kernel" line. You can watch the Linux kernel boot.

These edits are temporary. Once you get it working you will have to go edit the grub file to make it permanent. Partition numbers start at zero in GRUB instead of one. See the pdf that was sent in the previous post.

Good luck.
lensman3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:55 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85