Hi!

when I boot, it fails with '....
unable to mount root fs on unknown block 0,0

here are my partitions 

-----------------HOST(Debian)--------------------------------------------------------------------------------
rootfs 339M 135M 188M 42% /
udev 10M 0 10M 0% /dev
tmpfs 197M 276K 196M 1% /run
/dev/disk/by-uuid/5431b3ad-dd37-43b2-aa39-51fbb7fee641 339M 135M 188M
42% /
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 1007M 0 1007M 0% /run/shm
/dev/sda6 5,0G 380M 4,4G 8% /home
/dev/sda5 243M 6,1M 224M 3% /tmp
/dev/sda2 7,9G 898M 6,6G 12% /usr
/dev/sda3 3,0G 401M 2,5G 14% /var 

----------------------LFS-------------------------------------------------------------------------------------------
/dev/sda8 9,9G 2,3G 7,1G 25% /mnt/lfs
/DEV/SDA7                                                 97M  9,6M  
83M  11% /MNT/LFS/BOOT
/dev/sda9 3,0G 69M 2,8G 3% /mnt/lfs/var
/dev/sda10 5,0G 840M 3,9G 18% /mnt/lfs/usr
udev 10M 0 10M 0% /mnt/lfs/dev
tmpfs 982M 0 982M 0% /mnt/lfs/run

to boot the LFS, I add a new entry in /etc/grub.d/40_custom of the host,
then ran update-grub 

menuentry "LFS 7.6 on sda7" {
 insmod ext2
 set root='(hd0,7)'
 echo 'Chargement de Linux LFS...'
 linux /vmlinuz-3.16.2-lfs-7.6 root=/dev/sda7 ro
 echo 'Chargement de Linux LFS...' 

} 

it's my 3th attempt. Before, the following lines were presents: 

 insmod part_gpt (my partition scheme is GPT) 

this entry have been automatically created, i don't know why! 

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "unknown Linux distribution (on /dev/sda8)" --class gnu-linux
--class gnu --class os {
 insmod part_gpt
 insmod ext2
 set root='(hd0,gpt8)'
 search --no-floppy --fs-uuid --set=root
5680745b-2b5d-4afa-a69c-41b9f36518f6
 linux /boot/vmlinuz-3.16.2-lfs-7.6 root=/dev/sda8
}
### END /etc/grub.d/30_os-prober ### 

Note that the message following update-grub didn't notice a new linux
system on /dev/sda8, but not the LSF kernel on /dev/sda7 (my boot
partition) 

is GPT supported by LSF? 

Should I erase the mount of /dev/sda7 in the fstab? 

Thanks for your help 

Pierre 
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to