Re: Pls help fixing /boot/efi and GRUB

2025-04-05 Thread tomas
On Wed, Mar 26, 2025 at 07:48:16AM -0500, Richard Owlett wrote: > On 3/26/25 6:55 AM, Greg Wooledge wrote: > > [SNIP] > > > > I normally use "sudo -s", which is the closest sudo approximation to > > the traditional behvior of "su" (before it was broken in buster). > > > > I don't understand the

Re: Pls help fixing /boot/efi and GRUB

2025-04-05 Thread Nicolas George
Greg (HE12025-03-27): > I'm certain sudo has its use cases, but all I do personally is su to > root and update and upgrade my stable Bookworm using apt, so I feel no > need to complexify the issue with sudo. The fallacy in here being assuming, without stating it and without justifying it that sudo

Re: Pls help fixing /boot/efi and GRUB

2025-04-05 Thread J
> > "sudo -i" is meant to approximate the behavior of "su -". Before buster, > nobody would have used that on a Debian system. It's horrible. The > fact that people are now embracing it as a norm is even worse. > Why horrible?

Re: Pls help fixing /boot/efi and GRUB

2025-04-05 Thread Anssi Saari
David Wright writes: > host!auser 09:57:47 /somewhere/that/is/obnoxiously/long/program-1.2.3$ > /bin/su --login > Password: > bullseye on /dev/sda5 toto05 > host 09:57:59 ~# cd /somewhere/that/is/obnoxiously/long/program-1.2.3 > host 09:58:08 /somewhere/that/is/obnoxiously/long/progra

Re: Pls help fixing /boot/efi and GRUB

2025-04-04 Thread tomas
On Wed, Mar 26, 2025 at 02:55:11PM -, Greg wrote: > On 2025-03-26, Richard Owlett wrote: > > >> If he hasn't noticed yet, I doubt it. > > > > I agree. > > If I understand what people want to accomplish by using command-line > > options, I would likely have gone to System->Log Out ... and the

Re: Pls help fixing /boot/efi and GRUB

2025-04-04 Thread Max Nikulin
On 21/03/2025 20:38, J wrote: But i must mention that *this passage from Debian Wiki seems incorrect* Bind mount various virtual filesystems: # for i in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do mount -B $i /mnt/$i; done https://wiki.debian.org/GrubEFIReinstall

Re: Pls help fixing /boot/efi and GRUB

2025-04-04 Thread Max Nikulin
On 20/03/2025 03:22, J wrote: But before this oopsie deletion I have saved as a back-up at least something from /boot folder, or maybe even everything. Copy files from backup to /boot and to the EFI system partition EFI/debian/BOOTX64.CSV EFI/debian/fbx64.efi EFI/debian/grub.cfg EFI/debian

Re: Pls help fixing /boot/efi and GRUB

2025-03-29 Thread songbird
Greg Wooledge wrote: ... > Maybe. If you haven't created an /etc/default/su file, then something > like this: > > $ su > # adduser richard > > may fail. You could work around it in various ways (e.g. explicitly > typing out /usr/sbin/adduser richard). > > My recommendation is to create a

Re: Pls help fixing /boot/efi and GRUB

2025-03-28 Thread Nicolas George
Max Nikulin (HE12025-03-28): > Approximately a decade ago I > noticed that new entries were not added to some history file, I do not > remember if it was .bash_history or for some other tool, but the owner of > the file was root. It was the reason why I

Re: Pls help fixing /boot/efi and GRUB

2025-03-28 Thread Max Nikulin
On 26/03/2025 18:55, Greg Wooledge wrote: "sudo -i" is meant to approximate the behavior of "su -". Before buster, nobody would have used that on a Debian system. It's horrible. The fact that people are now embracing it as a norm is even worse. It seems I have to clarify why I suggested name

Re: Pls help fixing /boot/efi and GRUB

2025-03-28 Thread J
irtual filesystems: # for i in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do > mount -B $i /mnt/$i; done https://wiki.debian.org/GrubEFIReinstall#Using_the_rEFInd_rescue_media *I had to use* sudo mount --bind /dev /mnt/dev > sudo mount --bind /dev/pts /mnt/dev/pts > sudo mount -

Re: Pls help fixing /boot/efi and GRUB

