Re: [lfs-support] Grub failed me, my boot has sink

2016-06-30 Thread thibaut noah
the OS that is booted into: is it the >debian that you used to build lfs, or another debian, or >another linux (installed on disk), or linux live-cd, or >windows, or what? > -- > > My bare metal os is osx yosemite. > > > From: thibaut

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-30 Thread Bruce Dubbs
thibaut noah wrote: ps : I use basic gmail for my mail, i know it is terrible and induce lots of top posting (had to set things to be able to quote) but i wasn't aware it did quotes terribly. If you have any advise for a good mailer i will gladly take it. Thunderbird or seamonkey. -- Bruce

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-30 Thread akhiezer
ther linux (installed on disk), or linux live-cd, or windows, or what? -- > From: thibaut noah > Date: Thu, 30 Jun 2016 01:31:37 +0200 > Subject: Re: [lfs-support] Grub failed me, my boot has sink > . . > > [Ken]: > > you mean virtualbox right?

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-30 Thread thibaut noah
So partitionning correctly another disk, dd source to dest to copy all partitions and install grub again fixed the issue. I am now able to boot on my lfs disk. Quick note, although the support on the mailing list is great, it wouldn't hurt to tell people who makes a separate /boot partition to hav

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread thibaut noah
2016-06-30 3:48 GMT+02:00 Bruce Dubbs : > thibaut noah wrote: > > > Why would i do that? grub needs to have /boot in first position on the >> disk? >> > > That is not correct. The grub.cfg file specifies the /boot directory. For > example 'set root (hd1,3)' would set the /boot directory as sdb3 a

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread thibaut noah
2016-06-30 3:27 GMT+02:00 Ken Moffat : > On Thu, Jun 30, 2016 at 01:31:37AM +0200, thibaut noah wrote: > > 2016-06-29 13:54 GMT+02:00 Ken Moffat : > > > (I'll fix up the quoting, snce your mailer seems to be crap) > >> I have no idea what that does, but it is clearly NOT a replacement > >> for act

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread Bruce Dubbs
Ken Moffat wrote: If you are using GPT partitions, the BIOS boot partition is a guard for the real GPT partitions. It is not the same as a partition where you put /boot. See my follow-up post from earlier about adding extra things to grub.cfg. The /boot partition can be any of the partitions,

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread Bruce Dubbs
thibaut noah wrote: Why would i do that? grub needs to have /boot in first position on the disk? That is not correct. The grub.cfg file specifies the /boot directory. For example 'set root (hd1,3)' would set the /boot directory as sdb3 assuming that /boot is a stand-alone partition. No

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread Ken Moffat
On Thu, Jun 30, 2016 at 01:31:37AM +0200, thibaut noah wrote: > 2016-06-29 13:54 GMT+02:00 Ken Moffat : > (I'll fix up the quoting, snce your mailer seems to be crap) >> I have no idea what that does, but it is clearly NOT a replacement >> for actually running grub-install to /dev/sdb [ NOT sdb3 ]

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread thibaut noah
2016-06-29 13:54 GMT+02:00 Ken Moffat : I have no idea what that does, but it is clearly NOT a replacement for actually running grub-install to /dev/sdb [ NOT sdb3 ] from within chroot. Did you run grub-install ? Yes i did, but if i don't use the parted command i cannot run grub-install, the

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread Paul Rogers
> Hi guys, i managed to get to the end of the lfs build. Hi, Thibaut I guess you've figured out there's a lot of confusion about how you set things up originally with Virtual Box and the disk drives. Perhaps if you could explain that clearly, we could give you a better answer. We need to know a

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread akhiezer
> From: thibaut noah > Date: Wed, 29 Jun 2016 11:16:11 +0200 > Subject: Re: [lfs-support] Grub failed me, my boot has sink > > > 2016-06-29 9:39 GMT+02:00 akhiezer : > > For example, if: > > -- > > * you have two separate physical disks; > > > > *

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread Ken Moffat
On Wed, Jun 29, 2016 at 12:54:16PM +0100, Ken Moffat wrote: > > That sda2 is MY /boot partition, so in grub.cfg I have: > insmod part_gpt > insmod ext2 > set root='hd0,gpt2' > > If I am right, your partitioning is wrong - you will need to backup > the new system, then part

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread Ken Moffat
On Wed, Jun 29, 2016 at 11:16:11AM +0200, thibaut noah wrote: > You mentioned - >> I used the "parted /dev/sdb set 3 bios_grub on" command on my /boot >> partition to manage to install grub, /dev/sdb3 is formatted with >> ext2 format I have no idea what that does, but it is clearly NOT a replac

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread thibaut noah
2016-06-29 9:39 GMT+02:00 akhiezer : For example, if: > -- > * you have two separate physical disks; > > * and your debian (without any ~unusual remappings/&c) sees them as sda > (for disk1) & sdb (for disk2); > > * and you don't change the physical connections of the disks to the > computer; >

Re: [lfs-support] Grub failed me, my boot has sink

2016-06-29 Thread akhiezer
> From: thibaut noah > Date: Wed, 29 Jun 2016 07:58:59 +0200 > Subject: [lfs-support] Grub failed me, my boot has sink > > > > Hi guys, i managed to get to the end of the lfs build. > > The problem i have now is that my /boot is on a separate partition and > unfortu

[lfs-support] Grub failed me, my boot has sink

2016-06-28 Thread thibaut noah
Hi guys, i managed to get to the end of the lfs build. The problem i have now is that my /boot is on a separate partition and unfortunatly the book doesn't tell me much for this situation. I don't get what is happening because i managed to install grub successfully on the disk and my fstab and gru