我想知道是否有可能在 USB 驱动器上重新安装 ubuntu 服务器版本而无需重新启动。我有 LVM,我想在新的 LV 上安装新版本,然后更改 grub2,然后重新启动。
实际配置:
- LV root1410:Ubuntu 14.10.2(当前工作系统)
- LV root1504:Ubuntu 15.04(目标系统)
答案1
好的,我必须为 grub2 添加一个菜单项/etc/grub.d/40_custom
,然后运行update-grub
。我知道如何对简单分区执行此操作,但不知道如何使用mdadm
&lvm
组合执行此操作。
菜单项“Ubuntu 15.04 ISO”{ 设置 isofile="/home/serge/Downloads/ubuntu-15.04-desktop-amd64.iso" 环回循环(hd0,7)$isofile linux (循环)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile noprompt noeject initrd(循环)/casper/initrd.lz }