Discussion:
slackware 15.0 installation hangs
(too old to reply)
K Venken
2023-09-19 08:30:58 UTC
Permalink
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages

ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done

After that everything is frozen. Even the power button or numlock does
not respond.

Unfortunately, there is no other indication.

I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
maus
2023-09-19 09:30:40 UTC
Permalink
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
Faulty installation media, probably. Make sure that everyting is removed
from the installation media before writing to it.
--
***@mail.com
Death to the influencers, hung, drawn and cut up is more than they deserve.
Meantime, back at the Estancia, etc.
K Venken
2023-09-19 10:56:09 UTC
Permalink
Post by maus
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
Faulty installation media, probably. Make sure that everyting is removed
from the installation media before writing to it.
I would say no as I used the same USB to successfully install another
computer. But it is worth to give it a try and first create a new one.
K Venken
2023-09-19 10:56:21 UTC
Permalink
Post by maus
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
Faulty installation media, probably. Make sure that everyting is removed
from the installation media before writing to it.
I would say no as I used the same USB to successfully install another
computer. But it is worth to give it a try and first create a new one.
Marco Moock
2023-09-19 12:21:55 UTC
Permalink
Post by K Venken
I would say no as I used the same USB to successfully install another
computer. But it is worth to give it a try and first create a new one.
Please show your boot options. Are the kernel messages hidden (option
quiet)?
K Venken
2023-09-19 13:44:23 UTC
Permalink
Post by Marco Moock
Post by K Venken
I would say no as I used the same USB to successfully install another
computer. But it is worth to give it a try and first create a new one.
Please show your boot options. Are the kernel messages hidden (option
quiet)?
I recreated the installation medium on another USB withthe same result.

I didn't specify any boot options myself, I just took it as slackware
configured it. It don't get any kernel messages whatsoever, just the two
lines. after that nothing happens.

/boot/efi/elilo.conf contains:

chooser=simple
delay=1
timeout=1
#
image=vmlinuz
label=vmlinuz
initrd=initrd.gz
read-only
append="root=/dev/nvme0n1p6 vga=normal ro"

FWW.:
vmlinuz is a file being 7495840 bytes
initrd.gz is a file being 9586260 bytes


I have the feeling something is wrong with the initrd.gz as this is the
last message. Could a module be missing, like i9-13th gen support?
John Forkosh
2023-09-19 14:10:27 UTC
Permalink
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
I had similar problems after rsync'ing everything from
http://mirrors.kernel.org/slackware/slackware64-current/
and then using ...usb-and-pxe-installers/usbimg2disk.sh
to create a bootable usb install stick. Nothing I tried
with that worked...

...But I accidentally solved the problem by downloading
slackware live from https://download.liveslak.org/
and booting from that. It booted fine, and then its
"Install Slackware" button let me install slackware
without any problem whatsoever. Not exactly what I'd
wanted to do, but at least it worked.

