Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]ARM系统版本需支持 #34

Open
xujinshuai opened this issue Sep 9, 2021 · 1 comment
Open

[FEATURE]ARM系统版本需支持 #34

xujinshuai opened this issue Sep 9, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@xujinshuai
Copy link

xujinshuai commented Sep 9, 2021

请描述您的需求或者改进建议.

系统版本:
centos7.8(aarch64)

请描述你建议的实现方案
1.目安装的方法(grub.cfg)
set default="0"
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
}
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2

set timeout=10

BEGIN /etc/grub.d/10_linux

menuentry 'Aarch PXE' --class red --class gnu-linux --class gnu --class os {
set root=(tftp,172.44.104.13)
linux /vmlinuz ro inst.geoloc=0 console=ttyAMA0 console=tty0 rd.iscsi.waitnet=0 ip=dhcp inst.repo=http://172.44.104.13/aarch/centos/7.8/os/arch inst.ks=http://172.44.104.13/aarch/7.8/os/arch/anaconda-ks.cfg rd.debug rd.udev.debug systemd.log_level=debug
initrd /squashfs.img
}
2.dhcp指令
if option arch != 00:00 {
#filename "pxelinux.efi";
filename "grubaa64.efi.bak";
}
3.测试环境:服务器硬件宝德(S920X00)
线上有浪潮、曙光

@xujinshuai xujinshuai added the enhancement New feature or request label Sep 9, 2021
@zhangdahai112
Copy link
Contributor

已经收到您的需求!我们后面排期去做!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants