Re: Q: Gnome network odd

2024-02-01 Thread Tixy
On Wed, 2024-01-31 at 22:12 -0600, David Wright wrote: > > I also have a more vague memory that you could put config into > > /etc/network/interfaces then in some circumstance NetworkManager > > would > > not try and manage that interface, and in others it would take > > over. > > (Perhaps selected

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Marco Moock
Max Nikulin schrieb: On a *removable* drive EFI/Boot/bootx64.efi (that is actually /usr/lib/shim/shimx64.efi.signed that loads grubx64.efi) may allow to boot without modification of boot entries in NVRAM. Yes, UEFI can (and must be able) to boot from a device without a boot entry in the UEFI. O

Re: Automatically installing GRUB on multiple drives

2024-02-01 Thread hw
On Wed, 2024-01-31 at 23:28 +0100, Nicolas George wrote: > hw (12024-01-31): > > Well, I doubt it. > > Well, doubt it all you want. In the meantime, we will continue to use > it. > > Did not read the rest, not interested in red herring nightmare > scenarios. > You'll figure it out eventually.

Re: Automatically installing GRUB on multiple drives

2024-02-01 Thread Max Nikulin
On 01/02/2024 05:45, hw wrote: It would make sense that all the UEFI BIOSs would be fixed so that they do not create this problem in the first place like they shouldn't. Besides regular boots, sometimes it is necessary to update firmware and .efi files loaded for this purpose may write logs or

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Max Nikulin
On 02/02/2024 01:46, Dmitry wrote: 3. Now I want to boot using that Flash. 1. ESP is a partition that stores GRUB Binary. /boot/EFI/Name/grub64.eif On a *removable* drive EFI/Boot/bootx64.efi (that is actually /usr/lib/shim/shimx64.efi.signed that loads grubx64.efi) may allow to boot without

Re: Q: Gnome network odd

2024-02-01 Thread David Wright
On Fri 02 Feb 2024 at 01:18:51 (+0900), Byunghee HWANG (황병희) wrote: > On Wed, 2024-01-31 at 22:12 -0600, David Wright wrote: > > On Tue 30 Jan 2024 at 07:05:55 (+), Tixy wrote: > > > On Mon, 2024-01-29 at 23:49 -0600, David Wright wrote: > > > > I would tend to think that: > > > > > > > > . Th

Re: printing problem, markdown files

2024-02-01 Thread Dan Ritter
gene heskett wrote: > On 2/1/24 12:24, Dan Ritter wrote: > > gene heskett wrote: > > pandoc -f markdown FILEIN.md -t pdf -o FILEOUT.pdf > > > > will turn markdown into PDF, which you can probably print, if by > > no other means than FTP to the printer itself. (Try it, Brothers > > come with this

Re: printing problem, markdown files

2024-02-01 Thread gene heskett
On 2/1/24 12:24, Dan Ritter wrote: gene heskett wrote: debian bookworm everting updated earlier this morning. I have an about 125 page .md file I need hardcopy of. If you don't have pandoc installed: sudo apt install pandoc then: pandoc -f markdown FILEIN.md -t pdf -o FILEOUT.pdf will tur

FAQ for Debian-user mailing list (modified 20240201)

2024-02-01 Thread Andrew M.A. Cater
Debian-user is a mailing list provided for support for Debian users, and to facilitate discussion on relevant topics. Codes of Conduct * The list is a Debian communication forum. As such, it is subject to both the Debian mailing list Code of Conduct and the main Debian Code of

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Marco Moock
Am 01.02.2024 um 19:20:01 Uhr schrieb Tim Woodall: > $ cat /boot/efi/EFI/XEN/xen.cfg > [global] > default=debian > > [debian] > options=console=vga smt=true > kernel=vmlinuz root=/dev/mapper/vg--dirac-root ro quiet > ramdisk=initrd.img > > > menuentry "Xen EFI NVME" { > insmod part_gpt >

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Tim Woodall
On Thu, 1 Feb 2024, Marco Moock wrote: Am 02.02.2024 um 01:46:06 Uhr schrieb Dmitry: 2. ==>BAM<== some how that binary knows the system partition. That information is on the EFI partition, where the GRUB bootloader binary also resides. root@ryz:/boot/efi/EFI# cat /boot/efi/EFI/debian/grub.c

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Tim Woodall
On Fri, 2 Feb 2024, Dmitry wrote: Hi Tim. The community is so kind. So. I'm not exactly sure what you're doing. Understand how GRUB works, to boot myself. 1. Trying to install Debian on the Flash. 2. Use it by the Debootstrap. 3. Now I want to boot using that Flash. Looks like a caught th

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Marco Moock
Am 02.02.2024 um 01:46:06 Uhr schrieb Dmitry: > 2. ==>BAM<== some how that binary knows the system partition. That information is on the EFI partition, where the GRUB bootloader binary also resides. root@ryz:/boot/efi/EFI# cat /boot/efi/EFI/debian/grub.cfg search.fs_uuid 5b8b669d-xyz root hd0,gp

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Dmitry
Hi Tim. The community is so kind. So. > I'm not exactly sure what you're doing. Understand how GRUB works, to boot myself. 1. Trying to install Debian on the Flash. 2. Use it by the Debootstrap. 3. Now I want to boot using that Flash. Looks like a caught the thread. 1. ESP is a partition tha

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Marco Moock
Am 02.02.2024 um 00:09:56 Uhr schrieb Dmitry: > I made experiments with a FlashDrive, and create GPT there, > if I want to use standard Debian Image how I should partition that > flash drive (MBR, GPT)? Do you want to install the OS on it? For the partition table, I recommend GPT. Do you want an

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Dmitry
Huge thanks. Your message starts the understanding. And as well give a plenty of texts to read. > EFI/debian/grub.cfg on the EFI System Partition contains filesystem UUID where grub files reside. All parts are simple But when compounding them together become messy. In the Manjaro: /boot/EFI/M

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Tim Woodall
On Thu, 1 Feb 2024, Dmitry wrote: Greetings! After: 1. Creating GPT table and GPT partition with fdisk. 2. Copy data with a debootstrap. 3. Chroot into newly creating system. I need to prepare that system for booting. 1. Install Kernel. 2. Install GRUB and Configure. 3. Add changes to UEFI to

GTK4 with Gnome Builder

2024-02-01 Thread Serkan Kurt
Hello. I'm trying to learn GTK4 programming with Gnome Builder. However, although I can make the applications at " https://docs.gtk.org/gtk4/getting_started.html"; as described, I cannot succeed with gnome-builder. When I replace the "#include " header with the "#include " header, there is progress

Re: printing problem, markdown files

2024-02-01 Thread Teemu Likonen
* 2024-02-01 11:57:50-0500, gene heskett wrote: > I have an about 125 page .md file I need hardcopy of. Maybe install "okular" and "okular-extra-backends" which includes markdown backend. Open your .md file in Okular which then renders it nicely. Print. -- /// Teemu Likonen - .-.. https://www.i

Re: printing problem, markdown files

2024-02-01 Thread Dan Ritter
gene heskett wrote: > debian bookworm everting updated earlier this morning. > > I have an about 125 page .md file I need hardcopy of. If you don't have pandoc installed: sudo apt install pandoc then: pandoc -f markdown FILEIN.md -t pdf -o FILEOUT.pdf will turn markdown into PDF, which you c

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Dmitry
> Why don't you use the normal setup? Spend a lot of time on research, it would be nice to finish. I made experiments with a FlashDrive, and create GPT there, if I want to use standard Debian Image how I should partition that flash drive (MBR, GPT)? > Do you need a special configuration here or

Re: Wine in bullseye, which way to go?

2024-02-01 Thread skoric
> Am 01.02.2024 schrieb sko...@uns.ac.rs: > >> CPU op-mode(s): 32-bit, 64-bit > Model name: Pentium(R) Dual-Core CPU T4500 > > That processor can run amd64 Debian, so install that architecture. > > I am not sure what do you mean by "install that architec

printing problem, markdown files

2024-02-01 Thread gene heskett
debian bookworm everting updated earlier this morning. I have an about 125 page .md file I need hardcopy of. I have loaded into geany which recognizes it as an .md file but it had so 300 char lines so I've gone thru it and reformmated the long lines to a max of 72 chars. 1: Unfortunately, bot

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Max Nikulin
On 01/02/2024 22:54, Marco Moock wrote: Am 01.02.2024 schrieb Dmitry: Use gdisk for that. You can create an EFI partition there. Choose Type EFI (EF00), 100MB. Format it with FAT32. 550MiB is recommended in "Preparing your ESP" http://www.rodsbooks.com/linux-uefi/#installing see also https://w

Re: Q: Gnome network odd

2024-02-01 Thread 황병희
Hellow David, On Wed, 2024-01-31 at 22:12 -0600, David Wright wrote: > On Tue 30 Jan 2024 at 07:05:55 (+), Tixy wrote: > > On Mon, 2024-01-29 at 23:49 -0600, David Wright wrote: > > > I would tend to think that: > > > > > > . The debian-installer installs ifupdown by default when you > > > do

Re: install Kernel and GRUB in chroot.

2024-02-01 Thread Marco Moock
Am 01.02.2024 schrieb Dmitry : Why don't you use the normal setup? It does many tasks for you. > After: > 1. Creating GPT table and GPT partition with fdisk. Use gdisk for that. You can create an EFI partition there. Choose Type EFI (EF00), 100MB. Format it with FAT32. > And at the point two (I

Re: Wine in bullseye, which way to go?

2024-02-01 Thread Marco Moock
Am 01.02.2024 schrieb sko...@uns.ac.rs: > CPU op-mode(s): 32-bit, 64-bit Model name: Pentium(R) Dual-Core CPU T4500 That processor can run amd64 Debian, so install that architecture.

Re: Wine in bullseye, which way to go?

2024-02-01 Thread skoric
> Am 01.02.2024 schrieb Miroslav Skoric : > >> This time I was puzzled when noticed that Synaptic installed lots of >> amd64 packages even though my system is i386. > > Run > uname -a > lscpu > > and post it here. > > If your system is i386 only, amd64 software can't run on it. > Remove that archit

install Kernel and GRUB in chroot.

2024-02-01 Thread Dmitry
Greetings! After: 1. Creating GPT table and GPT partition with fdisk. 2. Copy data with a debootstrap. 3. Chroot into newly creating system. I need to prepare that system for booting. 1. Install Kernel. 2. Install GRUB and Configure. 3. Add changes to UEFI to start booting. And at the point two

Re: Wine in bullseye, which way to go?

2024-02-01 Thread Marco Moock
Am 01.02.2024 schrieb Miroslav Skoric : > This time I was puzzled when noticed that Synaptic installed lots of > amd64 packages even though my system is i386. Run uname -a lscpu and post it here. If your system is i386 only, amd64 software can't run on it. Remove that architecture from dpkg.

Re: Probelms with apparmor

2024-02-01 Thread Gareth Evans
> On 1/31/24 17:58, Gareth Evans wrote: >> >>> On 31 Jan 2024, at 22:27, Steven Truppe wrote: >>> >>> Hey, >>> >>> >>> i've the follwoing trouble: when i try to run certain apps it takes >>> forever tostart. i can get rid of the troble by typing $service apparmor >>> reload but that's not a p

Wine in bullseye, which way to go?

2024-02-01 Thread Miroslav Skoric
Hi! As I have some Windows software (for ham radio) that does not have adequate Linux versions, I wanted to install Wine and some related packages from the bullseye repository (wine, q4wine, winetricks, playonlinux, etc). By the way, I had Wine with buster earlier, and most Windows software w

Monthly FAQ for Debian-user mailing list (modified 20240201)

2024-02-01 Thread Andrew M.A. Cater
Debian-user is a mailing list provided for support for Debian users, and to facilitate discussion on relevant topics. Codes of Conduct * The list is a Debian communication forum. As such, it is subject to both the Debian mailing list Code of Conduct and the main Debian Code of