Booting from CD in CentOS
I am trying to modify the grub boot manager in my CentOS machine so that it can boot from a CD-rom. The method I am most familiar with (and the method that all of my Google searches tell me to do) involve modifying the /etc/grub.d/40_custom
file. Unfortunately, the folder /etc/grub.d
doesn't seem to exist. Creating it and adding the file isn't helping, either. Does CentOS grub do something differently to other systems, or is this something that grub has changed recently? What should I be doing instead?
centos grub
add a comment |
I am trying to modify the grub boot manager in my CentOS machine so that it can boot from a CD-rom. The method I am most familiar with (and the method that all of my Google searches tell me to do) involve modifying the /etc/grub.d/40_custom
file. Unfortunately, the folder /etc/grub.d
doesn't seem to exist. Creating it and adding the file isn't helping, either. Does CentOS grub do something differently to other systems, or is this something that grub has changed recently? What should I be doing instead?
centos grub
@Christopher: The boot manager doesn't give me the option... It simply lists CentOS and no image, even though the image is bootable. I seegrub.conf
, but I've always worked with the scripts ingrub.d
(via e.g. a menuentry command), and can't seem to figure out the syntax used in thegrub.conf
file.
– R_Kapp
Jul 13 '15 at 17:32
The linux operating system (CentOS) does not do the booting. It is your BIOS/EFI that does the booting, and it is there you tell it to boot from "DVD" or whichever disk. Grub happens after the hard drive is already "booted", or once the DVD/CD has "booted" and the GRUB program contained on the DVD is executed.
– ron
Feb 15 at 20:10
Once Grub (grand unified boot loader) is running, it will then load whatever operating system (CentOS, Windows, whatever) it was configured to do.
– ron
Feb 15 at 20:13
add a comment |
I am trying to modify the grub boot manager in my CentOS machine so that it can boot from a CD-rom. The method I am most familiar with (and the method that all of my Google searches tell me to do) involve modifying the /etc/grub.d/40_custom
file. Unfortunately, the folder /etc/grub.d
doesn't seem to exist. Creating it and adding the file isn't helping, either. Does CentOS grub do something differently to other systems, or is this something that grub has changed recently? What should I be doing instead?
centos grub
I am trying to modify the grub boot manager in my CentOS machine so that it can boot from a CD-rom. The method I am most familiar with (and the method that all of my Google searches tell me to do) involve modifying the /etc/grub.d/40_custom
file. Unfortunately, the folder /etc/grub.d
doesn't seem to exist. Creating it and adding the file isn't helping, either. Does CentOS grub do something differently to other systems, or is this something that grub has changed recently? What should I be doing instead?
centos grub
centos grub
asked Jul 13 '15 at 17:10
R_KappR_Kapp
1014
1014
@Christopher: The boot manager doesn't give me the option... It simply lists CentOS and no image, even though the image is bootable. I seegrub.conf
, but I've always worked with the scripts ingrub.d
(via e.g. a menuentry command), and can't seem to figure out the syntax used in thegrub.conf
file.
– R_Kapp
Jul 13 '15 at 17:32
The linux operating system (CentOS) does not do the booting. It is your BIOS/EFI that does the booting, and it is there you tell it to boot from "DVD" or whichever disk. Grub happens after the hard drive is already "booted", or once the DVD/CD has "booted" and the GRUB program contained on the DVD is executed.
– ron
Feb 15 at 20:10
Once Grub (grand unified boot loader) is running, it will then load whatever operating system (CentOS, Windows, whatever) it was configured to do.
– ron
Feb 15 at 20:13
add a comment |
@Christopher: The boot manager doesn't give me the option... It simply lists CentOS and no image, even though the image is bootable. I seegrub.conf
, but I've always worked with the scripts ingrub.d
(via e.g. a menuentry command), and can't seem to figure out the syntax used in thegrub.conf
file.
– R_Kapp
Jul 13 '15 at 17:32
The linux operating system (CentOS) does not do the booting. It is your BIOS/EFI that does the booting, and it is there you tell it to boot from "DVD" or whichever disk. Grub happens after the hard drive is already "booted", or once the DVD/CD has "booted" and the GRUB program contained on the DVD is executed.
– ron
Feb 15 at 20:10
Once Grub (grand unified boot loader) is running, it will then load whatever operating system (CentOS, Windows, whatever) it was configured to do.
– ron
Feb 15 at 20:13
@Christopher: The boot manager doesn't give me the option... It simply lists CentOS and no image, even though the image is bootable. I see
grub.conf
, but I've always worked with the scripts in grub.d
(via e.g. a menuentry command), and can't seem to figure out the syntax used in the grub.conf
file.– R_Kapp
Jul 13 '15 at 17:32
@Christopher: The boot manager doesn't give me the option... It simply lists CentOS and no image, even though the image is bootable. I see
grub.conf
, but I've always worked with the scripts in grub.d
(via e.g. a menuentry command), and can't seem to figure out the syntax used in the grub.conf
file.– R_Kapp
Jul 13 '15 at 17:32
The linux operating system (CentOS) does not do the booting. It is your BIOS/EFI that does the booting, and it is there you tell it to boot from "DVD" or whichever disk. Grub happens after the hard drive is already "booted", or once the DVD/CD has "booted" and the GRUB program contained on the DVD is executed.
– ron
Feb 15 at 20:10
The linux operating system (CentOS) does not do the booting. It is your BIOS/EFI that does the booting, and it is there you tell it to boot from "DVD" or whichever disk. Grub happens after the hard drive is already "booted", or once the DVD/CD has "booted" and the GRUB program contained on the DVD is executed.
– ron
Feb 15 at 20:10
Once Grub (grand unified boot loader) is running, it will then load whatever operating system (CentOS, Windows, whatever) it was configured to do.
– ron
Feb 15 at 20:13
Once Grub (grand unified boot loader) is running, it will then load whatever operating system (CentOS, Windows, whatever) it was configured to do.
– ron
Feb 15 at 20:13
add a comment |
1 Answer
1
active
oldest
votes
Try find.. "find / -name grub"
/boot/grub perhaps is what you are looking for.
I've found/boot/grub
, but I'm not sure what to do exactly when I get there. I seegrub.conf
lists the entries to the boot manager, presumably adding in my iso file there will help, but I have no idea what the syntax should be.
– R_Kapp
Jul 13 '15 at 17:28
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f215735%2fbooting-from-cd-in-centos%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
Try find.. "find / -name grub"
/boot/grub perhaps is what you are looking for.
I've found/boot/grub
, but I'm not sure what to do exactly when I get there. I seegrub.conf
lists the entries to the boot manager, presumably adding in my iso file there will help, but I have no idea what the syntax should be.
– R_Kapp
Jul 13 '15 at 17:28
add a comment |
Try find.. "find / -name grub"
/boot/grub perhaps is what you are looking for.
I've found/boot/grub
, but I'm not sure what to do exactly when I get there. I seegrub.conf
lists the entries to the boot manager, presumably adding in my iso file there will help, but I have no idea what the syntax should be.
– R_Kapp
Jul 13 '15 at 17:28
add a comment |
Try find.. "find / -name grub"
/boot/grub perhaps is what you are looking for.
Try find.. "find / -name grub"
/boot/grub perhaps is what you are looking for.
answered Jul 13 '15 at 17:26
Philip WibergPhilip Wiberg
8115
8115
I've found/boot/grub
, but I'm not sure what to do exactly when I get there. I seegrub.conf
lists the entries to the boot manager, presumably adding in my iso file there will help, but I have no idea what the syntax should be.
– R_Kapp
Jul 13 '15 at 17:28
add a comment |
I've found/boot/grub
, but I'm not sure what to do exactly when I get there. I seegrub.conf
lists the entries to the boot manager, presumably adding in my iso file there will help, but I have no idea what the syntax should be.
– R_Kapp
Jul 13 '15 at 17:28
I've found
/boot/grub
, but I'm not sure what to do exactly when I get there. I see grub.conf
lists the entries to the boot manager, presumably adding in my iso file there will help, but I have no idea what the syntax should be.– R_Kapp
Jul 13 '15 at 17:28
I've found
/boot/grub
, but I'm not sure what to do exactly when I get there. I see grub.conf
lists the entries to the boot manager, presumably adding in my iso file there will help, but I have no idea what the syntax should be.– R_Kapp
Jul 13 '15 at 17:28
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f215735%2fbooting-from-cd-in-centos%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
@Christopher: The boot manager doesn't give me the option... It simply lists CentOS and no image, even though the image is bootable. I see
grub.conf
, but I've always worked with the scripts ingrub.d
(via e.g. a menuentry command), and can't seem to figure out the syntax used in thegrub.conf
file.– R_Kapp
Jul 13 '15 at 17:32
The linux operating system (CentOS) does not do the booting. It is your BIOS/EFI that does the booting, and it is there you tell it to boot from "DVD" or whichever disk. Grub happens after the hard drive is already "booted", or once the DVD/CD has "booted" and the GRUB program contained on the DVD is executed.
– ron
Feb 15 at 20:10
Once Grub (grand unified boot loader) is running, it will then load whatever operating system (CentOS, Windows, whatever) it was configured to do.
– ron
Feb 15 at 20:13