You are here

Linux OS

24 posts / 0 new
Last post
timhabing
Offline
Last seen: 16 years 9 months ago
Joined: 2007-05-15 13:10
Linux OS

When is the portable Linux OS going to be released for beta testing?

Thanks,
TH

The MAZZTer
The MAZZTer's picture
Offline
Last seen: 1 year 2 months ago
Developer
Joined: 2006-11-17 15:31
Umm

There are plenty of portable Linux solutions already. One I know of is Damn Small Linux. Download the embedded distribution, it even includes QEMU so you can boot it inside an virtualizer in addition to being able to boot off the stick.

The hard part is making your USB stick bootable, but there are documents all over on that. Google around (if you want to boot Linux be sure to look for a solution that advertises it can boot Linux).

Signature automatically removed for being too awesome.

yehoni
Offline
Last seen: 9 years 11 months ago
Joined: 2006-08-01 18:35
*That's* the hard part?

I had no trouble making the USB stick bootable. Tutorials abound. I just can't manage to make any persistent changes to the drive. Whether I use QEMU or boot from the USB drive, I'm back to square one every time I reboot the OS.

Uriel
Offline
Last seen: 15 years 7 months ago
Joined: 2006-11-14 15:52
Damn small linux

already offers a boot floppy so that if your BIOS doesn't boot your stick, the floppy can.

It takes the cooperation of millions of people it make the planet a better place, yet it only needs one to screw it up

Weeee!

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
Could you give a link

Could you give a link please?

"There is a tendency for the world to say to America, 'the big problems of the world are yours, you go and sort them out,' and then to worry when America wants to sort them out.
Tony Blair

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

Uriel
Offline
Last seen: 15 years 7 months ago
Joined: 2006-11-14 15:52
Here

BootFloppyUsb or DSLbootimage
your choice (recommend the bootfloppyusb unless you know your way around linux)
make sure you use rawwrite or something

It takes the cooperation of millions of people it make the planet a better place, yet it only needs one to screw it up

Weeee!

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
Thanks. I couldn't find it

Thanks. I couldn't find it on the site earlier.

"There is a tendency for the world to say to America, 'the big problems of the world are yours, you go and sort them out,' and then to worry when America wants to sort them out.
Tony Blair

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

mashalpha
Offline
Last seen: 16 years 9 months ago
Joined: 2007-04-16 15:02
linux memory

use the persistent command when in quemo it will save your setting for the next time you launch it i use it for ubuntu and works fine lil slow but fine

timhabing
Offline
Last seen: 16 years 9 months ago
Joined: 2007-05-15 13:10
Linux

But I am looking for a Linux that I wouldn't necessarily booted from.

What I am looking for is one that I could (for lack of better words) "open" with portablapps and it would run much like a VNC client right inside windows. A lot like the Mac-on-Stick.

TH

unfun
Offline
Last seen: 16 years 9 months ago
Joined: 2007-05-10 00:27
As others mentioned...

DamnSmallLinux

ftp://ibiblio.org/pub/Linux/distributions/damnsmall/current/dsl-3.3-embe...

This is pretty much you're looking for. It uses Qemu to run DamnSmallLinux. It will run in a window on your Windows desktop. It uses .bat files to launch, so you can't add it directly to PAM... But you could use AutoIt to make an .exe that will show up in PAM.

This is my AutoIt script for DSL (this is taken from dsl-base.bat):

Run('qemu\qemu.exe -L qemu/ -no-kqemu -m 128 -localtime -soundhw es1370 -kernel linux24 -initrd minirt24.gz -hda KNOPPIX/knoppix -append "qemu vga=791 quiet noscsi nousb nofirewire atapicd noideraid noacpi acpi=off noapm noagp ide1=noprobe ide2=noprobe nomce frugal"', "", @SW_HIDE)

Just paste that into a file, save as DSL.au3, run it through Aut2exe, and it will give you DSL.exe. The @SW_HIDE hides the CMD window that Qemu normally launches, so you only have one window open Smile