2025-03-28 Thread Greg
On 2025-03-28, David Wright wrote: > > As end-users are the people that computers are built and run > for, I don't know why you'd find people's use of the term > "slightly pejorative". (I assume you aren't calling out me > in particular.) I was calling myself out, not you. You have always been he

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread Greg Wooledge
On Wed, Mar 26, 2025 at 15:46:15 +0100, Nicolas George wrote: > $ su > # make install > > Whoopsie! The Makefile just pwned you. That's a COMPLETELY separate discussion. Obviously I was referring to software from reputable sources. > $ make DESTDIR=/tmp/i install > $ sud

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread David Wright
On Thu 27 Mar 2025 at 22:14:03 (-0400), Michael Stone wrote: > On Thu, Mar 27, 2025 at 08:29:50PM -0500, David Wright wrote: > > Excellent, that solves the problem for those on old terminals or > > lacking copy/paste. As for me, I'll continue to use /bin/su --login, > > as I have for nigh on three

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread Michael Stone
On Thu, Mar 27, 2025 at 08:29:50PM -0500, David Wright wrote: Excellent, that solves the problem for those on old terminals or lacking copy/paste. As for me, I'll continue to use /bin/su --login, as I have for nigh on three decades, so that I land in my preferred, consistent cwd, /root. su - do

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread David Wright
On Thu 27 Mar 2025 at 17:05:56 (-), Greg wrote: > On 2025-03-26, David Wright wrote: > > > > As posted earlier today, a file in sudoers.d/ makes trivial admin > > tasks like monitoring and logging easier, particularly where the > > programs concerned can cause damage if the wrong options are us

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread David Wright
On Thu 27 Mar 2025 at 13:58:10 (-0400), Greg Wooledge wrote: > On Thu, Mar 27, 2025 at 12:48:35 -0500, David Wright wrote: > > It could be argued that it would be simple enough to communicate > > the user's cwd to root, as a workaround, so that it didn't have to > > be retyped. > > You know what d

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread Greg
On 2025-03-26, David Wright wrote: > > As posted earlier today, a file in sudoers.d/ makes trivial admin > tasks like monitoring and logging easier, particularly where the > programs concerned can cause damage if the wrong options are used. I'm certain sudo has its use cases, but all I do persona

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread Greg Wooledge
On Thu, Mar 27, 2025 at 12:48:35 -0500, David Wright wrote: > It could be argued that it would be simple enough to communicate > the user's cwd to root, as a workaround, so that it didn't have to > be retyped. You know what does that for you? sudo -s. Or su if you've configured it with a one-lin

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread David Wright
On Thu 27 Mar 2025 at 12:23:26 (+0200), Anssi Saari wrote: > David Wright writes: > > > host!auser 09:57:47 /somewhere/that/is/obnoxiously/long/program-1.2.3$ > > /bin/su --login > > Password: > > bullseye on /dev/sda5 toto05 > > host 09:57:59 ~# cd /somewhere/that/is/obnoxiously/long/p

Re: Pls help fixing /boot/efi and GRUB

