甲骨文选了默认的Oracle-Linux-7.7-2019.09.25-0怎么重装,v佬的脚本和MeowLove大佬的脚本。都是提示Not Found grub
MeowLove大佬的裸機系統部署平台,bash ~/Network-Reinstall-System-Modify.sh -CXT_Bare-metal_System_Deployment_Platform也是提示 Not Found grub
这就没救了?
内蒙古网友:这边建议您 删机重开
甘肃网友:
- grub2-mkconfig -o /boot/grub2/grub.cfg
复制代码
青海网友:大佬牛B
福建网友:大佬牛X ,先用了你这个命令再跑V佬的脚本 现在在装了
贵州网友:这个命令脚本具体啥用途,啥含义?
台湾网友:ORACLE-LINUX是redhat7.7
这里有重装为Centos7的代码
直接复制回车就行(只支持默认系统)
- yum -y install wget vim lsof net-tools
- cat << EOF >/boot/Reinstall.sh
- #!/bin/bash
- rm -rf /boot/initrd77.img /boot/vmlinuz77
- wget -P /boot/ http://vault.centos.org/7.2.1511/os/x86_64/images/pxeboot/initrd.img -O /boot/initrd77.img
- wget -P /boot/ http://vault.centos.org/7.2.1511/os/x86_64/images/pxeboot/vmlinuz -O /boot/vmlinuz77
- cat << EOFEOF>/etc/grub.d/40_custom
- #!/bin/sh
- exec tail -n +3 \\\$0
- # This file provides an easy way to add custom menu entries. Simply type the
- # menu entries you want to add after this comment. Be careful not to change
- # the ‘exec tail’ line above.
- menuentry "VNCInstallCentos7" {
- set root='(hd0,gpt3)’
- linuxefi /boot/vmlinuz77 inst.vnc inst.vncpassword=12345678 inst.headless ip=dhcp nameserver=114.114.114.114 inst.repo=http://vault.centos.org/7.2.1511/os/x86_64/ inst.lang=en_US inst.keymap=us
- initrdefi /boot/initrd77.img
- }
- EOFEOF
- #sed -i ‘s/GRUB_DEFAULT=saved/g’ /etc/default/grub
- grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
- grub2-reboot VNCInstallCentos7
- reboot
- EOF
- bash /boot/Reinstall.sh
复制代码
河南网友:脚本是能跑了,但是跑完重启还是老的系统。
宁夏网友:这个如果能装完的话 默认密码是什么
澳门网友:用VNC客户端 ip:1 vnc密码12345678 然后自己分区点击安装输入密码
贵州网友:用VNC客户端 ip:1 vnc密码12345678 然后自己分区点击安装输入密码
海南网友:这是CENTOS官方安装的脚本,VNC端口是CENTOS内部定的 就像你说的 把5900替换成1就行了
福建网友:这个跟centos一样的,现在还没有一个可以DD的,只能分离搞
河南网友:最终分离搞好了。。。
湖北网友:删除重开,多么简单的事。
广东网友:删了重开,现在这么好刷到机