[node-patches] Change in ovirt-node[ovirt-3.6]: EFI: set root=(hd0)
rbarry at redhat.com
rbarry at redhat.com
Wed Mar 30 14:22:41 UTC 2016
Ryan Barry has uploaded a new change for review.
Change subject: EFI: set root=(hd0)
......................................................................
EFI: set root=(hd0)
grub2 can't find the kernel unless root is set. Set it
Change-Id: I06b2ec692b0f948a91015efd6e69f3398e01dd1d
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1302629
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M recipe/common-efi.ks.in
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/93/55493/1
diff --git a/recipe/common-efi.ks.in b/recipe/common-efi.ks.in
index ab73dd5..8f1693f 100644
--- a/recipe/common-efi.ks.in
+++ b/recipe/common-efi.ks.in
@@ -51,6 +51,7 @@
insmod ext2
set timeout=30
+set root=(hd0)
menuentry 'Install or Upgrade ${PRODUCT_SHORT}-$VERSION-$RELEASE' --class fedora --class gnu-linux --class gnu --class os {
linuxefi /isolinux/vmlinuz0 @BOOTLOADER_ARGS@ root=live:CDLABEL=$NAME rootfstype=auto ro liveimg rootflags=ro elevator=deadline install rhgb quiet rd_NO_MULTIPATH rd.luks=0 rd.md=0 rd.dm=0
--
To view, visit https://gerrit.ovirt.org/55493
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I06b2ec692b0f948a91015efd6e69f3398e01dd1d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list