2025-03-27 Thread Dan Ritter
Anssi Saari wrote: > David Wright writes: > > > host!auser 09:57:47 /somewhere/that/is/obnoxiously/long/program-1.2.3$ > > /bin/su --login > > Password: > > bullseye on /dev/sda5 toto05 > > host 09:57:59 ~# cd /somewhere/that/is/obnoxiously/long/program-1.2.3 > > host 09:58:08 /somew

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Richard Owlett
On 3/26/25 6:55 AM, Greg Wooledge wrote: [SNIP] I normally use "sudo -s", which is the closest sudo approximation to the traditional behvior of "su" (before it was broken in buster). I don't understand the reference to some "brokenness" of "su". I've not closely followed this thread so I may

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread David Wright
On Wed 26 Mar 2025 at 16:37:41 (-), Greg wrote: > On 2025-03-26, Richard Owlett wrote: > > > > I assumed it was effectively the same as power down and then logging in > > as root on power-up. > > It is. But it's unnecessary and dangerous to run your entire DE as root. > Or maybe you log in t

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Nicolas George
Greg Wooledge (HE12025-03-26): > This caused ALL KINDS of problems. People would do things like: > > $ su > # apt update > # apt install somepkg > > And the postinstall script for somepkg would fail because it couldn't > find commands that are in /sbin or /usr/sbin, because those dir

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread J
So, in most cases* sudo -s* is better? Any downsides? ср, 26 мар. 2025 г. в 16:10, Greg Wooledge : > On Wed, Mar 26, 2025 at 07:48:16 -0500, Richard Owlett wrote: > > On 3/26/25 6:55 AM, Greg Wooledge wrote: > > > I normally use "sudo -s", which is the closest sudo approximation to > > > the trad

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread tomas
On Wed, Mar 26, 2025 at 07:55:33AM -0400, Greg Wooledge wrote: [...] > I normally use "sudo -s", which is the closest sudo approximation to > the traditional behvior of "su" (before it was broken in buster). > > "sudo -i" is meant to approximate the behavior of "su -". Before buster, > nobody w

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Greg
On 2025-03-26, Richard Owlett wrote: > > I assumed it was effectively the same as power down and then logging in > as root on power-up. It is. But it's unnecessary and dangerous to run your entire DE as root. Or maybe you log in to the console and use startx to run Mate? At any rate, I do follo

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Greg
On 2025-03-26, Greg Wooledge wrote: >> >> Does this "brokenness" of "su" have any potential effect on my usage? > > Maybe. If you haven't created an /etc/default/su file, then something > like this: If he hasn't noticed yet, I doubt it. I noticed when I finally erased Stretch and installed Boo

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Greg
On 2025-03-26, Richard Owlett wrote: >> If he hasn't noticed yet, I doubt it. > > I agree. > If I understand what people want to accomplish by using command-line > options, I would likely have gone to System->Log Out ... and then logged > in as root. Not recommended.

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread David Wright
On Wed 26 Mar 2025 at 10:03:59 (-0500), Richard Owlett wrote: > On 3/26/25 9:55 AM, Greg wrote: > > On 2025-03-26, Richard Owlett wrote: > > > > > > If he hasn't noticed yet, I doubt it. > > > > > > I agree. > > > If I understand what people want to accomplish by using command-line > > > options

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread David Wright
On Wed 26 Mar 2025 at 16:24:21 (+0300), J wrote: > ср, 26 мар. 2025 г. в 16:10, Greg Wooledge : > > On Wed, Mar 26, 2025 at 07:48:16 -0500, Richard Owlett wrote: > > > On 3/26/25 6:55 AM, Greg Wooledge wrote: > > > > I normally use "sudo -s", which is the closest sudo approximation to > > > > the t

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Richard Owlett
On 3/26/25 9:55 AM, Greg wrote: On 2025-03-26, Richard Owlett wrote: If he hasn't noticed yet, I doubt it. I agree. If I understand what people want to accomplish by using command-line options, I would likely have gone to System->Log Out ... and then logged in as root. Not recommended.

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Richard Owlett
On 3/26/25 9:04 AM, Greg wrote: On 2025-03-26, Greg Wooledge wrote: Does this "brokenness" of "su" have any potential effect on my usage? Maybe. If you haven't created an /etc/default/su file, then something like this: If he hasn't noticed yet, I doubt it. I agree. If I understand what

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread tomas
On Wed, Mar 26, 2025 at 04:19:37PM +0300, J wrote: > > > > > work with* root?* I will try to test. > > > > I fully expect it to, yes. > > > > Oh, yes, it works. I just had to use *sudo su* and not not I think you never need "sudo su". "sudo -i" and "sudo -s" will do your bidding, depending on you

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread J
> > > work with* root?* I will try to test. > > I fully expect it to, yes. > Oh, yes, it works. I just had to use *sudo su* and not not *su - * Also it's bad that Wiki doesn't clarify* how to* 'boot the rescue system including the kernel option "efi=runti

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Greg Wooledge
On Wed, Mar 26, 2025 at 07:48:16 -0500, Richard Owlett wrote: > On 3/26/25 6:55 AM, Greg Wooledge wrote: > > I normally use "sudo -s", which is the closest sudo approximation to > > the traditional behvior of "su" (before it was broken in buster). > > I don't understand the reference to some "brok

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread Greg Wooledge
On Wed, Mar 26, 2025 at 12:23:38 +0100, to...@tuxteam.de wrote: > On Wed, Mar 26, 2025 at 02:15:03PM +0300, J wrote: > > And i thought *sudo -i*, you speaking about, is something like > > *--interactive*, which is not, how i see now... > > The long form is "--login", not interactive. But the "-i"

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread tomas
root, until you leave it with "exit" (or shorter: CTRL-D), which puts you back where you were before. > Will this command ( > > for i in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do > mount -B $i /mnt/$i; done) > > > work with* root?* I will try to test. I fully expect it to, yes. Cheers -- t signature.asc Description: PGP signature

Re: Pls help fixing /boot/efi and GRUB

