How to load the boot menu using the command line , after the configuration change ?

how to load the boot menu using the command line , after the configuration change ?

Hi @Bask-48 
Welcome to the HP Forums!
It is a terrific place to find answers.
For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
I grasp you are trying to change the boot order.  Here is a link to Configuring the Boot Order in the System BIOS
that will assist you.
Good Luck and Happy Holidays!
Sparkles1
I work on behalf of HP
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

Similar Messages

  • The Problem about using OTT command line

    Environment variables:
    oracle_home=c:\oracle
    command line:
    ott userid=scott/tiger intype=demoin.typ outtype=demoout.typ code=cpp hfile=demo.h cppfile=demo.cpp mapfile=RegisterMappings.cpp
    error message:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ott/c/CMain
    where should I place the all the classes(not only the CMain.class) of oracle package?
    or what others should I have to configure?
    thanks!

    install xe client
    set ORACLE_HOME to the client installation path.
    ******************************ott.bat******************************
    @echo off
    Rem OTT script for Oracle XE .
    Rem Before running this script
    Rem set jdk1.4.2/bin to PATH
    Rem If ORACLE_HOME is not set, set the
    Rem CLASSPATH to the directories containing
    Rem ojdbc14.jar,orai18n.jar and ottclasses.zip
    Rem
    if defined ORACLE_HOME set CLASSPATH=%ORACLE_HOME%\jdbc\lib\ojdbc14.jar;%ORACLE_HOME%\jlib\orai18n.jar;%ORACLE_HOME%\precomp\lib\ottclasses.zip;%CLASSPATH%
    set NLSLANG=
    if defined NLS_LANG set NLSLANG=NLS_LANG
    if defined ORACLE_HOME (
    java oracle.ott.c.CMain nlslang=%NLSLANG% orahome=%ORACLE_HOME% %*
    ) else (
    java oracle.ott.c.CMain nlslang=%NLSLANG% %*
    )

  • 7410 booting directly to grub command line after forced restart?

    I'm running a 7410 (2x 100gb SSDs and 2x 500gb sata) with a j4400 containing 24 1tb drives. I attempted to create a pool and the bui hung so I went back to the SP and did a stop /SYS. After doing a start /SYS then starting the console, it goes through the bios startup, then initializes the external SAS card and after that immediately drops into the grub command line. There's no grub menu or anything, just the CL. Any idea how I can get back into the 7000 appliance software? As you can undoubtedly tell, I'm kind of a newbie so any help will be greatly appreciated!

    Not much documented and you must know your ak-nas-version
    findroot (system,0,a)
    bootfs system/boot/ak-nas-2009.04.10.5.0_1-1.20
    kernel$ /platform/i86pc/kernel/$ISADIR/unix -B ak_undo=true,zfs-bootfs=system/121,console=ttya,ttya-mode="9600,8,n,1,-"
    module$ /platform/i86pc/$ISADIR/boot_archive
    7xxx kernel$ /platform/i86pc/kernel/$ISADIR/unix -B ak_undo=true,zfs-bootfs=system/77,console=ttya,ttya-mode="9600,8,n,1,-"
    7110 kernel$ /platform/i86pc/kernel/$ISADIR/unix -B ak_undo=true,zfs-bootfs=system/90,console=ttya,ttya-mode="9600,8,n,1,-"
    7410 kernel$ /platform/i86pc/kernel/$ISADIR/unix -B ak_undo=true,zfs-bootfs=system/121,console=ttya,ttya-mode="9600,8,n,1,-"

  • Can't recover my laptop-"Repair My Computer" not appearing in the boot menu

    A couple of times in the past have had to recover my laptop and it has been an easy process thanks to the built in recovery option (Repair my computer) in the boot menu (when F8 is pressed on the Toshiba screen), but now when i press F8 during the Toshiba screen and go to the boot options, there is no option to repair my computer. Repair my computer is usually the very first option but now the first option is "Start Windows in Safe mode". Repair my computer has disapeared! :(
    I think the cause of my problem is that i booted my laptop using my friend's windows boot disk when my computer wouldn't start a month back. It actually got my laptop going again but after booting my laptop, it told me that there is a problem with the startup and it asked if i would like to repair it and restart, which i did. Also, the windows boot disk i used to boot my laptop is a 64bit version and my laptop has a 32bit operating system. i don't know if that makes any difference.
    Could someone please help me by letting me know if there is something i can do to get "Repair my computer" back. It's so handy recovering my computer when i want to just start afresh and get my laptop running at it's best again.

    Hi!
    I agree with Horwath. You can nothing do expect to boot from Toshiba recovery disk and restore the factory settings.
    If the Repair my computer option doesnt work its strange OS issue that cant be fixed. A new installation is necessary.
    But with Toshiba recovery disk its done in few minutes. Boot from and it and follow the screen instructions. After this all drivers are installed too and the notebook is ready to use. :)

  • How to access the mysql using ordinary command line in Azure Website?

    Hi
    I deploying Django project on Azure. I created project and MySQL db according this method: https://pytools.codeplex.com/wikipage?title=PollsDjangoSql . I can create tables using django command "syncdb" in Visual Studio. I see
    db structure in SQL Explorer. All works. But now I need to get access directly to mysql.  For example with a view to set encoding of some column, or set permissions, change user password, etc.
    I found about many different tools and methods in Microsoft portal. But the purpose of these tools, how to install it and how to use it is a very entangled (After several attempts to find out what's what two weeks later I found on my computer
    three dozen programs with unknown purpose. I doubt that I need to install so many tools to just add the user in mysql).
    How to access the mysql using ordinary command line (or the same simple tool) in my case?

    Hi pvgdrk,
    To get access directly to a mysql database, you can use the commandline tool(open a cmd window-->type mysql the commadline ) or the
    GUI MySQL workbench.
    Since this is a question about MySQL, I would suggest you post your question in a dedicated MySQL forum. You will get more prompt response.
    If you have any feedback on our support, please click
    here.
    Eric Zhang
    TechNet Community Support

  • Creating .swf from .fla file using ADT command line

    Dear Adobe Community and Moderators:
    Is it possible to use the ADT command line to directly compile an .fla file into an .swf file? Context: I have an app created in Flash Pro CS55 (6 months worth of work), but now found Adobe has dropped Flash Pro in favor of Flash Builder or Flex. I have some native extensions I want to use for iOS, but they require Air 3.1 to compile (swf-version=14) i.e. using the MessageUI framework in a static .a library for an Air app. Flash Pro CS55's top end limit seems to be swf-version=13 (Flash 11). Because of heavy investment in time and energy into our Air app in Flash Pro, it's not feasible to convert to Flex by end of week. I tried creating an .swc file, and taking the library.swf from that, but alas, a catch-22, Flash Pro CS55 only compiles to swf-version=13.
    Is there any way to either (a) directly compile my root .swf file (from the .fla file) using a command line (so I can use ADT from Air 3.1 SDK) or (b) some way I can marry a native extension I've found I can use on GitHub which is swf-version=14? Again, my issue is that I have to use Air 3.1 since only it supports iOS5.
    Any thoughts, suggestions, comments are highly appreciated (including if it's not possible to do what I'm trying to do).
    Thank you Adobe community in advance,
    Alex

    I have the exact same question, please respond if you hold the answer to this! mxmlc won't work for me since I have created too many assets within the fla already! Thanks!

  • Does anyone know how to load ACR presets when using ACR in the creative cloud?

    Does anyone know how to load ACR presets when using ACR in the creative cloud?

    Moving the discussion to Adobe Camera Raw forum.
    Thanks,
    Atul Saini

  • Trouble scrolling on the main menu using my dvd player.

    I can't seem to move to the scenes button when I'm on the main menu using my DVD player. This function seems to work fine on my computer. Before I burn another (very long) disc and try again, does anyone have any suggestions?
    Natalie

    If I have two buttons, one for Subtitles on and one for Subtitles off, how do I make it so that the one that is chosen is highlighted?
    You set it by changing the menu's property for the default button. This is one of the reasons a separate menu is generally used. If you have a single menu with 3 buttons ("play movie," "subtitle on," and "subtitle off"), and you set the default to "Active Subtitle Track," then your "play movie" button won't ever be the default.
    To play with this and to decide how you want your disk to work, create a test EN project with 2 menus. Rename one of them "Main Menu" with 2 buttons "Play Movie" and "Subtitle Setup." Rename the second menu "Subtitle Setup" with 3 buttons, "Subtitle On," "Subtitle Off," and "Main Menu." As noted, the "Default Button" property for the menu "Subtitle Setup" will be "Active Subtitle Track." The button "Subtitle On," using specify link, will link to its own menu, default button, but will specify Subtitle 1. Same for the button "Subtitle Off," except that it will specify Subtitle Off. The Main Menu button simply links to the main menu.
    Note that in Encore preview, do not use your computer mouse to hover over the buttons. It will trick you into thinking that you have or have not set the behavior correctly. Use the little remote function in the bottom of the preview window.

  • How Can I deactivate CS3 in a machine where the Deactivate menu option is disabled all of the time?

    We have a CS3 license. We lost the cd with the serial number. We want to deactivate the software in an old machine where it was registered to install it in a new machine, but the Deactivate menu option is disabled all of the time. How can we deactivate the software?

    Use Web chat. Link at the bottom of this page:
    Adobe ID, sign in, and account help

  • Window setup option on the boot menu after fixing Blue Screen Errors

    Hello Everyone, this is my firs t request.
    I spent two days fixing the Blue Screen Errors (BSoD) on my computer but one thing keeps bothering me is that everytime I start or reboot my computer, it gives me TWO OPTIONS; 1. windows xp home edition 2.windows setup (default). I want to disable the second option. I had attempted to re-install windows but later changed my mind, and found an alternative to fix the Blue Screen Errors. I believe the reason Blue Screen Errors (BSoD) showed up was that I had created a new user profile and copied over old user profile files so improperly that it duplicated drivers, and gave me a list of STOP errors with blue screens for both new and old users. 
    The bootini file currently shows:
    [Boot Loader]
    Timeout=5
    Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
    [Operating Systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
    Does anyone know what to edit for the bootini file so that I don't get two options at the startup??? My system details are:
    IdeaPad, S10-4231
    Windows XP Home Edition SP3
    4-year old
    Thanks,
    Lenovo User

    Hi
    Welcome To Lenovo Community
    As per the Default Sample of Boot.ini the default value after timeout section needs to be modified
    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect
    Before making any changes please save a copy of Boot.ini
    Save a Backup Copy of Boot.ini
    <script type="text/javascript">//
    loadTOCNode(2, 'summary');
    // </script>
    Right-click My Computer, and then click Properties.
    -or-
    Click Start, click Run, type sysdm.cpl, and then click OK.
    On the Advanced tab, click Settings under Startup and Recovery.
    Under System Startup, click Edit. This opens the file in Notepad ready for editing.
    In Notepad, click File on the Menu bar, and then click Save As.
    Right click in an empty area of the Save As dialog box, point to New in the context menu, and then click Folder.
    Type a name for the new folder, for example temp, and then press the ENTER key to create the folder named temp.
    Double-click the new folder named temp, and then click the Save button to save a backup copy of the Boot.ini file.
     Please try modifying the following
     Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
     to 
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    Hope This Helps
    Cheers!!!
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with Kudos!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!  This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follo @LenovoForums on Twitter!

  • When pressing ALT while booting the boot menu does not appear

    Hi,
    as described above I cannot get into the boot menu of my imac.
    I press ALT as soon as the sound appears but nothing happens. In fact the screen stays white and OS is not booted.
    I have tried that with different devices: USB-stick and CD/DVD. Same result. And I have seen the USB-stick working on my MBP.
    I have absolutely no idea why this happens. I have already pluged out all network and usb devices but to no avail.
    Somebody an idea how to fix this?
    Being a Windows-user most of the time I have no idea how to get this done. Appreciate your suggestions.

    You need to press the Option key when restarting.

  • G4 MDD boots into the boot menu

    I have a Power Mac G4 MDD (with the firewire 800 port) that is booting into the boot menu most of the time when I press the power button. From there I can select the HD and the boot procedes normally. I thought it was a HD problem and replaced it, but the boot menu still appears, as if I am holding the option key . I also tried changing the amount of memory and clearing the PRAM with the keyboard. What could be causing this? TIA

    Maybe too obvious, but, did you reset the startup disk control panel? check or replace the battery?
    If you reset nvram in any way you have to go back and set startup disk again. I prefer using Open Firmware rather than zap method.
    Instead of replacing the drive, backup with superduper, run disk warrior, erase and restore to clean up a drive. Then run Tiger Cache Cleaner which can now do some maintenance and repairs from Single User Mode, very nice alternative to Applejack, which has also been 'tool of the trade.'
    Try booting from a FW800 drive and do some of those repairs.

  • HT1420 Feeling really stupid with my new MAC - I can't find the "Store" menu in iTunes as referenced in the support article on how to authorize a computer.  Where is that menu option?  I've looked all over the page, in my account, etc.

    Feeling really stupid with my new MAC - I can't find the "Store" menu in iTunes as referenced in the support article on how to authorize a computer.  Where is that menu option?  I've looked all over the page, in my account, etc.

    Authorization and Deauthorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.
    More On De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.

  • HP Mini 200-4200 doesn´t give USB in the Boot Menu

    Hello!
    I have: HP Mini 200-4200, pr nr B3R47EA#ABU. Hard Disk died, received a new one and I was waitng for the USB info to come. I just received in time my USB stick with the Recovery info on it. (USB Recovery Stick is - 685741-034)
    I followed the instructions, but in the Boot Menu Options, it didn´t give me an external disk. It gave me 3 options - Notebook Hard Disk, HP, Network Adapter. 
    I didn´t know what to do, and thought I´d go out of the system and ask for advice here. Pressed Esc. It then continued into Recovery Manager. So I thought, phew!, it will work out. Now however, it has gotten stuck for about 3hours (it can´t be thinking that long?) in this:
    "Factory image recovery preparations
    Did you receive any Supplemental Disc provided with the System Recovery Media? If yes, insert it now; otherwise, click Skip.
    Please wait."
    The USB stick has been inserted all this time. Now, after 3 h in the same screen ,I took it actually out for a sec and put it back, no change.
    What´s going on?
    (should I press the "skip" button?)
    SOS!
    while waiting for a reply, I shut the mini down and went again to BIOS (no idea what I´m doing - but in some post someone said they changed their boot order..went to look that) 
    In System Conf, Boot Order comes up as this: Notebook Hard Drive, USB DIskette on Key/Usb hard dis, Usb dc/dvd rom drive, !usb floppy (with an exclamation mark!!!) and Network adapter. The Floppy Boot in Boot Options was disabled...I enabled it...just in case.. no idea what it means. After that USB Floppy doesn´t have an "!" on it.
    Should I change here something to get it to put USB up as an option? The order?
    I have powered up my mini  3 times with the USB stick in one of the 3 slots each time...not sure it´s a great idea, but it just doesn´t give me the option to Boot Menu...???
    Now with all enabled in the Boot order...still doesn´t come as an option.
    People also talk about Legacy Mode....can´t find it anywhere in BIOS to change any setting?
    Oh, and when I pop the USB in a slot to another computer, it starts reading it...but I´m too ignorant and scared to see what then happens, so I just took it out again. 
    This question was solved.
    View Solution.

    Boot using the option for "USB DIskette on Key/Usb hard disk". This should get you back to the same place as before. If it doesn't, disable the boot from USB floppy option and try again. Since you didn't receive a "Supplemental Disc" with your USB recovery media (and even if you did, you couldn't use it unless you have a USB CD/DVD drive), you will want to press "SKIP" when prompted. Next, just follow the prompts as needed and eventualy Windows will be installed.
    Good luck and post back if you run into any other issues.
    Please send KUDOs
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • After upgrading to Lion, Preview (5.2.2) appears to have lost the facility to run a slide show by using my mouse to click an icon in the visible menu bar, as I could in the previous version.  Can I retrieve that icon and thus that facility?

    After upgrading to Lion, Preview (5.2.2) appears to have lost the facility to run a slide show by using my mouse to click an icon in the visible menu bar, as I could in the previous version.  Can I retrieve that icon and thus that facility?

    Unfortunately not. Lion has made many adjustments to the previous system. Try opening your pdfs in keynote.

Maybe you are looking for