Page 1 of 1

Installing GRUB2 on porteus

Posted: 09 Aug 2014, 18:04
by francois
I would have like to install grub2 on a hdd installed porteus partition. But it seems that the structure of porteus, compressed modules, precludes this possibility. See D. INSTALLING GRUB2 ON PORTEUS:

Slackel a distribution based on salix, but offering slackware current as pasture provides grub2 as a possible bootloader. Here are a few links on grub2 and slackware:
http://slackel.gr/repo/source/extra/grub2/grubconfig
http://forum.salixos.org/viewtopic.php?f=32&t=4934

Is it that I did not found the solution?

In that case would it be an asset to have the option of grub2 on porteus 3.0.x, as this actually is the mainstream bootloader?

Re: Installing GRUB2 on porteus

Posted: 09 Aug 2014, 21:46
by tome
For example:
grub-install --target=i386-pc --grub-setup=/bin/true --recheck --debug /dev/sdx --boot-directory=/mnt/sdxX/boot
It will install to mbr(be careful!) and disk/generate files only.

cat /mnt/sda3/boot/grub/i386-pc/lnxboot.img /mnt/sda3/boot/grub/i386-pc/core.img > /mnt/sda3/boot/grub/grub2.img
It will make image for chainloading from lilo or bootmgr.

http://wiki.archlinux.org/index.php/Grub

Re: Installing GRUB2 on porteus

Posted: 02 Sep 2014, 17:29
by francois
Thanks tome. :)
I thought I would have the chance to try you strategy, but evidently that was not the case. :(
I will come back to give some feedback.