grub icon indicating copy to clipboard operation
grub copied to clipboard

Fork of GRUB 2 to add various features.

Results 15 grub issues
Sort by recently updated
recently updated
newest added

Zstd is well known for its high compression ratio, much faster decompression speed and lower CPU usage. Squashfs has already supported zstd compression for several years and now the newly...

GRUB does not create menu entries. I use grub2-mkconfig The created grub.cfg does not contain menu entries for three operating systems installed on the hard disk. Fedora 35 Fedora 36...

set timeout=3 set fallback=0 set default=1 menuentry "nor" { echo "0000000000000000000"; boot; read; } menuentry "noe" { echo "222222222222222222"; dfdasfasfas; boot; } menuentry "now" { echo "33333333333333333"; read; }

Under BIOS, `wimboot` command fails with `FATAL: no bootmgr.exe` for files larger than ~890MB.

bug

不是很明白这里为什么要加这个限制,如果需要支持,需要加什么逻辑? if (!file->device || !file->device->disk || file->device->disk->name[0] != 'h' || !file->device->disk->partition) { grub_error (GRUB_ERR_BAD_DEVICE, "this command is available only for disk devices"); goto fail; }

There seems to be a bug in the theme code. Please see... https://rmprepusb.blogspot.com/2020/05/new-large-font-theme-for-agfm-and.html [seven14LargeFont_theme.zip] Note the missing icon (second menu entry). The icon appears as soon as you move the...

bug

agFM does not boot on Dell XPS 13 7390 (standard laptop not 2in1). My guess is its related to this: https://www.reddit.com/r/pop_os/comments/dzluza/dell_xps_13_7390_wont_boot_from_usb/

bug
question

I have been trying using -f with wildcards in some .sh batch files with * and have been seeing errors or it just does not work sometimes. In this case...

Hi Team, I would like to report the following issue: agFM works perfectly so far on all PC-s, except Macs. When I booting to agFM I have keyboard issues (Integrated...

bug

http://reboot.pro/topic/22232-a1ives-grub2-and-file-manager-has-great-uefi-support/page-4#entry214031 A user's system sometimes detects an ENTER key scancode and so the default menu entry is immediately selected - this is when UEFI booting. The usual cause is that...