44
submitted 10 months ago by TxTechnician@lemmy.ml to c/linux@lemmy.ml

Kubuntu 23.10 connects to wifi, but only after all other startup programs have run.

I'm just curious as to why that is. And what controls this startup behavior.

I've had to change some startup scripts for rclone, to wait until a network connection is present before starting. Other than that it's not a problem.

you are viewing a single comment's thread
view the rest of the comments
[-] luthis@lemmy.nz 11 points 10 months ago* (last edited 10 months ago)

systemd-analyze plot > boottimes.svg

Open the SVG and have a look at what's happening during boot.

journalctl -b will give you some more info too. If you're using grub to boot (probably in /boot/grub/grub.cfg), you can change the loglevel and add the udev option to get a bunch more info. Helped me with a random issue recently. Here's mine for an example:

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a96b3354-70dd-45ed-8c6c-95171e9f1e82' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root a96b3354-70dd-45ed-8c6c-95171e9f1e82
	echo	'Loading Linux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=a96b3354-70dd-45ed-8c6c-95171e9f1e82 rw  loglevel=3 udev.log-priority=debug 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/amd-ucode.img /boot/initramfs-linux.img
}
[-] mnmalst@lemmy.zip 8 points 10 months ago

FYI: /etc/grub.d/10_linux should not be edited directly for permanent changes since those changes get replaced when grub is updated.

Use /etc/default/grub for permanent changes.

[-] luthis@lemmy.nz 6 points 10 months ago

True, but for this purpose it's totally fine.

There's also a big disclaimer at the top of the file:

cat grub.cfg

DO NOT EDIT THIS FILE

It is automatically generated by grub-mkconfig using templates

from /etc/grub.d and settings from /etc/default/grub

Wording could probably be less DOOM SHALL BEFALL YE, as long as you aren't messing around and just adding logging it's not an issue.

More info on grub here: https://wiki.archlinux.org/title/GRUB

[-] mnmalst@lemmy.zip 5 points 10 months ago

Indeed, just wanted to make sure people are aware. :)

Cheers

[-] leo85811nardo@lemmy.world 2 points 10 months ago

If you know what you are doing, type "yes do as I say"

[-] luthis@lemmy.nz 1 points 10 months ago

That's the best part about Linux. You're allowed to do anything even when it's definitely a bad idea.

this post was submitted on 17 Nov 2023
44 points (97.8% liked)

Linux

47344 readers
1244 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS