Sticking with the original topic, I’ve got myself into a bind.
Running a Yellow, with a CM5 w/eMMC & a NVMe. As @ogiewon mentioned, I initially installed the HAOS on the eMMC, then installed the NVMe and performed a ‘move-data-disk’, which as you illustrated caused the install to be split. HAOS is still installed on the eMMC, and the data disk is on the NVMe, which has caused some odd performance issues…
I already have backups of everything, so I’m not worried there.
I’d like to wipe both the eMMC & NVMe and just install HAOS on the NVMe only, and bypass the eMMC altogether. But I’m not seeing a guide on the nabucasa site on exactly how to-do that? Would anyone have any suggestions?
Here’s the output of my current lsblk
, it’s gross.
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 58.2G 0 disk
|-mmcblk0p1 179:1 0 32M 0 part /mnt/boot
|-mmcblk0p2 179:2 0 24M 0 part
|-mmcblk0p3 179:3 0 256M 0 part /
|-mmcblk0p4 179:4 0 24M 0 part
|-mmcblk0p5 179:5 0 256M 0 part
|-mmcblk0p6 179:6 0 8M 0 part
|-mmcblk0p7 179:7 0 96M 0 part /var/lib/systemd
| /var/lib/bluetooth
| /var/lib/NetworkManager
| /etc/systemd/timesyncd.conf
| /etc/hosts
| /etc/hostname
| /etc/NetworkManager/system-connections
| /root/.ssh
| /root/.docker
| /etc/usb_modeswitch.d
| /etc/udev/rules.d
| /etc/sysctl.d
| /etc/modules-load.d
| /etc/modprobe.d
| /etc/dropbear
| /etc/default
| /mnt/overlay
`-mmcblk0p8 179:8 0 57.6G 0 part
mmcblk0boot0 179:32 0 4M 1 disk
mmcblk0boot1 179:64 0 4M 1 disk
zram0 254:0 0 0B 0 disk
zram1 254:1 0 32M 0 disk
zram2 254:2 0 16M 0 disk /tmp
nvme0n1 259:0 0 465.8G 0 disk
`-nvme0n1p1 259:1 0 465.8G 0 part /var/log/journal
/var/lib/docker
/mnt/data
Ideally mmcblk0 would be empty/blank, and nvme0n1 would contain both the HAOS & data.
Looking for suggestions on how to get there…