Gummiboot loader.conf without a keyboard plugs in, hangs at boot menu.

Hi, i've set up gummiboot to boot without a timeout, on the arch entry conf. This works fine with a keyboard plugged in, but whenever I take the keyboard out and boot without the keyboard plugged in, Gummiboot seems to ignore the timeout, and puts me to a menu, waiting for input, which obviously I can't select cos there's no keyboard plugged in. Is there any way to get round this?

bergqvistjl wrote:
MagicSkyFairy wrote:
I don't know the answer but maybe I can help you find it yourself?  I'm sure there is a log with some sort of error message.  I'm still sort of new, so I'm not sure about what logs keep track of what, or the names of all the logs.
Here are the ones I know: /var/log/Xorg.0.log, journalctl, and dmesg.  You can use tail -n <number of lines to show> to go straight to the bottom of the log.
Also, maybe theses will help:
https://wiki.archlinux.org/index.php/Boot_Debugging
and
https://wiki.archlinux.org/index.php/Gu … leshooting
The troubleshooting problem is different but maybe deleting the $ESP/loader directory and all of its contents, and recreate the necessary configuration files. will work for this one too.
Hopefully doing that doesn't mess anything up even more, I'd feel bad.
I'm sorry but I don't think you're going to be much help. It doesn't even boot.... it waits on the gummiboot menu whenever a keyboard is not plugged in is the problem
Ah, then yes, I will be absolutely no help at all.  Good day to you, sir.