2025-03-26 Thread J
v /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do mount -B $i /mnt/$i; done) work with* root?* I will try to test. If somebody is going to add a hint concerning sudo to wiki, please, make > I can try, but I lack a lot of knowledge to do that.

Re: Pls help fixing /boot/efi and GRUB

2025-03-25 Thread J
There were also some minor problems which I solved with *apt update/upgrade* > while being in *chroot*. > In particular, there was for some reason no internet connection after I booted to the restored system. Something wrong was with firmware and/or initramfs i guess.

Re: Pls help fixing /boot/efi and GRUB

2025-03-25 Thread Max Nikulin
On 25/03/2025 19:47, J wrote: Notice that the page suggests "# for i in /dev /dev/pts /proc " so it is assumed that users should run $ sudo -i sudo *SH -c '...' -* as mentioned above. But it is not written in WIki. In my opinion, "sudo -i" might be added to the wiki articles. I wo

Re: Pls help fixing /boot/efi and GRUB

2025-03-25 Thread tomas
On Wed, Mar 26, 2025 at 09:25:01AM +0700, Max Nikulin wrote: > On 25/03/2025 19:47, J wrote: > > Notice that the page suggests "# for i in /dev /dev/pts /proc " > > so it is assumed that users should run > > > > $ sudo -i > > > > sudo *SH -c '...' -* as mentioned above. But it is not

Re: Pls help fixing /boot/efi and GRUB

2025-03-25 Thread J
OK, probably the bash script will run fine. > > > https://wiki.debian.org/GrubEFIReinstall#Using_the_rEFInd_rescue_media > > In the context of bind-mounts the link is confusing. > It's EFI Reinstall, not */boot *reinstall, my only problem is that "# for i in /dev /dev/pts /pro

Re: Pls help fixing /boot/efi and GRUB

2025-03-25 Thread Max Nikulin
On 25/03/2025 02:40, J wrote: user@debian:~$ sudo for i in /dev /dev/pts /proc /sys /sys/firmware/efi/ efivars /run; do mount -B $i /mnt/$i; done Notice that the page suggests "# for i in /dev /dev/pts /proc " so it is assumed that users should run $ sudo -i # # more commands g

Re: Pls help fixing /boot/efi and GRUB

2025-03-24 Thread J
> sudo sh -c '...' > Didn't know such a thing. Wasn't mention in the wiki. Have you considered doing something crazy like creating the mount points? > Can't say so. I have fixed my problem a few days ago (see above about mounting), now i am discussing with Max if Wiki is correct. https://wiki.d

Re: Pls help fixing /boot/efi and GRUB

2025-03-24 Thread J
I have rechecked. It doesn't work with sudo also. Not in a one line, not when i tried to make line breaks with \, not in a bash script. user@debian:~$ sudo for i in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do mount -B $i /mnt/$i; done bash: syntax error near unexpected toke

Pls help fixing /boot/efi and GRUB

2025-03-20 Thread J
first installation. But before this oopsie deletion I have saved as a back-up at least something from /boot folder, or maybe even everything. There is a Microsoft folder, /grub folder with bootx64.efi and bootx64.efi.grb (though EMPTY!) and /Debian folder with shimx64.efi etc… I have tried to fix the

Re: EFI partition - some questions

2025-01-22 Thread Charles Curley
On Wed, 22 Jan 2025 17:06:34 +0100 Hans wrote: > > "It shows" ??? What shows? How? > > See: > > root@protheus3:~# ls -la /boot/efi/ > insgesamt 7 > drwx-- 4 root root 1024 1. Jan 1970 . > drwxrwxrwx 5 root root 4096 19. Jan 20:28 .. > drwx--

Re: EFI partition - some questions

2025-01-22 Thread Joe
On Wed, 22 Jan 2025 10:44:25 -0500 Cindy Sue Causey wrote: > > Lastly, there's that efibootmgr package. I installed it while battling > my past fails but never used it. I've seen it mentioned here at > Debian- User so someone here likely knows if and/or how it might help > somehow. > > You pr

Re: EFI partition - some questions

2025-01-22 Thread Jeffrey Walton
On Wed, Jan 22, 2025 at 11:57 AM Hans wrote: > > > I am using UEFI now for the first time. Everything is worḱing fine, but I do > not understand everything. Please allow me to ask: > > 1. In /etc/fstab there is my entry > > UUID=5ABD-D634 /boot/efi vfatu

