Jump to content

Can't get Banana Pi M1 work with sata anymore (22.11)


maekk

Recommended Posts

Hey,
I recently decided to give the 22.11 a try on my M1, but I can't get my sata SSD to be the system root and boot again. 18.04 it worked for me with the exact same setup.
I used this:
https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-nand-sata-nvme-usb

 

went with

 

armbian-install

 

only option for me was boot from SD and system on sata. But after the preparation of the ssd, the reboot always runs into emergency mode with not really good hints how to solve, or what even the issue is. 
Any tips or hints are welcomed.

Link to comment
Share on other sites

https://paste.armbian.com/awewolefiy

 

actual armbianmonitor,

 

I guess it is running now as intended. I had a little tweek to do in the /etc/fstab when I run into the emergency mode after armbian-install and reboot.

 

bananapi:/boot:# cat /etc/fstab    
# <file system>					<mount point>	<type>	<options>						<dump>	<pass>
tmpfs						/tmp		tmpfs	defaults,nosuid						0
716d0a51-462c-4919-8ab8-c24bf9d3e0f6	/media/mmcboot	ext4    defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide	0	1
/media/mmcboot/boot  				/boot		none	bind							0       0
UUID=dfd5ab2a-b792-4fde-836d-c4ae7ff9986f	/		ext4	defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide	0	1

 

changed to:

bananapi:/boot:# cat /etc/fstab    
# <file system>					<mount point>	<type>	<options>						<dump>	<pass>
tmpfs						/tmp		tmpfs	defaults,nosuid						0
UUID=716d0a51-462c-4919-8ab8-c24bf9d3e0f6	/media/mmcboot	ext4    defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide	0	1
/media/mmcboot/boot  				/boot		none	bind							0       0
UUID=dfd5ab2a-b792-4fde-836d-c4ae7ff9986f	/		ext4	defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide	0	1

 

 The "UUID=" was missing for the entry of the SD-card. Is this any hint to a problem in the scripts?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines