LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-25-2006, 06:42 AM   #1
drsethi
Member
 
Registered: Jun 2006
Location: Amritsar
Distribution: SuSE 11.1
Posts: 55

Rep: Reputation: 15
How to start windows


I had windows XP on C: and SUSE 10.1. Then I installed Windows vista on F: To restore bootloader I booted in Linux with the help of installer DVD and repaired grub and problem apparently solved. Now I do get the option of Windows at bootscreen but on clicking it error messages appear or system restarts. What to do. I am unable to boot even with the help of Vista DVD.
 
Old 08-25-2006, 06:49 AM   #2
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
How about the Error Message?
Maybe it could give us a clue?
 
Old 08-25-2006, 06:57 AM   #3
drsethi
Member
 
Registered: Jun 2006
Location: Amritsar
Distribution: SuSE 11.1
Posts: 55

Original Poster
Rep: Reputation: 15
NTLDR missing
 
Old 08-25-2006, 07:06 AM   #4
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
there you go.
Insert the Windows XP bootable CD into the computer. When prompted to press any key to boot from the CD, press any key. Once in the Windows XP setup menu press the "R" key to repair Windows. Log into your Windows installation by pressing the "1" key and pressing enter. You will then be prompted for your administrator password, enter that password. Copy the below two files to the root directory of the primary hard disk. In the below example we are copying these files from the CD-ROM drive letter "E". This letter may be different on your computer. copy e:\i386\ntldr c:\
and copy e:\i386\ntdetect.com c:\
This should solve your situation otherwise boot.ini needs to be checked.
 
Old 08-25-2006, 07:34 AM   #5
drsethi
Member
 
Registered: Jun 2006
Location: Amritsar
Distribution: SuSE 11.1
Posts: 55

Original Poster
Rep: Reputation: 15
These files are present in C:
But NOT in F: where vista is installed
 
Old 08-25-2006, 07:52 AM   #6
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Please boot SUSE and post the output of the following commands (as root):

fdisk -l (the letter "l", not "one")
cat /boot/grub/menu.lst

It may be that Windows still requires to boot from C, but grub is configured to boot from F

BTW: please try to use the Linux nomenclature of drives and partitions (e.g. /dev/hda1), since the Windows "F:" may refer to a partition or a drive, which makes a significant difference for the bootloader.
 
Old 08-25-2006, 08:48 AM   #7
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.

Because it's not a Suse specific question. In fact, it's a Windows question with a Linux diagnostic bit which may be of use to others.
 
Old 08-25-2006, 12:16 PM   #8
drsethi
Member
 
Registered: Jun 2006
Location: Amritsar
Distribution: SuSE 11.1
Posts: 55

Original Poster
Rep: Reputation: 15
I want to provide a clue: Vista uses bootmgr and XP uses ntldr.
I want to know if grub can be configured to handle vista, if yes, how
Password:
vijay:/home/dr # fdisk -l

Disk /dev/sda: 120.0 GB, 120060444672 bytes
255 heads, 63 sectors/track, 14596 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2432 19535008+ 7 HPFS/NTFS
/dev/sda2 2433 14596 97707330 f W95 Ext'd (LBA)
/dev/sda5 2433 5472 24418768+ 7 HPFS/NTFS
/dev/sda6 5473 8512 24418768+ 7 HPFS/NTFS
/dev/sda7 8513 11552 24418768+ 7 HPFS/NTFS
/dev/sda8 11553 13214 13349983+ 7 HPFS/NTFS
/dev/sda9 13215 13309 763056 82 Linux swap / Solaris
/dev/sda10 13310 14335 8241313+ 83 Linux
/dev/sda11 14336 14596 2096451 83 Linux
vijay:/home/dr # cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Fri Aug 25 21:21:01 IST 2006

color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,9)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.1
root (hd0,9)
kernel /boot/vmlinuz root=/dev/sda10 vga=0x317 resume=/dev/sda9 splash=silent showopts
initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader (hd0,6)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.1
root (hd0,9)
kernel /boot/vmlinuz root=/dev/sda10 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: memtest86###
title Memory Test
kernel (hd0,9)/boot/memtest.bin
vijay:/home/dr #
 
Old 08-25-2006, 12:22 PM   #9
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
I just recognize that sda1 (Windows C: ) is still the active partition (*). Maybe it helps to activate hd0,6 aka sda7 (if I counted correctly). You could use 'cfdisk /dev/sda'.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I need Windows to start first newbiesforever MEPIS 6 08-10-2006 04:39 AM
Why can not I start X windows with X? defier7648 Linux - Software 10 07-16-2006 11:23 AM
Can not start X windows m2azer Fedora 5 12-15-2004 01:27 PM
how to start an X-windows vito_huang Red Hat 2 11-24-2004 11:28 AM
X Windows cant start, need help~~!!! gabriellai Linux - Hardware 5 11-19-2004 05:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:08 PM.

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