[SOLVED] EFI partition - some questions

2025-01-22 Thread Hans
Hi folks, rethinking and some checks showed me the solution. In /etc I found a file "fstab.boot.readonly" with the same content as fstab. I suppose, this file was also read during boot and as there was an entry for efi missing, it might create one. Not sure about it! Moving any

Re: EFI partition - some questions

2025-01-22 Thread Hans
Hi Charles, > So far, so good. However, please show us the complete command and > output by copy and paste. E.g.: > > root@peregrine:~# grep efi /etc/fstab > # /boot/efi was on /dev/nvme0n1p1 during installation > UUID=91AE-3A24 /boot/efi vfatumask=0077 0

Re: EFI partition - some questions

2025-01-22 Thread Klaus Singvogel
Hans wrote: > > See, what I mean? /dev/nvme0n1p1 is mounted twice! But df does not show it! > That looks strange for me. This isn't strange, this is intended. Read the df manual and look for the -a option: "include pseudo, duplicate, inaccessible file systems" Best regards, Kl

Re: EFI partition - some questions

2025-01-22 Thread Hans
80927440% /run/shm tmp8092744 4 80927401% /tmp /dev/nvme0n1p5 3764408 81732 34709643% /boot /dev/nvme0n1p1 98304 31927 66377 33% /efi /dev/mapper/nvme0n1p10_crypt 28644260 12378060 14785804 46

Re: EFI partition - some questions

2025-01-22 Thread Cindy Sue Causey
On Wed, 2025-01-22 at 14:20 +0100, Hans wrote: Apologies, this is (another) long email. I tried to cover my experiences that were tied to that directory. tl;dr How did you install GRUB and/or EFI? It might be as simple as that. > I am using UEFI now for the first time. Everything

Re: EFI partition - some questions

2025-01-22 Thread Charles Curley
my entry > UUID=5ABD-D634 /boot/efi vfatumask=0077 0 1 Looks about normal. > > and df -h shows > > /dev/nvme0n1p1 96M 32M 65M 33% /boot/efi > > which is correct so far. So far, so good. However, please show us the complete co

Re: EFI partition - some questions

2025-01-22 Thread Felix Miata
Hans composed on 2025-01-22 14:20 (UTC+0100): > I am using UEFI now for the first time. Everything is worḱing fine, but I do > not understand > everything. Please allow me to ask: > 1. In /etc/fstab there is my entry > UUID=5ABD-D634 /boot/efi vfatumask=0077 0

EFI partition - some questions

2025-01-22 Thread Hans
Hi folks, I am using UEFI now for the first time. Everything is worḱing fine, but I do not understand everything. Please allow me to ask: 1. In /etc/fstab there is my entry UUID=5ABD-D634 /boot/efi vfatumask=0077 0 1 and df -h shows /dev/nvme0n1p1 96M

Re: Debian 12.6.0 netinst and VirtualBox in EFI mode

2024-08-09 Thread Charles Curley
other datum: I was recently able to install the weekly netinst build on a Virtual Manager/qemu EFI machine. As Virtual Manager/qemu EFI run on Bookworm, you might try it. To install to an EFI vm, you must build the vm as an EFI vm. https://wiki.debian.org/SecureBoot/VirtualMachine#Alternatively:_u

Re: Debian 12.6.0 netinst and VirtualBox in EFI mode

2024-08-09 Thread Andrew M.A. Cater
On Fri, Aug 09, 2024 at 08:02:55PM +0200, Łukasz Kalamłacki wrote: > Hi, > > > Did you guys tried to run installation of Debian 12.6.0 from netinst on > VirtualBox from current Debian SID in EFI mode? > Hi Lukasz Firstly: Virtualbox is in Sid (and nowhere else now) becau

Debian 12.6.0 netinst and VirtualBox in EFI mode

2024-08-09 Thread Łukasz Kalamłacki
Hi, Did you guys tried to run installation of Debian 12.6.0 from netinst on VirtualBox from current Debian SID in EFI mode? I was able to install Debian 12.6.0 only in non EFI mode on VB. Do you confirm my finding? Best, Łukasz

Re: Editing grub/EFI config on (net) installer ISO for serial install

2024-07-29 Thread Thomas Schmitt
Hi, Andy Smith wrote: > Is there some advantage in me editing one of the files in the EFI > partition as opposed to just putting the grub serial directives in > /boot/grub/grub.cfg of the ISO? None that i know of. Editing /efi/debian/grub.cfg of the EFI partition filesystem would ju

