Launch Win 7 from Grub Terminal?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I tried to install Ubuntu via Win 7 from my SD card where I used a program to mount the is file. I launched the installer from Windows and I asked the program to reboot and it launched Ubuntu from SD card and all looked good viewing Ubuntu. I connected to wifi, pressed install, It asked to create a partition and agreed to the default size. It asked to install a 3rd party software (I think for flash/adobe) and I agreed. All looked good until the very end.
Then it stopped. I Googled in Ubuntu the issue and tried to cancel install but rebooted in the end.



Now, I get a choice in the beginning between win 7 and Ubuntu. However my arrow down is broken (I know, I know, I already ordered a new keyboard for laptop) Regardless, I cannot scroll down to win 7, and I by default get into the broken Ubuntu, which lead to a black screen and nothing else. After I hard close down and restart I can get into the GNU Grub..



Now, I can get into GNU GRUB w. 2.02~beta-9unbuntu1.



Dont have a win recovery CD at hand.



Can I launch Windows from Gnu Grub? Then I can fix it! It or least work today :)



I run win 7, 64 bit, i7-2620M, 8 GB ram, upgraded to ssd harddisk 500 GB, Sony VAIO, VPCSB28gg,










share|improve this question























  • Or if I can set win 7 as default start program, it could help too.
    – Jungstar CPH
    May 13 '15 at 11:33














up vote
0
down vote

favorite












I tried to install Ubuntu via Win 7 from my SD card where I used a program to mount the is file. I launched the installer from Windows and I asked the program to reboot and it launched Ubuntu from SD card and all looked good viewing Ubuntu. I connected to wifi, pressed install, It asked to create a partition and agreed to the default size. It asked to install a 3rd party software (I think for flash/adobe) and I agreed. All looked good until the very end.
Then it stopped. I Googled in Ubuntu the issue and tried to cancel install but rebooted in the end.



Now, I get a choice in the beginning between win 7 and Ubuntu. However my arrow down is broken (I know, I know, I already ordered a new keyboard for laptop) Regardless, I cannot scroll down to win 7, and I by default get into the broken Ubuntu, which lead to a black screen and nothing else. After I hard close down and restart I can get into the GNU Grub..



Now, I can get into GNU GRUB w. 2.02~beta-9unbuntu1.



Dont have a win recovery CD at hand.



Can I launch Windows from Gnu Grub? Then I can fix it! It or least work today :)



I run win 7, 64 bit, i7-2620M, 8 GB ram, upgraded to ssd harddisk 500 GB, Sony VAIO, VPCSB28gg,










share|improve this question























  • Or if I can set win 7 as default start program, it could help too.
    – Jungstar CPH
    May 13 '15 at 11:33












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I tried to install Ubuntu via Win 7 from my SD card where I used a program to mount the is file. I launched the installer from Windows and I asked the program to reboot and it launched Ubuntu from SD card and all looked good viewing Ubuntu. I connected to wifi, pressed install, It asked to create a partition and agreed to the default size. It asked to install a 3rd party software (I think for flash/adobe) and I agreed. All looked good until the very end.
Then it stopped. I Googled in Ubuntu the issue and tried to cancel install but rebooted in the end.



Now, I get a choice in the beginning between win 7 and Ubuntu. However my arrow down is broken (I know, I know, I already ordered a new keyboard for laptop) Regardless, I cannot scroll down to win 7, and I by default get into the broken Ubuntu, which lead to a black screen and nothing else. After I hard close down and restart I can get into the GNU Grub..



Now, I can get into GNU GRUB w. 2.02~beta-9unbuntu1.



Dont have a win recovery CD at hand.



Can I launch Windows from Gnu Grub? Then I can fix it! It or least work today :)



I run win 7, 64 bit, i7-2620M, 8 GB ram, upgraded to ssd harddisk 500 GB, Sony VAIO, VPCSB28gg,










share|improve this question















I tried to install Ubuntu via Win 7 from my SD card where I used a program to mount the is file. I launched the installer from Windows and I asked the program to reboot and it launched Ubuntu from SD card and all looked good viewing Ubuntu. I connected to wifi, pressed install, It asked to create a partition and agreed to the default size. It asked to install a 3rd party software (I think for flash/adobe) and I agreed. All looked good until the very end.
Then it stopped. I Googled in Ubuntu the issue and tried to cancel install but rebooted in the end.



Now, I get a choice in the beginning between win 7 and Ubuntu. However my arrow down is broken (I know, I know, I already ordered a new keyboard for laptop) Regardless, I cannot scroll down to win 7, and I by default get into the broken Ubuntu, which lead to a black screen and nothing else. After I hard close down and restart I can get into the GNU Grub..



Now, I can get into GNU GRUB w. 2.02~beta-9unbuntu1.



Dont have a win recovery CD at hand.



Can I launch Windows from Gnu Grub? Then I can fix it! It or least work today :)



I run win 7, 64 bit, i7-2620M, 8 GB ram, upgraded to ssd harddisk 500 GB, Sony VAIO, VPCSB28gg,







ubuntu grub gnu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 21 at 2:57









Rui F Ribeiro

36.7k1271116




36.7k1271116










asked May 13 '15 at 10:20









Jungstar CPH

12




