LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-09-2006, 06:04 PM   #16
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281

Okay, not sure if spaces and stuff matter, but from another tutorial, it reads like this:

title Windows XP
rootnoverify (hd0,0)
chainloader+1
makeactive

The only differences I see is there is no space between "chainloader" and "+1" and "makeactive" comes at the end...
 
Old 02-09-2006, 06:44 PM   #17
Dougal
Member
 
Registered: Feb 2006
Posts: 33

Original Poster
Rep: Reputation: 15
Is there supposed to be a boot at the end? If not, it didn't work either. It was a wierd not work, it just reloaded the menu. That's it.

When I place boot in it, it tells me I need to load kernel first.

Last edited by Dougal; 02-09-2006 at 06:47 PM.
 
Old 02-09-2006, 06:57 PM   #18
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
can you post /boot/device.map (or /boot/grub/device.map -- I'm not sitting in front of my linux box right now). Maybe something is a bit awkward...
 
Old 02-09-2006, 07:28 PM   #19
Dougal
Member
 
Registered: Feb 2006
Posts: 33

Original Poster
Rep: Reputation: 15
Code:
(hd1)	/dev/hdb
(fd0)	/dev/fd0
(hd0)	/dev/hda
 
Old 02-09-2006, 07:36 PM   #20
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Okay, one last silly question to clarify. Is Windows installed to the primary partition on hda or to the NTFS partition on hdb?
 
Old 02-09-2006, 07:46 PM   #21
Dougal
Member
 
Registered: Feb 2006
Posts: 33

Original Poster
Rep: Reputation: 15
Primary on hda.
 
Old 02-09-2006, 08:23 PM   #22
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
Actually, look closer at the second drive. See anything missing anyone? Anyone?

Little hint... its a boot flag. No bootable partitions. Use fdisk to make the one mapped to /boot(or if going sans /boot, just the main linux partition(NOT SWAP)) bootable.
 
Old 02-09-2006, 08:38 PM   #23
Dougal
Member
 
Registered: Feb 2006
Posts: 33

Original Poster
Rep: Reputation: 15
But I can boot into the second drive, which has SUSE in it, as I'm on it right now. It's botting into Windows that's giving me problems.
 
Old 02-10-2006, 01:18 PM   #24
Dougal
Member
 
Registered: Feb 2006
Posts: 33

Original Poster
Rep: Reputation: 15
How do I make a boot flag?
 
Old 02-10-2006, 02:27 PM   #25
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
"fdisk /dev/DRIVENAME" like "fdisk /dev/hda", then you print(hit "p" and enter) the list to see which partition is the one you need... then hit "a" to toggle the boot flag, type the partition number, and save settings("w"). Then reboot.
 
Old 02-10-2006, 02:46 PM   #26
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
My advice is to edit Suse's /boot/grub/menu.lst and put a # in front of

Code:
#gfxmenu (hd1,2)/boot/message
This will disable the graphic and allow you to get a Grub prompt by pressing "c" at the new Grub menu.

You can then boot the XP manually by typing at the Grub prompt line by line
Code:
root (hd0,0)
makeactive
chainloader +1
boot
Report error if that fails
 
Old 02-10-2006, 07:15 PM   #27
Dougal
Member
 
Registered: Feb 2006
Posts: 33

Original Poster
Rep: Reputation: 15
root (hd0,0)

gives the error:

Filesystem type unknown, partition tpye 0x7.
 
Old 02-10-2006, 07:18 PM   #28
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Try rootnoverify (hd0,0).
 
Old 02-10-2006, 07:30 PM   #29
Dougal
Member
 
Registered: Feb 2006
Posts: 33

Original Poster
Rep: Reputation: 15
That gives me nothing. It just goes to the next prompt.
 
Old 02-10-2006, 07:31 PM   #30
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Did you continue with Saikee's list? i.e. type makeactive and then chainloader +1 and then boot?
 
  


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
grub error 1 in loading debian kernels after suse upgrade braungiobi Linux - Software 0 12-28-2005 12:35 AM
Grub loader not loading Windows XP or Fedora Core 1 after changing partition size. zetafunc Fedora - Installation 17 06-12-2005 01:27 AM
Loading Windows with GRUB scouture Linux - Software 3 03-09-2005 06:07 PM
SuSE 9.1 and Windows Xp refuse to live in harmony: error loading windows through GRUB sanctumtacete Linux - Newbie 3 10-19-2004 07:47 AM
GRUB loading windows teamstatic84 Linux - General 5 12-29-2003 08:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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