I have system on which is GRUB primary bootloader located to MBR.
I wander which is the best way to connect GRUB and Porteus installed on one of hdd partitions?
Since Porteus install script offers to install LILO as a bootloader, is it possible to connect GRUB from MBR and LILO on partition with Porteus?
I currently have some strange "installation" of Porteus, made by myself.
I created partition, copied files and added the following parameters in GRUB config:
Code: Select all
set root=(hd1,7)
linux /boot/syslinux/vmlinuz copy2ram from=/
initrd /boot/syslinux/initrd.xz
changes=/save/changes
The problem is, although I have "installed" Porteus on ext4 partition, it doesnt save changes unless I make changes module before shutting down. I also added cheatcode changes= to boot parameters, but I'm not sure which one of two remembers the changes I make.
Does anyone have some advice how to configure my sistem so I can choose to boot Porteus instalation on hdd from GRUB boot menu?