Enviado em 18/02/2019 - 18:50h
Estou tentando configurar o arquivo de boot (efidefault). Porém está dando erro. Alguém poderia ajudar ? Segue o arquivo abaixo:
default=0
timeout=1
splashimage=(nd)/splash.xpm.gz
hiddenmenu
#title RHEL6.10 kickstart
title Red Hat Enterprise Linux 6.10
kernel /rhel6.10-x86_64/vmlinuz ks=http://10.10.10.1/maquina.cfg
initrd /rhel6.10-x86_64/initrd.img
title Install system with basic video driver
kernel /rhel6.10-x86_64/initrd.img nomodeset askmethod
initrd /rhel6.10-x86_64/initrd.img
title rescue
kernel /rhel6.10-x86_64/initrd.img rescue askmethod
initrd /rhel6.10-x86_64/initrd.img
O que está faltando ??
default=0
timeout=1
splashimage=(nd)/splash.xpm.gz
hiddenmenu
#title RHEL6.10 kickstart
title Red Hat Enterprise Linux 6.10
kernel /rhel6.10-x86_64/vmlinuz ks=http://10.10.10.1/maquina.cfg
initrd /rhel6.10-x86_64/initrd.img
title Install system with basic video driver
kernel /rhel6.10-x86_64/initrd.img nomodeset askmethod
initrd /rhel6.10-x86_64/initrd.img
title rescue
kernel /rhel6.10-x86_64/initrd.img rescue askmethod
initrd /rhel6.10-x86_64/initrd.img
O que está faltando ??