LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-13-2006, 05:30 PM   #16
Skyone
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0

Brian_lad, that didn't work.

Truoc444, I'll try it.
 
Old 03-13-2006, 05:54 PM   #17
Skyone
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
@Truoc- I tried the first idea, and it just gave back:

Code:
rootnoverify (hd1,0)
chainloader +1

_
And it just sat there, doing nothing.

I tried the second thing, it gave:

Code:
root (hd1,0)
 Filesystem type unknown, partition type 0x7
savedefault

Error 15: File not found

Press any key to continue...
When I press a key, it takes my to a text based grub bootloader.

Anything else?
 
Old 03-13-2006, 05:56 PM   #18
truoc444
Member
 
Registered: Aug 2005
Location: Salt Lake City
Distribution: Suse 9.3, Ubuntu, Mepis
Posts: 47

Rep: Reputation: 15
i'm out of ideas. have you tried any of the other forums? maybe the suseforums
 
Old 03-13-2006, 06:04 PM   #19
brian_lad
Member
 
Registered: Feb 2006
Location: Overland Park, KS
Distribution: RedHat EL, Fedora, Ubuntu
Posts: 32

Rep: Reputation: 15
I found this on a google search

title windows 2
root (hd1,0)
makeactive
chainloader +1

It isn't your exact situation, but might be helpful.

Here is the site:
http://susefaq.sourceforge.net/faq/inst_winxp1.html

Brian
 
Old 03-13-2006, 06:13 PM   #20
Skyone
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Brian, It gives me an error...

God, I don't know. Anyone else?
 
Old 03-13-2006, 06:18 PM   #21
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Quote:
title Windows XP Media
root (hd1,0)
savedefault
makeactive
chainloader +1
for Windows it should be
Code:
rootnoverify (hd1,0)
instead of
Code:
root (hd1,0)
because (hd1,0) does not need to/can't be mounted
everything else seems ok.
I would not recommend "savedefault" - what for?

Last edited by jomen; 03-13-2006 at 06:19 PM.
 
Old 03-13-2006, 07:47 PM   #22
Skyone
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
That doesn't seem to work, Jomen. If there are any more details that would help solve this problem that I can fetch, just tell me.
 
Old 03-13-2006, 07:59 PM   #23
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Code:
title Windows XP Media
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
I forgot about this - windows is just not happy with being not on the first drive.
And it probably was'nt when it was installed.
This maps the drives so windows thinks it is on the first.
 
Old 03-13-2006, 08:24 PM   #24
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
You need to make sure device.map is set up correctly. It should say:

(hd0) /dev/hdc
(hd1) /dev/sda

After you set device.map up this way, then change your menu.lst like this:

title Windows
root (hd1,0)
chainloader +1

Then it will work.

XP doesn't much care where it is booted from; I boot the NT family from all kinds of strange places. Needs to be close to the front of the drive, but doesn't have to be the first drive.

Also, when you say that something "doesn't work" or "gave an error", that is not useful. You need to be very specific in setting forth exactly what the error is.

Last edited by jiml8; 03-13-2006 at 08:30 PM.
 
Old 03-13-2006, 11:22 PM   #25
Skyone
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Jim, my device.map was already set up that way, so I'll try that way soon.

Jomen, I'm off to try your solution.

Thanks you guys.
 
Old 03-14-2006, 03:57 PM   #26
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by Skyone
Jim, my device.map was already set up that way, so I'll try that way soon.

Thanks you guys.
Then the syntax I showed for menu.lst should work.

root and rootnoverify should work effectively the same if the Windows installation is in front of the drive.

I may be mistaken, but I *think* you have to use map before using root or rootnoverify; it is something else to try. If, however, you find that map does solve your problem, you would do better to change your device.map, then change the hd1 and hd0 references throughout your menu.lst.

Map will only work for you if your system is using BIOS to access the swapped disks. If you have a special driver, it won't work. Probably, since you have a SCSI drive in the system, map won't work. I don't know about SATA drives; are they handled through BIOS?

Actually, this might be your problem. There has to be a SCSI driver on the Windows partition for the SCSI drive to boot. Maybe swapping device.map around is the thing to do.
 
Old 03-15-2006, 12:29 AM   #27
Skyone
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
I have no clue what happened, but after messing with it enough, I couldn't boot up any OS.

So I lost all my info, I just reinstalled Windows, and I'll just set up linux with no bootloader this time.

Thanks anyways!
 
Old 03-15-2006, 02:44 AM   #28
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
I just can't believe that your hardware is so special that it just isn't possible...
Reinstalling Windows is overkill - just let it fix its MBR with the help of the install-cd - too late now I guess.
And for reinstalling linux (or anything...): no way you lost ANY info/data by tampering with grub.
Did you know, that you can use it even if it is so messed up that it does not schow you a menu - or a wrong one?
(pressing "c" when it comes up will do that - then enter the commands manually).
Too bad...
 
Old 03-17-2006, 03:02 AM   #29
Skyone
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Once again, I'm new to linux, so I have no idea about any commands.

It's ok though, this is a brand new computer that had no information on it what-so-ever, so all it is was time consuming.
 
Old 03-17-2006, 03:23 AM   #30
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
This might help you get started easier:

for basic usage of the command-line:
http://freeengineer.org/learnUNIXin10minutes.html

some documentation on how to set up grub - you will also find it here in the sticky threads on the forum...:
http://www.sorgonet.com/linux/grubrestore/
http://www.geocities.com/cyberkabila/main/grub.htm
and of course the manual and faq from the original grub-website:
http://www.gnu.org/software/grub/gru...upport.en.html
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Dual Booting SuSE 9.2 & XP Pro/dual hard drives The_Bug Linux - General 3 01-04-2006 06:44 PM
Dual Booting XP pro with SuSE 9.1 Ree Linux - Distributions 3 10-03-2004 01:58 AM
Dual dual booting with Suse 9.1 pro and windows 98SE UDflyer Linux - General 1 07-30-2004 03:37 PM
Dual Booting: Windows XP and SuSE 9.1 Pro NVPKrypton Linux - Newbie 4 05-30-2004 05:14 PM
Problems Dual booting Fedora and XP Pro using GRUB davstin2002 Linux - Laptop and Netbook 4 01-21-2004 06:55 PM

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

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