would like to boot antix from usb with persistence
using easy2boot,
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.easy2boot.com/"
linktext was:"http://www.easy2boot.com/"
====================================
, which seems to be a collection of grub4dos scripts that makes it possible to boot iso's directly without unpacking
achieving persistence is done by a different script for each distro, this is for kali
Code: Select all
# For persistence, create an ext2 file called persistence in the root of the boot drive using RMPrepUSB Create ext2 FS button
# Then rename the file to kali64-rw (do NOT create a file called kali64-rw - you MUST create a file called persistence and then rename it to kali64-rw!)
# (i.e. File Name=kali64-rw Volume Name=persistence)
# Place ISO in \_ISO\MAINMENU\Linux or \_ISO\LINUX\Linux (and this .mnu file too)
# DOES NOT WORK UNDER NORMAL VM!!!
# IMPORTANT: you MUST run WinContig (Ctrl+F2) before booting E2B.
# Boot to kali and then type following 5 lines to enable persistence - then reboot
# mkdir /mnt/usb
# ls /dev/ (to see which is the USB device - normally sdb)
# mount /dev/sdb3 /mnt/usb
# echo"/ union" >> /mnt/usb/persistence.conf
# umount /mnt/usb
#The persistent 'volume' needs the persistence.conf file in it!
iftitle [if exist %MFOLDER%/Linux/kali-linux-1.0.5-amd64.iso] Kali Persistent\n kali-linux-1.0.5-amd64 using /kali64-rw persistence file
if exist CD echo WARNING: Cannot use partnew command! && pause && configfile (bd)/menu.lst
set ISO=kali-linux-1.0.5-amd64.iso
#enable parttype output
partnew (hd0,3) 0x0 %MFOLDER%/Linux/%ISO%
# make empty table entry in 3rd position in ptn table
debug 1
parttype (hd0,2) | set check=
debug off
set check=%check:~-5,4%
if"%check%"=="0x00" partnew (hd0,2) 0 0 0
if not"%check%"=="0x00" echo WARNING: PTN TABLE 3 IS ALREADY IN USE! && pause
debug 1
if not exist /kali64-rw echo WARNING: /kali64-rw persistence file not found! && pause
errorcheck off
if"%check%"=="0x00" partnew (hd0,2) 0x0 /kali64-rw
errorcheck on
map %MFOLDER%/Linux/%ISO% (0xff)
map --hook
root (0xff)
# use next line if want username and pwd prompt
# kernel /live/vmlinuz boot=live config live-config.username=root persistence
kernel /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali persistence
initrd /live/initrd.img
i read in the wiki
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.org/index.php?title=Using_liveusb_with_persistence"
linktext was:"http://antix.mepis.org/index.php?title= ... ersistence"
====================================
but i have no idea how to do it
i would also like to make a respin, to replace iceweasel with chromium (it just feels faster), and remove libreoffice
am trying that as im posting this __{{emoticon}}__