Raspberry Pi port, piCore-15.0 is available!
The only reason you would have Xvesa in /etc/sysconfig/Xserver is that you are loading Xvesa.Instead of trying to fudge the fact with .filetool.lst you need to find where you are loading Xvesa and correct it.
1. What are you booting from?2. Show the output of 'showbootcodes'3. Show the output of 'ls /etc/sysconfig/tcedir'4. Show the output of 'cat /etc/sysconfig/tcedir/onboot.lst'
Hi bitweisorI would recommend providing the information gerald_clark requested:Quote1. What are you booting from?2. Show the output of 'showbootcodes'3. Show the output of 'ls /etc/sysconfig/tcedir'4. Show the output of 'cat /etc/sysconfig/tcedir/onboot.lst'It might provide a clue as to what's going on.
tc@box:~$ showbootcodesloglevel=3 cde waitusb=5 initrd=/boot/core.gz BOOT_IMAGE=/boot/vmlinuz tc@box:~$ ls /etc/sysconfig/tcedirfirstrun onboot.lst optional/ xwbar.lstmydata.tgz ondemand/ provides.dbtc@box:~$ cat /etc/sysconfig/tcedir/onboot.lstnano.tczfirefox-official.tczxfe.tczgraphics-3.16.6-tinycore.tcznvidia-304.125-3.16.6-tinycore.tczpci-utils.tczXorg-7.7-3d.tcztc@box:~$
ls -l /mnt/sda1
ls -l /mnt/sda1/cde
Hi bitweisorThe first thing you need to do is get rid of that CDE bootcode. That used only for read only media like CDs and DVDs.What do you get for:Code: [Select]ls -l /mnt/sda1and:Code: [Select]ls -l /mnt/sda1/cde
tc@box:~$ ls -l /mnt/sda1total 8drwxr-xr-x 2 tc staff 4096 Jul 20 12:39 downloads/drwxrwxr-x 4 tc staff 4096 Jul 19 20:41 tce/
Hi bitweisorThen Xvesa is probably coming from the CDE directory of the CD.
Hi bitweisorOther possibilities include installing to a hard drive, installing to a USB thumb drive if your machine can boot from USB, orre-mastering the CD.