|
Okay, after the bit of panic... everything is fine.
- I copied everything in '/mnt/lfs' just to be safe.
- Although afraid of losing everything, I tried to unmount '/mnt/lfs'
- I couldn't, because "device is busy".
- I rebooted (although, if I had read ahead in the book, section 9.3. describes the proper way to unmount the LFS partition (more than one mount point))
- Now the missing partition showed up and everything was there.
- An internet search lead me to believe that 'grub' was not finding the partition (actually the whole hard drive), because '/dev' was not populated.
- Following a hint, I went back to the beginning of chapter 6.
- As root on host system, I bind-mounted '/dev' to '$LFS/dev' and mounted the virtual kernel file systems.
- Reentering the 'chroot' environment, I found '/dev' fully populated.
- I retried the 'grub' shell 'root' command and it worked.
- 'Grub' successfully found the partition.
~~~~~
So, this whole thing was not really a big problem after all.
Continuing on, I was able to boot into my shiny new custom system.
Actually, I still have some problems to work out, but as for the missing target partition... I will mark this thread "solved".
Cheers!
|