[install-hyperbola] support ASUS
This commit is contained in:
34
install-hyperbola/asus/grub.cfg
Normal file
34
install-hyperbola/asus/grub.cfg
Normal file
@@ -0,0 +1,34 @@
|
||||
insmod part_gpt
|
||||
insmod part_msdos
|
||||
insmod fat
|
||||
insmod efi_gop
|
||||
insmod efi_uga
|
||||
insmod video_bochs
|
||||
insmod video_cirrus
|
||||
insmod font
|
||||
|
||||
if loadfont "${prefix}/fonts/unicode.pf2" ; then
|
||||
insmod gfxterm
|
||||
set gfxmode="1024x768x32;auto"
|
||||
terminal_input console
|
||||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
menuentry "Hyperbola GNU/Linux-libre x86_64" {
|
||||
set gfxpayload=keep
|
||||
search --no-floppy --set=root --label HYPER_v029
|
||||
echo 'Loading linux-libre-lts kernel...'
|
||||
linux /hyperbola/boot/x86_64/vmlinuz archisobasedir=hyperbola hyperisolabel=HYPER_v029 add_efi_memmap
|
||||
echo 'Cargando imagen de memoria inicial...'
|
||||
initrd /hyperbola/boot/x86_64/hyperiso.img
|
||||
}
|
||||
|
||||
menuentry "UEFI Shell x86_64 v2" {
|
||||
search --no-floppy --set=root --label HYPER_v029
|
||||
chainloader /EFI/shellx64_v2.efi
|
||||
}
|
||||
|
||||
menuentry "UEFI Shell x86_64 v1" {
|
||||
search --no-floppy --set=root --label HYPER_v029
|
||||
chainloader /EFI/shellx64_v1.efi
|
||||
}
|
||||
Reference in New Issue
Block a user