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

jboggs at redhat.com jboggs at redhat.com
Thu Jan 19 15:30:21 UTC 2012


Joey Boggs has uploaded a new change for review.

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/ovirt16-pkgs.ks
M scripts/install.py
M scripts/ovirtfunctions.py
M scripts/storage.py
5 files changed, 67 insertions(+), 49 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/50/1150/1
--
To view, visit http://gerrit.ovirt.org/1150
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id413bfb1b2bca1a3c28edf5a44712a9b821520b5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>



More information about the node-patches mailing list