小编use*_*808的帖子

预置时出现“无根文件系统”错误

我正在尝试执行 Ubuntu 服务器 (11.10) 的自动安装。我的分区方法在这里:

d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string lvm
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-lvm/device_remove_lvm_span boolean true
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-auto-lvm/new_vg_name string vg00
d-i partman-auto-lvm/guided_size string max
d-i partman/alignment select cylinder
d-i partman-auto/choose_recipe select boot-root
d-i partman-auto/expert_recipe string \
  boot-root ::                    \
    228 8000 256 ext2             \
      $primary{ }                     \
      $bootable{ }                \
      method{ format }            \
      format{ }                       \
      use_filesystem{ }               \
      filesystem{ ext2 }              \
      mountpoint{ /boot } .       \
    100 7000 …
Run Code Online (Sandbox Code Playgroud)

server partitioning preseed

9
推荐指数
1
解决办法
7785
查看次数

标签 统计

partitioning ×1

preseed ×1

server ×1