Re: Adding a menu entry on GRUB.

2024-04-12 Thread 宋文武
William writes: > Hello. > > I'm currently trying to add a menu entry on GRUB through the Guix > system declaration to boot another GNU+Linux system but I don't have > much clue how to do it with this setup. > > The other system currently has three partitions, one for "/boot", > one for "/" and o

Online meetup on Monday (15th April)

2024-04-12 Thread Steve George
Hi all, Our next online meetup is on Monday (15th April): 17:00 UTC; 18:00 London; 19:00 Paris; 13:00 New York Please come along if you'd like to chat about all things Guix and to meet other Guix users. It's very informal, and driven by the groups interest and questions. We've been trying to

Re: Adding a menu entry on GRUB.

2024-04-12 Thread William
On Fri, 12 Apr 2024 19:04:31 +0800 宋文武 wrote: > The error seems from "search --fs-uuid --set > d757ca6e-ae43-41b7-bc73-7e80cd270e05" > > You can press 'c' in the GRUB to enter its command line, and then run > 'ls -l' to see if it actually find a partition with the correct UUID. > Maybe the UUID

Re: Adding a menu entry on GRUB.

2024-04-12 Thread Felix Lechner via
Hi William, On Fri, Apr 12 2024, William wrote: > What could be causing this behavior? Maybe the GRUB module for that particular file system was not loaded (or was not found). Please have a look at the documentation for 'insmod'. Kind regards Felix