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

    • BrowserOS 0.46.0 by Razvan Serea BrowserOS is a free, open-source Chromium-based browser that runs AI agents natively, offering a smarter, more productive browsing experience. It supports Chrome extensions and integrates AI agents to automate tasks, fill forms, and streamline workflows. Your data stays on your computer: you can use your own API keys or run local models via Ollama, making it a privacy-first alternative to tools like Perplexity, Comet, or Dia. With built-in productivity tools and app integrations, BrowserOS boosts efficiency while keeping control firmly in your hands. Being Chromium-based, BrowserOS lets you effortlessly import your bookmarks, passwords, and Chrome extensions in just a few clicks. BrowserOS works with OpenAI GPT models, Anthropic Claude, Google Gemini, and local AI models via Ollama or LMStudio. You can use your own API keys and effortlessly switch between providers. BrowserOS Agent Your AI productivity assistant that organizes and manages your browsing effortlessly Quickly list, group, or close tabs Save and resume browsing sessions Search your history and organize bookmarks Switch instantly to the tab you need BrowserOS Navigator – Automate web tasks with ease Navigate websites and search automatically Interact with pages without manual effort Handle repetitive tasks in seconds What makes BrowserOS special Feels like home - same familiar interface as Google Chrome, works with all your extensions AI agents that run on YOUR browser, not in the cloud Privacy first - bring your own keys or use local models with Ollama. Your browsing history stays on your computer Open source and community driven - see exactly what's happening under the hood MCP store to one-click install popular MCPs and use them directly in the browser bar (coming soon) Built-in AI ad blocker that works across more scenarios! BrowserOS 0.46.0 changelog: Run Claude Code & Codex right in your browser — We've extended the agent harness to bring full coding agents into BrowserOS. Claude Code and Codex now come bundled and plug straight into the assistant, so you can drive your browser with the agent — and the subscription — you already use. A brand new experience — A redesigned new tab, a calmer composer, and a rebuilt command center for switching between agents. The whole assistant is cleaner, faster to reach, and easier to live in. New MCP tools — We rebuilt the browser tool surface from the ground up — a tighter, more reliable set of tools for agents to drive the browser. Plus one-click install of BrowserOS as an MCP server into the agents you already run, with automatic URL sync. Chromium 148 — Updated to the latest Chromium base with all recent upstream fixes and security patches. Streamlined — We've pulled back a few features that weren't getting much use — Skills, Soul, and Memory — so we can focus and ship better versions of them soon. Download: BrowserOS 0.46.0 | 181.0 MB (Open Source) Download: BrowserOS for macOS | 485.0 MB Links: BrowserOS Homepage | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component 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. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      590
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!