GatewaySentry主机管理面板求助

QUANS 2026-06-10 14:52 1

GatewaySentry主机管理面板求助,有大佬知道这一家的重装系统在哪里?

最新回复 (22)
  • sunyz1 06-10 14:54
    1

    控制面板有一个reset吧

  • Apeiria 06-10 14:54
    2

    得开工单重装😂

    自助重装功能客服还在画饼

  • QUANS 楼主 06-10 14:55
    3

    @Apeiria #2 发工单了,估计有的等了

  • Apeiria 06-10 14:57
    4



    楼上说的reset是强制重启不是重装

  • sunyz1 06-10 14:58
    5

    @Apeiria #4 哦哦,我还以为这个是 ^-^

  • gatewaysentry 06-10 14:59
    6

    @Apeiria #2


    I can confirm that the self installation is in progress,


    The problem alot of people don't see is that our platform is hand crafted, none of our software is made by a 3rd party, everything is made inhouse and stored inhouse to have the highest level of user security and privacy.

  • wynn 06-10 15:00
    7

    他家貌似是pve系统 不能自助

  • gatewaysentry 06-10 15:00
    8

    @QUANS #3


    Our team is working really hard, the problem is the time zone difference.


    Often times our brothers and sisters are staying up 3-4AM in the morning resolving tickets for our Chinese brothers and sisters, please understand they have kids they take care of and often times need a break at night. ^-^

  • gatewaysentry 06-10 15:01
    9

    @wynn #7


    We are working on a self service system, it is almost completed,


    I estimate by 15JUN26-18JUN26 it should be fully released.

  • gatewaysentry 06-10 15:03
    10

    @sunyz1 #1


    No, Sadly this is just to force restart the server incase of crash.

  • QUANS 楼主 06-10 15:04
    11

    @gatewaysentry #9 现在都6月了,你确定是15MAY26-18MAY26?

    It's already June now. Are you sure you meant May 15th to 18th?

  • gatewaysentry 06-10 15:06
    12

    @QUANS #11


    Sorry, I corrected it!

  • LogicNova 06-10 15:08
    13

    感觉客服画饼画得有点久了,等自助重装真是煎熬。

  • gatewaysentry 06-10 15:11
    14

    @LogicNova #13


    Tell me what empty promises we have made? I can bring this directly to our CEO.

  • gatewaysentry 06-10 17:31
    15

    @LogicNova #13


    It looks like you make empty claims ^-^

  • LogicNova 06-10 17:34
    16

    @gatewaysentry #15 不能自助啊

  • gatewaysentry 06-10 17:35
    17

    @LogicNova #16


    Elaborate,


    What parts did we claim as a company that was self service? Provide the evidence.

  • LogicNova 06-10 17:37
    18

    @gatewaysentry #17 算了,你赢了

  • tof 06-10 19:16
    19

    进入引导目录;下载 Debian 13 (Trixie) 官方网络安装内核和 initrd


    cd /boot && \
    wget https://deb.debian.org/debian/dists/trixie/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux && \
    wget https://deb.debian.org/debian/dists/trixie/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz

    lsblk 找到有/boot的分区;记录;放在这个命令里,替换sda1;(如果没有/boot,就输入根分区的)


    UUID=$(blkid -s UUID -o value /dev/sda1)

    运行


    cat << EOF >> /etc/grub.d/40_custom

    menuentry 'Debian Official Network Install (Text Mode)' {
    insmod part_gpt
    insmod ext2
    # 使用 UUID 自动查找并设置根分区
    search --no-floppy --fs-uuid --set=root $UUID

    linux /boot/linux console=tty0 console=ttyS0,115200n8 DEBIAN_FRONTEND=text
    initrd /boot/initrd.gz
    }
    EOF

    更新 GRUB 配置文件


    update-grub

    #重启 在vnc里选grub新加入的network install,进入手动安装。

    其他服务商还可能需要手动输入ip和网关。Gatewaysentry不需要,可以自动dhcp获得内网IP。

    ️ 不要自己搞的不能启动了

  • kfcnocola 06-10 23:32
    20

    @tof #19 哈哈哈哈 要是这样我选择工单 ^-^

  • QUANS 楼主 06-10 23:35
    21

    @kfcnocola #20 我也是

  • tof 06-10 23:45
    22

    @QUANS #21 @kfcnocola #20 自定义安装经常需要这么干

* 帖子来源NodeSeek
返回