John Forkosh
2023-07-09 04:17:26 UTC
I'm having precisely the same problem described at
https://www.linuxquestions.org/questions/slackware-installation-40/howto-prevent-installation-hangs-on-recent-hardware-4175671086/
but am having a bit of trouble understanding the suggested solution.
Firstly, I already create a bootable slackware install usb stick
with the usual
./usbimg2disk.sh -f -s /path/to/slackware64-current -o /dev/sdX
as per their step 1. As for mounting that stick as per their step 2,
I'm seeing three partitions on that /dev/sdX, with EFI/ and boot/
directories on /dev/sdX2, and the slackware install stuff apparently
on /dev/sdX3.
But then their step4,
Copy recursively (USBSLACKINS)/slackware64-current/EFI to (USBSLACKINS)/
is making no sense to me. Firstly, the source starts with (USBSLACKINS)/,
which says to me you're copying from another EFI directory already on
the usb stick, presumably from /dev/sdX3/???/EFI/ back to /dev/sdX2/EFI/.
But I'm not seeing any such EFI/ on /dev/sdX3.
So I'd guess they really meant slackware64-current/EFI without that
leading (USBSLACKINS)/, i.e., the EFI/ originally downloaded from
http://mirrors.kernel.org/slackware/slackware64-current/
Okay, but that EFI/BOOT/ contains.....
1187840 Jun 15 2021 bootx64.efi
78 Sep 23 2013 grub-embedded.cfg
893 Apr 17 2018 grub.cfg
12079904 Jul 5 16:30 huge.s
45914424 Jul 5 16:59 initrd.img
2504 Jul 5 2019 make-grub.sh
10722 Sep 21 2013 osdetect.cfg
1273 Aug 12 2013 tools.cfg
whereas my usb stick's EFI/BOOT/ contains.....
1024 Jul 7 00:09 Africa
1024 Jul 7 00:09 America
1024 Jul 7 00:09 Asia
1024 Jul 7 00:09 Atlantic
1024 Jul 7 00:09 Australia
1024 Jul 7 00:09 Etc
1024 Jul 7 00:09 Europe
1024 Jul 7 00:09 Pacific
0 Jul 7 00:09 SLACKWARELIVE
1024 Jul 7 00:09 US
1273856 Jul 7 00:09 bootx64.efi
61 Jul 7 00:09 grub-embedded.cfg
1964 Jul 7 00:09 grub.cfg
233 Jul 7 00:09 grub_sbat.csv
5549 Jul 6 22:28 help.txt
2954 Jul 7 00:09 kbd.cfg
2544 Jul 7 00:09 lang.cfg
3581 Jul 6 22:28 make-grub.sh
1024 Jul 7 00:09 theme
4499 Jul 7 00:09 tz.cfg
So I'm a bit skeptical about replacing it as per the instructions.
Likewise, as per step 5, the grub.cfg file currently on the usb stick
is vastly different than the one from slackware64-current.
So I'm getting more skeptical all the time.
Is anybody else here (reading this) experiencing this same problem
trying to install slackware from the usb boot sick created with
usbimg2disk.sh? And then, what's the right solution (and when will
P.V. hopefully fix it in the distribution)? And by the way, for
the time being I just created a slacklive usb stick, which booted up
fine, and then clicked the "Install Slackware" button in the
upper-left corner of its kde screen.
https://www.linuxquestions.org/questions/slackware-installation-40/howto-prevent-installation-hangs-on-recent-hardware-4175671086/
but am having a bit of trouble understanding the suggested solution.
Firstly, I already create a bootable slackware install usb stick
with the usual
./usbimg2disk.sh -f -s /path/to/slackware64-current -o /dev/sdX
as per their step 1. As for mounting that stick as per their step 2,
I'm seeing three partitions on that /dev/sdX, with EFI/ and boot/
directories on /dev/sdX2, and the slackware install stuff apparently
on /dev/sdX3.
But then their step4,
Copy recursively (USBSLACKINS)/slackware64-current/EFI to (USBSLACKINS)/
is making no sense to me. Firstly, the source starts with (USBSLACKINS)/,
which says to me you're copying from another EFI directory already on
the usb stick, presumably from /dev/sdX3/???/EFI/ back to /dev/sdX2/EFI/.
But I'm not seeing any such EFI/ on /dev/sdX3.
So I'd guess they really meant slackware64-current/EFI without that
leading (USBSLACKINS)/, i.e., the EFI/ originally downloaded from
http://mirrors.kernel.org/slackware/slackware64-current/
Okay, but that EFI/BOOT/ contains.....
1187840 Jun 15 2021 bootx64.efi
78 Sep 23 2013 grub-embedded.cfg
893 Apr 17 2018 grub.cfg
12079904 Jul 5 16:30 huge.s
45914424 Jul 5 16:59 initrd.img
2504 Jul 5 2019 make-grub.sh
10722 Sep 21 2013 osdetect.cfg
1273 Aug 12 2013 tools.cfg
whereas my usb stick's EFI/BOOT/ contains.....
1024 Jul 7 00:09 Africa
1024 Jul 7 00:09 America
1024 Jul 7 00:09 Asia
1024 Jul 7 00:09 Atlantic
1024 Jul 7 00:09 Australia
1024 Jul 7 00:09 Etc
1024 Jul 7 00:09 Europe
1024 Jul 7 00:09 Pacific
0 Jul 7 00:09 SLACKWARELIVE
1024 Jul 7 00:09 US
1273856 Jul 7 00:09 bootx64.efi
61 Jul 7 00:09 grub-embedded.cfg
1964 Jul 7 00:09 grub.cfg
233 Jul 7 00:09 grub_sbat.csv
5549 Jul 6 22:28 help.txt
2954 Jul 7 00:09 kbd.cfg
2544 Jul 7 00:09 lang.cfg
3581 Jul 6 22:28 make-grub.sh
1024 Jul 7 00:09 theme
4499 Jul 7 00:09 tz.cfg
So I'm a bit skeptical about replacing it as per the instructions.
Likewise, as per step 5, the grub.cfg file currently on the usb stick
is vastly different than the one from slackware64-current.
So I'm getting more skeptical all the time.
Is anybody else here (reading this) experiencing this same problem
trying to install slackware from the usb boot sick created with
usbimg2disk.sh? And then, what's the right solution (and when will
P.V. hopefully fix it in the distribution)? And by the way, for
the time being I just created a slacklive usb stick, which booted up
fine, and then clicked the "Install Slackware" button in the
upper-left corner of its kde screen.
--
John Forkosh ( mailto: ***@f.com where j=john and f=forkosh )
John Forkosh ( mailto: ***@f.com where j=john and f=forkosh )