Skip to content
forked from rhboot/grub2

A slightly edited grub2 for tablets

License

Notifications You must be signed in to change notification settings

YourDroid/grub2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Grub2 but it's edited so it can be used on tablets that doesn't have an "enter" key.
The "volume up" key functions as the "enter" key and the "volume down" functions as the "down" key. 
And after the pointer reaches the end of the list, it goes to the first entry. 
Now there is a delay (250ms) after every time menu cursor changes its position beacause volume keys originally move cursor too fast

These are the commands I used with grub-mkimage:
grub-mkimage -O x86_64-efi -o bootx64.efi -p "" --config=init.cfg part_gpt part_msdos ntfs ntfscomp hfsplus fat ext2 normal chain boot configfile linux multiboot ls cat echo configfile search search_fs_file search_fs_uuid search_label usb
grub-mkimage -O i386-efi -o bootia32.efi -p "" --config=init.cfg part_gpt part_msdos ntfs ntfscomp hfsplus fat ext2 normal chain boot configfile linux multiboot ls cat echo configfile search search_fs_file search_fs_uuid search_label usb

About

A slightly edited grub2 for tablets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.3%
  • Assembly 4.4%
  • Shell 1.5%
  • Objective-C 1.4%
  • C++ 1.1%
  • M4 0.8%
  • Other 1.5%