Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

genker fails to create symbolic link


synteejol

Question

3 answers to this question

Recommended Posts

  • 0

The error could be caused by a symlink/file name collision.

/usr/share/genkernel/gen_func.sh

print_info 5 "  Make new symlink(s) (from ${BOOTDIR}):"
		print_info 5 "    ${symlinkName} -> ${currDestImage}"
		pushd ${BOOTDIR} >/dev/null
		ln -s "${currDestImage}" "${symlinkName}" || 
gen_die "Could not create the ${symlinkName} symlink!"

Genkernel should either append .old to existing symlink and its target file or delete symlinks to prevent collision.

I have SYMLINK="no" and LOGLEVEL="3" in genkernel.conf

 

 

Link to comment
Share on other sites

  • 0

If you have no network connectivity with new kernel check that your network adapters are listed.

If not you may need to identify and add the correct drivers to your custom kernel configuration and rebuild the kernel.

I have a usb wifi adapter and motherboard built-in ethernet  adapter:

rj@funtoo ~ $ ls /sys/class/net
eth0  lo  wlan0

NetworkManager warning on my system in early boot message from rc.log:

* Starting NetworkManager ...
 [ ok ]
Connecting.                  1sConnecting..                 1sConnecting...                1sConnecting.......            1sConnecting........           1sConnecting.........          1sConnecting..........         1sConnecting...........        1sConnecting............       1sConnecting.............      1sConnecting..............     1sConnecting...............    1sConnecting...............    0s [offline]
 * Marking NetworkManager as inactive. It will automatically be marked
 * as started after a network connection has been established.
 * WARNING: NetworkManager has started, but is inactive

My network connectivity is established to both wifi and ethernet adapters despite the warning :

network.manager.thumb.png.ba1f0137b1eb7cd15ea98ddb983e6d8c.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...