[node-patches] Change in ovirt-node[master]: add uefi booting capabilites with temp workaround

mburns at redhat.com mburns at redhat.com
Thu Jan 26 19:42:59 UTC 2012


Michael Burns has submitted this change and it was merged.

Change subject: add uefi booting capabilites with temp workaround
......................................................................


add uefi booting capabilites with temp workaround

due to a bug with device cache the efi partition/fs is corrupted during parted operations, once fixed this should work perfect. Workaround to correct manually is
- after install is completed press f2 to drop to shell or you can boot in rescue/single mode with install media, rebooting is more consistent in fixing
- mount /dev/mapper/XXXXp1 /liveos
- cp -a /liveos/EFI /tmp
- umount /liveos
- mkfs.vfat /dev/mapper/XXXXp1
- mount /dev/mapper/XXXXp1 /liveos
- cp -a /tmp/EFI /liveos
- umount /liveos
- reboot

upstream fix: http://thread.gmane.org/gmane.linux.kernel/1241227

Change-Id: Id413bfb1b2bca1a3c28edf5a44712a9b821520b5
---
M recipe/common-minimizer.ks
M recipe/common-pkgs.ks
M recipe/ovirt16-pkgs.ks
M scripts/install.py
M scripts/ovirtfunctions.py
M scripts/storage.py
6 files changed, 68 insertions(+), 49 deletions(-)

Approvals:
  Michael Burns: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/1150
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id413bfb1b2bca1a3c28edf5a44712a9b821520b5
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>



More information about the node-patches mailing list