Postagens

Tribblix: Installation from USB drive.

Today, I'm sharing a way I found out to boot Tribblix's installation image from a USB drive. Do note, however, this has only been tested with the FAT file system. Basically, all one must do is copy the boot , pkgs , platform and tools directories to the root of the USB drive. Along with this, to boot Tribblix, GRUB4DOS must be installed to the USB drive. Issue the following commands in GRUB4DOS : root (hdX,X) kernel /boot/loader boot Then, after booting into Tribblix, to successfully install the system, mount the USB drive to /.cdrom : mount -F pcfs /dev/dsk/cXtXdX:c /.cdrom mv /.cdrom/PKGS /.cdrom/pkg mv /.cdrom/pkg /.cdrom/pkgs The last two commands shall only be issued if the pkgs directory contain uppercase letters.