Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 952 matches

Go to advanced search

Advanced search
Search found 952 matches
  • Page 1 of 39
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 39
  • Next
by mounty1
Sun Apr 13, 2025 9:26 am
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

map command output

BLK0: Alais(s):
PciRoot(0x0)/Pci/(0x4,0x0)
BLK1: Alias(s):
PciRoot(0x0)/Pci/(0x4,0x0)/HD(1,GPT,CAF2DFC5-7494-43A5-99D7-1C412719FC2D,0x800,0x9000)
BLK2: Alias(s):
PciRoot(0x0)/Pci/(0x5,0x0)
BLK3: Alias(s):
PciRoot(0x0)/Pci/(0x5,0x0)/HD(1,MBR,0x3391B633,0x800,0x31FF800)
BLK4: Alias(s):
PciRoot ...
  • Jump to post
by mounty1
Thu Apr 10, 2025 8:15 pm
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

pingtoo wrote:Your post make me think you did not type in the "efibootmgr -c -d /dev/vda -p 1 -L "Gentoo ...", am I understand correct? if so what generate that command?
No; I did compose and type the command myself. I'll come back with answers to your other points soon.
  • Jump to post
by mounty1
Thu Apr 10, 2025 11:58 am
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

F2 does not work with bhyve. It's straight into UEFI.

I haven't tried map because it's pretty obvious what the problem is. The command efibootmgr -c -d /dev/vda -p 1 -L "Gentoo 6.1.1 EFI" -l '\EFI\Gentoo\linuz-6.1.1.efi' -u 'root=UUID=d5d0fe72-73a5-4b6f-ab98-236b80b4098b' inserts the partition UUID ...
  • Jump to post
by mounty1
Wed Apr 09, 2025 7:51 pm
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Do you know which device is "CAF2DFC5-7494-43A5-99D7-1C412719FC2D" is ? It is not show in your OP. ESP partition UUID (Cheroot) livecd / # blkid
/dev/sr0: BLOCK_SIZE="2048" UUID="2025-02-16-17-56-25-00" LABEL="Gentoo-amd64-20250216" TYPE="iso9660" PTTYPE="PMBR"
/dev/vdb1: LABEL="Root" UUID ...
  • Jump to post
by mounty1
Wed Apr 09, 2025 9:21 am
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Boot screen

BdsDxe: failed to load Boot0008 "Gentoo 6.1.1 EFI" from HD(1,GPT,CAF2DFC5-7494-43A5-99D7-1C412719FC2D,0x800,0x9000)/\EFI\Gentoo\linuz-6.1.1.efi: Not found
BdsDxe: failed to load Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x4,0x0): Not Found
BdsDxe: failed to load Boot0002 "UEFI Misc Device 2 ...
  • Jump to post
by mounty1
Tue Apr 08, 2025 8:16 pm
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Code: Select all

64-bit EFI handoff entry point
That has to be significant. Why does my kernel not have that? I ask myself.

[Later] tried a make clean && make -s but my file output is unchanged.
  • Jump to post
by mounty1
Tue Apr 08, 2025 11:48 am
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Re: Kernel not being seen as UEFI stub (I think)

