Results 1 to 10 of 18
Hi all!
I'm trying to install Windows XP on a partition of my hard disk, but the installer CD doesn't boot, it shows me just a blank screen.
This is ...
- 09-09-2011 #1Just Joined!
- Join Date
- Sep 2011
- Location
- Italy
- Posts
- 12
Strange problem in installing Windows XP
Hi all!
I'm trying to install Windows XP on a partition of my hard disk, but the installer CD doesn't boot, it shows me just a blank screen.
This is the status of my hard disk.
temp.jpg
- 09-09-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,092
Hello and welcome!

Check this thread for a probable solution to the un-bootable Windows install disk issue:
http://www.linuxforums.org/forum/ubu...ll-ubuntu.html
If you are not using sudo with your distribution, you can leave out the sudo part of the command, but you will need root permissions to run the command unless you run it from a liveCD.
You'll need to restore your Linux bootloader after installing Windows because it will overwrite your current bootloader. This is one of the reasons why it's better to install Windows before Linux whenever possible. You will also need to update certain other file configurations to reflect any changes in your partition numbering.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-09-2011 #3Just Joined!
- Join Date
- Sep 2011
- Location
- Italy
- Posts
- 12
Thank you very much for the help.
Can you explain me what this command does exactly?
I have to format the partition where is installed the boot loader? What it means clear the partition table?sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
You say:
I will have to reinstall Arch Linux after it?Note that you'll lose everything on the disk when you run the above command, so you'll need to backup any important data before running it.Last edited by Egidio; 09-09-2011 at 02:10 PM.
- 09-09-2011 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,092
Oops, sorry... change the number in the command from 512 to 446 to clear only the MBR so that the partition table remains intact. That way you shouldn't lose your current Linux partition(s). Of course, it's always a good idea to have a backup in place anytime you are manipulating partitions so that you can restore from the backup in case anything bad should happen.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-09-2011 #5Just Joined!
- Join Date
- Sep 2011
- Location
- Italy
- Posts
- 12
So I have to run the command
install Windows and the reinstall the Grub? How can I reinstall the Grub?sudo dd if=/dev/zero of=/dev/sda bs=446 count=1
Thanks for your help
- 09-09-2011 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,092
That's correct on the command unless you don't use sudo. You can eliminate that part of the command if you don't, except that you will need root permissions unless you run the command from a liveCD.
You can restore GRUB with the SuperGRUB disk, or with most Linux install disks:
http://www.supergrubdisk.org/oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-09-2011 #7
Use Supergrub to restore Windows bootloader code to the MBR, install Windows then use Supergrub to restore grub to the MBR ...
- 09-09-2011 #8Just Joined!
- Join Date
- Sep 2011
- Location
- Italy
- Posts
- 12
- 09-09-2011 #9
Yes you can do this with a live CD ... it's easier and less likely to result in problems using Supergrub but you can use a live CD.
use dd command to blank MBR code section as ozar indicated (block size must be 446 rather than 512 which wipes the partition table, or no block size which wipes the entire hard drive)
install Windows using the Windows CD, check Window boots correctly
restart the systems from a live CD and either chroot into your existing installation and re-install grub from your distro or install grub from the live CD directly - info here see reinstall grub2 section
- 09-09-2011 #10Just Joined!
- Join Date
- Sep 2011
- Location
- Italy
- Posts
- 12
Thank you for the answers, but it seems not working.
I ran the command
but Windows installer keep not booting. The CD is in perfect status and boot great on another computersudo dd if=/dev/zero of=/dev/sda bs=446 count=1


Reply With Quote

