Hi!

I'm trying to run Red Sleeve on the QEMU ARM 1.1.1 emulator.
I still have some troubles with SYSV init scrips...
It hangs on udev


                Welcome to Red Sleeve Enterprise Linux
Starting udev: [  OK  ]
Setting hostname test.redsleeve.org:  [  OK  ]
Checking filesystems
Checking all file systems.
fsck: cannot check /dev/sda1: fsck.ext3 not found
fsck: cannot check /dev/sda1: fsck.ext3 not found
[  OK  ]
Remounting root filesystem in read-write mode:  [  OK  ]
Mounting local filesystems:  [  OK  ]
/etc/rc.d/rc.sysinit: line 594: plymouth: command not found
Enabling /etc/fstab swaps:  [  OK  ]
modprobe: FATAL: Error running install command for binfmt_misc

/etc/rc.d/rc.sysinit: line 659: plymouth: command not found
init: kexec-disable main process (354) terminated with status 1
Entering non-interactive startup
FATAL: Module ipv6 not found.
Bringing up loopback interface:  [  OK  ]
FATAL: Module ipv6 not found.
Mounting other filesystems:  [  OK  ]
Retrigger failed udev events[  OK  ]
<hangs forewer>



adding  "init=/bin/bash" it gives a root promt:


bash-4.1# cat /etc/issue
Red Sleeve Enterprise Linux release 6.1 (Leap)
Kernel \r on an \m

bash-4.1# cat /proc/cpuinfo
Processor       : ARM926EJ-S rev 5 (v5l)
BogoMIPS        : 168.75
Features        : swp half thumb fastmult vfp edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant     : 0x0
CPU part        : 0x926
CPU revision    : 5

Hardware        : ARM-Versatile PB
Revision        : 0000
Serial          : 0000000000000000


Did anyone try to tun RedSleeve on the QEMU ?

The kernel and initrd from this page:

http://people.debian.org/~aurel32/qemu/armel/


To run on the (emulated) VersatilePB I've added a getty
on the serial console:

/etc/inittab

A0:2345:respawn:/sbin/agetty -L 9600 ttyAMA0 vt100

and created a serial ports:

bash-4.1# ls -la /dev/ttyAMA*
crw------- 1 root root 204, 64 Jul 30 16:19 /dev/ttyAMA0
crw------- 1 root root 204, 65 Jul 30 16:11 /dev/ttyAMA1
crw------- 1 root root 204, 66 Jul 30 16:11 /dev/ttyAMA2
crw------- 1 root root 204, 67 Jul 30 16:11 /dev/ttyAMA3

No login prompt
_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users

Reply via email to