https://bugzilla.novell.com/show_bug.cgi?id=868184 https://bugzilla.novell.com/show_bug.cgi?id=868184#c0 Summary: Cloud-init not fully called on first boot up Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: rschweikert@suse.com ReportedBy: aj@suse.com QAContact: qa-bugs@suse.de Found By: Customer Blocker: --- When running a fresh image from susestudio with cloud-init support added, it seems that several modules are not executed. As far as i could debug, this is because the first boot of the instance only calls the "init" stage, config and final are missing/not executed. According to this bug report: https://bugzilla.novell.com/show_bug.cgi?id=823024#c0 Its fixed in Cloud:Tools. So I upgraded the package to this one: http://ftp5.gwdg.de/pub/opensuse/repositories/Cloud:/Tools/openSUSE_Factory/... But the problem seems not to be fixed. This is easy to check because all the modules for other stages are not executed at all. Funny side note: if you reboot the instance, it works fine. So I debugged a bit more and found the issue: the cloud-init stages Init-local, config and final are not called at first boot, because the generated first-boot-init-script from suse studio does only call the init and enables the boot scripts for the rest. But at this stage the boot scripts will not be executed anymore. So adding three more calls to the first boot script fixes this. ###################################################################### Next one: grub config seems to be ignored Affects: grub2/boot When booting an image for the first time, there was no console output, thus We where unable to get output for the openstack dashboard. I added the following String inside the kiwi scripts, to get console back to work: console=ttyS0,115200 console=tty0 So, by now, at first boot up I get some output which is shown inside the Dashboard, which is nice. But when I reboot the instance, the log disappears. After some checking I found that the grub.cfg seems to be ignored: # grep console /boot/grub2/grub.cfg linux /boot/vmlinuz-3.11.6-4-default root=UUID=ea5211a7-9e96-4060-ab8d-aae7010e5e80 root=/dev/vda1 disk=/dev/vda resume=swap quiet splash=silent console=ttyS0,115200 console=tty0 # cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.11.6-4-default root=UUID=ea5211a7-9e96-4060-ab8d-aae7010e5e80 root=/dev/vda1 disk=/dev/vda resume=swap quiet splash=silent Console part is missing and no output is given. Is there any other part taking care about whats booted up and how beside the normal boot loader stuff? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.