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 10-04-2008, 10:42 AM   #1 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 1
OS: OpenSuse 11.0


Cannot boot to Windows

I too have lost my option to boot with Windows XP.
I have Linux OpenSuse 11.0 installed. I can see the directory /windows/C with all the windows files present.
However, I no longer get the Windows option at boot time. I guess I must change the menu.lst file in the grub directory. But with what commands?
If I do the command fdisk -l I get:
Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0008f3e9

Device Boot Start End Blocks Id System
/dev/sda1 * 1 10400 83529967 7 HPFS/NTFS
/dev/sda2 10400 30394 160609806+ f W95 Ext'd (LBA)
/dev/sda5 10400 10661 2104483+ 82 Linux swap / Solaris
/dev/sda6 10662 13272 20972826 83 Linux
/dev/sda7 13273 30394 137532433+ 83 Linux

Thanks,
David.
DDery 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 10-04-2008, 10:56 AM   #2 (permalink)
K-B
Mod. Linux, Wrench Turner
 
K-B's Avatar
 
Join Date: Oct 2005
Location: NY
Posts: 2,889
OS: Vista, Ubuntu

My System

Re: Cannot boot to Windows

Created new thread for better visibility.
__________________
K-B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-05-2008, 12:46 AM   #3 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Re: Cannot boot to Windows

Your partitions look OK.

My guess? Reinstall or repair the Windows MBR. There are thousands of posts on that subject.

If you reinstall the MBR, you'll wipe the first stage of the Linux bootloader and lose access to the Linux partitions. But at this point you're probly more concerned about getting Windows back.

Once you get Windows back, you can try re-installing the Linux bootloader or just re-installing Linux entirely. If you just reinstall the Linux OS you'll probly be rigiht back where you are now. It sounds like the Linux bootloader did not successfully modify the MBR. That could be because of a flawed install disc or ?
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-05-2008, 01:01 AM   #4 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 991
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: Cannot boot to Windows

Most likely you just need to edit the file /boot/grub/grub.conf (sometimes /boot/grub/menu.lst) to have an entry for Windows. Here's a thread that should help with that process: Dual boot with Ubuntu and WinXP on 2HDs

If you have trouble with that, post back to this thread with your questions and the contents of the grub.conf configuration file.
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.

Last edited by shuuhen; 10-05-2008 at 01:02 AM.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-05-2008, 11:13 AM   #5 (permalink)
TSF Enthusiast
 
Barry_R's Avatar
 
Join Date: Aug 2005
Location: California
Posts: 700
OS: Win XP Home, Linux Mint

My System

Re: Cannot boot to Windows

Here is my grub entry to boot to windows. Just make sure the boot loader is pointed to the correct drive and partition on the root entry.

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows XP
root (hd0,0)
savedefault
makeactive
chainloader +1
Barry_R is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-05-2008, 07:50 PM   #6 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Re: Cannot boot to Windows

Here's my entry in Ubuntu:


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1


The above is excerpted from /boot/grub/menu.lst

I don't know where OpenSuse stashes the bootloader settings
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-05-2008, 10:09 PM   #7 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,846
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: Cannot boot to Windows

Quote:
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows XP
root (hd0,0)
savedefault
makeactive
chainloader +1

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
If you don't have Windows listed in the grub.conf, or menu.lst, don't just copy and paste those two entries make sure that you know which hdd, and partition Windows is on FIRST.

Cheers!
__________________


Linux Forever!

wmorri 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 06:20 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