GNU GRUB Version 2.02~ beta 2-9 (booting from USB)
up vote
0
down vote
favorite
I attempted to install the latest version of Ubuntu, on my laptop which had Windows 7 on it: the installation procedure went fine, it was right at the end when update-grub
collapsed.
Now it's stuck with this message:
GNU GRUB Version 2.02~ beta 2-9
Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists possible
device or file completions.
grub>_
None of the options in the boot menu are successfull.
boot dual-boot grub2
add a comment |
up vote
0
down vote
favorite
I attempted to install the latest version of Ubuntu, on my laptop which had Windows 7 on it: the installation procedure went fine, it was right at the end when update-grub
collapsed.
Now it's stuck with this message:
GNU GRUB Version 2.02~ beta 2-9
Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists possible
device or file completions.
grub>_
None of the options in the boot menu are successfull.
boot dual-boot grub2
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I attempted to install the latest version of Ubuntu, on my laptop which had Windows 7 on it: the installation procedure went fine, it was right at the end when update-grub
collapsed.
Now it's stuck with this message:
GNU GRUB Version 2.02~ beta 2-9
Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists possible
device or file completions.
grub>_
None of the options in the boot menu are successfull.
boot dual-boot grub2
I attempted to install the latest version of Ubuntu, on my laptop which had Windows 7 on it: the installation procedure went fine, it was right at the end when update-grub
collapsed.
Now it's stuck with this message:
GNU GRUB Version 2.02~ beta 2-9
Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists possible
device or file completions.
grub>_
None of the options in the boot menu are successfull.
boot dual-boot grub2
boot dual-boot grub2
edited Oct 12 '15 at 16:10
kos
25.2k869119
25.2k869119
asked Oct 12 '15 at 14:11
Marko Mester
111
111
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
0
down vote
You will not be able to fix anything from that prompt (it is high-level kung-fu).
You need to boot again from installation medium and do a procedure called "grub repair". A lot of tutorials on the net, for example this one. If it fails again, ask another question with details on what you do and what errors you see.
add a comment |
up vote
0
down vote
When you install Ubuntu and if you can spare 30 GB or more in your hard drive, do not create any separate partition for swap or home. Remember you should have a RAM of 4GB or more.
Just create /root alone and Ubuntu itself will take care of everything. After creating root /, Ubuntu will show in the menu as "boot from 250 or 500(maximum of your hard drive) GB from hard drive". Do not change this also since Windows boot will be in some other place other than Ubuntu partition.
Grub will take over the entire booting process and it will transfer the boot to Windows in case if you want windows to boot at the time of start up. I had the same problem and I was committing this mistake. Once I found this, I changed and the grub worked like charm. Hope this helps. All the best.
add a comment |
up vote
0
down vote
You didn't mentioned your dual boot installation procedure, though try booting your system with windows 7 disk and select "Repair your computer" option then select "System repair" next select "Command prompt" option.
Now type at command prompt
C:BOOTREC /FIXMBR
If it won't work then try then these options one by one
- /FixMbr
- /FixBoot
- /ScanOS
If things worst then you have to Rebuild
- /RebuildBcd
Hope it works.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f684612%2fgnu-grub-version-2-02-beta-2-9-booting-from-usb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You will not be able to fix anything from that prompt (it is high-level kung-fu).
You need to boot again from installation medium and do a procedure called "grub repair". A lot of tutorials on the net, for example this one. If it fails again, ask another question with details on what you do and what errors you see.
add a comment |
up vote
0
down vote
You will not be able to fix anything from that prompt (it is high-level kung-fu).
You need to boot again from installation medium and do a procedure called "grub repair". A lot of tutorials on the net, for example this one. If it fails again, ask another question with details on what you do and what errors you see.
add a comment |
up vote
0
down vote
up vote
0
down vote
You will not be able to fix anything from that prompt (it is high-level kung-fu).
You need to boot again from installation medium and do a procedure called "grub repair". A lot of tutorials on the net, for example this one. If it fails again, ask another question with details on what you do and what errors you see.
You will not be able to fix anything from that prompt (it is high-level kung-fu).
You need to boot again from installation medium and do a procedure called "grub repair". A lot of tutorials on the net, for example this one. If it fails again, ask another question with details on what you do and what errors you see.
answered Oct 12 '15 at 14:27
Barafu Albino
4,84311832
4,84311832
add a comment |
add a comment |
up vote
0
down vote
When you install Ubuntu and if you can spare 30 GB or more in your hard drive, do not create any separate partition for swap or home. Remember you should have a RAM of 4GB or more.
Just create /root alone and Ubuntu itself will take care of everything. After creating root /, Ubuntu will show in the menu as "boot from 250 or 500(maximum of your hard drive) GB from hard drive". Do not change this also since Windows boot will be in some other place other than Ubuntu partition.
Grub will take over the entire booting process and it will transfer the boot to Windows in case if you want windows to boot at the time of start up. I had the same problem and I was committing this mistake. Once I found this, I changed and the grub worked like charm. Hope this helps. All the best.
add a comment |
up vote
0
down vote
When you install Ubuntu and if you can spare 30 GB or more in your hard drive, do not create any separate partition for swap or home. Remember you should have a RAM of 4GB or more.
Just create /root alone and Ubuntu itself will take care of everything. After creating root /, Ubuntu will show in the menu as "boot from 250 or 500(maximum of your hard drive) GB from hard drive". Do not change this also since Windows boot will be in some other place other than Ubuntu partition.
Grub will take over the entire booting process and it will transfer the boot to Windows in case if you want windows to boot at the time of start up. I had the same problem and I was committing this mistake. Once I found this, I changed and the grub worked like charm. Hope this helps. All the best.
add a comment |
up vote
0
down vote
up vote
0
down vote
When you install Ubuntu and if you can spare 30 GB or more in your hard drive, do not create any separate partition for swap or home. Remember you should have a RAM of 4GB or more.
Just create /root alone and Ubuntu itself will take care of everything. After creating root /, Ubuntu will show in the menu as "boot from 250 or 500(maximum of your hard drive) GB from hard drive". Do not change this also since Windows boot will be in some other place other than Ubuntu partition.
Grub will take over the entire booting process and it will transfer the boot to Windows in case if you want windows to boot at the time of start up. I had the same problem and I was committing this mistake. Once I found this, I changed and the grub worked like charm. Hope this helps. All the best.
When you install Ubuntu and if you can spare 30 GB or more in your hard drive, do not create any separate partition for swap or home. Remember you should have a RAM of 4GB or more.
Just create /root alone and Ubuntu itself will take care of everything. After creating root /, Ubuntu will show in the menu as "boot from 250 or 500(maximum of your hard drive) GB from hard drive". Do not change this also since Windows boot will be in some other place other than Ubuntu partition.
Grub will take over the entire booting process and it will transfer the boot to Windows in case if you want windows to boot at the time of start up. I had the same problem and I was committing this mistake. Once I found this, I changed and the grub worked like charm. Hope this helps. All the best.
edited Mar 29 '16 at 14:11
kelvinelove
1,52511326
1,52511326
answered Mar 26 '16 at 8:58
sridharan
1
1
add a comment |
add a comment |
up vote
0
down vote
You didn't mentioned your dual boot installation procedure, though try booting your system with windows 7 disk and select "Repair your computer" option then select "System repair" next select "Command prompt" option.
Now type at command prompt
C:BOOTREC /FIXMBR
If it won't work then try then these options one by one
- /FixMbr
- /FixBoot
- /ScanOS
If things worst then you have to Rebuild
- /RebuildBcd
Hope it works.
add a comment |
up vote
0
down vote
You didn't mentioned your dual boot installation procedure, though try booting your system with windows 7 disk and select "Repair your computer" option then select "System repair" next select "Command prompt" option.
Now type at command prompt
C:BOOTREC /FIXMBR
If it won't work then try then these options one by one
- /FixMbr
- /FixBoot
- /ScanOS
If things worst then you have to Rebuild
- /RebuildBcd
Hope it works.
add a comment |
up vote
0
down vote
up vote
0
down vote
You didn't mentioned your dual boot installation procedure, though try booting your system with windows 7 disk and select "Repair your computer" option then select "System repair" next select "Command prompt" option.
Now type at command prompt
C:BOOTREC /FIXMBR
If it won't work then try then these options one by one
- /FixMbr
- /FixBoot
- /ScanOS
If things worst then you have to Rebuild
- /RebuildBcd
Hope it works.
You didn't mentioned your dual boot installation procedure, though try booting your system with windows 7 disk and select "Repair your computer" option then select "System repair" next select "Command prompt" option.
Now type at command prompt
C:BOOTREC /FIXMBR
If it won't work then try then these options one by one
- /FixMbr
- /FixBoot
- /ScanOS
If things worst then you have to Rebuild
- /RebuildBcd
Hope it works.
edited Aug 31 at 14:48
abu_bua
3,16081023
3,16081023
answered Aug 31 at 14:26
John Rambo
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f684612%2fgnu-grub-version-2-02-beta-2-9-booting-from-usb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown