Rootstock does not create vmlinuz

Hi

i am trying to build Ubuntu rootfs using rootstock. I am trying to use custom compiled kernel, webserver is working. I can download the file using http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb. At the end, just armel-rootfs-201108120845.tgz and initrd.img-3.0.1-x2 are created, vmlinuz file does not exist. Also when I extract armel-rootfs-201108120845.tgz, there is an empty boot folder. What can be the problem?

My rootstock command is

sudo ./rootstock --fqdn beagle --login beagle --password 123 --imagesize 2G --seed wget,nano,linux-firmware,usbutils,network-manager,xfce4,gdm,xubuntu-gdm-theme,xubuntu-artwork,xserver-xorg-video-omap3,alsa,totem-gstreamer --dist natty --serial ttyO2 --components “main universe multiverse” –kernel-image http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb

Also log file takes place as attachment.

rootstock-201108120943.log (441 KB)

Hi

i am trying to build Ubuntu rootfs using rootstock. I am trying to use custom compiled kernel, webserver is working. I can download the file using http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb. At the end, just armel-rootfs-201108120845.tgz and initrd.img-3.0.1-x2 are created, vmlinuz file does not exist. Also when I extract armel-rootfs-201108120845.tgz, there is an empty boot folder. What can be the problem?

My rootstock command is

sudo ./rootstock --fqdn beagle --login beagle --password 123 --imagesize 2G --seed wget,nano,linux-firmware,usbutils,network-manager,xfce4,gdm,xubuntu-gdm-theme,xubuntu-artwork,xserver-xorg-video-omap3,alsa,totem-gstreamer --dist natty --serial ttyO2 --components “main universe multiverse” –kernel-image http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb

It may because of that kernel image (.deb)is broken or something.Instead of using those kernels, suggest you to use the default ubuntu kernel.
By adding linux-omap (with --seed) will build the natty kernel with rootfs.

Hi

i am trying to build Ubuntu rootfs using rootstock. I am trying to use custom compiled kernel, webserver is working. I can download the file using http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb. At the end, just armel-rootfs-201108120845.tgz and initrd.img-3.0.1-x2 are created, vmlinuz file does not exist. Also when I extract armel-rootfs-201108120845.tgz, there is an empty boot folder. What can be the problem?

My rootstock command is

sudo ./rootstock --fqdn beagle --login beagle --password 123 --imagesize 2G --seed wget,nano,linux-firmware,usbutils,network-manager,xfce4,gdm,xubuntu-gdm-theme,xubuntu-artwork,xserver-xorg-video-omap3,alsa,totem-gstreamer --dist natty --serial ttyO2 --components “main universe multiverse” –kernel-image http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb

It may because of that kernel image (.deb)is broken or something.Instead of using those kernels, suggest you to use the default ubuntu kernel.
By adding linux-omap (with --seed) will build the natty kernel with rootfs.

Also wondering why you want to build two - three display manager together for your rootfs?
I suggest, you to use only build xfce or lxde in rootstock for the build.

i am newbie on linux and beagleboard, just copied the package list that must be loaded for gui after booting with minimum demo image according to http://elinux.org/BeagleBoardUbuntu#Demo_Image. So which display manager do you suggest to load?
What do you mean by “By adding linux-omap (with --seed) will build the natty kernel with rootfs.” ?

2011/8/12 Siji Sunny <sijisunny@gmail.com>

i am newbie on linux and beagleboard, just copied the package list that must be loaded for gui after booting with minimum demo image according to http://elinux.org/BeagleBoardUbuntu#Demo_Image. So which display manager do you suggest to load?
What do you mean by “By adding linux-omap (with --seed) will build the natty kernel with rootfs.” ?

2011/8/12 Siji Sunny <sijisunny@gmail.com>

Hi

i am trying to build Ubuntu rootfs using rootstock. I am trying to use custom compiled kernel, webserver is working. I can download the file using http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb. At the end, just armel-rootfs-201108120845.tgz and initrd.img-3.0.1-x2 are created, vmlinuz file does not exist. Also when I extract armel-rootfs-201108120845.tgz, there is an empty boot folder. What can be the problem?

My rootstock command is

sudo ./rootstock --fqdn beagle --login beagle --password 123 --imagesize 2G --seed wget,nano,linux-firmware,usbutils,network-manager,xfce4,gdm,xubuntu-gdm-theme,xubuntu-artwork,xserver-xorg-video-omap3,alsa,totem-gstreamer --dist natty --serial ttyO2 --components “main universe multiverse” –kernel-image http://127.0.0.1/linux-image-3.0.1-x2_1.0cross_armel.deb

Try with

sudo ./rootstock --fqdn beagle --login beagle --password 123 --imagesize 2G --seed lxde,wget,linux-omap,linux-firmware,xserver-xorg-video-omap3,alsa,totem-gstreamer --dist natty --serial ttyO2 --components “main universe multiverse”