Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
8/8/2009 11:17:59 AM EDT
I'm wanting to "reclaim" my Linux partition and make my computer boot straight into XP again.   What do I need to do?  

Also, I will be putting Ubunto onto a separate machine.   How hare is it to get the codecs and DVD support up and running.   A few years ago it was a shit load o fbrain damage.
8/8/2009 11:21:31 AM EDT
[#1]
If you're using GRUB as a bootloader, you need to wipe the master boot record.

Easiest way to do this is with a Win98 boot disk.
8/8/2009 11:27:21 AM EDT
[#2]
Quoted:
If you're using GRUB as a bootloader, you need to wipe the master boot record.

Easiest way to do this is with a Win98 boot disk.


OK, so using XP's logical disk manager I'll delete and reformat the Linux areas.

Then reboot with a Windows 98 boot disk and FDISK /MBR?  

That will do it?
8/8/2009 11:27:48 AM EDT
[#3]
You have a Windows partition already and you want to merge Linux partition into it? You can use Gparted to do that.

Then, if you have a XP install disk, run the system recovery tool from it and use the FIXMBR command to get rid of your bootloader and reinstate Windows as the only OS on the master boot record.
8/8/2009 11:28:27 AM EDT
[#4]
Yep, once you remove GRUB, Windows will boot up after you remove the floppy and reboot.

"fdisk /mbr" is exactly what you need to do.
8/8/2009 11:59:38 AM EDT
[#5]
I believe DVD playback and extra codecs are in the "ubuntu-restricted-extras" package.
8/8/2009 12:02:14 PM EDT
[#6]




Quoted:

I believe DVD playback and extra codecs are in the "ubuntu-restricted-extras" package.




And you'd be right. It's much easier that it used to be.
8/8/2009 12:05:49 PM EDT
[#7]




Quoted:



Quoted:

If you're using GRUB as a bootloader, you need to wipe the master boot record.



Easiest way to do this is with a Win98 boot disk.




OK, so using XP's logical disk manager I'll delete and reformat the Linux areas.



Then reboot with a Windows 98 boot disk and FDISK /MBR?



That will do it?




Boot with your Ubuntu LiveCD, and use GParted to nuke the partitions holding your ext3 filesystems, swap partition, etc. Then extend your NTFS partition to fill the (now) free space. Once that's done, boot with an XP CD, pop into the recovery console and run fixmbr. Voila!



Standard disclaimer: Back yer shit up first.