Dual-Boot XP/Ubuntu


Recommended Posts

Hey all!

I've just found an interest in Linux and all this open-source stuff and would like to try it out. The distro of my choice is Ubuntu. I know how to install it and that for dual-boot but I have questions before I think about doing it.

- Do you need to install drivers for all your hardware? (I used the Live CD and everything seemed to work fine without).

- Is there a list somewhere on these forums about Linux apps?

- With Windows emulations etc, is it actually possible to play all my PC games in Linux, with the same performance as in Windows?

Thanks in advance for any help given! Much appreciated!

Link to comment
https://www.neowin.net/forum/topic/662380-dual-boot-xpubuntu/
Share on other sites

- Do you need to install drivers for all your hardware? (I used the Live CD and everything seemed to work fine without).

- Is there a list somewhere on these forums about Linux apps?

- With Windows emulations etc, is it actually possible to play all my PC games in Linux, with the same performance as in Windows?

- The installed version is identical to the LiveCD. If it works there, then you won't need anything else :)

- Not sure..

- Some games will run fine, some will take a performance hit, and some would flat-out refuse to work whatever you do.

Have a look around at http://appdb.winehq.org/. That page only shows the top 10 of each category, but if you click on the category name (Platinum, Gold, etc) you will be able to browse the complete list of supported applications.

Hey all!

I've just found an interest in Linux and all this open-source stuff and would like to try it out. The distro of my choice is Ubuntu. I know how to install it and that for dual-boot but I have questions before I think about doing it.

- Do you need to install drivers for all your hardware? (I used the Live CD and everything seemed to work fine without).

- Is there a list somewhere on these forums about Linux apps?

- With Windows emulations etc, is it actually possible to play all my PC games in Linux, with the same performance as in Windows?

Thanks in advance for any help given! Much appreciated!

Ubuntu comes with most drivers that you'll need. And if you need others, there are "restricted drivers" repositories that Ubuntu uses..... just enable them with a checkmark........ but if your computer works with the Live CD, then all will probably be ok.

Linux apps? https://www.neowin.net/forum/index.php?showtopic=198343 although I would use Ubuntu's Synaptic to get your apps. It is simple to use and the chances of errors are much less.

Running games are as as described above.

Good advice and info in the above two posts.

As for games, might I remind you that you are dual-booting Linux & Windows. Games designed for Windows will work better on Windows (with a few exceptions, like UT and Doom which are natively supported in Linux). For ease of install, configuration and use (at least at this time) keep the games in Windows. Many will work in wine and such, but I think that the additional headaches are a deal-breaker. I like my computing to be hassle-free. :p

Thanks for the replies all! I've been trying to setup the dual-boot for a few hours now. I'm trying to find a good disk partition app as the one on the live CD isn't working properly and the other Linux live CD ones, gparted and parted magic, don't seem to get me anywhere.

I'll get there in the end!

My wireless seems to work just fine without any drivers installed. Also, the reason I asked about games was to see if there was any point in removing Windows and using just Ubuntu but I've come to my senses and realised it's just uneeded hassle. An XP/Linux laptop seems to be really cool! I'll use Linux mostly for everything but gaming, then switch to XP to play my games. Win/win?

Install as wubi, which doesn't partition anything, and creates a large virtual filesystem on your NTFS partition.

Or, if your partitioning tools aren't working, maybe you have a filesystem issue? :whistle:

Might be advisable to do a chkdsk /r in Windows, and do a defrag. Then, after that, you may find the Ubuntu partitioner lets you move the slider to make room for the install.

Haha. I couldn't have read your replied before I installed it as I was spending ages organizing my partitions, which I needed to do anyways, not just for this.

I just chose to install it in my free space, which I made sure was about 15GB. As I've just loaded up, there's this wee 'Filesystem' thing. How do I install stuff on this? Like with Windows there's like C:\, D:\ etc but there's just this Filesystem thing.

Anyways, Ubuntu looks like it'll be fun to use, and now I get to customize it. Yay!

DOS designations of C:, D:, E: and so forth are nondescriptive and arbitrary. Is D: another partition on the same drive? Or is it a separate drive? Or even an optical or USB device? Does any of it really matter? :no:

The answer is "no". It doesn't matter if it is D: or E: (except if you change them in Windows, and important data was in one or the other for an app to run). What matters is the data in it. :yes:

Linux puts all in relative order from where the root (or / ) of the filesystem is defined. Everything is found from there. You can set your Creative MP3 player to mount at /media/creative_mp3. All your system executables put by the installer are in /sbin/. System configurations are in /etc/.

I have a little writeup I put into the FAQ section here at Neowin several years ago that covers some of the shock of a new filesystem organization. Find it here.

Hope that helps.

Boot Ubuntu.

