Possible to start DSL embedded in Text only mode?Forum: DSL Embedded Topic: Possible to start DSL embedded in Text only mode? started by: tmtim Posted by tmtim on Feb. 18 2005,17:21
Is there a file i can edit to force DSL embedded to start up in text mode, instead of going to X on startup? I really have no need for the windowing environment, but when i exit it and try to use just the plain console mode Qemu seems to become unresponsive.Thanks Posted by marker on Feb. 28 2005,17:27
edit dsl-windows.bat (or dsl-linux.sh) depending on where ur running from.edit this line:
to this:
which will boot into runlevel 2 with no x. Posted by itismike on Mar. 25 2005,16:27
This is where I'd add boot options, too, right? I want to add 'dsl toram'. Where do I insert it? thx, Mike Posted by itismike on April 02 2005,15:18
bumpAm I misunderstanding this? On a machine with adequate memory, wouldn't this be a good idea? Posted by tronik on April 02 2005,15:53
Correct.
Posted by itismike on April 02 2005,16:12
Thanks for the reply Tronic, but maybe you could add some content to it? ;-) Posted by mikshaw on April 02 2005,18:04
If you have an adequate amount of ram, running toram loads the whole system into ram. This speeds things up nicely...as long as you have enough ram to store everything + run your applications.just add "toram" to the append string. You don't always need the "dsl" part...that's just a way to make sure the options entered are separated by a space on both ends. Posted by itismike on April 02 2005,18:15
Thanks mikshaw,so the new command is:
Posted by cbagger01 on April 02 2005,18:43
You also can control the amount of RAM inside your virtual PC. Keep in mind that you should always try and keep it less than the amount on RAM in your Real PC or you will start swapping like crazy to the hard drive.qemu.exe -m 256 for 256MB of RAM Posted by itismike on April 03 2005,01:26
So I tried adding toram and -m 512, but I still can't get it to load into ram. I've got enough memory. The startup messages are:
Posted by mikshaw on April 03 2005,03:52
is the DSL image actually located on hda? Apparently it's not being found.
Posted by itismike on April 03 2005,04:24
ok, taking out the "-m 512" to reduce the number of variables here, I went from this:
to this:
Each time the program runs normally, but it is significantly slower than running from my pendrive with the toram option. I'm just trying to get the most out of it. Thanks for any ideas, Mike |