Similar Messages

  • Satellite L100-113 - Changing BIOS without a keyboard

    My keyboard is not working. The easy answer for the moment would be to use a USB keyboard, except that option is disabled in the BIOS.
    Is there any way to change or reset the BIOS without a keyboard?

    Hi
    Try to boot the Windows OS and start the Toshiba Assist.
    There you can find the Toshiba HWSetup. This tool contains some options which could be changed in BIOS too.
    So I think there could be a option which enables the USB keyboard support.
    I think this should be possible using the USB mouse.

  • UEFI & syslinux - system will not boot without keyboard plugged in

    Somewhat of a weird one. I have successfully gotten a UEFI Arch system booting, using the https://wiki.archlinux.org/index.php/Sy … FI_Systems and https://wiki.archlinux.org/index.php/Un … _Interface wiki articles. Speficially, I used "efibootmgr" to install an boot entry on the system, with the "Syslinux" label showing up as a boot option in the motherboard's BIOS/UEFI setup utility. The system boots fine, displays the blue Syslinux menu, and starts the system.
    Except if there is no keyboard plugged into the system. In this case, the motherboard startup output displays, and immediately goes to a black screen, indefinitely. Once I plug in a keyboard (USB), the Syslinux menu immediately appears, and the system loads. But a keyboard is REQUIRED to be plugged in. I have disabled the BIOS option to "Wait for F1 on errors", and I have no problem booting MBR/BIOS-based OSes.  I initially felt that the issue was with Syslinux, and specifically that maybe the menu needs a keyboard present, but I tried disabling the menu and using just the "boot :" prompt, and the same problem exists. A black screen, until a keyboard is plugged in, after which "boot :" immediately appears.
    The system is a file server in a highly cramped closet at my house, and if I can I'd rather not dedicate a keyboard plugged into it all the time. Is there any way around this? If I could completely and totally disable the Syslinux menu and boot directly to Arch, I'd prefer that, but I'm not finding an immediate way to do that. I know I could potentially have the motherboard load the UEFI partition directly without a boot manager, but the wiki article says that that could cause problems....
    /boot/EFI/syslinux/syslinux.cfg:
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
    # If /usr and /boot are on the same file system, symlink the files instead
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 1 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 1
    TOTALTIMEOUT 1
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    #UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    #MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    #MENU COLOR border 30;44 #40ffffff #a0000000 std
    #MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    #MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    #MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    #MENU COLOR help 37;40 #c0ffffff #a0000000 std
    #MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    #MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    #MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    #MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX /vmlinuz-linux
    APPEND root=/dev/sda2 rw
    INITRD /initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX vmlinuz-linux
    APPEND root=/dev/sda2 rw
    INITRD initramfs-linux-fallback.img
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL poweroff
    MENU LABEL Poweroff
    COM32 poweroff.c32

    Head_on_a_Stick wrote:To which problems are you referring?
    At the top of the https://wiki.archlinux.org/index.php/EFISTUB article:
    that article wrote:Warning: A bug has been noticed where booting EFISTUB can fail depending on kernel version and motherboard model. See FS#33745 and [1] for more information.
    And both of those links contain MANY people's reports of problems.... that said, most are from ~2013....

  • Using Photoshop CC 2014 on a Windows Tablet without a keyboard and mouse

    Using Photoshop CC 2014 on a Windows Tablet without a keyboard and mouse can be quite a challenge. Even if you use the experimental 2x UI. You can not use your fingers or to quickly change tools and change settings. You have no shortcut without popping up Windows touch keyboard or leave it up taking a great deal of screen space.  If you're using the 2x UI Photoshop uses the screen at half resolution so it displays 1/4 the amount of pixels it could.
    Fortunately I found a little touchkey utility on the web the lets you design your own touch keyboards. The can be transparent and you can even paint under them as long as you start the stroke  outside the keyboard area. The keyboards can be toggles on and off so you can actually use Photoshop.  The utility is small and requires not installation can be run form anywhere.  I purchased a Surface Pro 3 a week ago.  Its a full fledge PC.  Through the home group I can access all machines in my house and using network shares I can access all files on my machines and the network drive on my router,  I can print on my Epson 4800 printer. I can show slideshow on my HDTV via   Bluetooth using a Microsoft wireless display adapter.   I can plug in my Wacom Intuos Pro wireless receiver into the USB  3 port and use my Wacom tablet.  Have a very touchy machine.  Touch on the keyboard touch pad touch on the Display display and on the Wacom tablet.  Could have touch on a mouse but I prefer the Microsoft comfort bluetooth mouse that has six buttons and a four way wheel.
    As a tablet its under two pounds.  Its quite impressive cost why mor the an iPad but worth the cost to me for with windows I can get at the file system.   If you have a Surface Pro 3 you should check out  "Touchkey" its handy.

    Do a screen screen capture and post it here so we can see what you stating about a white layout...

  • How do I open my optical drive without a keyboard

    I'm running a Quicksilver Dual 800 G4, without monitor, keyboard, or mouse. I can access it using my MacBook Pro, and view it using Screen Sharing. I want to install software from a DVD onto the dual 800, but how do I open the drive to insert the DVD?
    I have another Quicksilver (Dual 867 MDD) which has two optical drives, and on the status bar amidst the airport signal indicator, bluetooth indicator, etc is an eject symbol, which allows me to choose the optical drive I want to open. I have a keyboard connected to this machine, but as the facility exists in OS X to provide that functionality, how can I hack OS X to provide this option in the dual 800 with only one drive?

    Thank you for replying. Malcolm (above) managed to provide the exact solution I was looking for at the same time as you were typing your reply, judging from the time.
    I'm accessing the QS from my MacBook Pro (OS X 10.5), using a wired/wireless connection - the QS is wired, the MBPro wireless. At the moment they are about twelve inches apart, and I do have a keyboard to plug into the QS, but I'm hoping to set it up as a headless unit to take time lapse photos (using an iSight) and a clever script available here: http://gawker.sourceforge.net/Gawker.html
    Once set up, I hope to access the QS remotely, as it will live in Birmingham, and I live in Bristol! So thinking as far ahead as possible, I wanted to set it up to be controlled as much as possible by me, even if my caretaker in Birmingham has to put a disc in the tray from time to time.
    Again, many thanks!
    kind regards
    Andrew McDermott

  • How do install new software without a keyboard??

    I just got the mac mini without bluetooth.
    I am looking to add Belkin bluetooth but I do not have a keyboard - How do install new software without a keyboard??

    casimirtad-
    Tis a bummer. It is not a bad idea to have a cheap usb keyboard and mouse around for future troubleshooting purposes, but I am not sure that will get you past this.
    Have you tried plugging stuff in to see if it works? I don't have a happy feeling that it will but it couldn't hurt to try.
    Luck-
    -DaddyPaycheck

  • Is there a driver to let a ps2 keyboard plugged in with a usb connector work on my macbook pro 13inch

    is there a driver to let a ps2 keyboard plugged in with a usb connector work on my macbook pro 13inch?
    I know there are more threads about this subject but none was really an answer.
    I got a keyboard (brand medion) with a ps2 connector. i wanted it to connect to my macbook so i bought an ps2 to usb connecter.
    wile connected with my macbook the keyboard leds flash one time like they do when you put it in a ps2. but after this just doesn' t work
    I think i might miss a driver or its just turned of somwhere in the system. an previous answer was said something about a safe reboot and a lot of codes but thats to hard for me.
    so any good solutions????

    I've never found a PS2 to USB adapter that worked, or IIRC I've never found one at all. I have USB TO PS2 but not the other way. Just go out and buy a new keyboard. PS2 is so late 90s/early 2000s

  • Keyboard plugs into the back of my display does not work? but when I plug the keyboard into my MacBook Pro it works fine? is it my display Monitor?

    My keyboard plugs into the back of my display monitor it does not work? but when I plug the keyboard into my MacBook Pro it works fine? is it my display Monitor?

    Try:
    - Resetting the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Resetting network settings: Setting>General>Reset>Reset Network Settings

  • I need to install a keyboard driver without a keyboard

    I need to install a USB keyboard driver on my Mac Mini without a keyboard (my USB mouse works fine, and my original keyboard is 1000 miles away). I have only one USB keyboard in this house but the driver to make it work with OS X is on the Logitech website, which I have downloaded onto a CD. I can run the driver installation program by using the mouse, but OS X demands that I provide the system password with the keyboard in order to install the keyboard driver. That's a catch-22. MY QUESTION: is there a program that I can download for Mac OS X that will let me enter keystrokes using the mouse?

    MY QUESTION: is there a program that I can download for
    Mac OS X that will let me enter keystrokes using the mouse?
    No download needed, but this is going to be painful. FontBook will do what you want.
    Fire up FontBook by browsing using the mouse to the Applications folder.
    Under the Edit menu, choose "Special Characters". A Character Palette will appear. View Code Tables so that you get the full set of fonts. Basic Latin (the first set) would be best so that you don't get into unicode issues. At this point you've got two choices:
    (1) it appears that the character palette works on whatever program is in the foreground. So you could click on whatever program's window you want to type keys into, double click on the appropriate character in the character palatte and it will insert (or select the character, click the Insert button).
    (2) if you aren't a perfect "typist" (clicker), you might want to insert whatever characters you want to type into a TextEdit document, copy (drag select, choose copy from the Edit menu), change to whatever program you want to provide keys for, paste. But certain programs (login windows, etc.) may not let you use a menu choice for paste.
    Painful, but it can be done.
    Russ
    Message was edited by: rhwalker

  • Is it possible to boot into the OSX DVD Without a keyboard?

    Hi everyone,
    Today I found a WORKING 800mhz PowerMac G4 Quicksilver (2002) at my local thrift shop for $15. Hard Drive was skipping and I had a 160GB hard drive laying around, so took the bad hard drive out and now it works, at least it has been. But heres the problem. My USB keyboard (My only one, btw) doesn't work when I start it up so when I press the power button and hit C nothing happend because my USB keyboard isn't working with it for some reason. Is there a way I can boot into the Mac OS X Startup disc to install the OS without a keyboard?
    Thanks,
    Erik

    Hi, might also try this...
    reset FW bus, same goes for USB reset...
    Reset the Firewire bus
    If your Firewire or USB isn't recognizing any device.  A solution which has worked for some whose hard drive became invisible in 10.4 was simply to follow these four steps to reset the Firewire/USB bus:
    1. Shut the machine down.
    2. UNPLUG the power lead to the computer and any firewire/USB drive or devices.
    3. leave it for 10 minutes.
    4. Connect back up and reboot.
    http://www.macmaps.com/firewirebug2.html

  • When I disconnect my iphone 3gs(iOS) from computer, the device disappears from my itunes. This prevents me from doing a wireless sync. how do i fix it so that my device stays on itunes without having to plug it in all the time?

    When I disconnect my iphone 3gs(iOS) from computer, the device disappears from my itunes. This prevents me from doing a wireless sync. how do i fix it so that my device stays on itunes without having to plug it in all the time?
    it worked the first few times i did it but the next day after i closed out of itunes once, the device only appears when i plug in my phone.

    Whenever a menu choice is grayed out, that is because you have Restrictions turned on in Settings.  Be sure to turn it off.
    You are confusing an itunes store account with an icloud account.  You two can continue using the same ID for itunes (thus sharing purchased music, apps, etc.), but you really should have separate accounts (different IDs) for icloud, since an account is intended for one user to keep his/her devices in sync.
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/
    Then go to Settings>icloud and scroll to the bottom of the screen and tap Delete Account.  (have restrictions turned off)  That will disconnect the device from the account but will not delete data in icloud or other devices.  Then sign in using the new ID.

  • Page up and down without using keyboard

    can any body tell me, how can I write the code for page up and page down in alv grid report without using keyboard.I have make a report(showing in alv grid formate) and I am using menu printer(se41) and gave P,P+,P-,P-- in function key.
    and call this function in report using pf-status. but i didnot get the result without keyboard.while using keyboard page up and page down it is working fine.

    Hi Rakesh,
                    This is the code for ur problem check it once.We have to use this code according to ur requirement ok..The compulsory condition is data is present in the internal table not in database table.If it is in database table move it to internal table first.And follow the below logic that will work fine 4 ur problem check it once.
    *Local Variables
      DATA: lv_temp  LIKE sy-tabix.
    CASE sy-ucomm.
    *Fetch the FIRST Line from the Internal Table.
        WHEN 'FIRS'.
          READ TABLE gt_data INTO wa INDEX 1.
          lv_temp = sy-tabix.
    *Fetch the NEXT Line from the Internal Table.
        WHEN 'NEXT'.
          lv_temp = lv_temp + 1.
          READ TABLE gt_data INTO wa INDEX lv_temp.
    *Fetch the PREVIOUS Line from the Internal Table.
        WHEN 'PREV'.
          lv_temp = lv_temp - 1.
          READ TABLE gt_data INTO wa INDEX lv_temp.
    *Fetch the LAST Line from the Internal Table.
        WHEN 'LAST'.
          READ TABLE gt_data INTO wa INDEX sy-tfill.
          lv_temp = sy-tfill.
    Award points if helpful.
    Kiran Kumar.G.A
                     Have a Nice Day..

  • My ipods external speaker suddenly stoped working...when i go to music without d earphones plugged in it doesnt show me the voluve controler...

    My ipods external speaker suddenly stoped working...when i go to music without d earphones plugged in it doesnt show me the voluve controler...

    Try backing it up in iTunes, then restoring software. Back up first, though.
    If problem is still there, then you may have to take this to a higher level. http://www.apple.com/support/ipodtouch/
    If you STILL can't get an answer from those people, then go to an Apple Store and talk with a Genius

  • Booting thinkpad t61 without a keyboard

    I'm having the following problem with my Thinkpad T61.
    Every few minutes the computer starts behaving as if a few keys on the keyboard are pressed. The keys are no physically stuck, the system just behaves as if they are. This happens sometimes for no apparent reason, but I can always make it happen by pressing any kye on the bottom right side of the keyboard.
    I've concluded that the keyboard is faulty and ordered a new one. 
    In the meanwhile, I'm trying to use my laptop with an external (USB) keyboard. This doesn't quite solve the problem, b/c the laptop still allows input from the internal keyboard, so it still messes up too frequently. I've tried disabling the keyboard, but the Device Manager doesn't seem to allow me to do that. I thought of physically removing the keyboard, but then I don't have a Power button!
    Does anyone have an idea for me for how to use my laptop until the replacement keyboard arrives?
    Is there a way to boot the computer without a keyboard connected?
    Solved!
    Go to Solution.

    How about unhooking the keyboard cable and taping the end so it doesn't make contact with anything on the board and leave the keyboard on so you still have the power button.
    Dave
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How to I get the Keyboard Plug In for Logic that includes the B3 Hammond Organ?

    I just downloaded Logic Pro X, along with all the additonal instruments, but I can't seem to find any of the keyboard plug ins that I thought came with it. I'm really interrested in the B3 Hammond Organ plug in. How to do I get that? Can anyone help me?
    Thank you!

    Search for Organ patches, the instrument used is named "Vintage B3 Organ"

Maybe you are looking for

  • Error while posting MIRO Transaction - FS215

    Dear Forum, The users are trying to post the MIRO entry selecting the Tax Code PO, which is with zero percentage. However, even though the debit and credit balance out, the system gives the error message, "Only output tax is allowed for account GL XX

  • Read a file in a server and create mail

    Hi experts, I have a csv file in an AL11 BW server as following: I would like to add some abap instructions into a BW abap to program to read the second line of this file and then create a dynamic address mail with the number or name present in the s

  • IOS 6 Crashed my iPhone 4!! What to do??

    Can anyone help a girl who's not very technically saavy?? I made the HUGE mistake of installing iOS 6 on my iPhone 4 this morning. All seemed to be working fine. This evening I tried to reply to a text, and the screen was blank. So I tried to send a

  • Restricting a user for KM repository

    Hi All i have created a file repository.Is it possible to set the permission ,so that one user cant access that repository but another user can access the repository. I have tried with setting the details-properties-permissions . Then also every user

  • FileUpload: Current thread not ownet?

    Hi, I use the common Apache FileUpload lib. When i use it on my local server i work! But on my NetWare Tomcat server, i got this message: Error Message:current thread not owner java.lang.IllegalMonitorStateException: current thread not owner at org.a