search: Support searching for partition UUID with --part-uuid

2020-11-03 Thread Dmitry
=c7cb11b2198a07098143ecc67b19497ba25df28f Usage: search -p "${partuuid}" -s my_dev or search --part-uuid "${partuuid}" -s my_dev Thanks, Dmitry From 881c84d01113be1406f25a0cf00b494ae100ee1c Mon Sep 17 00:00:00 2001 From: reagentoo Date: Fri, 30 Oct 2020 12:21:24 +0300 Sub

Re: [PATCH] Cryptomount support for key files and detached header

2020-11-08 Thread Dmitry
yfile-offset and keyfile-size options I suggest to introduce this options in separate patches. Yes, maybe you variant to pass the pointer and size (correct me if I am wrong) to luks2_recover_key is better of files. But then you need to think in advance how to add master-key option. Dmitry пн, 9

Re: [PATCH] Cryptomount support for key files and detached header

2020-11-09 Thread Dmitry
And it seems the next function can be used to allow keyfile-offset and keyfile-size: file.h: grub_file_t grub_file_offset_open (grub_file_t parent, enum grub_file_type type, grub_off_t start, grub_off_t size); So only grub_cmd_cryptomount can be modified for this. Dmitry пн, 9 нояб. 2020 г

Re: [PATCH] Cryptomount support for key files and detached header

2020-11-09 Thread Dmitry
вт, 10 нояб. 2020 г. в 00:34, Glenn Washburn : > > On Mon, 9 Nov 2020 10:56:51 +0300 > Dmitry wrote: > > > Thanks for feedback. First of all I think it's preferable to introduce > > the master-key option at the beginning. Because I see no point for a > > user to

Re: [PATCH] search: Support searching for GPT partition label with --part-label

2020-11-23 Thread Dmitry
FYI Previous related/similar patch https://lists.gnu.org/archive/html/grub-devel/2020-11/msg00011.html Thanks, Dmitry вт, 24 нояб. 2020 г. в 01:08, Daniel Wagenknecht : > > GPT partitions have a name property that is useable for identifying the > partition in Linux via root=PARTLA

Re: [PATCH v3 1/3] cryptodisk: make the password getter and additional argument to recover_key

2020-12-31 Thread Dmitry
t; + grub_cryptodisk_t crypt, > + grub_passwd_cb *password_get) Do you have any thoughts for the future if we want to add luks header and master key passing to this function? I'm using my own branch where I added this in a trivial way: static grub_err_

Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup

2021-01-19 Thread Dmitry
Please try to build only for the "efi-64" platform. (not "pc") Dmitry вт, 19 янв. 2021 г. в 03:08, Petr Vorel : > > Hi Patrick, > > I know that this patchset needs some changes and is not planned to be included > in 2.06. But anyway, testing it I found: >

Re: [PATCH v8 3/7] cryptodisk: enable the backends to implement detached headers

2022-01-04 Thread Dmitry
> > > /* File holding encryption key for encrypted ZFS. */ > > > GRUB_FILE_TYPE_ZFS_ENCRYPTION_KEY, > > > +/* File holding the encryption metadata header */ > > > +GRUB_FILE_TYPE_CRYPTODISK_DETACHED_HEADER, > > > /* File we open n grub-fstest. */ > > > GRUB_FILE_TYPE_FSTEST, > > > /* File we open n grub-mount. */ > > > > Dmitry > ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH v8 3/7] cryptodisk: enable the backends to implement detached headers

2022-01-04 Thread Dmitry
ср, 5 янв. 2022 г. в 01:57, Dmitry : > > > ср, 5 янв. 2022 г. в 01:07, Glenn Washburn : > >> On Tue, 4 Jan 2022 15:42:22 -0600 >> Glenn Washburn wrote: >> >> I'm generally very pro-flexibility, but I'm not sure I like this from a >> user

Re: [PATCH v8 3/7] cryptodisk: enable the backends to implement detached headers

2022-01-04 Thread Dmitry
ср, 5 янв. 2022 г. в 02:30, Dmitry : > > > ср, 5 янв. 2022 г. в 01:57, Dmitry : > >> >> >> ср, 5 янв. 2022 г. в 01:07, Glenn Washburn : >> >>> On Tue, 4 Jan 2022 15:42:22 -0600 >>> Glenn Washburn wrote: >>> >>> I'm

grub 0.97 and squashfs

2010-04-07 Thread Dmitry Baryshev
Hello. I'm using grub 0.97 with some work made for squashfs support. It can read data from squash partitions. I have one separate small ext2 partition for all grub data. It stores menu.lst, stage* files and so on. Menu.lst points to squashfs parttions. I can call grub-install with this ext2 partit

Re: 3. Re: LiveCD bootloader

2010-09-15 Thread Dmitry Ilyin
I guess it is possible to chainload to real cdrom in your drive same way we chainload to windows partition, you can also use script (grub or lua) to determine that your drive is not empty and show chainload menu entry. Or if you cannot chainload perhaps you could boot this (maybe with memdisk fr

Re: Grub2 Install Image

2010-09-28 Thread Dmitry Ilyin
> > Hello all, > Is there an install disk image for Grub2 as there was for Grub Legacy? I find > it hard to install Grub2 onto a VMWare partition. If not, is there another way > to do this? I'm doing this from a machine running Win7. It's very easy, just boot your virtual machine from cd image.

Several ideas about grub2.

2010-09-28 Thread Dmitry Ilyin
1. Implementation of some progress bar for file reading Loading files from slow flash or network can sometimes take up to several minutes (Linux initramfs could be about 100Mb). And i'm thinking about some progress meter for file loading. It could be print dot per megabyte, percent or 34/76Mb

Re: Again: Future of grub commands setup and install ?

2010-11-04 Thread Dmitry Ilyin
25.10.2010 12:20, Treutwein Bernhard пишет: about 1.5 months ago, I asked about the "Future of grub commands setup and install" (sorrily I have put that thread below some other thread), see: http://lists.gnu.org/archive/html/grub-devel/2010-09/msg00096.html The reason for asking is that I rarely

Re: grub-cd

2010-12-11 Thread Dmitry Ilyin
10.12.2010 13:18, thanos migosch пишет: Original-Nachricht Datum: Tue, 07 Dec 2010 14:53:19 +0100 Von: "thanos migosch" An: help-g...@gnu.org Betreff: cd I am missing a tutorial for making a "Grub-CD" which is useful because 1. its big enough to save your (unpacked)kernel on it