As far as VNC... Well that's nothing like what you're asking for. That is only for a remote desktop.

mjjohansen
Offline
Last seen: 15 years 2 days ago
Joined: 2007-04-10 05:54
Slax.

Try having a look at Slax.

__
Linux user no. 353252, occasionally tied to a Windows machine

__
Linux user no. 353252, occasionally tied to a Windows machine

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
@mjjohansen

You need to fix your link.

"There is a tendency for the world to say to America, 'the big problems of the world are yours, you go and sort them out,' and then to worry when America wants to sort them out.
Tony Blair

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

roamer
roamer's picture
Offline
Last seen: 14 years 3 months ago
Joined: 2007-02-21 16:01
mjjohansen has no link.

just

  Slax 

here is the real link
--Slax - Your Pocket OS--
Reality is merely an illusion, albeit a very persistent one.
-Albert Einstein

OliverK> you don't live on a cow
IRC: It brings out the best in all of us...Especially when tired.

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
Oh.... "There is a

Oh.... Pardon

"There is a tendency for the world to say to America, 'the big problems of the world are yours, you go and sort them out,' and then to worry when America wants to sort them out.
Tony Blair

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

mashalpha
Offline
Last seen: 16 years 9 months ago
Joined: 2007-04-16 15:02
SLAX

the one i mentioned and also in another post on here is not booted from you run it from inside windows and the persist com i told you make it remember your settings
also ubuntu does the same thing with that command go here for slax
http://www.pendrivelinux.com/2007/04/02/qemu-persistent-slax-linux/

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
Yeah, I know about that

Yeah, I know about that one.

"There is a tendency for the world to say to America, 'the big problems of the world are yours, you go and sort them out,' and then to worry when America wants to sort them out.
Tony Blair

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

mczack26
Offline
Last seen: 14 years 8 months ago
Joined: 2007-07-01 13:47
Or...

If you really want linux just download Qemu Puppy
-------------------------------------------------------
If there's a way to hate windows more than i do, PM me.

-------------------------------------------------------
For the third time has come crawling back to portable apps...

BuddhaChu
BuddhaChu's picture
Offline
Last seen: 7 years 5 months ago
Joined: 2006-11-18 10:26
?

That link goes back to portable apps and there's no Qemu Puppy on the page...

???

Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
He didn't...

Link it correctly.

Here.

_______________________________________________
It's kinda scary when my desktop is messier than my room...

mczack26
Offline
Last seen: 14 years 8 months ago
Joined: 2007-07-01 13:47
sorry..

sorry guys im still learnig html.
-------------------------------------------------------

-------------------------------------------------------
For the third time has come crawling back to portable apps...

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Don't worry

I made the same mistake (Just remember to put http:// in the beginning ;)._)

Insert original signature here with Greasemonkey Script.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
Please don't bump...

It's nice to apologize, but really, you responded over one year later, bumping it from waaay back down the line to the top, when it's really not necessary, as there have been new developments, and other, more modern threads exist about it.

I hope I don't seem harsh; I've felt a couple of times that I'd like to do something, but as it's an old thread, it's generally better to leave it.

(PS: could you also please remove the second last word from your signature, as it's not necessary, and may offend people, me included. Note the last line of my signature...)

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

mczack26
Offline
Last seen: 14 years 8 months ago
Joined: 2007-07-01 13:47
Sorry....

I didn't actually reply, i edited my post... I think. i wasn't going to write this but it was bumped anyway. I'll change my sig after i written it. I'm christian as well but I ask where does it say you can't swear and I said dam not dam*.
Anway's.
Zack

-------------------------------------------------------
For the third time has come crawling back to portable apps...

duhowpi
Offline
Last seen: 14 years 6 months ago
Joined: 2008-05-19 14:51
Look this

If you want to try Linux in Windows, look Linux Launcher or Haiku OS.

Log in or register to post comments