LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-19-2008, 02:41 PM   #16
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489

You should change:

title Windows
root (hd0,1)
chainloader +1

to:

title Windows
rootnoverify (hd0,1)
chainloader +1

assuming you ntfs partition is the second partiton on the first drive. If you run the command "fdisk -l", check to see if it is marked active (*) If not, insert "makeactive" between rootnoverify (hd0,1) and chainloader +1
 
Old 08-19-2008, 03:26 PM   #17
Robbinski12
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
now it says
Code:
Invalid device requested
 
Old 08-19-2008, 07:03 PM   #18
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Post the output of "fdisk -l" (Lower case letter L) so we can see your partition structure. Do as root user.
 
Old 08-20-2008, 01:48 AM   #19
Robbinski12
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
Code:
Disk /dev/sda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders, total 160086528 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xfb8cfb8c

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   154015154    77007546   83  Linux
/dev/sda2       154015155   160071659     3028252+   5  Extended
/dev/sda5       154015218   160071659     3028221   82  Linux swap / Solaris
But I installed Ubuntu to drive D:, and Windows is at C:.

Last edited by Robbinski12; 08-20-2008 at 01:49 AM.
 
Old 08-20-2008, 01:54 AM   #20
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
There doesn't appear to be a Windows partition there. Also, Windows partition names are meaningless under Linux..
 
Old 08-20-2008, 07:15 AM   #21
Robbinski12
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
no but as i said, ubuntu isn't on the same hard disk :$
 
Old 08-20-2008, 07:18 AM   #22
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Did you run "fdisk -l /dev/sda"? Usually "fdisk -l" shows the partitions on all disks.
 
Old 08-21-2008, 12:50 PM   #23
Robbinski12
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
No it says

Code:
Cannot open /dev/sda

Last edited by Robbinski12; 08-24-2008 at 01:20 PM. Reason: Cuz its my post and i want to :P
 
Old 08-21-2008, 03:26 PM   #24
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
In a previous post, you were asked to post the output of 'fdisk -l' and you posted information on drive sda. So if you ran than command, then you have one drive? In your last post you indicate you get a message 'Cannot open /dev/sda', yet you have previously posted info from sda? How many drives do you have? If you have more than one, are they connected?
 
Old 08-24-2008, 01:19 PM   #25
Robbinski12
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
as far as I know i only have 1 drive
thats the answer to your second question as well.

really, I dont think there is an available option left
 
Old 08-24-2008, 01:23 PM   #26
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by Robbinski12 View Post
no but as i said, ubuntu isn't on the same hard disk :$
Quote:
Originally Posted by Robbinski12 View Post
as far as I know i only have 1 drive
You appear to have contradicted yourself.
 
Old 08-25-2008, 03:49 AM   #27
Robbinski12
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
yes i know but when i posted that first post i thought C: and D: where drives but now i know they're partitions
 
Old 08-25-2008, 04:00 AM   #28
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
There isn't a Windows partition on that disk, unless it's somehow hidden.
 
Old 07-08-2009, 04:06 PM   #29
efratror
LQ Newbie
 
Registered: Jul 2009
Posts: 1

Rep: Reputation: 0
edit /boot/grub/menu.lst

he,
I'm having the same problem but, what i saw at your menu.list was that you have put the xp boot"command" at the other Linux boots, because Xp isn't a Linux distribution it doesn't belongs there you need to put it at the end of the text

### END DEBIAN AUTOMAGIC KERNELS LIST
if it still isn't booting you need to use a [TAB] after title and root
hope it works!
 
Old 10-17-2009, 11:11 AM   #30
Gliderfm
LQ Newbie
 
Registered: Oct 2009
Posts: 2

Rep: Reputation: 0
Wow it's been over a year since anyone replied to this thread. I hope more people find it!!!!!!!!!!!!!!
I spent 3 days searching and reading post and nothing worked until I found this. I just did gedit on it and I didn't
believe the thing went straight to XP!!!!!!!!!!! Yes I know we still have to keep that around for awhile.

http://www.zdnetasia.com/news/softwa...g=content;col1

Don't get disparaged. Just keep on truckin'

Everything you need to know is on this WWW somewhere. Problem is finding it.

You're already here. This link is for you to share!

http://www.linuxquestions.org/questi...ml#post3722823

Last edited by Gliderfm; 10-17-2009 at 11:14 AM. Reason: Add Link
 
  


Reply

Tags
grub, hd, slave, xp



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 boot loader blocking windows boot julienroger Linux - Newbie 3 10-12-2004 01:11 PM
GRUB boot loader problem with Windows 2000 bukich Linux - General 1 06-11-2004 06:42 AM
GRUB boot loader on TurboLinux doesn't detect Windows shantanun Linux - Newbie 2 02-18-2004 07:49 AM
how can i add windows xp in Linux boot loader mobassir Linux - Software 33 09-11-2003 12:56 AM
How to add a boot record which used to startup windows under my Grub boot loader? yunxiang Linux - Newbie 6 02-01-2003 02:22 AM

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

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