Results 1 to 4 of 4
is possible to boot into slax from usb stick key like with knoppix with following command:
Code:
knoppix from /dev/sda1
it doesnt works for slax........
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-08-2006 #1
slax on usb stick key
is possible to boot into slax from usb stick key like with knoppix with following command:
it doesnt works for slax.....Code:knoppix from /dev/sda1
- 10-08-2006 #2Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
just dd the iso to the pendrive raw
dd if=slax.iso of=/dev/sda1
you then have a bootable pendrive version of slax
- 10-09-2006 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
That doesn't work - The best way to install slax is using the included script. There is a DOS and a Linux script. If the partition you want to install it to on your device is /dev/sda1 then you can install it by changing to the root of the CD and running -
The install doesn't take too long.Code:sh ./make_disk.sh /dev/sda1
If your question is how to keep a persistent home directory and your settings, this is also possible with slax though it is a long time since I have done this so I'm not sure how it is done currently.
- 10-09-2006 #4Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
strange, it works with the gentoo sysrescue iso (~100MB)


Reply With Quote
