Comment 10 for bug 190870

Revision history for this message
Maurício Magalhães (mauriciommagalhaes) wrote :

Hi all!

linux-image-2.6.24-12-xen same story.

sudo xm create linux.cfg -c

[...]

[ 0.263416] audit: initializing netlink socket (disabled)
[ 0.263430] audit(1205842523.020:1): initialized
[ 0.263583] VFS: Disk quotas dquot_6.5.1
[ 0.263613] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.263707] io scheduler noop registered
[ 0.263711] io scheduler anticipatory registered
[ 0.263714] io scheduler deadline registered
[ 0.263729] io scheduler cfq registered (default)
[ 0.263948] Xen virtual console successfully installed as xvc0
[ 0.263986] Event-channel device installed.
[ 0.298738] rtc: IRQ 8 is not free.
[ 0.299377] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 0.299447] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 0.299569] PNP: No PS/2 controller found. Probing ports directly.
[ 0.300385] i8042.c: No controller found.
[ 0.303681] mice: PS/2 mouse device common for all mice
[ 0.303728] cpuidle: using governor ladder
[ 0.303817] NET: Registered protocol family 1
[ 0.303847] Using IPI No-Shortcut mode
[ 0.303876] registered taskstats version 1
[ 0.303886] XENBUS: Device with no driver: device/vbd/2049
[ 0.303889] XENBUS: Device with no driver: device/vbd/2050
[ 0.303893] XENBUS: Device with no driver: device/vif/0
[ 0.303896] XENBUS: Device with no driver: device/console/0
[ 0.303915] Magic number: 1:252:3141
[ 0.304164] Freeing unused kernel memory: 208k freed
Loading, please wait...
Begin: Loading essential drivers... ...
[ 0.693139] fuse init (API version 7.9)
[ 0.721353] thermal: Unknown symbol acpi_processor_set_thermal_limit
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Waiting for root file system... ...

Done.
        Check root= bootarg cat /proc/cmdline
        or missing modules, devices: cat /proc/modules ls /dev
ALERT! /dev/sda2 does not exist. Dropping to a shell!

BusyBox v1.1.3 (Debian 1:1.1.3-5ubuntu12) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)
########################################3
My linux.conf

#
# Configuration file for the Xen instance ecolx01, created
# by xen-tools 3.8 on Fri Mar 14 13:48:27 2008.
#
# Kernel + memory size
#
kernel = '/boot/vmlinuz-2.6.24-12-xen'
ramdisk = '/boot/initrd.img-2.6.24-12-xen'
memory = '128'
#
# Disk device(s).
#
root = '/dev/sda2 ro'
disk = [
                  'tap:aio:/home/xen/domains/ecolx01/swap.img,sda1,w',
                  'tap:aio:/home/xen/domains/ecolx01/disk.img,sda2,w',
              ]
#
# Hostname
#
name = 'ecolx01'
#
# Networking
#
vif = [ 'ip=10.32.76.100,mac=00:16:3E:C1:4B:A9' ]
#vif = [ 'bridge=xenbr0']
#vif = [ 'bridge=xenbr0' ]
#
# Behaviour
#
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'