Port-xen archive

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

Re: NetBSD guests won't boot with netbsd-9 DOM0



FWIW, I just updated my dom0 to latest -current (and latest xen11 kernel
from pkgsrc).

All works fine, but I also see warnings:

xbd0: 100 GB, 512 bytes/sect x 209715200 sectors
WARNING: xbd1: total sector size in disklabel (209715200) != the size of xbd1 (2867200)
WARNING: xbd1: end of partition `a' exceeds the size of xbd1 (2867200)
WARNING: xbd1: end of partition `b' exceeds the size of xbd1 (2867200)
WARNING: xbd1: end of partition `c' exceeds the size of xbd1 (2867200)
WARNING: xbd1: end of partition `d' exceeds the size of xbd1 (2867200)
xbd1: 1400 MB, 512 bytes/sect x 2867200 sectors

and the disklabel has:

total sectors: 2867200
#        size    offset     fstype [fsize bsize cpg/sgs]
 a:   2865152      2048     4.2BSD   1024  8192    16  # (Cyl.      1 -   1399)
 c:   2865152      2048     unused      0     0        # (Cyl.      1 -   1399)
 d:   2867200         0     unused      0     0        # (Cyl.      0 -   1399)



and 2048 + 2865152 = 2867200
.. the size of xbd1 (2867200)


Is there an off by one in the warning check?

Martin


Home | Main Index | Thread Index | Old Index