Displaying 2 results from an estimated 2 matches for "vpsdisk".
Did you mean:
vpsdisks
2014 Apr 21
7
Bug#745419: xen-utils-4.1: Pygrub fails to boot from LVM LV when something installed in the volume boot record
...ytes being set. This causes
get_partition_offsets to seek fruitlessly for a partition instead of simply
returning [0], causing the bootloader not to find the right partition.
Detailed steps to reproduce:
We have a domU called blup.kassala.de, it is running Jessie, its root disk is
a LVM LV at /dev/vpsdisks/blup.kassala.de-disk. The first 512 bytes are null:
# dd if=/dev/vpsdisks/blup.kassala.de-disk bs=1 count=512 | hexdump -C
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000200
"xm create -c blup.kassala.de.cfg" shows the machine boots fine. After bo...
2014 Apr 22
0
Bug#745419: Bug#745419: xen-utils-4.1: Pygrub fails to boot from LVM LV when something installed in the volume boot record
...1.x. If you can reproduce with
something newer then I think your best bet is to report this upstream:
http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen
Ian.
> Detailed steps to reproduce:
> We have a domU called blup.kassala.de, it is running Jessie, its root disk is
> a LVM LV at /dev/vpsdisks/blup.kassala.de-disk. The first 512 bytes are null:
>
> # dd if=/dev/vpsdisks/blup.kassala.de-disk bs=1 count=512 | hexdump -C
> 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
> *
> 00000200
>
> "xm create -c blup.kassala.de.cfg" sho...