Grub2 with two screens only shows up on one

I have recently installed Arch, and kudos, everything works almost perfect out of the box so to say. I had few hickups with some hardware, but everything resolved just fine in less than few hours thanks to magic of Google and Arch Wiki. As you probably guess I am quite new to Arch, but I am kind-a noob in disguise since I have beem Redhat user since around version 5.1 of their "Fedora" predecessor. Anyway I still consider myself a newbie since I have always been more of a user less of sysadmin/tweaker. I am a programmer and don't really care much about os internals as long as everything *just works*.
Now I have installed Arch on a laptop with external screen attached to it and have troubles with GRUBs boot screen not showing up on 2nd monitor. Boot menu only shows up on a built-in laptop screen, not on external one, There are no problems with my monitors, everything works as intended once system boots to X, however I can't get GRUB to show up on both screens. As my setup considered, I use this laptop as a dekstop replacement, so it sits on a shelf below my desk and since I don't see laptop screen at all, you understand, it is quite of inconvenience :-).. I have external monitor, keyboard and a mouse attached to it to VGA and usb ports so it really don't feels as laptop at all. I have managed to confiugre window managers to turn off laptop screen after login (shame to waste power and burn pixels if I can't see them), but I can't manage to get GRUB to show up on external monitor. Of course I have Arch as default so it boots into Arch anyway, and Windows is just below so I can blindly switch to windows by just pressing one arrow key, but I still have to look below the desk just to pick the right timing to press the arrow key for those rare occasions when I have to boot into windows :-). And most notably: I never had this problem with GRUB before and yes I had Fedora installed on this system as well.
I am using grub in text mode, I don't care for fancy splashes at boot time and so on.
I have googled quite a bit and seen that other people also have this issue, but I haven't seen any good answer yet. On one forum there is an answer that GRUB can't see the 2nd screen at boot time since it speaks only to BIOS (or uefi better to say), but I don't think its true. I am using my 2nd screen without problems in uefi bios mode, and windows boot mngr shows just fine on both screens, so it must be some setting for GRUB that I can't find.
I hope I am asking question in proper section, if not feel free to move it around.
Thanks in advance fo help and hope you don't mind my noob question.
PS:
Of course easiest way woud be to just format c:\ to ext4 and not need to boot into Windows at all, but alas, I do make money on guess what: programming VBA and automating databases with Access and Excel - I can tell you, vba programmers seem to be an extinct art so there is money to be made :-).

@The Saint - yeah, I realized after I posted that this was wrong thread. I am new to Arch wiki and was too fast to post. I came to forum with intend to ask this question, looked quickly through sections, saw "hardware" and posted just to realize afterwards it is ment hardware in context of kernel. This should probably be moved to some other section of the forum. I am sorry for inconvenience.
@Glow - I see uefi bios on my 2nd screen, no problems here. When I run live dvd I also see it on 2nd screen, but I think the dvd is using Syslinux instead of Grub. I have not tried another boot loader with Arch and Windows. Would like to use Grub2 actually just because I am familiar with it and it boots fine both linux and windows. So I would in first hand like to fix issue with Grub if possible, but if not I will have to look into some other boot loader.
Last edited by memory_leak (2015-03-06 01:18:39)

