EasyBDC 2.0 GRUB2 auto config not working

What is partition Z: ? What is on it?

Partition Z is a 100MB boot partition (partition 0) that was created when I installed Windows 7. I assigned a drive letter, so that I could check that EasyBCD wrote to this drive. Drive C is located on partition 1. Ubuntu Linux (10.04) is on partition 3 on the extended partition 2.

Here's the output of bootpart:
Physical number of disk 0 : c511da9b
0 : C:* type=7 (HPFS/NTFS), size= 102400 KB, Lba Pos=2048
1 : C: type=7 (HPFS/NTFS), size= 81916433 KB, Lba Pos=206848
2 : C: type=5 (Extended), size= 27537408 KB, Lba Pos=164042751
3 : C: type=83 (Linux native), size= 25389056 KB, Lba Pos=164042752
4 : C: type=5 (Extended), size= 2148194 KB, Lba Pos=214821180
5 : C: type=82 (Linux swap), size= 2147328 KB, Lba Pos=214822912
6 : C: type=7 (HPFS/NTFS), size= 378825728 KB, Lba Pos=219117568

It looks like diskpart reports partition numbers differently:
DISKPART> list partition
Partitionsnr Typ Storlek Start
------------- ---------------- ------- -------
Partitionsnr 1 Primär 100 M 1024 K
Partitionsnr 2 Primär 78 G 101 M
Partitionsnr 0 Utökad 26 G 78 G
Partitionsnr 4 Logisk 24 G 78 G
Partitionsnr 5 Logisk 2097 M 102 G
Partitionsnr 3 Primär 361 G 104 G
 
Last edited:
I care most for the output of BootGrabber.exe, actually.

Can you run bootgrabber.exe /tlist and show the output?
 
I care most for the output of BootGrabber.exe, actually.

Can you run bootgrabber.exe /tlist and show the output?

Yep, here we go:
C:\Program Files (x86)\NeoSmart Technologies\EasyBCD\bin>bootgrabber /tlist
BootGrabber utility.
Copyright NeoSmart Technologies 2009-2010 <http://neosmart.net/>
D0,5,4,2,500107862016
P1,Z:\,7,104857600,74108928,Yes,multi(0)disk(0)rdisk(0)partition(1)
P2,C:\,7,83882427904,64603336704,Yes,multi(0)disk(0)rdisk(0)partition(2)
P0,,5,28198306304,0,Yes,
P3,F:\,7,387917545472,387817472000,Yes,multi(0)disk(0)rdisk(0)partition(3)
P4,,131,25998393344,23187476480,No,multi(0)disk(0)rdisk(0)partition(4)
P0,,5,2199750656,0,No,
P5,,130,2198863872,2198863872,No,multi(0)disk(0)rdisk(0)partition(5)
 
Back
Top