RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 624799 - Clean up options in boot menu
Summary: Clean up options in boot menu
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Alan Pevec
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-17 19:49 UTC by Mike Burns
Modified: 2016-04-26 15:52 UTC (History)
3 users (show)

Fixed In Version: ovirt-node-1.9.3-9.git8ecebef.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-11 14:52:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch (1.39 KB, patch)
2010-08-17 20:30 UTC, Mike Burns
no flags Details | Diff
Follow-on patch (4.07 KB, patch)
2010-08-20 20:29 UTC, Mike Burns
no flags Details | Diff

Description Mike Burns 2010-08-17 19:49:28 UTC
Description of problem:
Current options are "boot" and "boot in standalone mode" which are not very accurate.  



Version-Release number of selected component (if applicable):
6.0-11

How reproducible:
Always

Steps to Reproduce:
1.Boot from CD-Rom/iso or USB
2.
3.
  
Actual results:


Expected results:


Additional info:

Proposed options:

Boot  -- boots using tty0 as the console
Boot using Serial port  -- boots using ttyS0 as the console

Otherwise, no difference in the options between the 2

Comment 2 Mike Burns 2010-08-17 20:30:18 UTC
Created attachment 439206 [details]
Patch

Comment 5 Alan Pevec 2010-08-20 11:28:02 UTC
(In reply to comment #0)

> Proposed options:
> 
> Boot  -- boots using tty0 as the console

It still has last console parameter with ttyS0 so firstboot menu shows up on serial only. console=ttyS0* must be removed from this option

> Boot using Serial port  -- boots using ttyS0 as the console

This one is ok.

Comment 6 Mike Burns 2010-08-20 20:29:43 UTC
Created attachment 440052 [details]
Follow-on patch

Follow on patch that fixes the issue in the previous comment as well as the following:

Title did not fit in space allowed - added in short product name option
Remove unnecessary Verify and Boot option - check is already included in base Boot and Boot with serial console options

Comment 9 Vivian Bian 2010-08-26 05:02:28 UTC
checked with rhev-hypervisor-6.0-13

steps:
1. mount -o loop /home/vbian/Desktop/rhev-hypervisor-6.0-13.iso /mnt
2. cat /mnt/isolinux/isolinux.cfg
  menu label Boot
  kernel vmlinuz0
  append initrd=initrd0.img root=live:CDLABEL=rhev-hypervisor rootfstype=auto ro liveimg console=tty0 rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM  check rootflags=ro crashkernel=128M
menu default
label serial-console
  menu label Boot with serial console
  kernel vmlinuz0
  append initrd=initrd0.img root=live:CDLABEL=rhev-hypervisor rootfstype=auto ro liveimg console=tty0 rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM  check rootflags=ro crashkernel=128M console=ttyS0,115200n8
label local
  menu label Boot from local drive
  localboot 0xffff


conclusion :
1. Boot -- work with tty0
2. Boot with serial conosle -- work with ttyS0
3. Boot from local drive -- boot into installed RHEVH directly 

there is no ambiguous option in boot menu now , so set bug status to VERIFIED

Comment 10 releng-rhel@redhat.com 2010-11-11 14:52:49 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


Note You need to log in before you can comment on or make changes to this bug.