SUSE / suse-migration-services

GNU General Public License v3.0
7 stars 10 forks source link

Complex filesystem layout does not get detected and configured correct. #189

Closed Martin-Weiss closed 3 years ago

Martin-Weiss commented 3 years ago

We have LVM with EXT4 and /usr on separate LVM partition. In this case there are multiple problems:

1) insmod ext4 in grub.cfg -> there is no ext4 module and we have to use ext2 module (fixed by manually adjusting grub.cfg and replacing ext4 with ext2)

grafik

2) no lvm module loaded (fixed 1 manually) (manually fixed by adding insmod lvm)

grafik

3) even with the manual fix for the above two - the service does not start:

grafik

so we copied the iso to / and rebooted

4)

grafik

5) this is the disk layout we have:

grafik

grafik

rjschwei commented 3 years ago

covered in bsc#1180712

The ext4 issue is already fixed commit 328fceb8d3405f

schaefi commented 3 years ago

The LVM issue is now also fixed with #192 and #195