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

    • Hasleo Disk Clone 5.8.2.1 by Razvan Serea Hasleo Disk Clone is a free and all-in-one disk cloning software for Windows 11/10/8/7/Vista and Windows Server that can help you migrate Windows OS to another disk, clone one disk to another disk or clone one partition to another location quickly and efficiently. Completely Free Windows Migration and Disk/Partition Cloning Software Migrate Windows from one disk to another without reinstalling Windows, apps. Clone one disk to another and makes the data on 2 disks are exactly the same. Clone a partition to another location without losing any data. Easily adjust the size and location of the destination partition. Convert MBR to GPT or convert GPT to MBR by cloning. Creation of Windows PE emergency disk. Extremely fast cloning speed and multi-language support. Supported OS: Windows Vista/Server 2008 or later, fully compatible with GPT and UEFI. Hasleo Disk Clone 5.8.2.1 changelog: Fixed an issue that caused disk enumeration to fail Fixed an issue where WinPE created under Windows ARM64 26H1 did not work properly Download: Hasleo Disk Clone 5.8.2.1 | 32.3 MB (Freeware) Link: Hasleo Disk Clone Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • This got me thinking, would you rather a self driving car prioritise protecting its passengers or everyone else? I'd choose the one that keeps me and my kids safest. At some point, these cars have to make those choices already, don't they? Wonder if we have a way to find out what way they lean.
    • The proportion (or number of iterations) has nothing to with this aspect of Copyright I am describing. In short, it doesn't matter how many times the manager tells you to change something or how. Your work product is always YOURS until and unless you then assign that to the person representing the client/company, usually for financial compensation -- either in salary or as a subcontract work for hire payment. if iterations determined copyright, then businesses would have learned to just keep making changes until they could claim they owned the copyright, without having to compensate the artist for their work. And that would be BAD. The only place where the amount of changes does have a role is in how much does a human modify a previous public domain work (from any source) before it is considered fair use or their own work, etc. For example, if a human makes substantial changes to a public domain (re: AI, by definition) work, then they can then claim that derivative work as their own...but NEVER the original version, of course. That's why anyone can make a movie about Dracula, for example, as long as it is based on the public domain novel, but not if they take new ideas from copyrighted movies made afterwards. As one of the people who personally advised the US Copyright Office on their recent ruling on these very issues, be assured that I specifically used the terminology precisely -- though I made it simple enough for laymen to understand it. If I made this confusing by doing so, I apologize. But, to be clear regarding your assumption that I would agree to your second statement that I quoted above -- the answer is NO. If AI does the work, no matter how much "direction" you give it, it cannot be copyrighted. All AI generated content is in the Public Domain and therefore the copyright cannot be assigned to ANYONE, even you -- until and unless substantial modifications are made to it BY A HUMAN BEING (yourself or a contracted artist/writer/etc.) and then that copyright on the derivative work is legally (in writing) transferred to you. This is a critical distinction. And it is important that people, especially AI sloppers, understand this. For example, YouTube is not paying AI slop generators for the copyright, etc. of their AI slop. What YouTube is doing is sharing AD REVENUE for permission to publish your AI slop. Copyright/ownership/rights never come into it. Importantly, that means that anyone can copy any AI slopware on YouTube, etc. and rehost it anywhere they want, even back on YouTube, and there is nothing legal that YouTube can do about it with regards to copyright protections, ownership, DMCA, etc. Anyone is legally free to use any AI slopware in any way they want. When this ruling was pending, I warned Disney legal of all of this before they did their OpenAI deal -- that it would literally dilute their entire IP portfolio forever. They ignored that warning for the PR and stock bump. But that is why, when the ruling came down last year, Disney quickly extricated themselves from that OpenAI deal, even eating the initial upfront fees -- followed closely by OpenAI ending their entire AI video generating business model. They adjusted their PR release dates to make this less obvious to shareholders, of course. Phew. I hope that this clears up the key distinctions for you and anyone reading. If you have any additional questions or even hypotheticals about AI and Copyright, please feel free to ask.
    • Each of the devices displayed on this page now has a little volume meter next to it to show if there is audio actively playing. About time.
    • Owing to the nature of Windows feature enablement updates, it was distributed over Windows Update services as a complete system upgrade rather than as an ordinary cumulative update
  • Recent Achievements

    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      557
    2. 2
      +Edouard
      188
    3. 3
      Michael Scrip
      78
    4. 4
      PsYcHoKiLLa
      74
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!