Don't know whether or not it will work for you.
I notice you were booting with elilo. I'd subsequently
guessed my problem was that usbimg2disk.sh had created
a boot stick with elilo expecting a uefi-formatted disk,
whereas I was installing on a plain old fdisk-formatted
mbr-type disk. But I'm not sure whether or not that was
actually the problem. Anyway, if that's what you're
trying to do, then maybe it's more likely we're
experiencing the same problem.
--
John Forkosh ( mailto: ***@f.com where j=john and f=forkosh )
maus
2023-09-19 16:35:38 UTC
Permalink
Post by John Forkosh
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
I had similar problems after rsync'ing everything from
http://mirrors.kernel.org/slackware/slackware64-current/
and then using ...usb-and-pxe-installers/usbimg2disk.sh
to create a bootable usb install stick. Nothing I tried
with that worked...
...But I accidentally solved the problem by downloading
slackware live from https://download.liveslak.org/
and booting from that. It booted fine, and then its
"Install Slackware" button let me install slackware
without any problem whatsoever. Not exactly what I'd
wanted to do, but at least it worked.
Don't know whether or not it will work for you.
I notice you were booting with elilo. I'd subsequently
guessed my problem was that usbimg2disk.sh had created
a boot stick with elilo expecting a uefi-formatted disk,
whereas I was installing on a plain old fdisk-formatted
mbr-type disk. But I'm not sure whether or not that was
actually the problem. Anyway, if that's what you're
trying to do, then maybe it's more likely we're
experiencing the same problem.
I did that once, but it created a system which used a kde-theme.
installing a basesystem like the last official release (15.0?) got me
what I wanted, a systemd free system with basic commands, which is what
I wanted. The mouse is a curse on humanity.
--
***@mail.com
Death to the influencers, hung, drawn and cut up is more than they deserve.
Meantime, back at the Estancia, etc.
John Forkosh
2023-09-19 17:53:56 UTC
Permalink
Post by maus
Post by John Forkosh
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
I had similar problems after rsync'ing everything from
http://mirrors.kernel.org/slackware/slackware64-current/
and then using ...usb-and-pxe-installers/usbimg2disk.sh
to create a bootable usb install stick. Nothing I tried
with that worked...
...But I accidentally solved the problem by downloading
slackware live from https://download.liveslak.org/
and booting from that. It booted fine, and then its
"Install Slackware" button let me install slackware
without any problem whatsoever. Not exactly what I'd
wanted to do, but at least it worked.
Don't know whether or not it will work for you.
I notice you were booting with elilo. I'd subsequently
guessed my problem was that usbimg2disk.sh had created
a boot stick with elilo expecting a uefi-formatted disk,
whereas I was installing on a plain old fdisk-formatted
mbr-type disk. But I'm not sure whether or not that was
actually the problem. Anyway, if that's what you're
trying to do, then maybe it's more likely we're
experiencing the same problem.
I did that once, but it created a system which used a kde-theme.
installing a basesystem like the last official release (15.0?) got me
what I wanted, a systemd free system with basic commands, which is what
I wanted. The mouse is a curse on humanity.
Yeah, it starts up with kde. But that's no problem at all to fix.
cd /etc/X11/xinit/ and change the xinitrc symlink to whatever you
prefer. And edit /etc/inittab to change the default runlevel to 3,
so it doesn't start in X at all. Also, while you're at it, if you
want more than two virtual terminals, uncomment the C3,C4,C5,C6
lines in inittab.
--
John Forkosh ( mailto: ***@f.com where j=john and f=forkosh )
S. One
2023-09-20 06:48:22 UTC
Permalink
Post by John Forkosh
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
I had similar problems after rsync'ing everything from
http://mirrors.kernel.org/slackware/slackware64-current/
and then using ...usb-and-pxe-installers/usbimg2disk.sh
to create a bootable usb install stick. Nothing I tried
with that worked...
...But I accidentally solved the problem by downloading
slackware live from https://download.liveslak.org/
and booting from that. It booted fine, and then its
"Install Slackware" button let me install slackware
without any problem whatsoever. Not exactly what I'd
wanted to do, but at least it worked.
Don't know whether or not it will work for you.
I notice you were booting with elilo. I'd subsequently
guessed my problem was that usbimg2disk.sh had created
a boot stick with elilo expecting a uefi-formatted disk,
whereas I was installing on a plain old fdisk-formatted
mbr-type disk. But I'm not sure whether or not that was
actually the problem. Anyway, if that's what you're
trying to do, then maybe it's more likely we're
experiencing the same problem.
So far I tested now with an older live version I had hanging around. It
started except for X, but at least it started. Installing a life version
is not what I had in mind. I also tried installing another Linux and
everything worked "out of the box". Hardware is fine. So this would
suggest that I (or slackware) am missing something when installing.

