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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-19-2008, 02:41 PM
|
#16
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,396
|
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
|
|
|
|
08-19-2008, 03:26 PM
|
#17
|
|
LQ Newbie
Registered: Aug 2008
Posts: 7
Rep:
|
now it says
Code:
Invalid device requested
|
|
|
|
08-19-2008, 07:03 PM
|
#18
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,396
|
Post the output of "fdisk -l" (Lower case letter L) so we can see your partition structure. Do as root user.
|
|
|
|
08-20-2008, 01:48 AM
|
#19
|
|
LQ Newbie
Registered: Aug 2008
Posts: 7
Rep:
|
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.
|
|
|
|
08-20-2008, 01:54 AM
|
#20
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
There doesn't appear to be a Windows partition there. Also, Windows partition names are meaningless under Linux..
|
|
|
|
08-20-2008, 07:15 AM
|
#21
|
|
LQ Newbie
Registered: Aug 2008
Posts: 7
Rep:
|
no but as i said, ubuntu isn't on the same hard disk :$
|
|
|
|
08-20-2008, 07:18 AM
|
#22
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Did you run "fdisk -l /dev/sda"? Usually "fdisk -l" shows the partitions on all disks.
|
|
|
|
08-21-2008, 12:50 PM
|
#23
|
|
LQ Newbie
Registered: Aug 2008
Posts: 7
Rep:
|
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
|
|
|
|
08-21-2008, 03:26 PM
|
#24
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,396
|
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?
|
|
|
|
08-24-2008, 01:19 PM
|
#25
|
|
LQ Newbie
Registered: Aug 2008
Posts: 7
Rep:
|
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
|
|
|
|
08-24-2008, 01:23 PM
|
#26
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Quote:
Originally Posted by Robbinski12
no but as i said, ubuntu isn't on the same hard disk :$
|
Quote:
Originally Posted by Robbinski12
as far as I know i only have 1 drive
|
You appear to have contradicted yourself.
|
|
|
|
08-25-2008, 03:49 AM
|
#27
|
|
LQ Newbie
Registered: Aug 2008
Posts: 7
Rep:
|
yes i know but when i posted that first post i thought C: and D: where drives but now i know they're partitions
|
|
|
|
08-25-2008, 04:00 AM
|
#28
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
There isn't a Windows partition on that disk, unless it's somehow hidden.
|
|
|
|
07-08-2009, 04:06 PM
|
#29
|
|
LQ Newbie
Registered: Jul 2009
Posts: 1
Rep:
|
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!
|
|
|
|
10-17-2009, 11:11 AM
|
#30
|
|
LQ Newbie
Registered: Oct 2009
Posts: 2
Rep:
|
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
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:59 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|