After installing CentOS and rebooting, cannot see new boot entry Announcing the arrival of...
What is the "studentd" process?
Mounting TV on a weird wall that has some material between the drywall and stud
Weaponising the Grasp-at-a-Distance spell
Project Euler #1 in C++
What is the difference between a "ranged attack" and a "ranged weapon attack"?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
Special flights
Is it possible for an event A to be independent from event B, but not the other way around?
Random body shuffle every night—can we still function?
How to change the tick of the color bar legend to black
A term for a woman complaining about things/begging in a cute/childish way
Is it dangerous to install hacking tools on my private linux machine?
A proverb that is used to imply that you have unexpectedly faced a big problem
Rationale for describing kurtosis as "peakedness"?
Would color changing eyes affect vision?
What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
How to ask rejected full-time candidates to apply to teach individual courses?
What would you call this weird metallic apparatus that allows you to lift people?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
Moving a wrapfig vertically to encroach partially on a subsection title
Why is a lens darker than other ones when applying the same settings?
Caught masturbating at work
Why does electrolysis of aqueous concentrated sodium bromide produce bromine at the anode?
After installing CentOS and rebooting, cannot see new boot entry
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questiondual booting centos5.5 and fedoraAfter install Centos 6.3 from USB, it doesn't bootCentOS VPS not starting after installing zPanelWindows boot option is missing after installing CentOS 7, how can I get it back?Rhel 7 not booting upHow to install CentOS 7 to a USB stick using manual partitioningCentOS minor update with previous kernelInstalling Anaconda on Linux Mint without messing up preinstalled Python?Persistent boot order not happening after rescue and reboot from CD-ROM mounted ISO in RHEL 7.4Dual boot option now showing up with windows and centOS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to install CentOS 7.3 bare-metal on a ppc64le machine. After completing the installation process using vncviewer, the last screen says the installation is completed and to reboot the system.
However when the system reboots, there are no boot entries for the disk that I installed CentOS on.
EDIT: This is also happened when installing RHEL 7.2, as they both use Anaconda.
centos rhel powerpc installer-anaconda
add a comment |
I am trying to install CentOS 7.3 bare-metal on a ppc64le machine. After completing the installation process using vncviewer, the last screen says the installation is completed and to reboot the system.
However when the system reboots, there are no boot entries for the disk that I installed CentOS on.
EDIT: This is also happened when installing RHEL 7.2, as they both use Anaconda.
centos rhel powerpc installer-anaconda
add a comment |
I am trying to install CentOS 7.3 bare-metal on a ppc64le machine. After completing the installation process using vncviewer, the last screen says the installation is completed and to reboot the system.
However when the system reboots, there are no boot entries for the disk that I installed CentOS on.
EDIT: This is also happened when installing RHEL 7.2, as they both use Anaconda.
centos rhel powerpc installer-anaconda
I am trying to install CentOS 7.3 bare-metal on a ppc64le machine. After completing the installation process using vncviewer, the last screen says the installation is completed and to reboot the system.
However when the system reboots, there are no boot entries for the disk that I installed CentOS on.
EDIT: This is also happened when installing RHEL 7.2, as they both use Anaconda.
centos rhel powerpc installer-anaconda
centos rhel powerpc installer-anaconda
edited 15 mins ago
0xSheepdog
1,76811025
1,76811025
asked Feb 3 '17 at 3:41
RashmicaRashmica
96119
96119
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I was installing CentOS on to a disk that already had a partition. The installer wanted to install a PReP partition which it couldn't as the first 4GB of the disk were full.
As I didn't need a PReP partition (because the machine has Petitboot) and I didn't want to rearrange my partitions, I pressed the "Do not install boot loader" as this was the only way (that I could find) that didn't require me to have a PReP partition to install CentOS.
Turns out that doing this means that the installer doesn't update the grub.cfg file. As Petitboot looks for this file and it isn't there, it doesn't display the new OS on the boot menu.
One fix is, after installation and before rebooting:
- go to the anaconda shell (press ctl+b then 2)
- run:
chroot /mnt/sysimage
- update grub.cfg:
grub2-mkconfig -o /boot/grub2/grub.cfg
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%2f342165%2fafter-installing-centos-and-rebooting-cannot-see-new-boot-entry%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
I was installing CentOS on to a disk that already had a partition. The installer wanted to install a PReP partition which it couldn't as the first 4GB of the disk were full.
As I didn't need a PReP partition (because the machine has Petitboot) and I didn't want to rearrange my partitions, I pressed the "Do not install boot loader" as this was the only way (that I could find) that didn't require me to have a PReP partition to install CentOS.
Turns out that doing this means that the installer doesn't update the grub.cfg file. As Petitboot looks for this file and it isn't there, it doesn't display the new OS on the boot menu.
One fix is, after installation and before rebooting:
- go to the anaconda shell (press ctl+b then 2)
- run:
chroot /mnt/sysimage
- update grub.cfg:
grub2-mkconfig -o /boot/grub2/grub.cfg
add a comment |
I was installing CentOS on to a disk that already had a partition. The installer wanted to install a PReP partition which it couldn't as the first 4GB of the disk were full.
As I didn't need a PReP partition (because the machine has Petitboot) and I didn't want to rearrange my partitions, I pressed the "Do not install boot loader" as this was the only way (that I could find) that didn't require me to have a PReP partition to install CentOS.
Turns out that doing this means that the installer doesn't update the grub.cfg file. As Petitboot looks for this file and it isn't there, it doesn't display the new OS on the boot menu.
One fix is, after installation and before rebooting:
- go to the anaconda shell (press ctl+b then 2)
- run:
chroot /mnt/sysimage
- update grub.cfg:
grub2-mkconfig -o /boot/grub2/grub.cfg
add a comment |
I was installing CentOS on to a disk that already had a partition. The installer wanted to install a PReP partition which it couldn't as the first 4GB of the disk were full.
As I didn't need a PReP partition (because the machine has Petitboot) and I didn't want to rearrange my partitions, I pressed the "Do not install boot loader" as this was the only way (that I could find) that didn't require me to have a PReP partition to install CentOS.
Turns out that doing this means that the installer doesn't update the grub.cfg file. As Petitboot looks for this file and it isn't there, it doesn't display the new OS on the boot menu.
One fix is, after installation and before rebooting:
- go to the anaconda shell (press ctl+b then 2)
- run:
chroot /mnt/sysimage
- update grub.cfg:
grub2-mkconfig -o /boot/grub2/grub.cfg
I was installing CentOS on to a disk that already had a partition. The installer wanted to install a PReP partition which it couldn't as the first 4GB of the disk were full.
As I didn't need a PReP partition (because the machine has Petitboot) and I didn't want to rearrange my partitions, I pressed the "Do not install boot loader" as this was the only way (that I could find) that didn't require me to have a PReP partition to install CentOS.
Turns out that doing this means that the installer doesn't update the grub.cfg file. As Petitboot looks for this file and it isn't there, it doesn't display the new OS on the boot menu.
One fix is, after installation and before rebooting:
- go to the anaconda shell (press ctl+b then 2)
- run:
chroot /mnt/sysimage
- update grub.cfg:
grub2-mkconfig -o /boot/grub2/grub.cfg
edited Feb 5 '17 at 23:57
answered Feb 3 '17 at 3:41
RashmicaRashmica
96119
96119
add a comment |
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%2f342165%2fafter-installing-centos-and-rebooting-cannot-see-new-boot-entry%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