I am suffering from some trouble when booting windows after installing ubuntu on one of my disks. I had two windows installations on this box, one on each of the two hard disks. The "first" was the OEM that came bundled with the box. After all, I have difficulties with the windows, so I installed another on the second disk. Both are windows XP. My installed the ubuntu that replaces the first windows installation, and now I can only boot ubuntu where as unable to boot windows. In fact, the ubuntu installed stated that there was "no operating system" on the second hard disk.
The result that fdisk -l says:
Code:
Disk /dev/sda: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xccd3ccd3
Device Boot Start End Blocks Id System
/dev/sda1 * 1 19178 154047253+ 83 Linux
/dev/sda2 19179 19929 6032407+ 5 Extended
/dev/sda5 19179 19929 6032376 82 Linux swap / Solaris
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x21cd21cc
Device Boot Start End Blocks Id System
/dev/sdb1 1 24321 195358401 7 HPFS/NTFS
I configured that the problem is the missing "boot" flag for sdb, but I need to be sure before I mess things up. So, How should I activate the sdb? I would use the Supergrub Disk for this purpose, right?
Bookmarks