Does this(boot PXE) mean you don't have a way to choose which entry to boot? Yes, it does. I do not have a choice, such as a menu of possible boot options. Normally I'd expect to have to press a key (e.g., on my Thinkpad laptops it's F12) to get a menu.
EFI will skip/ignore entries when it is not ...
  • Jump to post
by mounty1
Tue Apr 08, 2025 11:45 am
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Code: Select all

# file /mnt/boot/EFI/Gentoo/linuz-6.1.1.efi 
/mnt/boot/EFI/Gentoo/linuz-6.1.1.efi: Linux kernel x86 boot executable bzImage, version 6.1.1-gentoo (root@livecd) #2 PREEMPT_DYNAMIC Fri Mar 28 03:18:55 -00 2025, RO-rootFS, swap_dev 0X3, Normal VGA
  • Jump to post
by mounty1
Mon Apr 07, 2025 6:57 pm
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

NeddySeagoon wrote:Does EFI/Gentoo/linuz-6.1.1.efi exist in your ESP?
I already listed (ls -lR) the entire ESP, including EFI/Gentoo/linuz-6.1.1.efi so yes.
  • Jump to post
by mounty1
Mon Apr 07, 2025 6:56 pm
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Re: Kernel not being seen as UEFI stub (I think)

Hmm ... what do you mean with "VM does not find the kernel"? Maybe the VM loads the kernel and you just dont see anything because of a missing console? Maybe you have a invisible kernel panic? By the time I can open the console (i.e., start the VNC viewer) the VM (bhyve supervisor) is trying to ...
  • Jump to post
by mounty1
Sun Apr 06, 2025 9:55 pm
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Re: Kernel not being seen as UEFI stub (I think)

pietinger wrote:Do you have a kernel WITH an initramfs or WITHOUT? I ask because the kernel does not understand "root=UUID=... ".
without, but as the VM does not find or attempt to boot the Gentoo kernel, this is irrelevant. Obtaining a kernel panic would be progress.
  • Jump to post
by mounty1
Sun Apr 06, 2025 9:53 pm
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Please share your kernel .config on a pastebin.
With a missing initrd, you should at least get a kernel panic message. That you don't suggests it a console configuration error.
I did. No initrd but as the VM does not find or attempt to boot the kernel, this is irrelevant.

How do you get the ...
  • Jump to post
by mounty1
Sun Apr 06, 2025 9:54 am
Forum: Kernel & Hardware
Topic: Kernel not being seen as UEFI stub (I think)
Replies: 27
Views: 295880

Kernel not being seen as UEFI stub (I think)

I'm trying to build a Gentoo guest of a bhyve instance under OmniOS (Illumos / Solaris) but cannot boot the kernel despite following the instructions to build an EFI stub . In particular, in the config , EFI stub support is selected.

I believe that the bhyve environment implements UEFI boot ...
  • Jump to post
by mounty1
Sun Jun 09, 2024 8:37 pm
Forum: Portage & Programming
Topic: slot conflict in a new system
Replies: 9
Views: 4097

The command is emerge @world and the output is https://pastebin.com/3XC3NEXB
  • Jump to post
by mounty1
Sun Jun 09, 2024 10:54 am
Forum: Portage & Programming
Topic: slot conflict in a new system
Replies: 9
Views: 4097

slot conflict in a new system

I'm attempting to reinstall from X and am encountering !!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

virtual/rust:0

(virtual/rust-1.78.0:0/llvm-18::gentoo, ebuild scheduled for merge) USE="profiler ...
  • Jump to post
by mounty1
Thu Jun 06, 2024 3:00 am
Forum: Portage & Programming
Topic: Caribou python_single_target inconsistency [SOLVED]
Replies: 2
Views: 1059

Thank you

That's it.
  • Jump to post
by mounty1
Wed Jun 05, 2024 12:29 am
Forum: Portage & Programming
Topic: Caribou python_single_target inconsistency [SOLVED]
Replies: 2
Views: 1059

Caribou python_single_target inconsistency [SOLVED]

The package page says that the package is compatible with python_single_target_python3_12 but # emerge @world

!!! The ebuild selected to satisfy ">=app-accessibility/caribou-0.3" has unmet requirements.
- app-accessibility/caribou-0.4.21-r7::gentoo USE="" PYTHON_SINGLE_TARGET="-python3_10 -python3 ...
  • Jump to post
by mounty1
Fri Mar 08, 2024 8:13 pm
Forum: Portage & Programming
Topic: How to stop EBUILD performing premerge checks [SOLVED]
Replies: 10
Views: 4972

That comment about the test by Microsoft seems wrong to me. OP seems to be asking about a Gentoo Portage safety check, not something from the upstream project..
It was a flippant remark referencing Microsoft's predilection for building 'smarts' into their 'products' which cause more problems than ...
  • Jump to post
by mounty1
Fri Mar 08, 2024 8:08 pm
Forum: Portage & Programming
Topic: How to stop EBUILD performing premerge checks [SOLVED]
Replies: 10
Views: 4972

Hu wrote:... Portage restores the environment from the initial build when processing the resumption.
Thank you. This is the key.

In /var/tmp/portage/www-client/chromium-blahversion/temp/environment, add

Code: Select all

declare CHECKREQS_DONOTHING="1"
and the ebuild proceeds.
  • Jump to post
by mounty1
Fri Mar 08, 2024 9:45 am
Forum: Portage & Programming
Topic: How to stop EBUILD performing premerge checks [SOLVED]
Replies: 10
Views: 4972

How to stop EBUILD performing premerge checks [SOLVED]

It's well known that you can use I_KNOW_WHAT_I_AM_DOING=1 to stop emerge from performing checks.

emerge is a front-end for ebuild .

How do you prevent ebuild whateverthepackage.ebuild compile from performing the checks? I_KNOW_WHAT_I_AM_DOING=1 doesn't do it. I.e., how does emerge invoke ebuild ...
  • Jump to post
by mounty1
Fri Mar 08, 2024 1:35 am
Forum: Desktop Environments
Topic: Cinnamon screen-saver logs out session
Replies: 0
Views: 1188

Cinnamon screen-saver logs out session

I set the screen-saver to one minute and stood back. After one minute my session logged-out. Anyone else seeing this?
  • Jump to post
by mounty1
Tue Mar 05, 2024 8:09 am
Forum: Portage & Programming
Topic: mass-deletion of distfiles/ -- what now?
Replies: 12
Views: 3571

Thanks everyone for the ideas. My shared-portage system extends to NFS-mounted /etc/portage and /var/db/pkg on all machines, so I could write my own script, like wjb, to perform the clean-up. I just didn't know, until yesterday, that I ought to do so.
  • Jump to post
by mounty1
Tue Mar 05, 2024 8:05 am
Forum: Portage & Programming
Topic: mass-deletion of distfiles/ -- what now?
Replies: 12
Views: 3571

NeddySeagoon wrote:Do nothing. The upstream git repo will be alive and well.
Thanks Neddy.
  • Jump to post
by mounty1
Mon Mar 04, 2024 10:35 am
Forum: Portage & Programming
Topic: mass-deletion of distfiles/ -- what now?
Replies: 12
Views: 3571

Re: mass-deletion of distfiles/ -- what now?

Instead of find distfiles/ -mtime +354 | xargs rm ... I'd use eclean-dist . Pass --help first to see the options or read the man page of eclean .
However I'm not certain if it cleans subdirectories like git3-src for example.
I will do in future but tools such as eclean-dist are imperfect in my ...
  • Jump to post
by mounty1
Mon Mar 04, 2024 9:54 am
Forum: Portage & Programming
Topic: mass-deletion of distfiles/ -- what now?
Replies: 12
Views: 3571

mass-deletion of distfiles/ -- what now?

I wanted to reduce the size of my system as the backup was taking longer each week so: # find distfiles/ -mtime +354 | xargs rm Now in the old days of portage by rsync, that was OK because distfiles/ was just all the packages you had ever downloaded but now the command echoes stuff like rm ...
  • Jump to post

Search found 952 matches
  • Page 1 of 39
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 39
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic