On Mon 31 Jul 2017 06:36:01 PM CDT, Doriphor wrote:
tsu2;2832237 Wrote:
> Hard to see, but to me looks like your boot is failing looking or the
> boot files.
> So, if you’re trying to boot from your USB device, then recognizing
> and reading the file system on the USB device is still a problem.
>
> TSU
Well, this is after quite a bit of stuff has already happened (still
within the first boot, but the OpenSUSE boot menu already showed up,
partition resizing already happened, etc.).
I will try it on an SD card (but I’m fairly certain it’ll work), I will
first need to backup my Raspbian for that though. I’m just not quite
sure how to do that reliably…
Hi
OK, so what I did was create the usb device, then it will fail. At
this point enter the root password (linux) in rescue mode and in the
HowTo section III step 3, change the usb device reference to sda
references BUT leave the the other bits the same and rebuild grub;
GRUB_CMDLINE_LINUX=" root=/dev/sda2 disk=/dev/sda resume=/dev/sda3
quiet splash=silent plymouth.enable=0 swiotlb=512,force cma=384M
console=ttyS0,115200n8 console=tty quiet"
grub2-mkconfig -o /boot/grub2/grub.cfg
Then modify /etc/fstab to the sda references;
/dev/sda2 / ext4 noatime,nobarrier 1 1
/dev/sda1 /boot/efi vfat defaults 0 0
/dev/sda3 swap swap defaults 0 0
Reboot and it should finish the setup, I tested a USB 2.0 8GB device
and that worked… maybe a USB 3.0 thing…
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.2|GNOME 3.20.2|4.4.74-18.20-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!