Displaying 3 results from an estimated 3 matches for "vbf67b8c".
2017 Oct 17
3
[PATCH] builder: templates: For RHEL, CentOS >= 7 and all Fedora, default to GPT.
I didn't test this one fully yet, but I'm building Fedora 26 ppc64/le
test images now. However it seems like it could be a good idea. I
wonder if anyone depends on the images we supply being MBR-based?
Rich.
2017 Nov 07
1
Re: [PATCH] builder: templates: For RHEL, CentOS >= 7 and all Fedora, default to GPT.
...Resizing (using virt-resize) to expand the disk to 20.0G
> virt-resize: error: /dev/sda5: partition not found in the source disk image
> (this error came from '--expand' option on the command line). Try running
> this command: virt-filesystems --partitions --long -a /var/tmp/vbf67b8c.img
>
> However more generally MBR is broken and should die. GPT is supported
> by all modern virtual bootloaders, so just default to it.
>
> Notes:
>
> * This is different from mandating a UEFI bootloader.
>
> * I am not planning to rebuild any existing images excep...
2017 Oct 17
0
[PATCH] builder: templates: For RHEL, CentOS >= 7 and all Fedora, default to GPT.
......
[ 21.6] Resizing (using virt-resize) to expand the disk to 20.0G
virt-resize: error: /dev/sda5: partition not found in the source disk image
(this error came from '--expand' option on the command line). Try running
this command: virt-filesystems --partitions --long -a /var/tmp/vbf67b8c.img
However more generally MBR is broken and should die. GPT is supported
by all modern virtual bootloaders, so just default to it.
Notes:
* This is different from mandating a UEFI bootloader.
* I am not planning to rebuild any existing images except the
F26 ppc64 & ppc64le ones.
---
bu...