Re: Editing grub/EFI config on (net) installer ISO for serial install

2024-07-29 Thread Andy Smith
Hi, On Mon, Jul 29, 2024 at 12:42:05PM +0200, Thomas Schmitt wrote: > Andy Smith wrote: > > Should I just edit that into $iso_root/boot/grub/grub.cfg and repack > > the ISO? > > If altering the EFI partition is not viable, then surely: Yes. Is there some advantage in me edi

Re: Editing grub/EFI config on (net) installer ISO for serial install

2024-07-29 Thread Thomas Schmitt
Hi, Andy Smith wrote: > Currently when I add the Debian 12 netinst ISO as a virtual media it > EFI boots grub, not isolinux, That's because Debian ISOs advertise a EFI System Partition with GRUB initial boot equipment: $ xorriso -indev debian-12.2.0-amd64-

Editing grub/EFI config on (net) installer ISO for serial install

2024-07-29 Thread Andy Smith
ement controller that adds virtual media from ISOs, but I would still like to see that install over the IPMI serial. Currently when I add the Debian 12 netinst ISO as a virtual media it EFI boots grub, not isolinux, so the output of grub only goes to the graphical terminal (a web interface of the manag

Re: EFI El Torito image on ISO9660 (was: [PATCH] bli: Fix crash in get_part_uuid)

2024-07-16 Thread Thomas Schmitt
Hi, Pascal Hambourg wrote: > Tested with debian-12.6.0-amd64-netinst.iso on QEMU+OVMF and real hardware: > (proc) (memdisk) (cd0) (cd0,apple2) (cd0,apple1) (cd0,msdos2) I wonder from where (cd0,apple2) comes. A Debian amd64 netinst ISO has a single APM partition which marks the EFI El

Re: grub-efi install on multiple ESPs.

2023-12-23 Thread Nicolas George
two > different nvmes) > /dev/nvme0n1p3 = /dev/nvme1n1p3  = 7mb 8300 (Linux RAID) lsblk gives a nice readable version of this info. > I am currently using /dev/nvme*1*n1p2 as /boot/efi and groub-efi is > installed there. > > I like to also install grub-efi on /dev/nvme*0*n1p1 t

grub-efi install on multiple ESPs.

2023-12-23 Thread Ram Ramesh
/nvme1n1p3  = 7mb 8300 (Linux RAID) I am currently using /dev/nvme*1*n1p2 as /boot/efi and groub-efi is installed there. I like to also install grub-efi on /dev/nvme*0*n1p1 to mimic RAID1. My Google search does not give me a clear way to do it. There are a lot explanation on how certain things

Re: Boot an EFI system with QEMU

2023-04-25 Thread Steve McIntyre
le202302/OvmfPkg/OvmfPkgX64.fdf -smp 2 -m 2G /dev/sda >This will just give me a QEMU error message ("could not load PC BIOS"). Is it >possible to boot an EFI system with QEMU without downloading a custom firmware >file, i.e. is there a Debian package providing this functionality?

Re: Boot an EFI system with QEMU

2023-04-25 Thread Nicolas George
Valentin Caracalla (12023-04-25): > thanks a lot for the tip! However, I'm a complete novice when it comes to > running custom firmware in QEMU. I just tried the following: > > 1.: Download the latest EDK2 release from Github: I could boot a VM with a UEFI bootloader using only files packaged by

Boot an EFI system with QEMU

2023-04-25 Thread Valentin Caracalla
Hello Steve, thanks a lot for the tip! However, I'm a complete novice when it comes to running custom firmware in QEMU. I just tried the following: 1.: Download the latest EDK2 release from Github: https://github.com/tianocore/edk2/archive/refs/tags/edk2-stable202302.tar.gz 2.: Extract the OVM

Re: graphic cards was efi problem

2023-04-24 Thread songbird
mick.crane wrote: ... > on reboot after installation of bookworm PC says no OS found. you'd have to check the installer logs in /var/log/installer (for that install) to see where it failed. > Changed Dell f2/f12 menu to boot legacy CDrom and bookworm installation > succeeds, has automagically

Boot from iso (was: Re: efi problem)

2023-04-24 Thread Max Nikulin
On 24/04/2023 01:38, Charles Curley wrote: On Sun, 23 Apr 2023 16:34:03 - (UTC) Curt wrote: Install grml-rescueboot I just tried it. It may work with a grml CD ISO; I didn't try it. The code builds the grub.cfg entry correctly, and that works. But grub refused to boot the debian netinst

