search for: efi_gop

Displaying 9 results from an estimated 9 matches for "efi_gop".

Did you mean: efi_copy
2020 May 18
2
Menu rotation
Hi, FrameBuffer has the option "fbcon=rotate:1". Could a similar functionality be implemented in the video driver (VBE?) that is used by Syslinux? Is it legal to copy that code from the FBCon portion into the Syslinux video driver portion? If so, where should I start looking? Thanks for all your help. SS On Fri, May 15, 2020 at 7:15 AM Jane Todoroski <jane.todoroski at
2012 Aug 11
5
UEFI support in Xen
Hi all! I am having troubles with booting Xen with grub2 in UEFI mode. Does Xen support this configuration? Are there any specific settings? _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2019 Sep 25
1
USB of ISO image
Hi I did the dd iso to my USB. all is fine. I can mount the second partition (which is not iso 9660) and edit the grub.cfg file. Question is what do I run after that so my new menu option appears ? grub2-install /dev/sdd Is that the correct command to get grub to notice my new file ? Assuming sdd is the USB disk of course. Thanks, jerry
2013 Jun 26
1
[PATCH] pygrub: add fedora 19 grub.cfg example
...ev_saved_entry + set boot_once=true +fi + +function savedefault { + if [ -z "${boot_once}" ]; then + saved_entry="${chosen}" + save_env saved_entry + fi +} + +function load_video { + if [ x$feature_all_video_module = xy ]; then + insmod all_video + else + insmod efi_gop + insmod efi_uga + insmod ieee1275_fb + insmod vbe + insmod vga + insmod video_bochs + insmod video_cirrus + fi +} + +terminal_output console +set timeout=5 +### END /etc/grub.d/00_header ### + +### BEGIN /etc/grub.d/10_linux ### +menuentry ''Fedora, with Linux 3.9.6-301....
2013 Sep 22
0
UEFI boot - no console will be available to OS
...= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root=''hd0,gpt2'' if [ x$feature_platform_search_hint =...
2018 Feb 07
2
/dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?
...= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } terminal_output console if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # Fallback normal timeout code in case the timeout_style feature...
2013 Apr 12
7
Xen not seeing all the memory in the box
I''m running Xen 4.1 (4.1.3-3ubuntu1.3) on an Ubuntu 12.10 server with an AMD FX-8150 processor (8 cores) and 16 GB of RAM. When I boot the server, Xen sees only 3 GB of RAM (instead of 16 GB). If I try to create a domU with more than about 1.5 GB of RAM, the create fails with messages saying it "could not allocate memory for HVM guest". Here''s the output when I do
2016 Mar 07
0
Module Versioning
...\i386-efi\disk.mod (2.4 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\diskfilter.mod (10.0 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\div_test.mod (3.8 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\dm_nv.mod (1.9 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\echo.mod (2 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\efi_gop.mod (7.9 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\efi_uga.mod (4.6 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\efifwsetup.mod (1.6 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\efinet.mod (3.3 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\ehci.mod (15.5 KB) Extracting: F:\EFI\BOOT\grub\i386-efi\elf.mod (5.2...
2016 Mar 06
5
Module Versioning
On 3/3/2016 07:43, Pete Batard via Syslinux wrote: > [...] as far as I am concerned, 'A "version" such as "6.03" [is not] > enough'. [...] I'd like to help to improve Syslinux with regards to version-related concerns. Having typed that, perhaps we could discuss your (or Rufus') specific needs, in parallel? Do I understand correctly that the primary