12











  • Or if I can set win 7 as default start program, it could help too.
    – Jungstar CPH
    May 13 '15 at 11:33
















  • Or if I can set win 7 as default start program, it could help too.
    – Jungstar CPH
    May 13 '15 at 11:33















Or if I can set win 7 as default start program, it could help too.
– Jungstar CPH
May 13 '15 at 11:33




Or if I can set win 7 as default start program, it could help too.
– Jungstar CPH
May 13 '15 at 11:33










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Especially if you've got an EFI BIOS, the BIOS boot menu may let you boot straight into Windows, bypassing GRUB. Give it a try. The key to hit is BIOS-specific, ESC, F11, and F12 are all reasonably common. There may be a prompt telling you—but it could flash by pretty quick.



Does the page down button work? Or end? Then you could get to the bottom of the list, and go back up. I'd also try h/j/k/l to see if they scroll—not sure. Might be able to press a number, too.



Alternatively, you could pull up the grub command prompt (c) and booting Windows should be something like (type all three of these):



insmod chain
insmod ntfs
set root='(hd0,1)'
chainloader +1


That's presuming Windows is on your first partition. hd0 is the first disk, the ,0 is the first partition. ,1 is the second partition, etc. It counts from 0.



See https://www.gnu.org/software/grub/manual/html_node/Chain_002dloading.html#Chain_002dloading






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f203148%2flaunch-win-7-from-grub-terminal%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Especially if you've got an EFI BIOS, the BIOS boot menu may let you boot straight into Windows, bypassing GRUB. Give it a try. The key to hit is BIOS-specific, ESC, F11, and F12 are all reasonably common. There may be a prompt telling you—but it could flash by pretty quick.



    Does the page down button work? Or end? Then you could get to the bottom of the list, and go back up. I'd also try h/j/k/l to see if they scroll—not sure. Might be able to press a number, too.



    Alternatively, you could pull up the grub command prompt (c) and booting Windows should be something like (type all three of these):



    insmod chain
    insmod ntfs
    set root='(hd0,1)'
    chainloader +1


    That's presuming Windows is on your first partition. hd0 is the first disk, the ,0 is the first partition. ,1 is the second partition, etc. It counts from 0.



    See https://www.gnu.org/software/grub/manual/html_node/Chain_002dloading.html#Chain_002dloading






    share|improve this answer
























      up vote
      0
      down vote













      Especially if you've got an EFI BIOS, the BIOS boot menu may let you boot straight into Windows, bypassing GRUB. Give it a try. The key to hit is BIOS-specific, ESC, F11, and F12 are all reasonably common. There may be a prompt telling you—but it could flash by pretty quick.



      Does the page down button work? Or end? Then you could get to the bottom of the list, and go back up. I'd also try h/j/k/l to see if they scroll—not sure. Might be able to press a number, too.



      Alternatively, you could pull up the grub command prompt (c) and booting Windows should be something like (type all three of these):



      insmod chain
      insmod ntfs
      set root='(hd0,1)'
      chainloader +1


      That's presuming Windows is on your first partition. hd0 is the first disk, the ,0 is the first partition. ,1 is the second partition, etc. It counts from 0.



      See https://www.gnu.org/software/grub/manual/html_node/Chain_002dloading.html#Chain_002dloading






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        Especially if you've got an EFI BIOS, the BIOS boot menu may let you boot straight into Windows, bypassing GRUB. Give it a try. The key to hit is BIOS-specific, ESC, F11, and F12 are all reasonably common. There may be a prompt telling you—but it could flash by pretty quick.



        Does the page down button work? Or end? Then you could get to the bottom of the list, and go back up. I'd also try h/j/k/l to see if they scroll—not sure. Might be able to press a number, too.



        Alternatively, you could pull up the grub command prompt (c) and booting Windows should be something like (type all three of these):



        insmod chain
        insmod ntfs
        set root='(hd0,1)'
        chainloader +1


        That's presuming Windows is on your first partition. hd0 is the first disk, the ,0 is the first partition. ,1 is the second partition, etc. It counts from 0.



        See https://www.gnu.org/software/grub/manual/html_node/Chain_002dloading.html#Chain_002dloading






        share|improve this answer












        Especially if you've got an EFI BIOS, the BIOS boot menu may let you boot straight into Windows, bypassing GRUB. Give it a try. The key to hit is BIOS-specific, ESC, F11, and F12 are all reasonably common. There may be a prompt telling you—but it could flash by pretty quick.



        Does the page down button work? Or end? Then you could get to the bottom of the list, and go back up. I'd also try h/j/k/l to see if they scroll—not sure. Might be able to press a number, too.



        Alternatively, you could pull up the grub command prompt (c) and booting Windows should be something like (type all three of these):



        insmod chain
        insmod ntfs
        set root='(hd0,1)'
        chainloader +1


        That's presuming Windows is on your first partition. hd0 is the first disk, the ,0 is the first partition. ,1 is the second partition, etc. It counts from 0.



        See https://www.gnu.org/software/grub/manual/html_node/Chain_002dloading.html#Chain_002dloading







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 13 '15 at 10:37









        derobert

        69.3k8150206




        69.3k8150206



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f203148%2flaunch-win-7-from-grub-terminal%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)