Re: [lfs-support] Kernel is not booting

2012-07-15 Thread Ken Moffat
On Sat, Jul 14, 2012 at 09:14:35PM -0700, gmspro wrote: > After doing make install for kernel i get this, is there any problem with it? > > root:/sources/linux-3.2.6# make modules_install >   INSTALL arch/x86/kernel/test_nx.ko >   INSTALL drivers/hid/hid-logitech-dj.ko >   INSTALL drivers/scsi/scs

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread Marco Kluth
On 14.07.2012 18:06, wrote gmspro: > No, it's not usb device. > It's the sata 2nd hard disk(sdb). partition = 8 , so /dev/sdb8 > Then first hard disk is a ATA(sda). Are this ATA-HDD and this SATA-HDD connected to the same controller on the motherboard? If not, it's possible that the assignation o

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread gmspro
ole though, otherwise i get some un-readable texts/characters. Thank you all. --- On Sat, 7/14/12, Ken Moffat wrote: From: Ken Moffat Subject: Re: [lfs-support] Kernel is not booting To: "gmspro" Cc: lfs-support@linuxfromscratch.org Date: Saturday, July 14, 2012, 1:15 PM On Sat, J

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread gmspro
After doing make install for kernel i get this, is there any problem with it?   BUILD   arch/x86/boot/bzImage Setup is 14956 bytes (padded to 15360 bytes). System is 5159 kB CRC ec6a6f92 Kernel: arch/x86/boot/bzImage is ready  (#1) real    12m17.850s user    22m31.904s sys    1m31.042s root:/sou

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread Bruce Dubbs
gmspro wrote: > Hi, > > I have install linux kernel-3.2.6 from inside chroot to lfs system. > During boot, it displays /etc/fstab /etc/mtab not found or something. > This is the /etc/fstab: > /dev/sdb8 /ext4defaults1 1 > /dev/sdb6 swap swap defa

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread Ken Moffat
On Sat, Jul 14, 2012 at 07:32:16AM -0700, gmspro wrote: > Failure message during booting: > Sorry, only just found this - because you copied me, it fell into my default mailbox, which I only look at infrequently. For the LFS lists, it is usually better to just reply to the list. Please try thi

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread Ken Moffat
On Sat, Jul 14, 2012 at 09:06:13AM -0700, gmspro wrote: > @martynvidler, > > No, it's not usb device. > It's the sata 2nd hard disk(sdb). partition = 8 , so /dev/sdb8 > Then first hard disk is a ATA(sda). > I think you had errors between starting to boot, and the part that you showed us, which

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread gmspro
@martynvidler, No, it's not usb device. It's the sata 2nd hard disk(sdb). partition = 8 , so /dev/sdb8 Then first hard disk is a ATA(sda). -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread spiky
On 14/07/12 16:14, gmspro wrote: #grub.cfg menuentry 'Custom' { insmod part_msdos insmod ext2 set root='(hd1,msdos8)' search --no-floppy --fs-uuid --set 2d1bcc50-c7f9-4d2a-8ab4-dba8795b78e9 linux/boot/vmlinuz root=/dev/sdb8 rootfstype=ext4 ro quiet } What's wrong here

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread gmspro
#grub.cfg menuentry 'Custom' {     insmod part_msdos     insmod ext2     set root='(hd1,msdos8)'     search --no-floppy --fs-uuid --set 2d1bcc50-c7f9-4d2a-8ab4-dba8795b78e9     linux    /boot/vmlinuz root=/dev/sdb8 rootfstype=ext4 ro quiet } What's wrong here? -- http://linuxfromscratch.org/mai

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread Эмиль Кранц
post your grub.cfg, for a time only the part concerning the available kernels Also, state, if you have separate /boot partition 2012/7/14 gmspro > > Failure message during booting: > > " > /proc/sys /devmount: Can'f find /dev in /etc/fstab or /etc/mtab > In: failed to create symbolic link '/d

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread gmspro
Failure message during booting: " /proc/sys /devmount: Can'f find /dev in /etc/fstab or /etc/mtab In: failed to create symbolic link '/dev/shm' : Read only file system cp: can not remove '/dev/null': Read only file system FAILURE: You should not be reading this error. It means that an unforse

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread Ken Moffat
On Sat, Jul 14, 2012 at 03:45:48AM -0700, gmspro wrote: > Hi, > > I have install linux kernel-3.2.6 from inside chroot to lfs system. > During boot, it displays /etc/fstab /etc/mtab not found or something. > This is the /etc/fstab: > /dev/sdb8  /    ext4    defaults    1 1

Re: [lfs-support] Kernel is not booting

2012-07-14 Thread Wayne Sallee
I'm new to LFS, but did you check /var/log ? Wayne Sallee wa...@waynesallee.com gmspro wrote: > Hi, > > I have install linux kernel-3.2.6 from inside chroot to lfs system. > During boot, it displays /etc/fstab /etc/mtab not found or something. > This is the /etc/fstab: > /dev/sdb8 /

[lfs-support] Kernel is not booting

2012-07-14 Thread gmspro
Hi, I have install linux kernel-3.2.6 from inside chroot to lfs system. During boot, it displays /etc/fstab /etc/mtab not found or something. This is the /etc/fstab: /dev/sdb8  /    ext4    defaults    1 1 /dev/sdb6  swap swap defaults   0 0