LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-11-2006, 08:36 PM   #16
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120

The problem will be boot.ini, (not grub) if the partition numbers have changed. The "repair" probably aligned them in cylinder order - Suse devs need their arse kicked if that happened unprompted.
You should be able to see the boot.ini from Linux - post it and we can have a look.
 
Old 06-11-2006, 08:50 PM   #17
iamzim
LQ Newbie
 
Registered: Jun 2006
Posts: 18

Original Poster
Rep: Reputation: 0
ok, im transferring the boot file over from the computer now. itll only be a moment.

Last edited by iamzim; 06-11-2006 at 08:57 PM.
 
Old 06-11-2006, 08:57 PM   #18
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
No, just C:/boot.ini - in Windoze it's a hidden file by default, but Linux won't care.
May be something like /media/hda2/boot.ini or /mnt/windows/boot.ini depending on how Suse does the mount.

<EDIT> - minor typos

Last edited by syg00; 06-11-2006 at 08:59 PM.
 
Old 06-11-2006, 09:00 PM   #19
iamzim
LQ Newbie
 
Registered: Jun 2006
Posts: 18

Original Poster
Rep: Reputation: 0
here it is:


[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
 
Old 06-11-2006, 09:11 PM   #20
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
You need to change that partition reference to 2.
Depending on kernel level you can update the file in-place - but I wouldn't trust Suse.

Best bet is to get into XP recovery console (boot the XP CD and hit "r") and try the "bootcfg /rebuild". See this M$oft knowledgebase article for the recovery console commands.
 
Old 06-11-2006, 09:14 PM   #21
iamzim
LQ Newbie
 
Registered: Jun 2006
Posts: 18

Original Poster
Rep: Reputation: 0
i was about to say, that should probably do it, but my problem is, i do not have a windows xp CD, only the useless recovery partition. it will not let me save boot.ini in linux due to the file system being ntfs, so i guess my problem would be fixxed, if we can figure out a way to edit these two simple numbers.
 
Old 06-11-2006, 09:54 PM   #22
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
You will probably have that partition mounted read-only - "cat /etc/mtab".
What kernel level are you ??? "uname -a"

As an aside, I suspect it doesn't need to be *your* XP CD - go find a mate and try his.
 
Old 06-11-2006, 10:01 PM   #23
iamzim
LQ Newbie
 
Registered: Jun 2006
Posts: 18

Original Poster
Rep: Reputation: 0
i got a winPE (windows live cd) and im going to run it, and edit my boot.ini file through there. so what i should do is change each 1 to 2, annd it should run fine?
 
Old 06-11-2006, 10:08 PM   #24
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Yep - can't see any reason why not.
 
Old 06-11-2006, 10:14 PM   #25
iamzim
LQ Newbie
 
Registered: Jun 2006
Posts: 18

Original Poster
Rep: Reputation: 0
ok, im 60% done burning the cd now...check back in 15 minutes or so and i should have a reply as to if it went smoothly or not.
 
Old 06-11-2006, 10:49 PM   #26
iamzim
LQ Newbie
 
Registered: Jun 2006
Posts: 18

Original Poster
Rep: Reputation: 0
ok...i edited boot.ini to say partition 2, and when i boot windows, it goes into the little "windows xp" screen with the loading bar, and after about 5-10 seconds, comes up with a blue screen saying "autochk not found, skipping autochk", then skips to a blue screen of death-looking thing, and at the top it has some sort of hex code error that just flashes very very quickly, and then restarts the computer. what now?
 
Old 06-11-2006, 11:53 PM   #27
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Almost sounds like a hidden partition - try adding "unhide (hd0,1)" to the windows stanza in your grub config (make sure that partition specification is correct).
 
Old 06-12-2006, 12:11 AM   #28
iamzim
LQ Newbie
 
Registered: Jun 2006
Posts: 18

Original Poster
Rep: Reputation: 0
well, i stuck a windows install cd in (an iso that i came across), and it happened to be in german, and it is asking for some file that i cannot navigate to because im not sure what it is, so im looking for another iso that happens to be in ENGLISH...yay. and it has formatted my c drive so i cant really do anything to it now. yup.
 
  


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
Installed linux, deleted windows, reinstalled windows... major problem! linux_newbie123 Linux - Laptop and Netbook 7 05-09-2006 07:24 PM
Windows and Linux Dual Boot, swap partitions preeth26 Linux - Newbie 5 02-24-2006 02:02 PM
Removed linux partitions, now won't boot to windows! EnigmaZ Linux - Software 18 04-10-2004 05:51 PM
Linux partitions make Windows 2000 very slow to boot sungki Linux - General 5 09-05-2002 05:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:04 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