Pack4Linux can boot from any boot loader that supports booting Linux
kernels and initrd's, including GRUB and GRUB2. While you can boot
Pack4Linux directly using GRUB2, I suggest chain loading Pack4Linux
from GRUB2. This way you can take advantage of the tweak scripts that
Pack4Linux provides. To chain load Pack4Linux using GRUB2, simply add
the following to your grub.cfg:
menuentry "Pack4Linux" {
insmod chain
set root=(hdx,y)
chainloader +1
}
Where "x" is the hard drive number (counting from 0) and "y" is the
partition number (counting from 1). So (hd0,1) would equal /dev/sda1
and (hd1,2) would equal /dev/sdb2.
-Phil
> --
> You received this message because you are subscribed to the Google Groups
> "Pack4Linux Support" group.
> To post to this group, send email to pack4linu...@googlegroups.com.
> To unsubscribe from this group, send email to
> pack4linux-supp...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pack4linux-support?hl=en.
>
>