DSL Embedded :: how do i set embedded up??



I run DSL embedded from my Windows XP OS.

If I want to use DSL while running Linux, I boot DSL natively (IE: from CD or from bootable USB drive) and I don't bother using the PC Emulator Qemu whille running Knoppix, Peanut or some other Linux OS.

But if I DID try to do it, I would follow the advice in my previous post.

Quote (cbagger01 @ Dec. 04 2004,19:12)
If I were you, I would unzip the file and then go into the directory and then try to run the dsl-linux.sh  shell script.

Never tried it myself, but that would be my first step.

However, I don't think that the linux qemu executable is included with 0.9 embedded.

Try downloading 0.84 embedded and give it a spin.

there is no such script



ls

gehidore@gnortra gehidore $ ls /build/
SDL.dll dsl-windows.bat dsl.iso qemu.exe vgabios-cirrus.bin
bios.bin dsl.img harddisk readme.txt vgabios.bin
gehidore@gnortra gehidore $

I have just uploaded dsl-embedded-0.9.0.1.zip.
It has both windows and linux versions of qemu and their associated startup scripts.
This is still to be considered  "preview" as qemu is under heavy development with many changes.

does the script run??


unzip dsl-embedded-0.9.0.1.zip -d /home/dimgr/dsl
Archive:  dsl-embedded-0.9.0.1.zip
 inflating: /home/dimgr/dsl/readme.txt
 inflating: /home/dimgr/dsl/SDL.dll
 inflating: /home/dimgr/dsl/vgabios-cirrus.bin
 inflating: /home/dimgr/dsl/vgabios.bin
 inflating: /home/dimgr/dsl/dsl-linux.sh
 inflating: /home/dimgr/dsl/qemu
 inflating: /home/dimgr/dsl/dsl.iso
 inflating: /home/dimgr/dsl/bios.bin
 inflating: /home/dimgr/dsl/dsl-windows.bat
 inflating: /home/dimgr/dsl/harddisk
 inflating: /home/dimgr/dsl/qemu.exe
dimgr@PenguinGR:~$ cd /home/dimgr/dsl
dimgr@PenguinGR:~/dsl$ ls
SDL.dll   dsl-linux.sh     dsl.iso   qemu      readme.txt          vgabios.bin
bios.bin  dsl-windows.bat  harddisk  qemu.exe  vgabios-cirrus.bin
dimgr@PenguinGR:~/dsl$ dsl-linux.sh
bash: dsl-linux.sh: command not found
dimgr@PenguinGR:~/dsl$ sh dsl-linux.sh
dsl-linux.sh: line 2: /home/dimgr/dsl/qemu: Permission denied
dsl-linux.sh: line 2: exec: /home/dimgr/dsl/qemu: cannot execute: Success
dimgr@PenguinGR:~/dsl$ su
Password:
root@PenguinGR:/home/dimgr/dsl# sh dsl-linux.sh
dsl-linux.sh: line 2: /home/dimgr/dsl/qemu: Permission denied
dsl-linux.sh: line 2: exec: /home/dimgr/dsl/qemu: cannot execute: Success

Of course the script work. However, I can only test on what I have.

1. Booting from a DSL liveCD.
2. Downloading from ibiblio.org
3. md5sum -c dsl-embedded-0.9.0.1.zip.md5.txt
   Be sure it is OK
4. unzip dsl-embedded-0.9.0.1.zip
5. ./dsl-linux.sh

Works fine. DSL running DSL. All permissions downloaded OK. Only possible area is paths. Be sure to "cd" into the directory and if it is not in your path then use ./dsl-linux.sh

Next Page...
original here.