Launch Win 7 from Grub Terminal?

Clash 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,
ubuntu grub gnu
add a comment |Â
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,
ubuntu grub gnu
Or if I can set win 7 as default start program, it could help too.
â Jungstar CPH
May 13 '15 at 11:33
add a comment |Â
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,
ubuntu grub gnu
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
ubuntu grub gnu
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
answered May 13 '15 at 10:37
derobert
69.3k8150206
69.3k8150206
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Or if I can set win 7 as default start program, it could help too.
â Jungstar CPH
May 13 '15 at 11:33