Fedora 28 install failure
My goal is to install Fedora 28.1.1, on a second Intel S1200SPLR server (after the first was proved to have a hardware problem) with a Xeon E3-1275 v5 CPU, 16GB of 2133 Unbuffered ECC DDR4, the onboard Intel P530 integrated HD Graphics, and a 480GB SSD, all components approved by the server board manufacturer. There are no other cards in the system.
I am using the directly connected monitor on the only VGA port (back panel) and have specified that in the BIOS/Settings; IPMI is not available to me. I am not familiar with dracut.
First, I tested with Ubuntu 18.04.1 LTS, which installed AOK from its checksummed LiveUSB. There was no lag.
Next, I tried Fedora Server 28.1.1, from a LiveUSB generated by the Fedora LiveUSB Writer. The terminal window went blank shortly after booting from its checksummed LiveUSB. I got the same result with Fedora Workstation 29.1.2. I repeated the attempts with an ISO written onto different flash drives with Rufus.
Pressing e in GRUB2 to replace quiet with nomodeset did not help. Neither did adding inst.text, vga=790, or vga=793 (ref. http://blog.fpmurphy.com/2009/09/project-plymouth.html). Every time, Server 28 stalled at fb: switching to mgag200drmfb from EFI VGA.
Then, to try to get some information about what's happening, I tried Fedora Spin Workstation 29.1.2 with Cinnamon, having remembered something about GNOME problems. It installs, but Cinnamon repeatedly crashes every minute, both in LiveUSB mode and after installation and reboot. Cinnamon reports it is rendering in software mode.
The 28.1.1 Xfce Spin (which uses lightdm) installs and runs OK, which does suggest something in GNOME is trouble.
I opened a terminal, and copied dmesg from the Fedora 29.1.2 Workstation Cinnamon install for your review. The results of lspci-k can be seen here, and I am baffled as to why there's a Matrox video adapter as well as the Intel video adapter, for there are no add-in cards in the server.
I have also, as per https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/blacklisting_a_module, created /etc/modprobe.d/blacklist.conf which contains one line
blacklist mgag200
and rebooted, but lspci -k still shows the Matrox in use.
I also edited /etc/default/grub to remove quiet rhgb (the call to Red Hat Graphical Boot) and replaced that with inst.text then ran grub2-mkconfig -o /boot/grub2/grub.cfg and rebooted. When I did, I opened up grub with e and found its next to last line read
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap rhgb quiet"
I changed that to
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap inst.text"
but the problem persisted.
-
Again, my objective is to install Fedora 28.1.1 Server, and the Workstation installs are just an attempt to gather information for troubleshooting.
fedora system-installation intel intel-graphics matrox
|
show 2 more comments
My goal is to install Fedora 28.1.1, on a second Intel S1200SPLR server (after the first was proved to have a hardware problem) with a Xeon E3-1275 v5 CPU, 16GB of 2133 Unbuffered ECC DDR4, the onboard Intel P530 integrated HD Graphics, and a 480GB SSD, all components approved by the server board manufacturer. There are no other cards in the system.
I am using the directly connected monitor on the only VGA port (back panel) and have specified that in the BIOS/Settings; IPMI is not available to me. I am not familiar with dracut.
First, I tested with Ubuntu 18.04.1 LTS, which installed AOK from its checksummed LiveUSB. There was no lag.
Next, I tried Fedora Server 28.1.1, from a LiveUSB generated by the Fedora LiveUSB Writer. The terminal window went blank shortly after booting from its checksummed LiveUSB. I got the same result with Fedora Workstation 29.1.2. I repeated the attempts with an ISO written onto different flash drives with Rufus.
Pressing e in GRUB2 to replace quiet with nomodeset did not help. Neither did adding inst.text, vga=790, or vga=793 (ref. http://blog.fpmurphy.com/2009/09/project-plymouth.html). Every time, Server 28 stalled at fb: switching to mgag200drmfb from EFI VGA.
Then, to try to get some information about what's happening, I tried Fedora Spin Workstation 29.1.2 with Cinnamon, having remembered something about GNOME problems. It installs, but Cinnamon repeatedly crashes every minute, both in LiveUSB mode and after installation and reboot. Cinnamon reports it is rendering in software mode.
The 28.1.1 Xfce Spin (which uses lightdm) installs and runs OK, which does suggest something in GNOME is trouble.
I opened a terminal, and copied dmesg from the Fedora 29.1.2 Workstation Cinnamon install for your review. The results of lspci-k can be seen here, and I am baffled as to why there's a Matrox video adapter as well as the Intel video adapter, for there are no add-in cards in the server.
I have also, as per https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/blacklisting_a_module, created /etc/modprobe.d/blacklist.conf which contains one line
blacklist mgag200
and rebooted, but lspci -k still shows the Matrox in use.
I also edited /etc/default/grub to remove quiet rhgb (the call to Red Hat Graphical Boot) and replaced that with inst.text then ran grub2-mkconfig -o /boot/grub2/grub.cfg and rebooted. When I did, I opened up grub with e and found its next to last line read
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap rhgb quiet"
I changed that to
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap inst.text"
but the problem persisted.
-
Again, my objective is to install Fedora 28.1.1 Server, and the Workstation installs are just an attempt to gather information for troubleshooting.
fedora system-installation intel intel-graphics matrox
1
Are you using the IPMI virtual console, or are you using a directly connected monitor?
– Michael Hampton
yesterday
1
Check your BIOS settings, then, for VGA port output.
– Michael Hampton
7 hours ago
1
From which graphics card?
– Michael Hampton
6 hours ago
1
Other than the Matrox card, of course.
– Michael Hampton
6 hours ago
1
No, there are two. The onboard Matrox graphics, and the graphics in the Intel processor.
– Michael Hampton
6 hours ago
|
show 2 more comments
My goal is to install Fedora 28.1.1, on a second Intel S1200SPLR server (after the first was proved to have a hardware problem) with a Xeon E3-1275 v5 CPU, 16GB of 2133 Unbuffered ECC DDR4, the onboard Intel P530 integrated HD Graphics, and a 480GB SSD, all components approved by the server board manufacturer. There are no other cards in the system.
I am using the directly connected monitor on the only VGA port (back panel) and have specified that in the BIOS/Settings; IPMI is not available to me. I am not familiar with dracut.
First, I tested with Ubuntu 18.04.1 LTS, which installed AOK from its checksummed LiveUSB. There was no lag.
Next, I tried Fedora Server 28.1.1, from a LiveUSB generated by the Fedora LiveUSB Writer. The terminal window went blank shortly after booting from its checksummed LiveUSB. I got the same result with Fedora Workstation 29.1.2. I repeated the attempts with an ISO written onto different flash drives with Rufus.
Pressing e in GRUB2 to replace quiet with nomodeset did not help. Neither did adding inst.text, vga=790, or vga=793 (ref. http://blog.fpmurphy.com/2009/09/project-plymouth.html). Every time, Server 28 stalled at fb: switching to mgag200drmfb from EFI VGA.
Then, to try to get some information about what's happening, I tried Fedora Spin Workstation 29.1.2 with Cinnamon, having remembered something about GNOME problems. It installs, but Cinnamon repeatedly crashes every minute, both in LiveUSB mode and after installation and reboot. Cinnamon reports it is rendering in software mode.
The 28.1.1 Xfce Spin (which uses lightdm) installs and runs OK, which does suggest something in GNOME is trouble.
I opened a terminal, and copied dmesg from the Fedora 29.1.2 Workstation Cinnamon install for your review. The results of lspci-k can be seen here, and I am baffled as to why there's a Matrox video adapter as well as the Intel video adapter, for there are no add-in cards in the server.
I have also, as per https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/blacklisting_a_module, created /etc/modprobe.d/blacklist.conf which contains one line
blacklist mgag200
and rebooted, but lspci -k still shows the Matrox in use.
I also edited /etc/default/grub to remove quiet rhgb (the call to Red Hat Graphical Boot) and replaced that with inst.text then ran grub2-mkconfig -o /boot/grub2/grub.cfg and rebooted. When I did, I opened up grub with e and found its next to last line read
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap rhgb quiet"
I changed that to
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap inst.text"
but the problem persisted.
-
Again, my objective is to install Fedora 28.1.1 Server, and the Workstation installs are just an attempt to gather information for troubleshooting.
fedora system-installation intel intel-graphics matrox
My goal is to install Fedora 28.1.1, on a second Intel S1200SPLR server (after the first was proved to have a hardware problem) with a Xeon E3-1275 v5 CPU, 16GB of 2133 Unbuffered ECC DDR4, the onboard Intel P530 integrated HD Graphics, and a 480GB SSD, all components approved by the server board manufacturer. There are no other cards in the system.
I am using the directly connected monitor on the only VGA port (back panel) and have specified that in the BIOS/Settings; IPMI is not available to me. I am not familiar with dracut.
First, I tested with Ubuntu 18.04.1 LTS, which installed AOK from its checksummed LiveUSB. There was no lag.
Next, I tried Fedora Server 28.1.1, from a LiveUSB generated by the Fedora LiveUSB Writer. The terminal window went blank shortly after booting from its checksummed LiveUSB. I got the same result with Fedora Workstation 29.1.2. I repeated the attempts with an ISO written onto different flash drives with Rufus.
Pressing e in GRUB2 to replace quiet with nomodeset did not help. Neither did adding inst.text, vga=790, or vga=793 (ref. http://blog.fpmurphy.com/2009/09/project-plymouth.html). Every time, Server 28 stalled at fb: switching to mgag200drmfb from EFI VGA.
Then, to try to get some information about what's happening, I tried Fedora Spin Workstation 29.1.2 with Cinnamon, having remembered something about GNOME problems. It installs, but Cinnamon repeatedly crashes every minute, both in LiveUSB mode and after installation and reboot. Cinnamon reports it is rendering in software mode.
The 28.1.1 Xfce Spin (which uses lightdm) installs and runs OK, which does suggest something in GNOME is trouble.
I opened a terminal, and copied dmesg from the Fedora 29.1.2 Workstation Cinnamon install for your review. The results of lspci-k can be seen here, and I am baffled as to why there's a Matrox video adapter as well as the Intel video adapter, for there are no add-in cards in the server.
I have also, as per https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/blacklisting_a_module, created /etc/modprobe.d/blacklist.conf which contains one line
blacklist mgag200
and rebooted, but lspci -k still shows the Matrox in use.
I also edited /etc/default/grub to remove quiet rhgb (the call to Red Hat Graphical Boot) and replaced that with inst.text then ran grub2-mkconfig -o /boot/grub2/grub.cfg and rebooted. When I did, I opened up grub with e and found its next to last line read
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap rhgb quiet"
I changed that to
GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv-fedora/root rd.lvm.lv=fedora/swap inst.text"
but the problem persisted.
-
Again, my objective is to install Fedora 28.1.1 Server, and the Workstation installs are just an attempt to gather information for troubleshooting.
fedora system-installation intel intel-graphics matrox
fedora system-installation intel intel-graphics matrox
edited 2 hours ago
K7AAY
asked yesterday
K7AAYK7AAY
442419
442419
1
Are you using the IPMI virtual console, or are you using a directly connected monitor?
– Michael Hampton
yesterday
1
Check your BIOS settings, then, for VGA port output.
– Michael Hampton
7 hours ago
1
From which graphics card?
– Michael Hampton
6 hours ago
1
Other than the Matrox card, of course.
– Michael Hampton
6 hours ago
1
No, there are two. The onboard Matrox graphics, and the graphics in the Intel processor.
– Michael Hampton
6 hours ago
|
show 2 more comments
1
Are you using the IPMI virtual console, or are you using a directly connected monitor?
– Michael Hampton
yesterday
1
Check your BIOS settings, then, for VGA port output.
– Michael Hampton
7 hours ago
1
From which graphics card?
– Michael Hampton
6 hours ago
1
Other than the Matrox card, of course.
– Michael Hampton
6 hours ago
1
No, there are two. The onboard Matrox graphics, and the graphics in the Intel processor.
– Michael Hampton
6 hours ago
1
1
Are you using the IPMI virtual console, or are you using a directly connected monitor?
– Michael Hampton
yesterday
Are you using the IPMI virtual console, or are you using a directly connected monitor?
– Michael Hampton
yesterday
1
1
Check your BIOS settings, then, for VGA port output.
– Michael Hampton
7 hours ago
Check your BIOS settings, then, for VGA port output.
– Michael Hampton
7 hours ago
1
1
From which graphics card?
– Michael Hampton
6 hours ago
From which graphics card?
– Michael Hampton
6 hours ago
1
1
Other than the Matrox card, of course.
– Michael Hampton
6 hours ago
Other than the Matrox card, of course.
– Michael Hampton
6 hours ago
1
1
No, there are two. The onboard Matrox graphics, and the graphics in the Intel processor.
– Michael Hampton
6 hours ago
No, there are two. The onboard Matrox graphics, and the graphics in the Intel processor.
– Michael Hampton
6 hours ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
Which VGA port are you connecting to? Front or back? Make sure you are using the front one. (I am used to a different version of that platform, so I am making a few assumptions here.)
Have you used dracut to rebuild your initramfs?
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Also grab the pdf of the manual off intel.com.
– Alan
3 hours ago
Linked in first line of question.
– K7AAY
3 hours ago
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%2f494888%2ffedora-28-install-failure%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
Which VGA port are you connecting to? Front or back? Make sure you are using the front one. (I am used to a different version of that platform, so I am making a few assumptions here.)
Have you used dracut to rebuild your initramfs?
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Also grab the pdf of the manual off intel.com.
– Alan
3 hours ago
Linked in first line of question.
– K7AAY
3 hours ago
add a comment |
Which VGA port are you connecting to? Front or back? Make sure you are using the front one. (I am used to a different version of that platform, so I am making a few assumptions here.)
Have you used dracut to rebuild your initramfs?
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Also grab the pdf of the manual off intel.com.
– Alan
3 hours ago
Linked in first line of question.
– K7AAY
3 hours ago
add a comment |
Which VGA port are you connecting to? Front or back? Make sure you are using the front one. (I am used to a different version of that platform, so I am making a few assumptions here.)
Have you used dracut to rebuild your initramfs?
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Which VGA port are you connecting to? Front or back? Make sure you are using the front one. (I am used to a different version of that platform, so I am making a few assumptions here.)
Have you used dracut to rebuild your initramfs?
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 4 hours ago
AlanAlan
1
1
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Also grab the pdf of the manual off intel.com.
– Alan
3 hours ago
Linked in first line of question.
– K7AAY
3 hours ago
add a comment |
Also grab the pdf of the manual off intel.com.
– Alan
3 hours ago
Linked in first line of question.
– K7AAY
3 hours ago
Also grab the pdf of the manual off intel.com.
– Alan
3 hours ago
Also grab the pdf of the manual off intel.com.
– Alan
3 hours ago
Linked in first line of question.
– K7AAY
3 hours ago
Linked in first line of question.
– K7AAY
3 hours ago
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%2f494888%2ffedora-28-install-failure%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
1
Are you using the IPMI virtual console, or are you using a directly connected monitor?
– Michael Hampton
yesterday
1
Check your BIOS settings, then, for VGA port output.
– Michael Hampton
7 hours ago
1
From which graphics card?
– Michael Hampton
6 hours ago
1
Other than the Matrox card, of course.
– Michael Hampton
6 hours ago
1
No, there are two. The onboard Matrox graphics, and the graphics in the Intel processor.
– Michael Hampton
6 hours ago