Post the output of a sudo fdisk -l command (that is a lowercase letter "L", not the number one)

That will tell us exactly what partition is where.

Then also post the file /boot/grub/menu.lst (or the contents of the file)

That will show how GRUB is set up, and what it points to boot.

this is what I got for sudo fdisk -l, the /boot/grub/menu.lst command won't work

Disk /dev/sda: 300.0 GB, 300069052416 bytes

255 heads, 63 sectors/track, 36481 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Disk identifier: 0x00000001

Device Boot Start End Blocks Id System

/dev/sda1 * 1 31126 250019563+ 7 HPFS/NTFS

/dev/sda2 31127 36481 43014037+ 5 Extended

/dev/sda5 31127 36256 41206693+ 83 Linux

/dev/sda6 36257 36481 1807281 82 Linux swap / Solaris

# menu.lst - See: grub(8), info grub, update-grub(8)

# grub-install(8), grub-floppy(8),

# grub-md5-crypt, /usr/share/doc/grub

# and /usr/share/doc/grub-doc/.

## default num

# Set the default entry to the entry number NUM. Numbering starts from 0, and

# the entry number 0 is the default if the command is not used.

#

# You can specify 'saved' instead of a number. In this case, the default entry

# is the entry saved with the command 'savedefault'.

# WARNING: If you are using dmraid do not use 'savedefault' or your

# array will desync and will not let you boot your system.

default 0

## timeout sec

# Set a timeout, in SEC seconds, before automatically booting the default entry

# (normally the first entry defined).

timeout 10

## hiddenmenu

# Hides the menu by default (press ESC to see the menu)

#hiddenmenu

# Pretty colours

#color cyan/blue white/blue

## password ['--md5'] passwd

# If used in the first section of a menu file, disable all interactive editing

# control (menu entry editor and command-line) and entries protected by the

# command 'lock'

# e.g. password topsecret

# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/

# password topsecret

#

# examples

#

# title Windows 95/98/NT/2000

# root (hd0,0)

# makeactive

# chainloader +1

#

# title Linux

# root (hd0,1)

# kernel /vmlinuz root=/dev/hda2 ro

#

#

# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST

## lines between the AUTOMAGIC KERNELS LIST markers will be modified

## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##

## default kernel options

## default kernel options for automagic boot options

## If you want special options for specific kernels use kopt_x_y_z

## where x.y.z is kernel version. Minor versions can be omitted.

## e.g. kopt=root=/dev/hda1 ro

## kopt_2_6_8=root=/dev/hdc1 ro

## kopt_2_6_8_2_686=root=/dev/hdc2 ro

# kopt=root=UUID=af34c6a6-35f3-4d58-b460-7f9ceffacd24 ro

## Setup crashdump menu entries

## e.g. crashdump=1

# crashdump=0

## default grub root device

## e.g. groot=(hd0,0)

# groot=(hd0,4)

## should update-grub create alternative automagic boot options

## e.g. alternative=true

## alternative=false

# alternative=true

## should update-grub lock alternative automagic boot options

## e.g. lockalternative=true

## lockalternative=false

# lockalternative=false

## additional options to use with the default boot option, but not with the

## alternatives

## e.g. defoptions=vga=791 resume=/dev/hda5

# defoptions=quiet splash

## should update-grub lock old automagic boot options

## e.g. lockold=false

## lockold=true

# lockold=false

## Xen hypervisor options to use with the default Xen boot option

# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option

# xenkopt=console=tty0

## altoption boot targets option

## multiple altoptions lines are allowed

## e.g. altoptions=(extra menu suffix) extra boot options

## altoptions=(recovery) single

# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst

## only counts the first occurence of a kernel, not the

## alternative kernel options

## e.g. howmany=all

## howmany=7

# howmany=all

## should update-grub create memtest86 boot option

## e.g. memtest86=true

## memtest86=false

# memtest86=true

## should update-grub adjust the value of the default booted system

## can be true or false

# updatedefaultentry=false

## should update-grub add savedefault to the default options

## can be true or false

# savedefault=false

## ## End Default Options ##

title Ubuntu 8.04.1, kernel 2.6.24-19-generic

root (hd0,4)

kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=af34c6a6-35f3-4d58-b460-7f9ceffacd24 ro quiet splash

initrd /boot/initrd.img-2.6.24-19-generic

quiet

title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)

root (hd0,4)

kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=af34c6a6-35f3-4d58-b460-7f9ceffacd24 ro single

initrd /boot/initrd.img-2.6.24-19-generic

title Ubuntu 8.04.1, memtest86+

root (hd0,4)

kernel /boot/memtest86+.bin

quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian

# ones.

title Other operating systems:

root

# This entry automatically added by the Debian installer for a non-linux OS

