1
Zaurus - Other distros support / games and emulators on the SL-5500
« on: April 09, 2020, 01:39:25 pm »Quote from: greguu
Just had a thought, the boot.cfg syntax had changed with newer kexecboot kernels. so best to check the boot.cfg included with zgrom and adjust to syntax present in newer kexecboot kernel (voidz, alarmz or oe)
ok, I'm using the arch 3.10 kexecboot linked in the Void Linux install thread. It works fine with void and zubuntu, but I still get a messed up screen after some text scrolls by too quickly to read with zgrom. zgrom makes it to the login: prompt but I get errors saying something about deleted inode and ext2fs_lookup. fsck.ext2 finds nothing wrong with /deb/mmcblk0p1. It mounts and seems normal with the card in my PC. You can type, but nothing happens when you press enter.
zgrom and zubuntu partitions are formatted ext2.
mmcblk0p1 is zgrom
/boot/zImage is the spitz zImage. (I'm using SL-3100.)
/boot/boot.cfg says this:
Code: [Select]
# First kernel stanza. # Show this label in kexecboot menu.
LABEL=ZGrom-0.1
# Specify full kernel path on target.
KERNEL=/boot/zImage
#
# Append this tags to the kernel cmdline.
APPEND=console=ttyS0,115200n8 console=tty1 fbcon=rotate:1
/etc/fstab says:Code: [Select]
# stock fstab - you probably want to override this with a machine specific one
#rootfs / auto defaults 1 1
/dev/mmcblk0p1 / auto rw,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
tmpfs /var/volatile tmpfs defaults 0 0
tmpfs /media/ram tmpfs defaults 0 0
# uncomment this if your device has a SD/MMC/Transflash slot
#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0
zubuntu is mmcblk0p2. There is no /boot/boot.cfg, but /boot/kernel-cmdline.
kernel-cmdline says:
Code: [Select]
console=ttyS0,115200n8 console=tty1 noinitrd rootfstype=ext2 fbcon=rotate:1 dyntick=enable debug psplash=true quiet
Void is mmcblk0p3, and it is ext4.
/boot/boot.cfg says:
Code: [Select]
LABEL=VoidLinux
KERNEL=/boot/zImage
APPEND=root=/dev/mmcblk0p3 rootfstype=ext4 fbcon=rotate:1 noinitrd quiet
I use the same syntax with Void in mmcblk0p3, so I don't understand what is wrong with zgrom.