With this in mind. It is the first time I install directly on an NVME. I
looked it up, but for NVME you need a recent version and UEFI must be
supported. lilo will not work. elilo should. or grub, but I am
preferring not to go there. I have to take a look if I can add a regular
disk to the system and install directly on that one. If that would work,
it more precisely points to the handling on NVME during boot in slackware.
John Forkosh
2023-09-20 08:05:30 UTC
Permalink
Post by S. One
Post by John Forkosh
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
I had similar problems after rsync'ing everything from
http://mirrors.kernel.org/slackware/slackware64-current/
and then using ...usb-and-pxe-installers/usbimg2disk.sh
to create a bootable usb install stick. Nothing I tried
with that worked...
...But I accidentally solved the problem by downloading
slackware live from https://download.liveslak.org/
and booting from that. It booted fine, and then its
"Install Slackware" button let me install slackware
without any problem whatsoever. Not exactly what I'd
wanted to do, but at least it worked.
Don't know whether or not it will work for you.
I notice you were booting with elilo. I'd subsequently
guessed my problem was that usbimg2disk.sh had created
a boot stick with elilo expecting a uefi-formatted disk,
whereas I was installing on a plain old fdisk-formatted
mbr-type disk. But I'm not sure whether or not that was
actually the problem. Anyway, if that's what you're
trying to do, then maybe it's more likely we're
experiencing the same problem.
So far I tested now with an older live version I had hanging around. It
started except for X, but at least it started. Installing a life version
is not what I had in mind. I also tried installing another Linux and
everything worked "out of the box".
That happened with me, too. After trying and trying, I gave up on
installing slackware, and just for the heck of it tried ubuntu.
Bingo! That installed right away. So then I googled around for
a more slackware-like distro and found salix. On the salix page
I noticed they have a "live" version, and I then recalled there's
also a slack-live. And that's how I stumbled onto the solution
that worked for me...
Post by S. One
Hardware is fine. So this would suggest that I (or slackware)
am missing something when installing.
...So I wouldn't be too sure you're "missing something".
But, like I said, I'm not really sure what's going on.
I've been installing slackware since 1994, originally
from floppies, and never had this kind of problem before.
Post by S. One
With this in mind. It is the first time I install directly on an NVME. I
looked it up, but for NVME you need a recent version and UEFI must be
supported. lilo will not work. elilo should. or grub, but I am
preferring not to go there. I have to take a look if I can add a regular
disk to the system and install directly on that one. If that would work,
it more precisely points to the handling on NVME during boot in slackware.
Thanks for the additional info. I wasn't aware of that.
--
John Forkosh ( mailto: ***@f.com where j=john and f=forkosh )
bad sector
2023-09-20 11:21:23 UTC
Permalink
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz...  done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
(using grub) in my experience whenever push came to shove
and even manual commands failed I just booted with the
SuperGrub frisby and (thus far) it always booted what was
bootable. Can't say if it works with LiLo tho, maybe some
other body has tried it.

