求助帖:ubuntu22.10 auto install user-data配置了为何还需要选择语言键盘(如何全自动)

0-现象:配置好autoinstll的PXE与user-data文件安装过程仍然要人工选语言、键盘等,非全自动;------

1.硬件环境:x86_64机器 + U盘(/dev/sda);

2.软件环境:DHCP+PXE启动做好grub与pxe的autoinstall相关文件:

3.user-data文件为人工安装一遍后获取的响应文件------/var/log/installer/autoinstall-user-data

  • #cloud-config
    autoinstall:
    apt:
    disable_components: []
    geoip: true
    preserve_sources_list: false
    primary:
    • arches:
    • amd64
    • i386
      uri: Index of /ubuntu/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror
    • arches:
    • default
      uri: Index of /ubuntu-ports
      drivers:
      install: false
      identity:
      hostname: teamol
      password: 66GNI6HlrvEIhotl6$44incWozQaCm.HAnAI1onwZ42cLt1n/rNOHoUdzbtUjg6.utJq1.1FeBhBlgod1M7YgRts5vnmmP4RK1sg59i1
      realname: teamol
      username: teamol
      kernel:
      package: linux-generic
      keyboard:
      layout: us
      toggle: null
      variant: ''
      locale: en_US.UTF-8
      network:
      ethernets:
      enx00e04c6803e3:
      dhcp4: true
      enx4ec197e4f6ae:
      dhcp4: true
      enxe2015072449b:
      critical: true
      dhcp-identifier: mac
      dhcp4: true
      version: 2
      source:
      id: ubuntu-server
      search_drivers: false
      ssh:
      allow-pw: true
      authorized-keys: []
      install-server: true
      storage:
      config:
    • ptable: gpt
      serial: USB_SanDisk_3.2Gen1_0101025e7ed32c68c0797f41acfb4a5b9fb7c1daaf35c7ca0750772f90e0d081e4ea000000000000000000001a55885c0002530091558107952a45ec-0:0
      path: /dev/sda
      wipe: superblock-recursive
      preserve: false
      name: ''
      grub_device: false
      type: disk
      id: disk-sda
    • device: disk-sda
      size: 1127219200
      wipe: superblock
      flag: boot
      number: 1
      preserve: false
      grub_device: true
      offset: 1048576
      type: partition
      id: partition-0
    • fstype: fat32
      volume: partition-0
      preserve: false
      type: format
      id: format-0
    • device: disk-sda
      size: 2147483648
      wipe: superblock
      number: 2
      preserve: false
      grub_device: false
      offset: 1128267776
      type: partition
      id: partition-1
    • fstype: ext4
      volume: partition-1
      preserve: false
      type: format
      id: format-1
    • device: disk-sda
      size: 58253639680
      wipe: superblock
      number: 3
      preserve: false
      grub_device: false
      offset: 3275751424
      type: partition
      id: partition-2
    • name: ubuntu-vg
      devices:
    • partition-2
      preserve: false
      type: lvm_volgroup
      id: lvm_volgroup-0
    • name: ubuntu-lv
      volgroup: lvm_volgroup-0
      size: 29125246976B
      wipe: superblock
      preserve: false
      type: lvm_partition
      id: lvm_partition-0
    • fstype: ext4
      volume: lvm_partition-0
      preserve: false
      type: format
      id: format-2
    • path: /
      device: format-2
      type: mount
      id: mount-2
    • path: /boot
      device: format-1
      type: mount
      id: mount-1
    • path: /boot/efi
      device: format-0
      type: mount
      id: mount-0
      updates: security
      version: 1
相关推荐
Johny_Zhao25 分钟前
CentOS Stream 9上部署FTP应用服务的两种方法(传统安装和docker-compose)
linux·网络安全·信息安全·kubernetes·云计算·containerd·ftp·yum源·系统运维
守望时空331 小时前
RustDesk搭建指南
linux
C++ 老炮儿的技术栈1 小时前
在 Scintilla 中为 Squirrel 语言设置语法解析器的方法
linux·运维·c++·git·ubuntu·github·visual studio
白鹭2 小时前
基于LNMP架构的分布式个人博客搭建
linux·运维·服务器·网络·分布式·apache
java叶新东老师2 小时前
linux 部署 flink 1.15.1 并提交作业
linux·运维·flink
程序员JerrySUN3 小时前
Linux系统架构核心全景详解
linux·运维·系统架构
无敌的牛3 小时前
Linux文件理解,基础IO理解
linux·运维·服务器
未来之窗软件服务3 小时前
跨平台 WebSocket 服务器的设计与实现 —— 基于.NET 8 的跨操作系统解决方案linux,macos,windows——开发工具
linux·服务器·websocket·仙盟创梦ide·东方仙盟
杰哥的狗4 小时前
nacos连接失败,启动失败常见问题
linux·docker
Jackilina_Stone4 小时前
【faiss】用于高效相似性搜索和聚类的C++库 | 源码详解与编译安装
android·linux·c++·编译·faiss