forked from rhboot/grub2
-
Notifications
You must be signed in to change notification settings - Fork 0
A slightly edited grub2 for tablets
License
YourDroid/grub2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
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%