Error: unknown file System
my system had dual Operating system so Yesterday I deleted my Ubuntu partition, but I restarted it was showing me Error: Unknown filesystem
.
I went through some solutions I found on youtube including command ls
, set boot=..
set prefix=...
insmod ...
I soon found out that I have to make a bootable USB device and should go for repairing my OP. I downloaded windows 10 ISO file and using Rufos I burned into my USB.
I went through Boot settings and gave the first priority to external devices so that the windows boot file gets run.
But the bootfile is not getting run, and is not loading though it has burned correctly since I checked on other device.
I went through some searches but got confused. Anyone having a solution?
windows-10 grub
add a comment |
my system had dual Operating system so Yesterday I deleted my Ubuntu partition, but I restarted it was showing me Error: Unknown filesystem
.
I went through some solutions I found on youtube including command ls
, set boot=..
set prefix=...
insmod ...
I soon found out that I have to make a bootable USB device and should go for repairing my OP. I downloaded windows 10 ISO file and using Rufos I burned into my USB.
I went through Boot settings and gave the first priority to external devices so that the windows boot file gets run.
But the bootfile is not getting run, and is not loading though it has burned correctly since I checked on other device.
I went through some searches but got confused. Anyone having a solution?
windows-10 grub
add a comment |
my system had dual Operating system so Yesterday I deleted my Ubuntu partition, but I restarted it was showing me Error: Unknown filesystem
.
I went through some solutions I found on youtube including command ls
, set boot=..
set prefix=...
insmod ...
I soon found out that I have to make a bootable USB device and should go for repairing my OP. I downloaded windows 10 ISO file and using Rufos I burned into my USB.
I went through Boot settings and gave the first priority to external devices so that the windows boot file gets run.
But the bootfile is not getting run, and is not loading though it has burned correctly since I checked on other device.
I went through some searches but got confused. Anyone having a solution?
windows-10 grub
my system had dual Operating system so Yesterday I deleted my Ubuntu partition, but I restarted it was showing me Error: Unknown filesystem
.
I went through some solutions I found on youtube including command ls
, set boot=..
set prefix=...
insmod ...
I soon found out that I have to make a bootable USB device and should go for repairing my OP. I downloaded windows 10 ISO file and using Rufos I burned into my USB.
I went through Boot settings and gave the first priority to external devices so that the windows boot file gets run.
But the bootfile is not getting run, and is not loading though it has burned correctly since I checked on other device.
I went through some searches but got confused. Anyone having a solution?
windows-10 grub
windows-10 grub
edited Dec 19 '18 at 9:34
Ahmed Ashour
1,066610
1,066610
asked Dec 18 '18 at 8:13
Talib Daryabi
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If I understand your question correctly, you are getting the exact same error whether the usb stick is plugged or not.
Given that the "unknown filesystem" errors means that there is actual access to your internal drive (the filesystem has to be read before it is declared as "unknown"), there is probably something wrong in your boot order. Indeed, if you are booting on the USB stick, only it's bootloader will be executed, and then the system that's on it will take care of getting access to your internal's disk filesystem.
Your computer is probably not even trying to boot on the USB stick. Have you seen it recognized in your BIOS configuration tool at any point?
You probably have several functions that you can enable at startup. One of them would be to select from which device you want to boot, without going through the BIOS configuration. Try to select the USB stick from this menu. If you don;t have such an option, make sure in the boot order of your BIOS configuration tool that the USB stick that you plugged in is listed, then put it on top of your boot order.
yes sir, i am getting this error in both condition whether i connect my usb or not. Yes, my computer is not even trying to boot on the USB stick. No, I don't see any functions that I could choose to do enable or disable... I have checked multiple time the boot order and the first priority is given to 'External Device' 2nd is given to Internal hard disk drive. I am not able to install new operating system as well.
– Talib Daryabi
Dec 18 '18 at 15:43
i even just tried to go by making a SuperGrub2 which is a tool to fix Grab but unfortunately again the system can't recognize the boot device so that it gets start.
– Talib Daryabi
Dec 18 '18 at 15:51
add a comment |
Finally after all the attempt I made to solve this problem I have solved it by :
boot repair disk software . below is the link :
https://sourceforge.net/p/boot-repair-cd/home/Home/
Just make a bootable device of having this software in it, insert to computer, restart it, and follow the rest from the given in the link.
best of luck.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
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%2fsuperuser.com%2fquestions%2f1385467%2ferror-unknown-file-system%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If I understand your question correctly, you are getting the exact same error whether the usb stick is plugged or not.
Given that the "unknown filesystem" errors means that there is actual access to your internal drive (the filesystem has to be read before it is declared as "unknown"), there is probably something wrong in your boot order. Indeed, if you are booting on the USB stick, only it's bootloader will be executed, and then the system that's on it will take care of getting access to your internal's disk filesystem.
Your computer is probably not even trying to boot on the USB stick. Have you seen it recognized in your BIOS configuration tool at any point?
You probably have several functions that you can enable at startup. One of them would be to select from which device you want to boot, without going through the BIOS configuration. Try to select the USB stick from this menu. If you don;t have such an option, make sure in the boot order of your BIOS configuration tool that the USB stick that you plugged in is listed, then put it on top of your boot order.
yes sir, i am getting this error in both condition whether i connect my usb or not. Yes, my computer is not even trying to boot on the USB stick. No, I don't see any functions that I could choose to do enable or disable... I have checked multiple time the boot order and the first priority is given to 'External Device' 2nd is given to Internal hard disk drive. I am not able to install new operating system as well.
– Talib Daryabi
Dec 18 '18 at 15:43
i even just tried to go by making a SuperGrub2 which is a tool to fix Grab but unfortunately again the system can't recognize the boot device so that it gets start.
– Talib Daryabi
Dec 18 '18 at 15:51
add a comment |
If I understand your question correctly, you are getting the exact same error whether the usb stick is plugged or not.
Given that the "unknown filesystem" errors means that there is actual access to your internal drive (the filesystem has to be read before it is declared as "unknown"), there is probably something wrong in your boot order. Indeed, if you are booting on the USB stick, only it's bootloader will be executed, and then the system that's on it will take care of getting access to your internal's disk filesystem.
Your computer is probably not even trying to boot on the USB stick. Have you seen it recognized in your BIOS configuration tool at any point?
You probably have several functions that you can enable at startup. One of them would be to select from which device you want to boot, without going through the BIOS configuration. Try to select the USB stick from this menu. If you don;t have such an option, make sure in the boot order of your BIOS configuration tool that the USB stick that you plugged in is listed, then put it on top of your boot order.
yes sir, i am getting this error in both condition whether i connect my usb or not. Yes, my computer is not even trying to boot on the USB stick. No, I don't see any functions that I could choose to do enable or disable... I have checked multiple time the boot order and the first priority is given to 'External Device' 2nd is given to Internal hard disk drive. I am not able to install new operating system as well.
– Talib Daryabi
Dec 18 '18 at 15:43
i even just tried to go by making a SuperGrub2 which is a tool to fix Grab but unfortunately again the system can't recognize the boot device so that it gets start.
– Talib Daryabi
Dec 18 '18 at 15:51
add a comment |
If I understand your question correctly, you are getting the exact same error whether the usb stick is plugged or not.
Given that the "unknown filesystem" errors means that there is actual access to your internal drive (the filesystem has to be read before it is declared as "unknown"), there is probably something wrong in your boot order. Indeed, if you are booting on the USB stick, only it's bootloader will be executed, and then the system that's on it will take care of getting access to your internal's disk filesystem.
Your computer is probably not even trying to boot on the USB stick. Have you seen it recognized in your BIOS configuration tool at any point?
You probably have several functions that you can enable at startup. One of them would be to select from which device you want to boot, without going through the BIOS configuration. Try to select the USB stick from this menu. If you don;t have such an option, make sure in the boot order of your BIOS configuration tool that the USB stick that you plugged in is listed, then put it on top of your boot order.
If I understand your question correctly, you are getting the exact same error whether the usb stick is plugged or not.
Given that the "unknown filesystem" errors means that there is actual access to your internal drive (the filesystem has to be read before it is declared as "unknown"), there is probably something wrong in your boot order. Indeed, if you are booting on the USB stick, only it's bootloader will be executed, and then the system that's on it will take care of getting access to your internal's disk filesystem.
Your computer is probably not even trying to boot on the USB stick. Have you seen it recognized in your BIOS configuration tool at any point?
You probably have several functions that you can enable at startup. One of them would be to select from which device you want to boot, without going through the BIOS configuration. Try to select the USB stick from this menu. If you don;t have such an option, make sure in the boot order of your BIOS configuration tool that the USB stick that you plugged in is listed, then put it on top of your boot order.
answered Dec 18 '18 at 8:41
PoutchiPatch
19119
19119
yes sir, i am getting this error in both condition whether i connect my usb or not. Yes, my computer is not even trying to boot on the USB stick. No, I don't see any functions that I could choose to do enable or disable... I have checked multiple time the boot order and the first priority is given to 'External Device' 2nd is given to Internal hard disk drive. I am not able to install new operating system as well.
– Talib Daryabi
Dec 18 '18 at 15:43
i even just tried to go by making a SuperGrub2 which is a tool to fix Grab but unfortunately again the system can't recognize the boot device so that it gets start.
– Talib Daryabi
Dec 18 '18 at 15:51
add a comment |
yes sir, i am getting this error in both condition whether i connect my usb or not. Yes, my computer is not even trying to boot on the USB stick. No, I don't see any functions that I could choose to do enable or disable... I have checked multiple time the boot order and the first priority is given to 'External Device' 2nd is given to Internal hard disk drive. I am not able to install new operating system as well.
– Talib Daryabi
Dec 18 '18 at 15:43
i even just tried to go by making a SuperGrub2 which is a tool to fix Grab but unfortunately again the system can't recognize the boot device so that it gets start.
– Talib Daryabi
Dec 18 '18 at 15:51
yes sir, i am getting this error in both condition whether i connect my usb or not. Yes, my computer is not even trying to boot on the USB stick. No, I don't see any functions that I could choose to do enable or disable... I have checked multiple time the boot order and the first priority is given to 'External Device' 2nd is given to Internal hard disk drive. I am not able to install new operating system as well.
– Talib Daryabi
Dec 18 '18 at 15:43
yes sir, i am getting this error in both condition whether i connect my usb or not. Yes, my computer is not even trying to boot on the USB stick. No, I don't see any functions that I could choose to do enable or disable... I have checked multiple time the boot order and the first priority is given to 'External Device' 2nd is given to Internal hard disk drive. I am not able to install new operating system as well.
– Talib Daryabi
Dec 18 '18 at 15:43
i even just tried to go by making a SuperGrub2 which is a tool to fix Grab but unfortunately again the system can't recognize the boot device so that it gets start.
– Talib Daryabi
Dec 18 '18 at 15:51
i even just tried to go by making a SuperGrub2 which is a tool to fix Grab but unfortunately again the system can't recognize the boot device so that it gets start.
– Talib Daryabi
Dec 18 '18 at 15:51
add a comment |
Finally after all the attempt I made to solve this problem I have solved it by :
boot repair disk software . below is the link :
https://sourceforge.net/p/boot-repair-cd/home/Home/
Just make a bootable device of having this software in it, insert to computer, restart it, and follow the rest from the given in the link.
best of luck.
add a comment |
Finally after all the attempt I made to solve this problem I have solved it by :
boot repair disk software . below is the link :
https://sourceforge.net/p/boot-repair-cd/home/Home/
Just make a bootable device of having this software in it, insert to computer, restart it, and follow the rest from the given in the link.
best of luck.
add a comment |
Finally after all the attempt I made to solve this problem I have solved it by :
boot repair disk software . below is the link :
https://sourceforge.net/p/boot-repair-cd/home/Home/
Just make a bootable device of having this software in it, insert to computer, restart it, and follow the rest from the given in the link.
best of luck.
Finally after all the attempt I made to solve this problem I have solved it by :
boot repair disk software . below is the link :
https://sourceforge.net/p/boot-repair-cd/home/Home/
Just make a bootable device of having this software in it, insert to computer, restart it, and follow the rest from the given in the link.
best of luck.
answered Dec 19 '18 at 3:59
Talib Daryabi
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1385467%2ferror-unknown-file-system%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