全球主机交流论坛

标题: 甲骨文 arm怎么方便的重装系统啊? [打印本页]

作者: 杜甫    时间: 2023-5-27 10:39
标题: 甲骨文 arm怎么方便的重装系统啊?
  1. (base) [root@instance-20230316-2041 ~]#  cat /etc/redhat-release
  2. Red Hat Enterprise Linux release 8.7 (Ootpa)
复制代码

  1. Linux instance-20230316-2041 5.15.0-6.80.3.1.el8uek.aarch64 #2 SMP Tue Jan 10 12:26:56 PST 2023 aarch64 aarch64 aarch64 GNU/Linux
复制代码


现在是这个版本。
作者: mrsiu    时间: 2023-5-27 10:40
dd
作者: 杜甫    时间: 2023-5-27 10:40
mrsiu 发表于 2023-5-27 10:40
dd

求链接
作者: vlin    时间: 2023-5-27 10:41
ARM只能DD了
作者: 杜甫    时间: 2023-5-27 10:42
vlin 发表于 2023-5-27 10:41
ARM只能DD了

东哥,怎么dd啊?

作者: vlin    时间: 2023-5-27 10:43
杜甫 发表于 2023-5-27 10:42
东哥,怎么dd啊?
  1. bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -u 20.04 -v arm64 --mirror http://archive.ubuntu.com/ubuntu -p "自定义root密码" -port "自定义ssh端口"
复制代码

作者: 杜甫    时间: 2023-5-27 10:46
vlin 发表于 2023-5-27 10:43
  1. # Check Dependence

  2. [ok]                ip
  3. [ok]                wget
  4. [ok]                awk
  5. [ok]                grep
  6. [ok]                sed
  7. [ok]                cut
  8. [ok]                cat
  9. [ok]                lsblk
  10. [ok]                cpio
  11. [ok]                gzip
  12. [ok]                find
  13. [ok]                dirname
  14. [ok]                basename
  15. [ok]                openssl

  16. # Install


  17. [Ubuntu] [focal] [arm64] Downloading...
  18. Error! read grub config!
  19. (base) [root@instance-20230316-2041 ~]
复制代码


这个不行。。。。
作者: vlin    时间: 2023-5-27 10:52
杜甫 发表于 2023-5-27 10:46
这个不行。。。。

再试试这个

  1. bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmware
复制代码

作者: 杜甫    时间: 2023-5-27 10:57
vlin 发表于 2023-5-27 10:52
再试试这个
  1. [Debian] [bullseye] [arm64] Downloading...
  2. Error! read grub config!
  3. (base) [root@instance-20230316-2041 ~]#
复制代码


也是这样子
作者: goldharp    时间: 2023-5-27 10:59
本帖最后由 goldharp 于 2023-5-27 11:00 编辑

甲骨文 dd debian 11

暂不支持 Oracle Linux 作为原系统。创建新机器时请选择 Ubuntu 20.04 或 18.04 系统模板(非 mini 版)。

  1. 1. 下载脚本
  2. curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh

  3. 2. 运行脚本
  4. arm 64
  5. ./debi.sh --architecture arm64 --version 11 --timezone Asia/Shanghai --bbr --ethx --dns '1.1.1.1 1.0.0.1' --user root --password 密码

  6. amd 64
  7. ./debi.sh --architecture amd64 --version 11 --timezone Asia/Shanghai --bbr --ethx --dns '1.1.1.1 1.0.0.1' --user root --password 密码

  8. 3. 以上都没报错的话,重启
  9. shutdown -r now

  10. 4. 过8分钟开机
复制代码

作者: 杜甫    时间: 2023-5-27 11:02
goldharp 发表于 2023-5-27 10:59
甲骨文 dd debian 11

暂不支持 Oracle Linux 作为原系统。创建新机器时请选择 Ubuntu 20.04 或 18.04 系统 ...

我这个估计是Oracle linux系统,那就不行了 只有删了重开
作者: vlin    时间: 2023-5-27 11:04
杜甫 发表于 2023-5-27 11:02
我这个估计是Oracle linux系统,那就不行了 只有删了重开

哪个区的龟壳?
作者: 杜甫    时间: 2023-5-27 11:05
vlin 发表于 2023-5-27 11:04
哪个区的龟壳?

韩国
作者: 我y零kk    时间: 2023-5-27 11:09
用efi引导netboot.xyz手动安装
作者: 天权璇玑    时间: 2023-5-27 11:12
用我脚本,处理Oracle linux引导很完善,能顺利重启

项目地址,欢迎 star,github 主页或私信反馈:  https://fd.vvwvv.eu.org/thread-1159839-1-1.html" target="_blank">https://fd.vvwvv.eu.org/thread-1159839-1-1.html
作者: 杜甫    时间: 2023-5-27 12:38
天权璇玑 发表于 2023-5-27 11:12
用我脚本,处理Oracle linux引导很完善,能顺利重启

项目地址,欢迎 star,github 主页或私信反馈:  http ...

运行后显示
  1. InstallNET.sh: line 617: apt: command not found
  2. Ksplice for Oracle Linux 8 (aarch64)               [                              ===             ] ---  B/s |   0  B     --:-- ETA
复制代码


卡了?
作者: 天权璇玑    时间: 2023-5-27 13:05
杜甫 发表于 2023-5-27 12:38
运行后显示

看下私信
作者: orwtmc    时间: 2023-5-27 13:31
用netboot啊
作者: zaodama    时间: 2023-5-27 14:00
@**璇玑 特地感谢一下,甲骨文ARM,DD debian10 成功
作者: 柳泊风    时间: 2023-5-27 14:23
萌咖的dd脚本
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmware
作者: zhongziso    时间: 2023-5-27 15:07
mark
作者: goldharp    时间: 2023-5-27 19:28
mark




欢迎光临 全球主机交流论坛 (https://fd.vvwvv.eu.org/) Powered by Discuz! X3.4