Re: efi problem

2023-04-24 Thread Curt
On 2023-04-23, Charles Curley wrote: > On Sun, 23 Apr 2023 16:34:03 - (UTC) > Curt wrote: > >> Install grml-rescueboot > > I just tried it. It may work with a grml CD ISO; I didn't try it. The > code builds the grub.cfg entry correctly, and that works. But grub > refused to boot the debian ne

Re: graphic cards was efi problem

2023-04-24 Thread mick.crane
On 2023-04-24 10:23, David Christensen wrote: On 4/22/23 22:07, mick.crane wrote: Dell Precision T3600 I assume this is the computer for the subject thread. I couldn't make head nor tail of the Dell f2/f12 boot options. installed bullseye and all was stable at 800x600 but with no options to

Re: graphic cards was efi problem

2023-04-24 Thread David Christensen
ion Beginning Name ESP Use as EFI System Partition Bootable flag on -> Done setting up the partition -> 59.0 GB FREE SPACE -> Create a new

Re: graphic cards was efi problem

2023-04-23 Thread mick.crane
On 2023-04-23 20:56, mick.crane wrote: Please be considerate of us oldies who struggle with the technology. I successfully booted from the CD and reinstalled Debian. The purpose for doing this was that I was having pixel glitches on the monitor and some freezes. Thinking anything I've done that m

Re: graphic cards was efi problem

2023-04-23 Thread mick.crane
On 2023-04-23 20:21, David Christensen wrote: On 4/23/23 12:56, mick.crane wrote: Please be considerate of us oldies who struggle with the technology. I successfully booted from the CD and reinstalled Debian. The purpose for doing this was that I was having pixel glitches on the monitor and som

Re: graphic cards was efi problem

2023-04-23 Thread Felix Miata
mick.crane composed on 2023-04-23 20:56 (UTC+0100): > I wondered if there is some way to examine graphics card memory and mark > as bad or something. Marking sections of VRAM bad isn't something I've ever heard of doing. If you have a discrete graphics card rather than one included in motherboa

Re: graphic cards was efi problem

2023-04-23 Thread David Christensen
On 4/23/23 12:56, mick.crane wrote: Please be considerate of us oldies who struggle with the technology. I successfully booted from the CD and reinstalled Debian. The purpose for doing this was that I was having pixel glitches on the monitor and some freezes. Thinking anything I've done that mig

Re: efi problem

2023-04-23 Thread Charles Curley
On Sun, 23 Apr 2023 15:15:22 -0400 songbird wrote: > that's my thoughts at this point. hope you will make better > progress on this soon. :) No worries. I have USB sticks, CD-RWs, etc. I just did the experiment to see how well it worked. Thanks for the thoughts, though. -- Does anybody rea

graphic cards was efi problem

2023-04-23 Thread mick.crane
Please be considerate of us oldies who struggle with the technology. I successfully booted from the CD and reinstalled Debian. The purpose for doing this was that I was having pixel glitches on the monitor and some freezes. Thinking anything I've done that might be causing that will be eradicate

Re: efi problem

2023-04-23 Thread songbird
Charles Curley wrote: > On Sun, 23 Apr 2023 16:34:03 - (UTC) > Curt wrote: > >> Install grml-rescueboot > > I just tried it. It may work with a grml CD ISO; I didn't try it. The > code builds the grub.cfg entry correctly, and that works. But grub > refused to boot the debian netinst image I pr

Re: efi problem

2023-04-23 Thread Charles Curley
On Sun, 23 Apr 2023 16:34:03 - (UTC) Curt wrote: > Install grml-rescueboot I just tried it. It may work with a grml CD ISO; I didn't try it. The code builds the grub.cfg entry correctly, and that works. But grub refused to boot the debian netinst image I provided. -- Does anybody read sign

Re: efi problem

2023-04-23 Thread Curt
On 2023-04-22, mick.crane wrote: >> DdB > This sounds encouraging. > Any idea what the correct manifestation would be to get the PC to boot > the debian installer CD? > What as wrong with boot from CD, disk 1, disk 2, some convoluted network > connection? > > Install grml-rescueboot sudo apt

Re: efi problem

2023-04-23 Thread songbird
of everything I >>> think. >>> Just to see if it's maybe a driver issue. >>> Thing is I can't get the f12 options screen of the PC to let me boot >>> from a CD in this EFI mode what's grub done. >>> How can I boot from CD in this EFI mode?

