Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Please this is an urgent! My friend let me borrow his laptop and I installed Xubuntu on it and cleared his XP hardrive. Now he needs it back, and I can't install Windows XP on it. Can someone please help me?
Are you able to boot into xbuntu? Did you install xbuntu to the same partition as xp? Why can't you re-install xp on it? If you cana boot xbuntu run the command as root user: fdisk -l (lower-case letter L, not a one (1) and post it here.
He got really mad at me!!!!!!! But he left to go on a trip so I have a little more time. I have been looking everywhere, but can't find the answer so i will sttart answering what you guys asked me.
Before when I tried to install Windows XP on the Xubuntu it would give me the BSOD when it tells you to restart and get into a normal installation Window. I am assuming this is after the hardrive formats. Now I reinstalled Xubuntu, but i can't even load it. His laptop just turns on an gives a blinking cursor, what should I do???
"Before when I tried to install Windows XP on the Xubuntu it would give me the BSOD"
It sounds like you might have changed the BIOS settings. Make sure the boot order is HD1, then CDROM. Because of that, you also have to make sure that HD1 is not bootable before you begin...
First, you would not "install Windows XP on the Xubuntu". A normal install of Windows will take the whole disk and Xubuntu will be gone. To get the Windows installer to work, it is sometimes necessary to erase part of the disk--namely the 1st sector which contains boot code and the primary partition table. There are many tools for this, including "dd", which will be available on any "Live CD" Linux disk.
One way to go:
Boot up you Linux CD and get into a terminal (from the menus, or by doing ctrl-alt-F1) Enter these commands:
fdisk -l (tells us what your drive and partitions are--lets assume the drive is /dev/sda)
dd if=/dev/zero of=/dev/sda bs=512 count=1 (erases the 1st sector)
Now reboot using the Windows install disk and see if you can install Windows. If not, tell us exactly what happens--error mesages, etc.
"Before when I tried to install Windows XP on the Xubuntu it would give me the BSOD"
It sounds like you might have changed the BIOS settings. Make sure the boot order is HD1, then CDROM. Because of that, you also have to make sure that HD1 is not bootable before you begin...
I would say the opposite: Set the BIOS to boot the CD first, then the HD. If there is no CD in the drive, then it goes to the HD.
I am having a similar problem. I had successfully set up a dual boot w/ WindowsXP and Ubuntu and then thought I would install Fedora 9 in place of Ubuntu. The install seemed ok and then it wouldn't boot up after the 1st reboot. I saw "GRUB" come up after the BIOS hardware listing but then it would just reboot and show "GRUB" again. I tried using the WindowsXP recovery console and typing FIXMBR and FIXBOOT neither of which worked. I then tried reinstalling WindowsXP but was getting a disk read error. I think that when I installed Fedora it may have recognized the RAID capability of the 2 SATA drives and caused some kind of a problem there as the drives were listed differently than what I would have expected. They were listed as nvidia/mapper/ and something else I can't remember. I am used to them being listed as hda or sda. I am at work now but will try again tonight to reinstall WindowsXP as I was able to get Ubuntu to install to hda where I couldn't get XP to install back since this began. I will post my results when I get some.
Well a fresh install of XP was now successful. I don't know why it wasn't working the last couple of times but it worked now. I was about to try installing SuSE 10.3 again but it still looks like it is trying to use RAID partitioning on my drives. Guess I'll have to manually configure the partitioning.
I tried that dd command from the HD and here is what came up:
tsevy@tsevy-laptop:~$ sudo dd if=/dev/zero of=/dev/hda1 bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 5.4452e-05 seconds, 9.4 MB/s
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.