

InterviewSolution
1. |
Solve : how to remove linux? |
Answer» i have vector SOHO on my computer. I never use it so I want the hard drive space for games since only have a 40 gig hard drive. I have a bootable CD with Gparted on it so I can delete the linux partition and resize the windows partition but I do not know how to get rid of the bootloader.If it's GRUB, its configuration settings are contained with the Linux partition typically, so you may destroy it when you wipe the partition. A repair installation of XP should bring XP's bootloader back.Actually GRUB is installed in the MBR for the disk. I think it gets some of its config from the linux partition too. Just removing the linux partition will not remove GRUB, but it might FAILSAFE so its unnoticeable. I think it gets some of its config from the linux partition too.Swatisaid. the bootloader is LILO and i don't have a windows XP CD. is there a way to get rid of the bootloader without it? I can get a CD if it's the only way.You can do what Banjo suggested, with Lilo instead - set it up so that it boots to Windows after, say, 1 second's delay. Failing that, you would need a Windows CD to install Windows' bootloader. Every OS needs one.I'd rather just use the windows CD because when I tried changing the default OS to load in LILO it put windows twice, one labeled windows and the other labeled hda1 and its all messed up so I'd rather just make it clean.I have XP home installed, can I use an XP professional CD to do the repair install? Does it matter which service pack the CD is?No, yes.This is easy done, I did it just then myself. Insert the Windows disk (home or professional doesn't matter). This way no repair installation is necessary. Let the disk load and open the recovery console ("R" key). Type "fixboot" and press "y" for yes. Then do "fixmbr" and "y" for yes. Reboot your computer and when windows loads, just format the linux partition or drive. All removed hassle free. Hope that helps.Yes that's exactly it FIXBOOT and FIXMBR are the new commands under Windows XP If they exist on normal XP (I'm booted under Solaris at the mo) then you can run them without even needing the XP install CD. (I could only remember the COMMAND as FDISK /MBR on Windows 98)Actually, it can't be done through the command prompt (i.e. while logged on or in safe mode). It has to be done through the recovery console on the disc.This thread reminds me of a situation I was in with my DUAL-boot XP/Fedora laptop. I was having several problems with Fedora that I couldn't fix so I decided to reinstall. Instead of just reinstalling over the existing Linux partitions on my hard drive, I decided to boot into Windows and use Partition Magic to delete the partitions altogether (don't ASK me why). After REBOOTING I expected Windows XP to automatically kick in, but instead I got a message saying something to the effect of. "No OS found". Luckily I had my trusty Symantec Recovery CD so I booted to it and fixed the MBR. Afterwards Windows XP thankfully came up. Since we're on this topic, can anyone tell me how to set up a multiboot system with more than 2 operating systems? Currently my machine boots to grub.conf and asks if I want Windows XP or Fedora. What happens after I install other OS'es, like Solaris and Ubuntu? Will I have to edit grub.conf manually to reference the new partitions? It should automatically detect that there are other OS's there and install itself and modify GRUB accordingly. It seems that Vista comes with its own dual booter which installs and works similarly to GRUB.I had dual boot Suse linux and WinXP on my system and then I installed Solaris. Unfortunately, Solaris didn't recognise what Suse was so it only put Solaris and WinXP in the GRUB menu. I fixed this simply by editting /boot/grub/menu.lst and adding the lines for Suse. In order to make sure I got them correct I copied them from the Suse / filesystem. Then I ran grub-install manually and that fixed it. |
|