Hi I’ve been trying to get to the bottom of this problem. I was trying to do an update upgrade of 13.1 to Leap 42 and started following the instructions…
First I made sure my 13.1 was up-to-date.
Then I switched to the basic upgrade repos and turned off the rest.
It stumbled a couple of times during the download/install of 13.2 packages.
So, having got that far, I thought I had everything good to reboot and took the plunge…and wouldn’t reboot.
Here’s a bit of background.
I had 2 x 2TB physical drives partitioned sda1/sda2/sda3/sda4 and sdb1/sdb2/sdb3/sdb4 running a softward RAID1.
sda1 & sdb1 - md126 - ext4 101MB boot partition
sda2 & sdb2 - md124 - swap 2.0GiB swap
sda3 & sdb3 - md125 - ext4 20GiB root
sda4 & sdb4 - md127 - ext4 1.8TiB /home
Now the first problem that was causing the set-up not to boot was that the updating of the kernel in the boot partition didn’t quite go right. If my reading is correct, the 100MB boot partition is a bit small these days.
So I ended up creating a new problem, by trying to solve the first one. I’ve now got the drives setup like this:
sda1 & sdb1 - md126 - ext4 512MB boot partition
sda2 & sdb2 - md124 - swap 1.6GiB swap
sda3 & sdb3 - md125 - ext4 20GiB root
sda4 & sdb4 - md127 - ext4 1.8TiB /home
These appear to be functioning as a RAID1 setup (both partitions in every array showing up UU)
fdisk -l:
https://farm6.staticflickr.com/5831/22823902020_153757a969_z.jpg](https://flic.kr/p/ALSsU5)https://farm1.staticflickr.com/782/22725595937_c2111503cf_z.jpg](https://flic.kr/p/ACbBVB)
IMG_20151119_144204_873 by macplaxton, on FlickrIMG_20151119_144211_788 by macplaxton, on Flickr
cat /proc/mdstat:
https://farm6.staticflickr.com/5643/22725688758_4647869a40_z.jpg](https://flic.kr/p/ACc6vY)
IMG_20151119_145832_336 by macplaxton, on Flickr
/etc/fstab:
https://farm6.staticflickr.com/5655/23155645401_4c09183393_z.jpg](https://flic.kr/p/BhbJDx)
IMG_20151119_144617_261 by macplaxton, on Flickr
blkid (See next post)
I can’t seem to install bootloader grub2 from the main DVD iso image (on bootable USB). I can’t seem to do it either from the rescue prompt using yast. I’ve edited my fstab manually, but I may need to do it again.
Anyone got a fresh pair of eyes to help? I’ve kind of lost my place with this.