The steps are as follows:
1. To install Lick on a Windows-based computer, you'll need to have Windows installed. If you don't have Windows, you can use a portable operating system like PE. I chose to use Windows because some software only works on Windows and cannot be run on Wine. I installed Windows only as a backup option, and I prefer to work and entertain primarily on Linux.
2. Download porteus/x, extract the files in the iso image to any root partition of the disk, three new folders will be generated, such as /boot, /porteus, /EFI, and then modify the boot file lickmenu.lst of the lick, add the following code to it
Code: Select all
## start section porteux16
title porteux16
find /boot2/syslinux/vmlinuz
kernel /boot2/syslinux/vmlinuz pfix=fsck psubdir=porteux16
initrd /boot2/syslinux/initrd.zst
boot
title porteux16 (no save file)
find /boot2/syslinux/vmlinuz
kernel /boot2/syslinux/vmlinuz pfix=ram savefile=none psubdir=porteux16
initrd /boot2/syslinux/initrd.zst
boot
## end section porteux16
3,Save lickmenu.lst,Then restart the computer,You can see porteux16 in the lickmenu boot menu,Then enter this system,The same can add porteus boot code,So that you can freely choose which system to enter when you boot up,If you don't want it,Directly delete the files on the hard disk and the code in lickmenu.lst,No need to modify the mbr information