yenrod said:To me
Is it worth it - does it work better than Vista :?:
yenrod said:Is it smaller on the drive :?:
yenrod said:Will it be quicker :?:
yenrod said:Vista aint bad but something really simple rather than 'system massive' and 'can get confused', at times, would appeal :?:
beanzontoast said:Seconding rh100's comment about being wary of dual boot situations.
I've run dual boot Xp with Ubuntu and Xp with SuSE as well. I also dual boot Xp with Windows 7 on another machine. Undoing a Linux dual boot situation and reverting to single boot can be tricky. In particular, I found getting rid of Grub wasn't at all straightforward first time I had to do it.
In the Xp - Windows 7 situation, when removing Windows 7, the bootloader nevertheless insisted on asking me at startup which OS I wanted to run - even though Windows 7 had been completely uninstalled. To get rid of this, I had to do a 'repair' reinstall of Xp (which at least had the benefit of preserving all the installed programs and files) and then run Windows update - something like 50-odd of them - to get Xp back up to full functioning. (Example - the Xp reinstall put IE 6 back: suddenly all my existing IE bookmarks reported errors. Only reinstalling IE8 put it right). Quite a faff.
So, the live cd option may well be a good alternative.
fdisk /mbr
# fixmbr
# exit
I think most OS are better than Vista. Certainly XP is.yenrod said:Is it worth it - does it work better than Vista![]()
HJ said:I would disagree, getting rid of Grub is easy if you no longer want to run Linux, if there is one thing that Windows is good at, it is over writing other software. All you need to do is overwrite MBR.
Using MS-DOS/Windows 9x boot disk:
In order to remove the GRUB bootloader from a Linux and Windows XP machine, boot with a Windows 9x start up disk or CD and execute the MS-DOS command:
Code:fdisk /mbr
Using Windows XP boot disk
Boot computer using Windows XP (Windows 2000) setup disc / CD / DVD. Next, type the following commands:
Code:# fixmbr # exit
None of these methods will effect your existing windows installation, as they only deal with the MBR, just reboot and you will go straight into Windows as before. However, if you really want to do things the hard way, reinstall of XP, which could also reformat your hard drive at the same time![]()
beanzontoast said:Indeedy. I have used both methods in the past.
My point is that rather than someone who is trying out Linux for the first time getting embroiled in fixing the MBR when they decide to go back to single booting (something most people would want to avoid: I had to find out how to do it by Googling the first time), the live cd offers a better option for getting used to the Linux way of doing things.
rh100 said:+1
Another alternative - get an old drive - mount in the case next to the main one - and just swap over the cables - quick and easy and keeps the other drive safe. I use this method if really unsure - but the MBR fix described by HJ is quicker than a reload I agree, which should not be necessary. The main risk is overwriting the partition of Windows when installing the other OS.
Startup and recovery options in system properties should allow you to change the default OS and timer on bootup - assuming you can get into Windows in the first place. Otherwise the MBR fix is the best thing to learn to save time.
HJ said:If you are using a recent Ubuntu distro (or similar) the risk of overwriting the partition of Windows is remote, most main stream Linux distro and well behaved and have their own GUI partitioning tools as part of the install process. Whereas installing Window will always over write the whole disk, with no regard for any other software...