[lfs-support] Q: HOWTO: chainload from GRUB2 on /dev/sdb to GRUB2 on /dev/sda ?

2012-02-26 Thread Jeremy Henty
My working system is LFS 6.6 on /dev/sdb and I have a brand new LFS 6.7 on /dev/sda . I would like to chainload from GRUB2 on /dev/sdb to GRUB2 on /dev/sda . My first attempt was this entry in /boot/grub/grub.cfg on /dev/sdb: menuentry "LFS 6.7" { set root=(hd0) c

Re: [lfs-support] Q: HOWTO: chainload from GRUB2 on /dev/sdb to GRUB2 on /dev/sda ?

2012-02-26 Thread Bruce Dubbs
Jeremy Henty wrote: > My working system is LFS 6.6 on /dev/sdb and I have a brand new LFS > 6.7 on /dev/sda . I would like to chainload from GRUB2 on /dev/sdb to > GRUB2 on /dev/sda . > > My first attempt was this entry in /boot/grub/grub.cfg on /dev/sdb: > > menuentry "LFS 6.7" { >

Re: [lfs-support] Package Users System -- missing ldconfig.c

2012-02-26 Thread Drew Ames
On 02/21/2012 09:26 PM, Drew Ames wrote: > On 02/21/2012 10:34 AM, Juan Alberto Regalado Galván wrote: >> Hello everyone. >> ---snip--- >> Following the hint [2] I was going to activate the ldconfig wrapper >> just to notice that the file ldconfig.c doesn't exist under >> /usr/lib/pkgusr, where it'

Re: [lfs-support] Q: HOWTO: chainload from GRUB2 on /dev/sdb to GRUB2 on /dev/sda ?

2012-02-26 Thread Jeremy Henty
Bruce Dubbs wrote: > I don't know how to exactly do what you are trying to do, but try > dropping to the grub command line and manually try some commands > (ls, etc). You might want to try something like: > > grub> root (hd0,1) > grub> kernel /boot/grub/core.img > grub> boot Thanks, bu