Featured Posts

SciPy 2008 - Software & Tools STATUS: Day 1 - Thursday: Concluded. Day 2 - Friday: In progress. Astronomy: Enzo [ home ] yt (related to Enzo) [ home | scipy ] Books: Computational Modeling and Complexity Science...

Readmore

An example of checking out a git tag using Qt 4.6.0... Clone the Qt repository: $ git clone git://gitorious.org/qt/qt.git Show available tags: $ git tag -l output: v4.5.1 v4.5.2 v4.5.3 v4.6.0 v4.6.0-beta1 v4.6.0-rc1 v4.6.0-tp1 Checkout v4.6.0: $...

Readmore

Building 64-bit/32-bit Debug&Release Universal Build... See my directions on checking out Qt 4.6.0 from the git repository if you do not already have the source code. Launch a Terminal and cd to the source directory. Run configure w/ 64-bit & 32-bit...

Readmore

  • Prev
  • Next

Tri-boot WinXP / Windows Vista / Ubuntu Linux

Posted on : 22-11-2006 | By : Brandon W. King | In : Computers/IT, Error Fixes, Linux, Mac OS X, Windows

Tags: , , ,

0

I now have WinXP, Windows Vista RC1, and Ubuntu/Kubuntu Linux tri-booting on my laptop. A key to success if you are going to attempt this is the order of installation:

  1. Windows XP
  2. Windows Vista
  3. Linux

If you install Windows Vista first, Windows XP’s boot loader won’t find Vista, and if you try to do a repair on Vista, WinXP won’t be found. There may be a way to fix this, but it’s easier just to install in the order listed above.

When Linux installs grub, at least with Ubuntu, it automatically finds the Vista boot loader. When you select the Vista option from grub, the Vista boot loader should have two options “Run previous version of windows” (i.e. WinXP) or “Run Vista”.

I hope this saves you some time.

Write a comment