Karmic Koala no TTY
Hi,
I am having trouble using karmic koala x64 bit version of the image.
I can create DomU but when attached to console I can not see past "root filesystem mounted"
#####################################################
[ 0.697645] checking if image is initramfs... it is
[ 0.717691] Freeing initrd memory: 21584k freed
[ 0.726164] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.726425] audit: initializing netlink socket (disabled)
[ 0.726440] type=2000 audit(1262971756.377:1): initialized
[ 0.726617] VFS: Disk quotas dquot_6.5.1
[ 0.726636] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.726662] msgmni has been set to 2090
[ 0.726731] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.726737] io scheduler noop registered
[ 0.726740] io scheduler anticipatory registered
[ 0.726743] io scheduler deadline registered
[ 0.726749] io scheduler cfq registered (default)
[ 0.728051] Linux agpgart interface v0.103
[ 0.728051] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 0.728700] brd: module loaded
[ 0.728748] input: Macintosh mouse button emulation as /class/input/input0
[ 0.728924] Xen virtual console successfully installed as hvc0
[ 0.728973] Event-channel device installed.
[ 0.735819] netfront: Initialising virtual ethernet driver.
[ 0.740160] PNP: No PS/2 controller found. Probing ports directly.
[ 0.740986] i8042.c: No controller found.
[ 0.750118] xen-vbd: registered block device major 8
[ 0.750148] blkfront: sda1: barriers enabled
[ 0.756214] mice: PS/2 mouse device common for all mice
[ 0.756369] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 0.756495] No iBFT detected.
[ 0.756819] TCP cubic registered
[ 0.756829] NET: Registered protocol family 17
[ 0.756926] registered taskstats version 1
[ 0.756954] XENBUS: Device with no driver: device/console/0
[ 0.756958] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 0.756967] Freeing unused kernel memory: 216k freed
Loading, please wait...
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... FATAL: Error inserting fan (/lib/modules/2.6.26-2-xen-amd64/kernel/drivers/acpi/fan.ko): No such device
WARNING: Error inserting processor (/lib/modules/2.6.26-2-xen-amd64/kernel/drivers/acpi/processor.ko): No such device
[ 0.856617] thermal: Unknown symbol acpi_processor_set_thermal_limit
FATAL: Error inserting thermal (/lib/modules/2.6.26-2-xen-amd64/kernel/drivers/acpi/thermal.ko): Unknown symbol in module, or unknown parameter (see dmesg)
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... [ 1.042153] device-mapper: uevent: version 1.0.3
[ 1.042993] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
done.
Begin: Running /scripts/local-premount ... done.
[ 1.073936] kjournald starting. Commit interval 5 seconds
[ 1.073951] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
############################################
I had similar problems with other OSs but I could solve this by adding these to
.cfg file
extra = 'xencons=tty1 console=tty1'
But this does not seem to help with this image.
Here is my config file :
##############################################
kernel = '/boot/vmlinuz-2.6-xenU'
ramdisk = '/boot/initrd.img-2.6-xenU'
memory = 1024
name = "ubuntu.9-10.x86-64"
vif = [ '' ]
disk = ['file:/root/ubuntu.9-10.x86-64.img,sda1,w']
root= "/dev/sda1"
extra = "fastboot"
#extra = 'xencons=tty1 console=tty1'
##############################################
Many thanks