Re: efi problem

2023-04-23 Thread Max Nikulin
On 23/04/2023 12:07, mick.crane wrote: root@pumpkin:/home/mick# efibootmgr BootCurrent: 0007 Timeout: 1 seconds BootOrder: 0008,,000A,0003,0004,0007,0001,0002 - Boot0007* debian Boot0008* CD/DVD/CD-RW Drive ... Is there some way I can say "boot Boot0008 please"? BootOrde

Re: efi problem

2023-04-22 Thread mick.crane
ue. Thing is I can't get the f12 options screen of the PC to let me boot from a CD in this EFI mode what's grub done. How can I boot from CD in this EFI mode? what does efibootmgr say when you run it from the root prompt? mine lists the CD drive and if i change the boot order to pu

Re: efi problem

2023-04-22 Thread David Wright
all the OS as I've got copies of everything > > > I think. > > > Just to see if it's maybe a driver issue. > > > Thing is I can't get the f12 options screen of the PC to let me boot > > > from a CD in this EFI mode what's grub done. > > >

Re: efi problem

2023-04-22 Thread songbird
can't get the f12 options screen of the PC to let me boot > from a CD in this EFI mode what's grub done. > How can I boot from CD in this EFI mode? what does efibootmgr say when you run it from the root prompt? mine lists the CD drive and if i change the boot order to p

Re: efi problem

2023-04-22 Thread Felix Miata
mick.crane composed on 2023-04-22 18:30 (UTC+0100): > Thing is I can't get the f12 options screen of the PC to let me boot > from a CD in this EFI mode what's grub done. > How can I boot from CD in this EFI mode? Are you sure it's supposed to be F12 on yours?

Re: efi problem

2023-04-22 Thread Andrew M.A. Cater
ll the OS as I've got copies of everything I think. > > Just to see if it's maybe a driver issue. > > Thing is I can't get the f12 options screen of the PC to let me boot > > from a CD in this EFI mode what's grub done. > > How can I boot from CD in this E

Re: efi problem

2023-04-22 Thread DdB
Am 22.04.2023 um 21:01 schrieb mick.crane: > Any idea what the correct manifestation  would  be to get the PC to boot > the debian installer CD? Without checking your CPU and general hardware, it would be dangerous to speculate as of what you need. But to give at least one hint to you, i'll copy f

Re: efi problem

2023-04-22 Thread Mark Allums
g I think. Just to see if it's maybe a driver issue. Thing is I can't get the f12 options screen of the PC to let me boot from a CD in this EFI mode what's grub done. How can I boot from CD in this EFI mode? mick My neighbor has an old laptop without a CD drive. But there is a lin

Re: efi problem

2023-04-22 Thread mick.crane
maybe a driver issue. Thing is I can't get the f12 options screen of the PC to let me boot from a CD in this EFI mode what's grub done. How can I boot from CD in this EFI mode? mick My neighbor has an old laptop without a CD drive. But there is a linux running (ubuntu). So what i di

Re: efi problem

2023-04-22 Thread mick.crane
maybe a driver issue. Thing is I can't get the f12 options screen of the PC to let me boot from a CD in this EFI mode what's grub done. How can I boot from CD in this EFI mode? mick My neighbor has an old laptop without a CD drive. But there is a linux running (ubuntu). So what i di

Re: efi problem

2023-04-22 Thread David Wright
ybe a driver issue. > Thing is I can't get the f12 options screen of the PC to let me boot > from a CD in this EFI mode what's grub done. > How can I boot from CD in this EFI mode? You try other keys besides F12. You tap them repeatedly after turning on. You try them in com

Re: efi problem

2023-04-22 Thread David Christensen
x27;t get the f12 options screen of the PC to let me boot from a CD in this EFI mode what's grub done. How can I boot from CD in this EFI mode? mick Without knowing the make and model of the computer, it is difficult to offer specific advice. When you power up the computer, there sh

Re: efi problem

2023-04-22 Thread DdB
ssue. > Thing is I can't get the f12 options screen of the PC to let me boot > from a CD in this EFI mode what's grub done. > How can I boot from CD in this EFI mode? > > mick > > My neighbor has an old laptop without a CD drive. But there is a linux running (ub

efi problem

2023-04-22 Thread mick.crane
PC to let me boot from a CD in this EFI mode what's grub done. How can I boot from CD in this EFI mode? mick

  1   2   3   >