https://www.supergrubdisk.org/
--
Wednesdays are Slackware days: Slackware 15.0,Kernel=5.15.117
on x86_64,DM=Unknown,DE=XFCE,ST=tty,grub2, GPT, BIOS-boot
Loading Image... Loading Image...
K. Venken
2023-09-23 09:27:03 UTC
Permalink
Post by bad sector
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer
with an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run
fine until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz...  done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
(using grub) in my experience whenever push came to shove
and even manual commands failed I just booted with the
SuperGrub frisby and (thus far) it always booted what was
bootable. Can't say if it works with LiLo tho, maybe some
other body has tried it.
https://www.supergrubdisk.org/
For fixing boot and partition problems I have been using ultimatebootcd
(https://www.ultimatebootcd.com/) and knoppix
(https://www.knopper.net/knoppix/index-en.html) in the past. Today I am
relying more on the slackware installation medium itself but it lacks a
few tools for repairing - so I still need some live version. With
current hard disk sizes I even tried to install a 2nd slackware on a
small repair partition but when you destroy your partition it won't help
and you still need sometimes a live version.

Henrik Carlqvist
2023-09-21 06:08:18 UTC
Permalink
Post by K Venken
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
The quick and easy thing to test would be to try if it boots with a huge
kernel without any initrd.gz. If that doesn't help, it could be that
elilo does not cut the mustard with your specific UEFI chipset. If so,
you will need to configure grub or some other boot loader instead.

There are some recent UEFI chipsets that doesn't work with lilo or elilo
and none of those boot loaders are no longer maintained. For that reason,
in Slackware current (which one day probably will become Slackware 15.1
or Slackware 16.0) lilo and elilo as default boot loaders has been
replaced by grub.

At https://www.linuxquestions.org/questions/slackware-14/how-to-install-
slackware-on-hp-laptops-envy-and-possibly-others-4175728654/ there is a
description on how to configure grub at a new install.

If you, like me, find grub a bit awkward, there are also other boot
loaders like syslinux/extlinux or limine. I have successfully used
syslinux to boot Slackware on uefi systems with ext4 file systems,
however I then used a newer version of syslinux than the one included in
Slackware. Also syslinux has not been updated for many years, I can't say
for sure if it works with those problematic chipsets. Limine is a boot
loader that is still maintained and is available as a slackbuild at
https://slackbuilds.org/repository/15.0/system/limine/?search=limine

regards Henrik
Jim Diamond
2023-09-21 16:12:21 UTC
Permalink
Post by Henrik Carlqvist
Post by K Venken
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
The quick and easy thing to test would be to try if it boots with a huge
kernel without any initrd.gz. If that doesn't help, it could be that
elilo does not cut the mustard with your specific UEFI chipset. If so,
you will need to configure grub or some other boot loader instead.
There are some recent UEFI chipsets that doesn't work with lilo or elilo
and none of those boot loaders are no longer maintained. For that reason,
in Slackware current (which one day probably will become Slackware 15.1
or Slackware 16.0) lilo and elilo as default boot loaders has been
replaced by grub.
At https://www.linuxquestions.org/questions/slackware-14/how-to-install-
slackware-on-hp-laptops-envy-and-possibly-others-4175728654/ there is a
description on how to configure grub at a new install.
If you, like me, find grub a bit awkward, there are also other boot
loaders like syslinux/extlinux or limine.
<snip>

Also consider refind, which is what I have been using on UEFI computers
since the first time I got one.

There is a bit of a learning curve to it, but that is probably also the
case for every other boot loader you might consider.

Jim
K. Venken
2023-09-21 17:48:55 UTC
Permalink
Post by Jim Diamond
Post by Henrik Carlqvist
Post by K Venken
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
The quick and easy thing to test would be to try if it boots with a huge
kernel without any initrd.gz. If that doesn't help, it could be that
elilo does not cut the mustard with your specific UEFI chipset. If so,
you will need to configure grub or some other boot loader instead.
There are some recent UEFI chipsets that doesn't work with lilo or elilo
and none of those boot loaders are no longer maintained. For that reason,
in Slackware current (which one day probably will become Slackware 15.1
or Slackware 16.0) lilo and elilo as default boot loaders has been
replaced by grub.
At https://www.linuxquestions.org/questions/slackware-14/how-to-install-
slackware-on-hp-laptops-envy-and-possibly-others-4175728654/ there is a
description on how to configure grub at a new install.
If you, like me, find grub a bit awkward, there are also other boot
loaders like syslinux/extlinux or limine.
<snip>
Also consider refind, which is what I have been using on UEFI computers
since the first time I got one.
There is a bit of a learning curve to it, but that is probably also the
case for every other boot loader you might consider.
Jim
Indeed. I have seen problems with lilo and even grub. I was always
fascinated by the fact that the installation media (using syslinux if I
remember) always seemed to have less problems booting then the final
installed linux. I have seen this with different linux versions and it
was one of the reasons I ended up with slackware (then 13.37). It always
went smooth and as far as I could see, this was because it didn't assume
anything about graphics (see my other post). Personally I would like to
stick to what slackware offers out of the box. But there may be edge
cases for now. The UEFI, NVME case needs some attention to get a better
understanding. I have so far a working system, but several questions
still remain.
K. Venken
2023-09-23 09:15:24 UTC
Permalink
Post by Jim Diamond
Post by Henrik Carlqvist
Post by K Venken
Loading kernel vmlinuz... done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
The quick and easy thing to test would be to try if it boots with a huge
kernel without any initrd.gz. If that doesn't help, it could be that
elilo does not cut the mustard with your specific UEFI chipset. If so,
you will need to configure grub or some other boot loader instead.
There are some recent UEFI chipsets that doesn't work with lilo or elilo
and none of those boot loaders are no longer maintained. For that reason,
in Slackware current (which one day probably will become Slackware 15.1
or Slackware 16.0) lilo and elilo as default boot loaders has been
replaced by grub.
At https://www.linuxquestions.org/questions/slackware-14/how-to-install-
slackware-on-hp-laptops-envy-and-possibly-others-4175728654/ there is a
description on how to configure grub at a new install.
If you, like me, find grub a bit awkward, there are also other boot
loaders like syslinux/extlinux or limine.
<snip>
Also consider refind, which is what I have been using on UEFI computers
since the first time I got one.
There is a bit of a learning curve to it, but that is probably also the
case for every other boot loader you might consider.
Jim
Thanks for the tip. I always avoided dual boot systems so the simplicity
of lilo and later elilo were what I needed. In the end it just needed to
find the OS and start it. (Actually, loadlin was even more fun)

I started delving into GRUB and REFIND. I found this as comparison:

"REFInd is really good with automatically with finding your operating
systems, leaving all that manual configuration as totally optional."

(from: https://www.slant.co/versus/8093/13256/~grub2_vs_refind)

The grub manual is like 200 pages (printed in pdf, not too small font)
which looks like overkill for what I need. So it is still not my
preference. Of course, if slackware makes it as easy as it did with lilo
(elilo) I can live with it.
K Venken
2023-09-21 13:26:15 UTC
Permalink
Post by K Venken
I have been trying to install slackware 15.0 on a new Dell computer with
an i9-13900K CPU and a 1 TB nvme as disk. Everything seems to run fine
until the point that the system reboots. It hangs with the messages
ELILO v13.6 for EFI/x86_64
.
Loading kernel vmlinuz...  done
Loading file initrd.gz...done
After that everything is frozen. Even the power button or numlock does
not respond.
Unfortunately, there is no other indication.
I have also tried to boot from the installation USB and tried to start
the installed slackware on the hardisk but it hangs at the same
location. So it seems that there is something missing from the
installation. What could have gone wrong?
Finally I see some light - literally.

I went out to get a regular disk, added it, disabled the NVME in the
BIOS (or should I better say UEFI) and redid the slackware 15
installation. Guess what everything exactly the same. Nothing shown
after the two messages. Question: is it not NVME related?

BUT

I now noted that that the disk led was flashing as if it was booting
normally, which puzzled me. So I installed Debian 12.1. Guess what. The
first time ever I saw a single message. It was from nouveau: 'unknown
chipset' and then everything hangs. This made me thinking. I had the the
latest Nvidia RTX4090 and there might be a problem with this card and
slackware drivers?

So I went for another option. I booted with the slackware installation
USB. Created a regular user entry and password (with the slackware
installation disk) and after rebooting -still no lights- I tried to
login remotely. Yeahp! All normal! Next I installed nouveau-blacklist
from /extra and the NVidia drivers from SBO (still remotely). After
that, crossed my fingers and rebooted. Who knows.

Still no lights nothing after the two messages. But after logging in
remotely and setting init 4, after a while I saw KDM login screen.
Finally some light. So far, the console stays blank, but once in
graphics, things work normally.

NEXT

I need to redo this on the NVME disk to check if the installation works
as well with this configuration.

Conclusion: Console mode does not come up when using this configuration
- perhaps none of the NVIDIA? RTX? version boards with nouveau driver.
Petri Kaukasoina
2023-09-22 12:12:27 UTC
Permalink
from nouveau: 'unknown chipset' and then everything hangs.
the latest Nvidia RTX4090 and there might be a problem with this card and
slackware drivers?
Conclusion: Console mode does not come up when using this configuration
- perhaps none of the NVIDIA? RTX? version boards with nouveau driver.
A similar problem with RTX 4050 was solved by installing Slackware -current:

https://www.linuxquestions.org/questions/slackware-installation-40/slack-15-new-install-fail-likeslak-fails-to-startx-4175728919/
K Venken
2023-09-22 12:42:18 UTC
Permalink
Post by Petri Kaukasoina
from nouveau: 'unknown chipset' and then everything hangs.
the latest Nvidia RTX4090 and there might be a problem with this card and
slackware drivers?
Conclusion: Console mode does not come up when using this configuration
- perhaps none of the NVIDIA? RTX? version boards with nouveau driver.
https://www.linuxquestions.org/questions/slackware-installation-40/slack-15-new-install-fail-likeslak-fails-to-startx-4175728919/
Indeed, this seems to be the same problem. Good to know that the next
version of slackware fixes this.
maus
2023-09-22 14:18:28 UTC
Permalink
Post by K Venken
Post by Petri Kaukasoina
from nouveau: 'unknown chipset' and then everything hangs.
the latest Nvidia RTX4090 and there might be a problem with this card and
slackware drivers?
Conclusion: Console mode does not come up when using this configuration
- perhaps none of the NVIDIA? RTX? version boards with nouveau driver.
https://www.linuxquestions.org/questions/slackware-installation-40/slack-15-new-install-fail-likeslak-fails-to-startx-4175728919/
Indeed, this seems to be the same problem. Good to know that the next
version of slackware fixes this.
Next version?. Tell us more.
--
***@mail.com
Death to the influencers, hung, drawn and cut up is more than they deserve.
Meantime, back at the Estancia, etc.
K. Venken
2023-09-23 08:59:40 UTC
Permalink
Post by maus
Post by K Venken
Post by Petri Kaukasoina
from nouveau: 'unknown chipset' and then everything hangs.
the latest Nvidia RTX4090 and there might be a problem with this card and
slackware drivers?
Conclusion: Console mode does not come up when using this configuration
- perhaps none of the NVIDIA? RTX? version boards with nouveau driver.
https://www.linuxquestions.org/questions/slackware-installation-40/slack-15-new-install-fail-likeslak-fails-to-startx-4175728919/
Indeed, this seems to be the same problem. Good to know that the next
version of slackware fixes this.
Next version?. Tell us more.
Deduction, if it is fixed in current it ends up in the next version, but
only P. knows when.
Loading...