Dual Booting Ubuntu with existing XP

Discussion and support for all Linux distributions and Unix flavours (FreeBSD, OpenBSD, etc).
D3PART3D
Starbound's Dear
Posts: 16295
Joined: 01 Dec 2004, 02:00
Contact:

Post by D3PART3D »

Whe I grow up, I want to be just as nerdy as you :biggrin: Now suggest some books :P
Ceterum autem censeo Samsung Mobile esse delendam.

When something is important enough, you do it even if the odds are not in your favor.
- Elon Musk
Judas
Registered User
Posts: 2118
Joined: 17 Oct 2006, 02:00
Location: Stellenbosch
Contact:

Post by Judas »

D3PART3D wrote:Whe I grow up, I want to be just as nerdy as you :biggrin: Now suggest some books :P
Keep working on it and you'll get there... It's been a long, hard road to nerdiness, but with dedication it can be done!

Well, your choice of books would depend on the particular brand of nerdiness that you're going for. If it's computer nerd you want, nothing shouts "I have no life!" like keeping Steve McConnell's Code Complete 2 on your bedside table.

If you're looking to become a psychology nerd, Grieger & Boyd's Rational Emotive Therapy: A Skills Based Approach comes very, very highly recommended, as does Carl Rogers & Barry Stevens' Person to Person: The Problem of Being Human.
'One will rarely err if extreme actions be ascribed to vanity, ordinary actions to habit, and mean actions to fear.'
- Friedrich Nietzsche

'Do not argue with Judas, nube, that would be foolish!'
- D3PART3D
D3PART3D
Starbound's Dear
Posts: 16295
Joined: 01 Dec 2004, 02:00
Contact:

Post by D3PART3D »

Thank you, I'll go look for them! :happy7: :D (I suppose Code Complete 2 should wait until after I know my basic C++...)

Antispam - DJT, you need to be a nerd to fix this problem. Read said books. :P
Ceterum autem censeo Samsung Mobile esse delendam.

When something is important enough, you do it even if the odds are not in your favor.
- Elon Musk
DJT
I Bribed Ron With Foundry And All I Got Was This Lousy Title
Posts: 9387
Joined: 09 Aug 2002, 02:00
Location: Locked Down
Contact:

Post by DJT »

Judas wrote:
Vampyre_2099 wrote:rofl, rofl, rofl, lolocopter. Anyway, seriously, you just need to add Windows to your grub list.

From a gnome terminal

Code: Select all

sudo gedit /boot/grub/menu.lst
then add

Code: Select all

title		Windows 95/98/NT/2000
root		(hd0,0)
makeactive
chainloader	+1
to the end of the file, save, exit and restart
There's your grub problem... This:

Code: Select all

root		(hd0,0)
Should be:

Code: Select all

rootnoverify (hd0,4)
I did as you said, changed the root to rootnoverify. It now comes up with a invalid device error or something. THink error 12
I'm sorry I'm being so annoying guys

@D33, yip, the only reason I can't fix this is because I actually have a life
Want to support my creative work? Drop me a like and subscribe below. It will be greatly appreciated!
Clarke Media - YouTube Channel
Clarke Media - Facebook
Judas
Registered User
Posts: 2118
Joined: 17 Oct 2006, 02:00
Location: Stellenbosch
Contact:

Post by Judas »

DJT wrote:
Judas wrote:
Vampyre_2099 wrote:rofl, rofl, rofl, lolocopter. Anyway, seriously, you just need to add Windows to your grub list.

From a gnome terminal

Code: Select all

sudo gedit /boot/grub/menu.lst
then add

Code: Select all

title		Windows 95/98/NT/2000
root		(hd0,0)
makeactive
chainloader	+1
to the end of the file, save, exit and restart
There's your grub problem... This:

Code: Select all

root		(hd0,0)
Should be:

Code: Select all

rootnoverify (hd0,4)
I did as you said, changed the root to rootnoverify. It now comes up with a invalid device error or something. THink error 12
I'm sorry I'm being so annoying guys

@D33, yip, the only reason I can't fix this is because I actually have a life
Hmmm, I think your grub partition numbering isn't quite matching up to the Linux numbering... Try changing that to rootnoverify (hd0,1).

EDIT: And if that doesn't work, try rootnoverify (hd0,0).
Last edited by Judas on 16 Mar 2008, 21:44, edited 1 time in total.
'One will rarely err if extreme actions be ascribed to vanity, ordinary actions to habit, and mean actions to fear.'
- Friedrich Nietzsche

'Do not argue with Judas, nube, that would be foolish!'
- D3PART3D
WAJeff
Registered User
Posts: 28011
Joined: 30 Jun 2006, 02:00
Location: /dev/sda1/home
Contact:

Post by WAJeff »

If you still getting errors try that app I linked you to earlier. Its worked everytime for me
Post Reply