Hi Rod, I think it might debug something. Could you add option on /scripts/disk?
#!/bin/sh # Unified squash Hard Disk filesystem mounting> > -*- shell-script -*- set -x <- verbose mode and It needs to check some device status. /sys/block/xxx/removable etc.. Thanks, ======================================== Mitsutaka Amano MIRACLE LINUX CORPORATION ======================================== rod_wang wrote: > Hi Mistsutaka, > Thanks for your advance. > But after I build linux-ubuntu-modules-2.6.24_2.6.24-18.26.tar.gz ( command > : AUTOBUILD=1 fakeroot debian/rules binary-debs ), then I got two deb files > and install them( linux-ubuntu-modules-2.6.24-lpia_2.6.24-18.26_lpia.deb & > linux-ubuntu-modules-2.6.24-lpiacompa_2.6.24-18.26_lpia.deb ), therefore > solved BusyBox....this problem. But I got the other problem is as below: > > Begin: Running /scripts/init-premount .... > Done. > Begin : Mountin root file system ... ... > Using squashfs... > Checking device /dev/had > Checking device /dev/hdb > Checking device /dev/sda > Checking device /dev/sdb > ...................... > > > > Do you have been encounter checking device this problem???? > > > > Best regards, > Rod > > > -----Original Message----- > From: Mitsutaka Amano [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2008 12:02 PM > To: [EMAIL PROTECTED] > Cc: [email protected] > Subject: Re: [Moblin Dev] Build kernel fail > > Hi Rod, > > Your kernel doesn't have unionfs and(or) squashfs. > Please check kernel configuration. > > CONFIG_UNION_FS=y(or m) > CONFIG_SQUASHFS=y(or m) > > BTW Ubuntu was distributed kernels don't create unionfs and squashfs modules > default. > There are in linux-ubuntu-modules-x.xx.x-xx . > > Regards, > > ======================================== > Mitsutaka Amano > MIRACLE LINUX CORPORATION > ======================================== > > > > [EMAIL PROTECTED] wrote: > >> Hi, >> I download the kernel (2.6.24-18.32 lpia-binary) on Ubuntu web site. >> On the MIC Target window I did: >> 1. make menuconfig >> 2. make >> 3. make install >> 4. make modules >> 5. make modules_install >> >> After I rebuild the kernel, I created an .img and tried booting it >> > on the Menlow platform, but when > >> trying to boot the new 2.6.24 kernel I am getting an error error message >> > as below: > >> >> >> Mounting none on /root failed >> Mounting /root/dev on /dev/.static/dev failed >> Mounting /sys on /root/sys failed >> Mounting /proc on /root/proc failed >> ... >> ... >> Target filesystem doesn't have /sbin/init >> >> Busybox x.x.x (Debian x:x.x.x) Built-in shell >> (initramfs) >> >> Is any step wrong?? >> >> BRs, >> Rod >> _______________________________________________ >> dev mailing list >> [email protected] >> https://www.moblin.org/mailman/listinfo/dev >> >> >> > > > _______________________________________________ dev mailing list [email protected] https://www.moblin.org/mailman/listinfo/dev
