How to diagnose suddenly failing grub boot from iso?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have had my Ubuntu 18.04 system set up to optionally boot off several .iso files (the .iso files are stored on a different hard drive from /) and it's been working for a long time. I set it up using instructions on the Ubuntu wiki here. It worked well, I make Clonezilla backups, etc using this feature.
Recently, though, I tried to make a Clonezilla backup and the .iso wouldn't boot. I got an error message saying that it couldn't find the .iso. I checked and the .iso is still there in the same old spot. Testing showed that none of the .isos will boot any more.
I have made no hardware changes nor have I moved any of the .iso files.
I know there have been 2 updates to grub so far this year.
What is the suggested procedure for troubleshooting this problem? Since I didn't (knowingly at least) change anything, I am at a loss as to where to start. I compared the scripts in /etc/grub.d with the ones from a clean install, and I saw only the changes I had made. Did the updates to grub remove this functionality?
boot grub2 iso
add a comment |
I have had my Ubuntu 18.04 system set up to optionally boot off several .iso files (the .iso files are stored on a different hard drive from /) and it's been working for a long time. I set it up using instructions on the Ubuntu wiki here. It worked well, I make Clonezilla backups, etc using this feature.
Recently, though, I tried to make a Clonezilla backup and the .iso wouldn't boot. I got an error message saying that it couldn't find the .iso. I checked and the .iso is still there in the same old spot. Testing showed that none of the .isos will boot any more.
I have made no hardware changes nor have I moved any of the .iso files.
I know there have been 2 updates to grub so far this year.
What is the suggested procedure for troubleshooting this problem? Since I didn't (knowingly at least) change anything, I am at a loss as to where to start. I compared the scripts in /etc/grub.d with the ones from a clean install, and I saw only the changes I had made. Did the updates to grub remove this functionality?
boot grub2 iso
add a comment |
I have had my Ubuntu 18.04 system set up to optionally boot off several .iso files (the .iso files are stored on a different hard drive from /) and it's been working for a long time. I set it up using instructions on the Ubuntu wiki here. It worked well, I make Clonezilla backups, etc using this feature.
Recently, though, I tried to make a Clonezilla backup and the .iso wouldn't boot. I got an error message saying that it couldn't find the .iso. I checked and the .iso is still there in the same old spot. Testing showed that none of the .isos will boot any more.
I have made no hardware changes nor have I moved any of the .iso files.
I know there have been 2 updates to grub so far this year.
What is the suggested procedure for troubleshooting this problem? Since I didn't (knowingly at least) change anything, I am at a loss as to where to start. I compared the scripts in /etc/grub.d with the ones from a clean install, and I saw only the changes I had made. Did the updates to grub remove this functionality?
boot grub2 iso
I have had my Ubuntu 18.04 system set up to optionally boot off several .iso files (the .iso files are stored on a different hard drive from /) and it's been working for a long time. I set it up using instructions on the Ubuntu wiki here. It worked well, I make Clonezilla backups, etc using this feature.
Recently, though, I tried to make a Clonezilla backup and the .iso wouldn't boot. I got an error message saying that it couldn't find the .iso. I checked and the .iso is still there in the same old spot. Testing showed that none of the .isos will boot any more.
I have made no hardware changes nor have I moved any of the .iso files.
I know there have been 2 updates to grub so far this year.
What is the suggested procedure for troubleshooting this problem? Since I didn't (knowingly at least) change anything, I am at a loss as to where to start. I compared the scripts in /etc/grub.d with the ones from a clean install, and I saw only the changes I had made. Did the updates to grub remove this functionality?
boot grub2 iso
boot grub2 iso
asked Feb 15 at 3:49
Organic MarbleOrganic Marble
11.6k63459
11.6k63459
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
As so often happens, after giving up and posting a question, I figured it out.
This part of my question was incorrect: "I have made no hardware changes...."
There was an Android tablet plugged into a USB port, and the UEFI was counting it as the first drive.
This messed up the drive count and my hd0,1 was not what I expected.
Thanks for sharing your solution :-) I think it can help several people in similar situations.
– sudodus
Feb 15 at 11:36
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
});
}
});
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%2f1118395%2fhow-to-diagnose-suddenly-failing-grub-boot-from-iso%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
As so often happens, after giving up and posting a question, I figured it out.
This part of my question was incorrect: "I have made no hardware changes...."
There was an Android tablet plugged into a USB port, and the UEFI was counting it as the first drive.
This messed up the drive count and my hd0,1 was not what I expected.
Thanks for sharing your solution :-) I think it can help several people in similar situations.
– sudodus
Feb 15 at 11:36
add a comment |
As so often happens, after giving up and posting a question, I figured it out.
This part of my question was incorrect: "I have made no hardware changes...."
There was an Android tablet plugged into a USB port, and the UEFI was counting it as the first drive.
This messed up the drive count and my hd0,1 was not what I expected.
Thanks for sharing your solution :-) I think it can help several people in similar situations.
– sudodus
Feb 15 at 11:36
add a comment |
As so often happens, after giving up and posting a question, I figured it out.
This part of my question was incorrect: "I have made no hardware changes...."
There was an Android tablet plugged into a USB port, and the UEFI was counting it as the first drive.
This messed up the drive count and my hd0,1 was not what I expected.
As so often happens, after giving up and posting a question, I figured it out.
This part of my question was incorrect: "I have made no hardware changes...."
There was an Android tablet plugged into a USB port, and the UEFI was counting it as the first drive.
This messed up the drive count and my hd0,1 was not what I expected.
answered Feb 15 at 4:31
Organic MarbleOrganic Marble
11.6k63459
11.6k63459
Thanks for sharing your solution :-) I think it can help several people in similar situations.
– sudodus
Feb 15 at 11:36
add a comment |
Thanks for sharing your solution :-) I think it can help several people in similar situations.
– sudodus
Feb 15 at 11:36
Thanks for sharing your solution :-) I think it can help several people in similar situations.
– sudodus
Feb 15 at 11:36
Thanks for sharing your solution :-) I think it can help several people in similar situations.
– sudodus
Feb 15 at 11:36
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.
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%2f1118395%2fhow-to-diagnose-suddenly-failing-grub-boot-from-iso%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