Originally posted by iamroot:
Quote:
Just enter this command at the terminal.
sfdisk -d /dev/hda | sfdisk --no-reread -H255 /dev/hda
Had this problem a while ago when running a FC2, Win XP config. It's a GRUB problem.
hi thanks for this but it didnt work .On giving this on the command line i am getting this.
Disk /dev/hda: 4870 cylinders, 255 heads, 63 sectors/track
Old situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/hda1 * 0+ 1217 1218- 9783553+ 7 HPFS/NTFS
/dev/hda2 1218 4869 3652 29334690 f Win95 Ext'd (LBA)
/dev/hda3 0 - 0 0 0 Empty
/dev/hda4 0 - 0 0 0 Empty
/dev/hda5 1218+ 2435 1218- 9783553+ 7 HPFS/NTFS
/dev/hda6 2436+ 2448 13- 104391 83 Linux
/dev/hda7 2449+ 4837 2389- 19189611 83 Linux
/dev/hda8 4838+ 4869 32- 257008+ 82 Linux swap
New situation:
Units = sectors of 512 bytes, counting from 0
Device Boot Start End #sectors Id System
/dev/hda1 * 63 19567169 19567107 7 HPFS/NTFS
/dev/hda2 19567170 78236549 58669380 f Win95 Ext'd (LBA)
/dev/hda3 0 - 0 0 Empty
/dev/hda4 0 - 0 0 Empty
/dev/hda5 19567233 39134339 19567107 7 HPFS/NTFS
/dev/hda6 39134403 39343184 208782 83 Linux
/dev/hda7 39343248 77722469 38379222 83 Linux
/dev/hda8 77722533 78236549 514017 82 Linux swap
Successfully wrote the new partition table
Re-reading the partition table ...
BLKRRPART: Device or resource busy
The command to re-read the partition table failed
Reboot your system now, before using mkfs
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
when i reboot my system again n try to go XP it is giving me the samething i.e.
rootnoverify(hd0,0)
chainloader+1
i would be happy if anyone can get me out of this.
thaks once again