I can't seem to get linux installed on this mini computer.
It does not support legacy boot. I tried installing
on the onboard NVMe ssd:no luck booting. Then I tried
just installing from the install usb to a second usb.
That works on a similar Lenovo laptop. No luck with
N150. You tube shows easy installs. Any ideas
of what the problem might be? Thanks.
I can't seem to get linux installed on this mini computer.
It does not support legacy boot. I tried installing
on the onboard NVMe ssd:no luck booting. Then I tried
just installing from the install usb to a second usb.
That works on a similar Lenovo laptop. No luck with
N150. You tube shows easy installs. Any ideas
of what the problem might be?
You have to install en efi bootloader. I recommend GRUB2. Did you
install it?
You can do that in the shell after the install:
grub-install # no disk for UEFI
For one who has lived with Slackware forever, systemd
is a nightmare. You can do sudo su, and run as
root for a while, but there are things that even
root cannot do. To get at these things you have to
disable systemctl, then it is hard to navigate
around the system.
root <NoEMail@home.org> wrote:
For one who has lived with Slackware forever, systemd
is a nightmare. You can do sudo su, and run as
root for a while, but there are things that even
root cannot do. To get at these things you have to
disable systemctl, then it is hard to navigate
around the system.
I was correct, there is no grub in the 15.0 install.
There is grub in the 15.0 live (current) system.
However, the one I got boots into Plasma, and
is at least as bad as the systemd stuff I
have been dealing with. Also, the live is not
persistent, which older versions were.
More bitching about Plasma, finding an xterm took
too long for me. I gave up on shutting down to
a console. Along the way I managed to corrupt
the live system, and I am rewriting the install
USB as I write.
Even more bitching. Why is the persistent option
no longer available? Why is the font of the
help directory so small and blurry that it
cannot be read? Why can't I find a grub.cfg
to change to boot into init 3? What is happening
to Slackware?
I was correct, there is no grub in the 15.0 install.
However, the one I got boots into Plasma, and is at least as bad as
the systemd stuff I have been dealing with.
More bitching about Plasma, finding an xterm took too long for me.
root <NoEMail@home.org> wrote:
Even more bitching. Why is the persistent option
no longer available? Why is the font of the
help directory so small and blurry that it
cannot be read? Why can't I find a grub.cfg
to change to boot into init 3? What is happening
to Slackware?
OK, I got it, when is say sudo su, the password
they ask for is not the root password. Since I
I did not know grub was an option for the install. Let me get
this straight before I go back to the N150:
During the install, when it asks about lilo, I should
decline installing lilo and leave the MBR alone?
root <NoEMail@home.org> wrote:
root <NoEMail@home.org> wrote:
Even more bitching. Why is the persistent option
no longer available? Why is the font of the
help directory so small and blurry that it
cannot be read? Why can't I find a grub.cfg
to change to boot into init 3? What is happening
to Slackware?
OK, I got it, when is say sudo su, the password
they ask for is not the root password. Since I
If your 'help docs' say "sudo su" then they were written by a Ubuntu
user. I.e., someone who learned "Ubuntu" -- not Linux.
No proper Slackware user would ever foolishly suggest 'sudo su'.
On 29.01.2025 10:21 Uhr root wrote:
I did not know grub was an option for the install. Let me get
this straight before I go back to the N150:
During the install, when it asks about lilo, I should
decline installing lilo and leave the MBR alone?
You have to do a regular EFI installation (ESP partition). LILO is no
usable for that. elilo would be.
You can install grub2 in the shell after the installation finished
(don't reboot).
You have to do a regular EFI installation (ESP partition). LILO is no
usable for that. elilo would be.
You can install grub2 in the shell after the installation finished
(don't reboot).
It shouldn't be this much trouble.
I did which grub and which grub2, neither came up. So I exited and rebooted >the system....
Just to make sure about grub, I booted back
up with the install disk. I mounted the installed
system, did the proc/sys/dev thing and chrooted
to the mounted partition. Again I did which
grub and grub2 and neither was found on the
install.
On 29.01.2025 17:04 Uhr Rich wrote:
root <NoEMail@home.org> wrote:
root <NoEMail@home.org> wrote:
Even more bitching. Why is the persistent option
no longer available? Why is the font of the
help directory so small and blurry that it
cannot be read? Why can't I find a grub.cfg
to change to boot into init 3? What is happening
to Slackware?
OK, I got it, when is say sudo su, the password
they ask for is not the root password. Since I
If your 'help docs' say "sudo su" then they were written by a Ubuntu
user. I.e., someone who learned "Ubuntu" -- not Linux.
sudo is a UNIX tool and can be configured in many ways.
It can ask for the user's password if configured to do that (IIRC
default).
No proper Slackware user would ever foolishly suggest 'sudo su'.
Depends. In certain environments with many admins individual passwords
are preferred. If those users should be able to become another one they
might use sudo su in Slackware.
In general I have some UEFI questions and Slackware:
If I can get back to a functioning install USB, must I
partition a bare drive with the proper UEFI partitions
before starting the install, or will the install
automatically go to UEFI.
There is no command 'grub' or 'grub2' (there is no command 'elilo', either). In case of UEFI, you first install the boot loader:
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB --recheck
and then you create the configuration file:
grub-mkconfig -o /boot/grub/grub.cfg
Why not 'sudo -i' ?
You have to use gdisk to create the partitions.
100MB EF00 FAT32 /boot/grub
and one for /, e.g. Type Linux formatted with ext4.
The run setup and mount them with the menu.
I got my install 15.0 iso from an official Slackware mirror. I got
my slackware live from wherever it was offered. In both cases,
the image I got did not have the grub commands. Just to
double check, I just booted the 15.0 install and after loggin
in as root, I did:
which grub-install
After following through on this, I assert that grub is *NOT* on
the slackware 15.0 install iso. Moreover, elilo did not work.
After the install stopped chugging away I was asked about
lilo and I declined. I installed elilo instead. When
the install finished I did not reboot, I did
which grub and which grub2, neither came up.
So I exited and rebooted the system.
Upon boot the elilo stuff came up and delivered
some messages like installing intrd and something
else, but the system just locked up after that.
...
It shouldn't be this much trouble.
Why has systemd taken control to the extent that
(perhaps) only Slackware remains true to the
Unix ideal?
I think the answer is Microsoft influence making linux
as impenetrable as windows.
On 30.01.2025 16:39 Uhr root wrote:
Why has systemd taken control to the extent that
(perhaps) only Slackware remains true to the
Unix ideal?
I think the answer is Microsoft influence making linux
as impenetrable as windows.
This was crafted by RedHat. MS is rather new in the Linux environment.
*BSD also exists. :-)
Marco Moock <mm+usenet-es@dorfdsl.de> wrote:
On 30.01.2025 16:39 Uhr root wrote:
Why has systemd taken control to the extent that
(perhaps) only Slackware remains true to the
Unix ideal?
I think the answer is Microsoft influence making linux
as impenetrable as windows.
This was crafted by RedHat. MS is rather new in the Linux
environment.
*BSD also exists. :-)
The inventor and chief architect behind systemd now works for MS.
It shouldn't be this much trouble.
I agree that it shouldn't be, but I'm inclined to think that perhaps
you simply haven't read enough about how this is supposed to work.
but the N150 secure boot system did not allow the installed
system to boot.
I know I will never buy a system that does not offer legacy boot.
Why has systemd taken control to the extent that
(perhaps) only Slackware remains true to the
Unix ideal?
I think the answer is Microsoft influence making linux
as impenetrable as windows.
On Thu, 30 Jan 2025 16:24:40 +0000, root wrote:
but the N150 secure boot system did not allow the installed
system to boot.
It does not matter which boot loader you choose (elilo, grub, extlinux).
If you are unable to disable secure boot in your BIOS cmos settings it
will probably not allow anything but MS Windows to boot.
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 65 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 00:53:20 |
| Calls: | 862 |
| Files: | 1,311 |
| D/L today: |
10 files (20,373K bytes) |
| Messages: | 264,186 |