NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

install/56058: do not boot on odroid XU4



>Number:         56058
>Category:       install
>Synopsis:       do not boot on odroid XU4
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    install-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 15 17:00:00 +0000 2021
>Originator:     Johann
>Release:        https://www.armbsd.org/arm/
>Organization:
>Environment:
current machine is running a linux version setup on an eMMC card:
Linux odroid 4.14.85-152 #1 SMP PREEMPT Mon Dec 3 03:00:02 -02 2018 armv7l armv7l armv7l GNU/Linux

>Description:
I 'burn' the image using the 'dd' command under linux to a 32GB SD card
I got 2 partitions (fdisk)
Device     Boot  Start      End  Sectors  Size Id Type
/dev/sdd1  *     32768   196607   163840   80M  c W95 FAT32 (LBA)
/dev/sdd2       196608 62410751 62214144 29.7G a9 NetBSD


mount shows only one partition:
/dev/sdd1 on /media/odroid/NETBSD type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)



dmesg gives:
[32628.496823] sd 1:0:0:2: [sdd] 62410752 512-byte logical blocks: (32.0 GB/29.8 GiB)
[32628.500068] sd 1:0:0:2: [sdd] Write Protect is off
[32628.500081] sd 1:0:0:2: [sdd] Mode Sense: 03 00 00 00
[32628.504092] sd 1:0:0:2: [sdd] No Caching mode page found
[32628.507969] sd 1:0:0:2: [sdd] Assuming drive cache: write through
[32628.508472] sd 1:0:0:1: [sdc] Attached SCSI removable disk
[32628.511255] sd 1:0:0:3: [sde] Attached SCSI removable disk
[32628.521572]  sdd: sdd1 sdd2
[32628.528566] sd 1:0:0:2: [sdd] Attached SCSI removable disk
[32628.580166] alloc_contig_range: [b6d84, b6d85) PFNs busy
[32629.215551] ufs: You didn't specify the type of your ufs filesystem
               
               mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
               
               >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[32629.241197] ufs: ufstype=old is supported read-only
[32629.292306] ufs: ufs_fill_super(): fragment size 8192 is too large


On the XU4 board I can see the blue LED light on but won't go to the next stage which should then blink meaning that the kernel is loading.

I put this as critical with a high priority as I needed to test a POC trying to use a BSD distro instead of the dying Linux ;) 

>How-To-Repeat:
Every time I try to boot the XU4 board I got the same.
I have been searching on the web for the related error to the UFS and found nothing.
>Fix:
At the moment I have no clue, I am expecting some tips as it is the first time I try to run a BSD distro ;)



Home | Main Index | Thread Index | Old Index