# on /dev/sda1

title Windows NT/2000/XP (loader)

root (hd0,0)/dev/sda1

savedefault

chainloader +1

It appears to be in there. You might need to use your arrow key to scroll down to it to see it.

The entry

title Windows NT/2000/XP (loader)

root (hd0,0)/dev/sda1

savedefault

chainloader +1

is pretty much it. Though the line root (hd0,0)/dev/sda1 is highly suspect. Did you add in the "/dev/sda1" part, because I am not sure it is correct.

Using sudo gedit /boot/grub/menu.lst (very carefully, since you are making system changes)

change that line to just

root (hd0,0)
then reboot to see if your XP entry works ok now.

Well, let's boot the XP CD, and go to its "recovery console", which will allow you to type the special command

fixmbr

This will make it a Windows-boot-only PC again (for the time being). Make sure Windows is OK after the partition resizing that happened.

Once you get XP booting fine, we can worry about booting the UbuntuCD again and doing a grub-install to get dual-booting back.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Same Internet Archive seemed to grab the new version https://web.archive.org/web/20...d/Setup_MakeMKV_v1.18.4.exe Here's the link to an additional file it periodically downloads https://web.archive.org/web/20260213092148/https://www.makemkv.com/sdf.bin I think update's keys, etc. To manually trigger this update, put the sdf.bin file in the root of where the program is installed. When you launch the program it will pick up the file and import it. Typically put it here: C:\Program Files (x86)\MakeMKV\sdf.bin
    • Windows 11 KB5094126, KB5093998 bugging out Office apps but it may not be Microsoft's fault by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. Although the tech giant did not acknowledge any major problems, some users online reported various issues ranging from OneDrive and Dropbox access problems, BitLocker recovery lockouts, to blue screens and BSODs. You can read about them in this dedicated piece. While there is still no confirmation about those problems from Microsoft the company has admitted to another bug which we did not report on. The tech giant has confirmed it has received reports of an issue in which certain third-party applications may be unable to launch Microsoft Office apps or open Office documents after installing the Patch Tuesday. This affects both Windows 11 as well as Windows 10. The company says the problem impacts a subset of applications that rely on OLE (Object Linking and Embedding) automation to communicate with Microsoft Office programs. According to Microsoft, affected scenarios involve third-party software attempting to open Office applications or documents from within their own interface. In such cases, the Office program may fail to launch altogether, or the requested document may not open. Oddly there may not be any error message, which probably makes the issue difficult to diagnose. The bug affects several Office products, including Word, Excel, PowerPoint, Access, and other apps in the Microsoft Office suite when they are launched through the affected software. These include tax and accounting software such as CCH Engagement and Workpaper Manager, dental practice management solutions like Dentrix and Softdent, as well as the popular research and reference management tool Zotero. Microsoft adds that other applications using similar Office integration methods could also experience the same problematic behavior. To understand the issue it is important to look at OLE, the Microsoft technology involved. OLE allows different applications to work together and share data, while its Automation feature lets one program control another. Thus this enables third-party software to launch Microsoft Office apps, open documents, and perform tasks automatically without requiring users to switch between programs. Because many accounting, healthcare, research, and business applications rely on OLE automation to interact with Word, Excel, PowerPoint, and other Office apps, any disruption can break those workflows. As a result, affected software may be unable to open Office documents or launch Office applications even though the programs themselves continue to work normally. At the moment the company has not provided a permanent fix though it has confirmed that engineers are actively working on a resolution, which will be delivered through a future Windows update. As such additional details will be shared once more information becomes available. In the meantime, Microsoft recommends a simple workaround for affected users whic is to open the Office application or document directly rather than launching it through the third-party program. For enterprise customers and organizations managing larger deployments, Microsoft says an additional mitigation is available. Admins experiencing the problem on their managed devices are advised to contact Microsoft Support for business to obtain and apply the workaround.
    • It saddens me when cars are such dull colours now. Mine is bright metallic blue and I absolutely adore it for standing out in contrast to that depressing backdrop of traffic.
    • Sparkle 2.20.0 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.0 changelog: Debloat Tweak has animated border New homepage loading UI New Tweak Modal (Markdown Supported) Refactored GPU Detection Added Tests with vitest Added foobar2000 to apps Added Localsend to apps Updated Modal Styles Added styles for disabled inputs Added Animated Border to debloat-windows tweak Bumped dependencies Refactor System info logic for speed Tweak info modals now support Markdown Added Clear System info cache to settings Redesigned Home Page Loading UI Changed Some Icons around the app Download: Sparkle 2.20.0 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • lol it was a typo, fixed! haha imagine an actual 4TB Gen4 NVMe for $40 in 2026
  • Recent Achievements

    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!