Somehow, somewhere the system seems to remember that Ubuntu
and windows were (are) installed. I booted into a live
Slackware and used efibootmgr to try to remove any mention
of them by -b option, but they seem ensconced in the system.
On 05.02.2025 20:14 Uhr root wrote:
Somehow, somewhere the system seems to remember that Ubuntu
and windows were (are) installed. I booted into a live
Slackware and used efibootmgr to try to remove any mention
of them by -b option, but they seem ensconced in the system.
Can you enter the UEFI menu and delete the entries?
root <NoEMail@home.org> wrote:
I got grub installed on the system, and am able to
boot into Slackware. For posterity these are the steps
I followed:
assume p1=efi partition type ef00 p2=boot partition type ef02 p3=target partition ext4
In my case p1 was nvme0n1p1, p2 was mvme0n1p2, and p3 was nvme0n1p3
Steps to follow after install.
1. go into shell
2. cd to where p3 is mounted
3. mount --bind /proc proc;
4. mount --bind /proc/sys sys
5. mount --bind /dev/dev
6. chroot /p3 (where the linux partition is mounted).
7. mount /dev/p1 /boot/efi
8. grub-mkconfig >/boot/grub/grub.cfg
9. grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB --boot-directory=/boot
I had done almost exactly this several times, but
I had always eliminated step 7. If you don't have
step 7 you can get the error message "it doesn't look
like an efi partition to me, and if you merely copy
over the efi partition to /boot/efi you will get
the error message: cannot find the canonical path to
/boot/efi
Some, if not all these steps were given to me in
previous responses from attendees to this group.
I thank you all.
I'n not out of the woods yet. Now I find I can't startx.
GitHub, a while back, reported that someone could not get X to run on
the N150. A person who writes the Intel drivers said it would be in the
next version of the kernel. So I updated my system and I still cannot
start X.
In the xorg log above, note the message vesa: refusing to run on UEFI
Just a quick peek on YouTube for the N150 and this guy suggests kernel 6.12.x is probably necessary.
https://www.youtube.com/watch?v=c8MUCR0u_7A
Slackware-current could work if that's all that was necessary.
Failed to load module "fbdev" (module does not exist, 0)
created a 500M partition 1 with type ef00. I created a 5GB partition 2 with >type ef02.
I am also thinking about simply trying to upgrade to current. I've never >tryied to simply change the mirror and run update/upgrade. If anyone has >tried that let me know.
root <NoEMail@home.org> wrote:
I am also thinking about simply trying to upgrade to current. I've never >>tryied to simply change the mirror and run update/upgrade. If anyone has >>tried that let me know.
I have tested it last summer (2024-07-24) and it worked then this way:
# < change mirror to current in /etc/slackpkg/mirrors >
slackpkg update
slackpkg upgrade slackpkg
slackpkg upgrade aaa_glibc-solibs gnupg
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system
# < handle the .new files >
# < if grub then reinstall grub >
# < take care of initrd, boot loader >
reboot
But for a new install it would be faster to wipe everything and install from scratch using a current ISO.
On Wed, 05 Feb 2025 23:15:14 +0000, root wrote:
Failed to load module "fbdev" (module does not exist, 0)
Does your installed kernel modules match your booted kernel?
ls -al /lib/modules
uname -r
regards Henrik
root <NoEMail@home.org> wrote:
created a 500M partition 1 with type ef00. I created a 5GB partition 2 with >>type ef02.
For what did you create the ef02 GPT partition? I use it for grub booting in BIOS mode, and I have its size of a little less that one MEGAbyte. Booting in EFI mode does not need it and certainly does not need five GIGAbytes.
On Wed, 5 Feb 2025 23:15:14 -0000 (UTC), root wrote:
I'n not out of the woods yet. Now I find I can't startx.
GitHub, a while back, reported that someone could not get X to run on
the N150. A person who writes the Intel drivers said it would be in the
next version of the kernel. So I updated my system and I still cannot
start X.
In the xorg log above, note the message vesa: refusing to run on UEFI
Just a quick peek on YouTube for the N150 and this guy suggests kernel 6.12.x is probably necessary.
https://www.youtube.com/watch?v=c8MUCR0u_7A
Slackware-current could work if that's all that was necessary.
Otherwise you're probably stuck waiting for Slackware 15.1 or attempting something custom.
Alexander Grotewohl <alexm0n@gmail.com> wrote:
Slackware-current could work if that's all that was necessary.
Otherwise you're probably stuck waiting for Slackware 15.1 or attempting
something custom.
I just swtiched to current via changing the mirror, and I am
still running the old 5.15.161 kernel. I did a mkintrd, new grub.cfg
and re-ran grub-install. I'll take a look at grub.cfg to see if
I can figure out why. If I can't I will fall back to installing
current directly from a new stick.
Petri Kaukasoina <kaukasoina3dore73js4@sci.fi> wrote:
root <NoEMail@home.org> wrote:
I am also thinking about simply trying to upgrade to current. I've never >>>tryied to simply change the mirror and run update/upgrade. If anyone has >>>tried that let me know.
I have tested it last summer (2024-07-24) and it worked then this way:
# < change mirror to current in /etc/slackpkg/mirrors >
slackpkg update
slackpkg upgrade slackpkg
slackpkg upgrade aaa_glibc-solibs gnupg
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system
# < handle the .new files >
# < if grub then reinstall grub >
# < take care of initrd, boot loader >
reboot
But for a new install it would be faster to wipe everything and install from >> scratch using a current ISO.
Thanks, I think I will give it a try.
I was blown away by the reluctance of the current version of the gcc compiler:14.2.0. The 15.0 compiler version is 11.2.0 which compiles all
my C programs without a problem.
So I decided to go back to 15.0 and install another kernel alongside
that of 15.0. I pulled down the 6.12.12 kernel from kernel.org. After tweaking around a bit I got grub to load that kernel, and now I can get
X to start.
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 65 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 02:48:21 |
| Calls: | 862 |
| Files: | 1,311 |
| D/L today: |
10 files (20,373K bytes) |
| Messages: | 264,422 |