mirage / xen-arm-builder

Archived - the Xen and ARM support in MirageOS has been superseeded by our PVH support - Build an SDcard image for Xen/ARM, for a Cubieboard
ISC License
57 stars 36 forks source link

btrfs-enabled kernel can't boot #38

Closed dsheets closed 6 years ago

dsheets commented 9 years ago
Hit any key to stop autoboot:  0 
reading uEnv.txt
** Unable to read file uEnv.txt **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
reading boot.scr
1243 bytes read in 22 ms (54.7 KiB/s)
Jumping to boot.scr
## Executing script at 44000000
reading /xen
656144 bytes read in 56 ms (11.2 MiB/s)
reading /sun7i-a20-cubieboard2.dtb
20757 bytes read in 30 ms (674.8 KiB/s)
reading /vmlinuz

U-Boot SPL 2014.04-01540-ga74a847 (Sep 24 2014 - 19:38:17)
Board: Cubieboard2
DRAM: 1024 MiB
CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
MMC Device 0 not found
spl: mmc device not found!!

using

4298c4298,4303
< # CONFIG_BTRFS_FS is not set

---
> CONFIG_BTRFS_FS=y
> # CONFIG_BTRFS_FS_POSIX_ACL is not set
> # CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
> # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
> # CONFIG_BTRFS_DEBUG is not set
> # CONFIG_BTRFS_ASSERT is not set
4626a4632
> CONFIG_XOR_BLOCKS=y
4749a4756
> CONFIG_RAID6_PQ=y
4775c4782
< CONFIG_ZLIB_DEFLATE=m

---
> CONFIG_ZLIB_DEFLATE=y
mor1 commented 7 years ago

Hi @dsheets -- is this still of interest to you? In which case we'll give it a try on the post-refresh image, else will just close. Thanks!