[00:06] telgareith: sudo efibootmgr -v [00:06] telgareith: then check which "Bootnnnn" record is the right one [00:07] dual boot works, I just want to be able to tell the machine to reboot into windows without touching it [00:07] then: sudo efibootmgr -n nnnn [00:07] and then reboot [00:07] the 'nnnn' are numbers [00:08] i understood what you're trying to do. [00:11] oh [00:11] I misunderstood you then [00:11] and checking, but windows decided now was good for updates [00:16] while this is was a rather generic question, if you'll have questions regarding "noble" (to be 24.04 LTS), please ask in #ubuntu-next until release. thanks. === jason is now known as jason_bourne [01:08] On 24.04lts - apt update - > Warning: The unit file, source configuration file or drop-ins of apt-news.service changed on disk. Run 'systemctl daemon-reload' to reload units. - any ideas on how to fix this? [01:09] !next | pycurious [01:09] pycurious: Noble Numbat is the codename for Ubuntu 24.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality. [01:15] @Bashing-om thanks === chris14_ is now known as chris14 [01:30] ller [01:31] how is everyone === antonispgs1 is now known as antonispgs === ancientz6 is now known as ancientz === denysonique4 is now known as denysonique [04:57] telgareith: if you need to modify the uefi boot order while in windows, you can do it with bcdedit https://atkdinosaurus.wordpress.com/2023/12/04/how-to-change-uefi-boot-order-in-windows/ [06:08] telgareith: there's also the possibility that the uefi firmware has its own mind which efi file to boot === EriC^ is now known as EriC^^ [06:43] Anyone having problem tranferring files like backups to another drive? I have a drive that was partitioned and formatted during install to make sure I had a place to keep them. but I can't copy to that drive. I've done even "sudo dolphin" and get "Executing Dolphin with sudo is not possible due to unfixable security vulnerabilities." as a result. It doesn't make much sense to make backups if one can't store them safely on another drive. [06:50] davidicus: you just need to change the ownership on the another drive's dirs [06:51] davidicus: sudo chown -R $USER and_the_dir_here [06:55] Hello, I'm trying to do install clang-18 on my arm ubuntu but get this error : clang-18 : Depends: libclang-common-18-dev (= 1:18.1.0~++20240302042201+461274b81d86-1~exp1~20240302162234.64) but 1:18.1.0~++20240220094926+390dcd4cbbf5-1~exp1~20240220214944.50 is to be installed. [06:55] Does this mean the llvm upstream is broken?