Error : file '/boot/grub/i386-pc/normal.mod' not found after set prefix=(hd0,msdos6)/boot/grubit is possible...
Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?
Can I criticise the more senior developers around me for not writing clean code?
Is there really no use for MD5 anymore?
How to pronounce 'c++' in Spanish
Alignment of various blocks in tikz
Was there a Viking Exchange as well as a Columbian one?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
What happens to Mjolnir (Thor's hammer) at the end of Endgame?
On The Origin of Dissonant Chords
How to fry ground beef so it is well-browned
What are the characteristics of a typeless programming language?
Function pointer with named arguments?
Multiple options vs single option UI
Pulling the rope with one hand is as heavy as with two hands?
Dynamic SOQL query relationship with field visibility for Users
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
Critique of timeline aesthetic
How do I check if a string is entirely made of the same substring?
Is Diceware more secure than a long passphrase?
Mistake in years of experience in resume?
How much cash can I safely carry into the USA and avoid civil forfeiture?
Re-entry to Germany after vacation using blue card
Two field separators (colon and space) in awk
What are the steps to solving this definite integral?
Error : file '/boot/grub/i386-pc/normal.mod' not found after set prefix=(hd0,msdos6)/boot/grub
it is possible to have windows system files in ubuntu log files in duel booted computer?error : hd0 out of disk grub rescueInstalled ubuntu on external hardrive, tried to boot got grub rescue?Insmod error in grub: symbol not found:grub_realidterror: file '/grub/i386-pc/normal.mod' not found in ubuntu 13.10'/boot/grub/i386-pc/normal.mod' not foundGrub rescue after udpating to Ubuntu 16.04normal.mod not found by grub, boot-repair fails to repairwrong start up diskRepairing Grub not possible: stuck in grub rescue> error: file '/grub/i386-pc/normal.mod' not foundhd0 not found, ubuntu installed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a duel booted laptop (windows ,ubuntu ) and ubuntu partition is only 100gb(total 1tb hard disk). Yesterday when I started ubuntu , there is an error message "0mb disk space" . Then I examine hard disk and found there's 64.5gb log files. I deleted those files using $ cd/var/log rm -r /* after that I restarted my computer and there is only this massage shown there. Error : file '/boot/grub/i386-pc/normal.mod' not found . Grub rescue > . I try these commands. 1.ls 2.ls (hd0,msdos6)/ 3. Set root = (hd0,msdos6) 5. Set prefix= (hd0,msdos6)/boot/grub and then same error message occurred again. Help me to fix this
16.04 dual-boot windows-10 grubrescue
New contributor
add a comment |
I have a duel booted laptop (windows ,ubuntu ) and ubuntu partition is only 100gb(total 1tb hard disk). Yesterday when I started ubuntu , there is an error message "0mb disk space" . Then I examine hard disk and found there's 64.5gb log files. I deleted those files using $ cd/var/log rm -r /* after that I restarted my computer and there is only this massage shown there. Error : file '/boot/grub/i386-pc/normal.mod' not found . Grub rescue > . I try these commands. 1.ls 2.ls (hd0,msdos6)/ 3. Set root = (hd0,msdos6) 5. Set prefix= (hd0,msdos6)/boot/grub and then same error message occurred again. Help me to fix this
16.04 dual-boot windows-10 grubrescue
New contributor
1
You didn't delete just log files, but deleted files (recursive) starting in / with any name (*). In effect you deleted your system - What backups do you have (you have loads of space ready for them; which is your fastest fix). Thecd
command you gave didn't matter, as you specified a /* (root directory for all files to be recursively deleted..)
– guiverc
15 hours ago
add a comment |
I have a duel booted laptop (windows ,ubuntu ) and ubuntu partition is only 100gb(total 1tb hard disk). Yesterday when I started ubuntu , there is an error message "0mb disk space" . Then I examine hard disk and found there's 64.5gb log files. I deleted those files using $ cd/var/log rm -r /* after that I restarted my computer and there is only this massage shown there. Error : file '/boot/grub/i386-pc/normal.mod' not found . Grub rescue > . I try these commands. 1.ls 2.ls (hd0,msdos6)/ 3. Set root = (hd0,msdos6) 5. Set prefix= (hd0,msdos6)/boot/grub and then same error message occurred again. Help me to fix this
16.04 dual-boot windows-10 grubrescue
New contributor
I have a duel booted laptop (windows ,ubuntu ) and ubuntu partition is only 100gb(total 1tb hard disk). Yesterday when I started ubuntu , there is an error message "0mb disk space" . Then I examine hard disk and found there's 64.5gb log files. I deleted those files using $ cd/var/log rm -r /* after that I restarted my computer and there is only this massage shown there. Error : file '/boot/grub/i386-pc/normal.mod' not found . Grub rescue > . I try these commands. 1.ls 2.ls (hd0,msdos6)/ 3. Set root = (hd0,msdos6) 5. Set prefix= (hd0,msdos6)/boot/grub and then same error message occurred again. Help me to fix this
16.04 dual-boot windows-10 grubrescue
16.04 dual-boot windows-10 grubrescue
New contributor
New contributor
New contributor
asked 15 hours ago
NishaNisha
143
143
New contributor
New contributor
1
You didn't delete just log files, but deleted files (recursive) starting in / with any name (*). In effect you deleted your system - What backups do you have (you have loads of space ready for them; which is your fastest fix). Thecd
command you gave didn't matter, as you specified a /* (root directory for all files to be recursively deleted..)
– guiverc
15 hours ago
add a comment |
1
You didn't delete just log files, but deleted files (recursive) starting in / with any name (*). In effect you deleted your system - What backups do you have (you have loads of space ready for them; which is your fastest fix). Thecd
command you gave didn't matter, as you specified a /* (root directory for all files to be recursively deleted..)
– guiverc
15 hours ago
1
1
You didn't delete just log files, but deleted files (recursive) starting in / with any name (*). In effect you deleted your system - What backups do you have (you have loads of space ready for them; which is your fastest fix). The
cd
command you gave didn't matter, as you specified a /* (root directory for all files to be recursively deleted..)– guiverc
15 hours ago
You didn't delete just log files, but deleted files (recursive) starting in / with any name (*). In effect you deleted your system - What backups do you have (you have loads of space ready for them; which is your fastest fix). The
cd
command you gave didn't matter, as you specified a /* (root directory for all files to be recursively deleted..)– guiverc
15 hours ago
add a comment |
1 Answer
1
active
oldest
votes
You deleted everything. That is what /* does, specifies to delete all in root folder
I sincerely hope you made a backup, because you'll need to reinstall
For future advice, to delete a folder you use
rm -r /folder/path
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',
autoActivateHeartbeat: false,
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
});
}
});
Nisha is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1138330%2ferror-file-boot-grub-i386-pc-normal-mod-not-found-after-set-prefix-hd0-msd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You deleted everything. That is what /* does, specifies to delete all in root folder
I sincerely hope you made a backup, because you'll need to reinstall
For future advice, to delete a folder you use
rm -r /folder/path
add a comment |
You deleted everything. That is what /* does, specifies to delete all in root folder
I sincerely hope you made a backup, because you'll need to reinstall
For future advice, to delete a folder you use
rm -r /folder/path
add a comment |
You deleted everything. That is what /* does, specifies to delete all in root folder
I sincerely hope you made a backup, because you'll need to reinstall
For future advice, to delete a folder you use
rm -r /folder/path
You deleted everything. That is what /* does, specifies to delete all in root folder
I sincerely hope you made a backup, because you'll need to reinstall
For future advice, to delete a folder you use
rm -r /folder/path
answered 14 hours ago
colbycdevcolbycdev
16310
16310
add a comment |
add a comment |
Nisha is a new contributor. Be nice, and check out our Code of Conduct.
Nisha is a new contributor. Be nice, and check out our Code of Conduct.
Nisha is a new contributor. Be nice, and check out our Code of Conduct.
Nisha is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f1138330%2ferror-file-boot-grub-i386-pc-normal-mod-not-found-after-set-prefix-hd0-msd%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
1
You didn't delete just log files, but deleted files (recursive) starting in / with any name (*). In effect you deleted your system - What backups do you have (you have loads of space ready for them; which is your fastest fix). The
cd
command you gave didn't matter, as you specified a /* (root directory for all files to be recursively deleted..)– guiverc
15 hours ago