Grub Rescue: No such partition error ! Cannot boot from USB
It seems that I have to deal with a classical grubrescue issue but despite many researches I can't fix it or find answers to some questions either.
What I did ?
I bought an Asus laptop 6 years ago with windows 7 pre-installed. I immediately installed Ubuntu and this dual boot configuration was working fine until I decided to restaure Windows with the recovery partition. I choosed to re installed in the entire hdd which was not the best idea.
Therefore, I get the famous grubrescue mode.
Error: no such partition.
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)
grub rescue> set
prefix=(hd0,msdos5)/boot/grub
root=hd0,msdos5
I understood the old Ubuntu partition is deleted and so grub cannot find files system on it (The 3 partitions listed are probably System, Data and Recovery partition for Win7).
I am now trying to boot on a USB drive (where I installed a clean Ubuntu or one boot-repair liveUSB) but I have to face others issues:
I could access to the bios but everything is hidden and protected by a Administrator Password (Installed during recovery set up I think).
I also tried to use rescue mode commands, but my laptop cannot read the USB partition:
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos1)
grub rescue> ls (hd1,msdos1)/
error: unknown filesystem.
I get the same error when I set prefix and root to the usb partition and try to load module with insmod command.
I don't uderstand what I did wrong because I can boot and use Ubuntu from the USB drive on another laptop (Macbook Pro)..
If anyone get the same troubles and known a solution.
Thank's in advance !
boot dual-boot grub2
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
It seems that I have to deal with a classical grubrescue issue but despite many researches I can't fix it or find answers to some questions either.
What I did ?
I bought an Asus laptop 6 years ago with windows 7 pre-installed. I immediately installed Ubuntu and this dual boot configuration was working fine until I decided to restaure Windows with the recovery partition. I choosed to re installed in the entire hdd which was not the best idea.
Therefore, I get the famous grubrescue mode.
Error: no such partition.
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)
grub rescue> set
prefix=(hd0,msdos5)/boot/grub
root=hd0,msdos5
I understood the old Ubuntu partition is deleted and so grub cannot find files system on it (The 3 partitions listed are probably System, Data and Recovery partition for Win7).
I am now trying to boot on a USB drive (where I installed a clean Ubuntu or one boot-repair liveUSB) but I have to face others issues:
I could access to the bios but everything is hidden and protected by a Administrator Password (Installed during recovery set up I think).
I also tried to use rescue mode commands, but my laptop cannot read the USB partition:
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos1)
grub rescue> ls (hd1,msdos1)/
error: unknown filesystem.
I get the same error when I set prefix and root to the usb partition and try to load module with insmod command.
I don't uderstand what I did wrong because I can boot and use Ubuntu from the USB drive on another laptop (Macbook Pro)..
If anyone get the same troubles and known a solution.
Thank's in advance !
boot dual-boot grub2
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
try these commands for USB detectioninsmod ext2 insmod part_msdos insmod part_gpt
– kenn
4 hours ago
Your partition tables might get out of order. I met similar issue in the past askubuntu.com/questions/420778/…
– kenn
4 hours ago
add a comment |
It seems that I have to deal with a classical grubrescue issue but despite many researches I can't fix it or find answers to some questions either.
What I did ?
I bought an Asus laptop 6 years ago with windows 7 pre-installed. I immediately installed Ubuntu and this dual boot configuration was working fine until I decided to restaure Windows with the recovery partition. I choosed to re installed in the entire hdd which was not the best idea.
Therefore, I get the famous grubrescue mode.
Error: no such partition.
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)
grub rescue> set
prefix=(hd0,msdos5)/boot/grub
root=hd0,msdos5
I understood the old Ubuntu partition is deleted and so grub cannot find files system on it (The 3 partitions listed are probably System, Data and Recovery partition for Win7).
I am now trying to boot on a USB drive (where I installed a clean Ubuntu or one boot-repair liveUSB) but I have to face others issues:
I could access to the bios but everything is hidden and protected by a Administrator Password (Installed during recovery set up I think).
I also tried to use rescue mode commands, but my laptop cannot read the USB partition:
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos1)
grub rescue> ls (hd1,msdos1)/
error: unknown filesystem.
I get the same error when I set prefix and root to the usb partition and try to load module with insmod command.
I don't uderstand what I did wrong because I can boot and use Ubuntu from the USB drive on another laptop (Macbook Pro)..
If anyone get the same troubles and known a solution.
Thank's in advance !
boot dual-boot grub2
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It seems that I have to deal with a classical grubrescue issue but despite many researches I can't fix it or find answers to some questions either.
What I did ?
I bought an Asus laptop 6 years ago with windows 7 pre-installed. I immediately installed Ubuntu and this dual boot configuration was working fine until I decided to restaure Windows with the recovery partition. I choosed to re installed in the entire hdd which was not the best idea.
Therefore, I get the famous grubrescue mode.
Error: no such partition.
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)
grub rescue> set
prefix=(hd0,msdos5)/boot/grub
root=hd0,msdos5
I understood the old Ubuntu partition is deleted and so grub cannot find files system on it (The 3 partitions listed are probably System, Data and Recovery partition for Win7).
I am now trying to boot on a USB drive (where I installed a clean Ubuntu or one boot-repair liveUSB) but I have to face others issues:
I could access to the bios but everything is hidden and protected by a Administrator Password (Installed during recovery set up I think).
I also tried to use rescue mode commands, but my laptop cannot read the USB partition:
grub rescue> ls
(hd0) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos1)
grub rescue> ls (hd1,msdos1)/
error: unknown filesystem.
I get the same error when I set prefix and root to the usb partition and try to load module with insmod command.
I don't uderstand what I did wrong because I can boot and use Ubuntu from the USB drive on another laptop (Macbook Pro)..
If anyone get the same troubles and known a solution.
Thank's in advance !
boot dual-boot grub2
boot dual-boot grub2
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 5 hours ago
Acsed.Acsed.
61
61
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Acsed. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
try these commands for USB detectioninsmod ext2 insmod part_msdos insmod part_gpt
– kenn
4 hours ago
Your partition tables might get out of order. I met similar issue in the past askubuntu.com/questions/420778/…
– kenn
4 hours ago
add a comment |
try these commands for USB detectioninsmod ext2 insmod part_msdos insmod part_gpt
– kenn
4 hours ago
Your partition tables might get out of order. I met similar issue in the past askubuntu.com/questions/420778/…
– kenn
4 hours ago
try these commands for USB detection
insmod ext2 insmod part_msdos insmod part_gpt– kenn
4 hours ago
try these commands for USB detection
insmod ext2 insmod part_msdos insmod part_gpt– kenn
4 hours ago
Your partition tables might get out of order. I met similar issue in the past askubuntu.com/questions/420778/…
– kenn
4 hours ago
Your partition tables might get out of order. I met similar issue in the past askubuntu.com/questions/420778/…
– kenn
4 hours ago
add a comment |
0
active
oldest
votes
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
});
}
});
Acsed. 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%2f1119333%2fgrub-rescue-no-such-partition-error-cannot-boot-from-usb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Acsed. is a new contributor. Be nice, and check out our Code of Conduct.
Acsed. is a new contributor. Be nice, and check out our Code of Conduct.
Acsed. is a new contributor. Be nice, and check out our Code of Conduct.
Acsed. 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%2f1119333%2fgrub-rescue-no-such-partition-error-cannot-boot-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
try these commands for USB detection
insmod ext2 insmod part_msdos insmod part_gpt– kenn
4 hours ago
Your partition tables might get out of order. I met similar issue in the past askubuntu.com/questions/420778/…
– kenn
4 hours ago