help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GRUB reporting wrong partition type


From: Roy G.
Subject: GRUB reporting wrong partition type
Date: Sat, 5 Jun 2010 20:11:53 +0200

I have the problem that GRUB seems to detect a wrong partition type,
which I understand suggest that something is really messed up. It all
started when I had to replace one of the disks that the software RAID
1 on my machine currently uses. From that moment on I have not been
able to boot to the Windows XP that is installed on the fourth hard
drive, /dev/sdd. I am almost positive that the problem is related not
to Windows but to GRUB, as if I unplug all the other drives so that
the Windows XP hard disk is now /dev/sda it boots with no problem.

This is what I get when I try to follow the steps that until now had
worked like a charm:

grub> map (hd0) (hd3)
grub> map (hd3) (hd0)
grub> root (hd3,0)
  Filesystem type is ext2fs, partition type 0xfd

0xfd? That doesn't make sense. /dev/sdb and sdc _are_ 0xfd (Linux RAID
auto), but not /dev/sdd:

roy:~# fdisk -l
[...]
Disk /dev/sdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00048d89

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1   *           1       30400   244187968+   7  HPFS/NTFS

roy:/boot/grub# cat device.map
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/sdc
(hd3) /dev/sdd <-- Windows XP partition

I have been trying to work this out for hours, to no avail.
Can anyone please point me in the right direction?

-- Roy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]