search for: oel70_x86_64

Displaying 2 results from an estimated 2 matches for "oel70_x86_64".

2014 Oct 24
3
Will syslinux UEFI boot the RHEL7.0 kernel (3.10.0-123.el7.x86_64) ?
...RHEL 6.5 kernel was so old it was that way. However, the boot/install kernel for RHEL7.0 is 3.10.0-123.el7.x86_64. I do a UEFI boot and load my syslinux boot menu off my USB install media. (I'm using syslinux 6.03, official binaries.) All looks good, until I select my RHEL7 menu item. LABEL oel70_x86_64 MENU label ^OEL 7.0/64 (Std build) MENU DEFAULT MENU INDENT 3 TEXT HELP Pick me! Pick me! I'm the only choice anyway. ENDTEXT KERNEL /boot/ol/7.0/x86_64/vmlinuz APPEND initrd=/boot/ol/7.0/x86_64/initrd.img inst.stage2=hd:LABEL=EFIBOOT:/stage2/squashfs.img in...
2014 Oct 25
0
Will syslinux UEFI boot the RHEL7.0 kernel (3.10.0-123.el7.x86_64) ?
...official binaries.) All looks good, until I > select > my RHEL7 menu item. Did you try doing just a simple approach of eliminating the menu and making your LABEL the default? If you use the following just before your LABEL and nothing more, it'd probably be your best baseline. DEFAULT oel70_x86_64 PROMPT 1 TIMEOUT 600 > LABEL oel70_x86_64 > MENU label ^OEL 7.0/64 (Std build) > MENU DEFAULT > MENU INDENT 3 > TEXT HELP > Pick me! Pick me! I'm the only choice anyway. > ENDTEXT > KERNEL /boot/ol/7.0/x86_64/vmlinuz > APPEND init...