Similar Messages

  • I restarted my computer, but the screen only shows a flashing folder icon with a question mark. What to do?

    I restarted my computer, but the screen only shows a flashing folder icon with a question mark. What to do?

    It means that the system boot directory can't be found.
    See this support article for suggested actions
    Also see this discussion.

  • I have recently installed Mavericks and since then I have been unable to shut down or log out of my mac.  I work with two screens and now I seem to have programmes at the top of both screens which I didn't before.  any advice?

    I have recently installed Mavericks on my desk top and since then I have been unable to switch off my computer without crashing it. I work with two screen and now I seem to have the menu bar on the second screen as well which I did not have before.  Can you please help me?

    Dr Bettina, I had similar problems with Mavericks. I installed it on a Mini and a 13" MacBook Pro. I can't speak to your disdplay issues, but I can confirm the inability to logout, shut down, or restarft without a forced, power button shut down. I can also report frequent System Prefs freezes and finder issues, like folder contents taking half a minuite or more to render, or not appearing at all. And while a few Adobe CC apps actually ran faster, InDesign ran like molasses uphill in Decemner.
    I tried uninstalling or disabling numerous 3rd party apps and pref panes. I unplugged everything but the keyboard, ran DiskWarrier, repaired permissions, did fsck -f, trashed various preference files, reinstalled the OS... You name it, and I tried it — short of a potion using eye of newt.
    After two days of totally hosed productivity, I restored OS 10.8.5 on the Mini so I could actually get some work done. However, I've decided to leave Mavericks on the MBP as a sort of crash dummy, and will install and thoroughly test all updates until stability has been achieved. Then — and only then — will I upgrade the Mini to Mavericks, even if it means waiting 'til a .2 or even .3 update.
    Good luck to you...

  • Custom splash screen only shows up when command line is used...

    Hi,
    Everything in my Java web start application works perfectly but, the custom splash screen only shows up when command line is used ("C:\Program Files (x86)\Java\jre7\bin>javaws -verbose http://www.xxx.eu/AcSentVivresCrus/AcSentJnlp/AcSent.jnlp"), if I use the shortcut on the desktop or in the start menu, the Java 7 splash screen shows up (tested under Windows Vista and Seven). Does someone have any clues?
    Thanks...
    My jnlp file :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="6.0+" href="AcSent.jnlp">
      <information>
        <title>AcSent : Commande de repas</title>
        <description>AcSent - Commande de repas</description>
        <vendor>AcSent</vendor>
        <homepage href="http://www.xxx.eu" />
        <icon href="acSentIconBiseau.png" />
        <icon href="splashAcSentRC.png" kind="splash" />
        <shortcut online="true">
          <desktop />
          <menu submenu="AcSent" />
        </shortcut>
      </information>
      <security>
        <all-permissions />
      </security>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" max-heap-size="128m" />
        <jar href="AcSentJnlpProgressIndicator.jar" download="progress" />
        <jar href="AcSentJnlp.jar" main="true" version="1.0" />
        <property name="jnlp.packEnabled" value="true" />
        <property name="jnlp.versionEnabled" value="true" />
      </resources>
      <application-desc name="AcSent" main-class="eu.acsent.jnlp.AcSentApplication"
           progress-class="eu.acsent.jnlp.progressindicator.CustomProgress"> 
      </application-desc>
    </jnlp>

    Hi again,
    I made some researches :
    - The link in the generated shorcuts ("C:\Windows\SysWOW64\javaws.exe -localfile -J-Djnlp.application.href=http://www.xxx.eu/AcSentVivresCrus/AcSentJnlp/AcSent.jnlp "C:\Users\Arnaud\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\46\69c1e9ee-1f252d1a") is not the same as the one I use in the command line ("C:\Program Files (x86)\Java\jre7\bin>javaws -verbose http://www.xxx.eu/AcSentVivresCrus/AcSentJnlp/AcSent.jnlp"). Is there a way in the the JNLP file to tell how to generate shortcuts (not the icon, etc., but command line options)?
    - This sample (https://blogs.oracle.com/thejavatutorials/entry/changing_the_java_web_start) displays the splash screen when I click on the the generated shortcuts (I use Windows 7). I have copied the ButtonDemo jar file and the JNLP file on my IIS web server (Windows 2008 Server), this time the splash screen does not show up when I click the generated shortcuts but always shows up when I use the command line. Can someone tell me if it is a trouble with IIS ?
    Thanks again...

  • HT201269 one fine day, my i phone just hangup lost all contact detail. The screen only show a picture depicting cable connection to iTune. I have tried to restore iphone to factory setting but not working .  May i know how to proceed to recover lost conta

    one fine day yesterday, my i phone just hangup lost all contact detail. The screen only show a picture depicting cable connection to iTune. I have tried to restore iphone to factory setting but not working .  May i know how to proceed to recover lost contacts.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • Iphone seems to be working but only shows apple logo, itunes sees the phone normally, when i restored it appeared successful and itunes tried activating my phone but the screen only shows apple logo nothing else???

    my iphone is detected in itunes as normal, but screen on the phone only shows apple logo??? restored and everything but no difference its weird, it restores successfully and stuff but once done the screen only shows apple logo.. note:while restoring everything goes through as normal on the phone it shows the bar loading etc.. but once complete just stays on apple logo.

    It can take a few minutes to reinitialize, but if it stays on the Apple logo for as much as 10 minutes there is something seriously wrong. Try restoring again, and set up as a new phone rather than installing your backup. If this fixes it you have a corrupt backup. If this doesn't fix it the phone is broken. Or possibly jailbroken.

  • HT201406 while trying to update my ipod touch  something happened and now my screen only shows the apple logo and nothing else happens

    while updating my ipod touch something happened and now the screen only shows the apple logo that goes on-off. i dont know what to do,please somebody help me!

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Cant open firefox on second screen on computer with two screens with two graphics cards.

    I have a computer with two screens and two diffrent graphics card. One of them is onboard GC and another one is USB GC. I am running two instances of FF and it works fine with 3.6.20 version. But when I update to the latest version of FF either 5 or 6 this does not work. Even if i try to open one instance of FF on second screen on USB GC , I cant see anything> i have to move it to the main screen to see the FF window and will not work on the extended screen. I am using windows 7 pro 32 bit and the screen resolution is set to 1280x1024 on both the screens.
    Can you please help.
    Thanks.
    Regards
    PJ

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
    *https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

  • HT1386 iphone is frozen.  the screen only shows the usb plug icon, the word itunes and the itunes logo.  the whole phone is frozen

    iphone is frozen.  the screen only shows the usb plug icon, the word itunes and the itunes logo.  the whole phone is frozen

    Connect it to your computer and open iTunes, it will probably prompt you to restore it.

  • Some of my website images with embeded links only show the link with firefox, with IE8 the image appears correctly, why does this happen

    my website http://www.functionkey.net. If you view my homepage you will see that 3 of my images with embedded links only show up with the links. I am not using "_blank" in my code. The website was created using Microsoft Frontpage 2003.

    If you look at the page source then you will notice that there are some errors with (missing) closing tags.<br />
    Such errors shows as RED text.<br />
    You need to correct at least all codes marked as red text.
    The first &lt;a&gt; tag isn't closed here and you open a second &lt;a&gt;
    <pre>&lt;a target="_blank" border="0" href="http://www.win-rar.com"&gt;
    &lt;div align="left"&gt;
    &nbsp;&lt;/div&gt;
    &lt;div align="left"&gt;
    <u>&lt;a href="http://www.smartdraw.com"&gt;</u>
    &lt;img src="images/sd_logo.gif" width="256" height="111" border="1" alt="SmartDraw - The world's first Visual Processor (TM)" hspace="0"&gt;&lt;/a&gt;</pre>

  • Can I have two iPads with two different credit cards linked to one iTunes account?

    Can I have two iPads with two different credit cards linked to one iTunes account?

    It is still not possible to have two credit cards with your iTunes store account. I've just had a discussion with an Apple representative who suggested I give feedback to Apple about this. The more we are, Apple might listen to us in the end.
    This is the link
    http://www.apple.com/feedback/itunesapp.html
    Please feel free to use or modify what I wrote there:
    I’m surprised as are many other people who have the same issue (can see this in many forum threads) that Apple don’t give us the possibility to have at least 2 credit cards with one AppleID/account like most other vendors do (even much smaller than Apple). This certainly forces people to buy some stuff elsewhere that they otherwise would have purchased from Apple (for example books) or restrain from buying things they would have bought if they had a choice to use a second Credit Card.
    Not having this option puts me in a precarious situation since it would not be OK to buy just anything with the Credit Card that is tied to my business (and in many cases like mine the business is only one person, the VAT No being the same as my social security No).
    Sole traders need an option too.
    Greetings
    Anna

  • How can I combine one font with many styles to show up as one font

    How can I combine one font with many styles to show up as one font? I have quite a few fonts, that instead of showing up as a single font with different font styles (bold, bolditalic, semibold, light....) each style shows up in the fonts dropdown menu as a separate font. Any way I can fix this?
    Another font question, is there any way to group my fonts in the dropdown menu according to different categories such as 'favorite san serif fonts', or 'script fonts'?

    So your saying if it wasn't set up that way be the font creator there is nothing I can do. That's a shame.
    Most of the fonts that do this were free fonts, such as Walkway.
    But I do have some fonts (hebrew fonts) that I purchased that do the same thing.

  • IPhone 5c was powered off; when turned back on screen only shows in black and white.  Have tried several times with no success. Any suggestions?

    I purchased the iPhone 5c about 4 months ago.  I turned it off briefly last night and when I turned it back on, the screen wallpaper and app icons are now in black and white.  I have tried turning it off and on again several times with no success; screen still shows only black and white.  All other functions of phone/text work correctly. Any suggestions on what to try?

    Hello Teri,
    You may have greyscale turned on. Try going to Settings > General > Accessibility and toggle that off and it should go back to color. Check out the page below for more information. 
    Invert Colors and Grayscale
    http://help.apple.com/iphone/8/#/iph3e2e1fb0
    Regards,
    -Norm G. 

  • TS2094 After resetting the pram, the screen only shows a folder with a question mark inside.  What does this mean?

    I followed the initial steps in this post and reset pram.  After restarting, the screen just shows a folder with a question mark.  What does this mean?

    Thanks Niel, I tried using Option and nothing happened so I next tried inserting the Leopard disc and rebooting while holding C.  Nothing happened until the disc was ejected and then the folder with question mark reappeared.  I inserted the disc again and at this point and it booted OSX.  I tried to acess disc utility to repair but my harddrive wasn't listed, only the CD drive and the OS disc.  Does this mean I'm lost everything?

  • The screen only shows itunes and a usb picture with an arrow pointing to itunes

    I reset or reset the factory settings onmy ipod touch and now when i turn it on it only shows a screen w/a pix of a usb cord and  an arrow pointing to an itunes logo. I'm not sure what to do next.

    If the Device has been modified, this will not necessarily work...
    See Here...
    http://support.apple.com/kb/HT1808

Maybe you are looking for

  • ISE 1.2 Standalone Mode

    Hi Experts, Good day! I just want to clarify if I can provide posture assessment in ISE 1.2 even if it is in standalone mode because some said I can but based on my understandings of ISE since 1.1.4, I need to convert it first to an IPN mode for it t

  • RapidInstall Hangs on Step 4 of 6 - 11.5.10 - Suse Linux 9

    I am trying to Install the E-Business Suite 11.5.10 on Suse Linux 9, but unfortunatelly the process hangs without giving any information: Where: * Step 4 of 6 * Command: adrunat.sh (50%) * Completed Unzip 1222 of 1250 (APPL_TOP Disk 2) There is no mu

  • Macbook Pro: Time Machine to Buffallo Link Station

    I've recently switched to using a Macbook - and had already been using a Buffallo LS for back ups with my old PC. I'd like to use the Time Machine Software with the Buffallo LS, however when I open the app it doesn't give me the LS as an option. I ca

  • How to cancel Skype premium via cell phone?

    How do you delete skype premium using a cell phone? Solved! Go to Solution.

  • 2.1 History Shorcut Keys not working

    Hi, When I try to retrieve statements stored SQL-history using shortcut keys nothing happens. I tried Ctrl-Shift-Down, Ctrl-Shift-Up, Ctrl-Down and Ctrl-Up but in SQL-worksheet but nothing happens. I even defined new shortcuts also to no avail. Does