Hello I've Created installer script for PhoenixOS with help of grub installer script taken from remixos deb package file.
Then Run
I am not responsible for anything that may happen to your PC/Laptop/Tab as a result of installing and using this script. you do so at your own risk and take the responsibility upon yourself.
Note: Backup your custom.cfg file if you are dual booting with other os if not then proceed further.
custom.cfg should be in /boot/grub/custom.cfg if EFI install then /boot/efi/EFI/yourdistroname/custom.cfg
p7zip-full should be installed its need for extracting ISO file.
Script should be placed where desired files or ISO is present.
--> This is tested and working fine in kde neon lts on MBR and GPT disks & EFI is not tested as I don't have that installation so it should work.
--> Other then Debian based distros IDK if my script works on them or not, so please test it yourself and inform.
--> If your home folder is defined on other disk or partition please add insmod part_gpt insmod ext2 OR insmod part_msdos insmod ext2 according to disk partition table to grub entry in custom.cfg
Make script executableFeatures
Path defined root and home only.
- Method defined FILES and ISO & EXE only.
- Has Uninstall options.
- Data folder is created in os folder
Code:
chmod +x PhoenixOS-Installer-Linux
Code:
./PhoenixOS-Installer-Linux
Attachments
-
1.6 KB Views: 2,239