ubuntu-vm-builder builds images with no post-MBR gap
Bug #578199 reported by
Alex Bligh
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-vm-builder (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: ubuntu-vm-builder
ubuntu-vm-builder builds images with no post-MBR gap. The first partition starts at offset 512 bytes, i.e. on sector 1. This is bad practice; better to start on the first cylinder (as per a default Ubuntu install) and leave most of cylinder 0 free. Otherwise, it is not possible to install a boot loader such as grub without blocklists, and grub says:
grub-setup: warn: This msdos-style partition label has no post-MBR gap; embedding won't be possible!
grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged.
Related branches
lp://staging/~brightbox/vmbuilder/exclude-first-cylinder
Ready for review
for merging
into
lp://staging/vmbuilder
- VMBuilder: Pending requested
-
Diff: 43 lines (+8/-3)3 files modifiedVMBuilder/contrib/cli.py (+1/-1)
VMBuilder/disk.py (+6/-1)
VMBuilder/plugins/ubuntu/dapper.py (+1/-1)
Changed in ubuntu-vm-builder (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
I'm doing "ubuntu-vm-builder kvm lucid"