Before doing a frugal install, it would be great if you could boot antiX with a LiveCD or LiveUSB on the target machine that has the ntfs partition. I will assume you can do this.newbody wrote:I failed to find the code for frugal install on usb but maybe it is same as above then. or it is in the file.
You need four things in order to boot:
- Boot loader, usually grub or isolinux
- A kernel, usually /antiX/vmlinuz
- An initrd usually /antiX/initrd.gz
- a linuxfs file that contains the entire Linux system usually /antiX/linuxfs
So all you need to do is copy the linuxfs file to a place on your ntfs partition and then tell us where to find it with boot parameters. Assuming you are in the LiveCD or LiveUSB environment, you need to:
- mount the ntfs partition (if it is not mounted already),
- create an antiX/ directory on the top level of the ntfs partition,
- copy /live/boot-dev/antiX/linuxfs to the antiX/ directory on the ntfs partition
The other boot options are optional. I like to use the quiet options and also set the resolution of the text consoles to either 1024x768 with vga=791 or to 1280x1024 with vga=794. You could also use vga=ask to get prompted for what display resolution to use.
The new antiX option is used to abbreviate four common antiX options:
- L = lean
- X =Xtralean
- M = mean
- D = nodbus