Created
March 10, 2011 23:03
-
-
Save thatch45/865136 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ragnarok ~]# LIBGUESTFS_DEBUG=1 guestmount -i --ro -a arch /mnt/guest/ | |
new guestfs handle 0x24591a0 | |
[00000ms] febootstrap-supermin-helper --verbose -f checksum '/usr/lib/guestfs/supermin.d' x86_64 | |
supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null) | |
supermin helper [00000ms] inputs[0] = /usr/lib/guestfs/supermin.d | |
supermin helper [00002ms] finished creating kernel | |
supermin helper [00002ms] visiting /usr/lib/guestfs/supermin.d | |
supermin helper [00002ms] visiting /usr/lib/guestfs/supermin.d/base.img | |
supermin helper [00002ms] visiting /usr/lib/guestfs/supermin.d/daemon.img | |
supermin helper [00003ms] visiting /usr/lib/guestfs/supermin.d/hostfiles | |
supermin helper [00033ms] visiting /usr/lib/guestfs/supermin.d/init.img | |
supermin helper [00071ms] finished creating appliance | |
[00073ms] begin testing qemu features | |
[00080ms] finished testing qemu features | |
accept_from_daemon: 0x24591a0 g->state = 1 | |
[00080ms] /usr/bin/qemu-kvm \ | |
-drive file=arch,snapshot=on,if=virtio \ | |
-nodefconfig \ | |
-enable-kvm \ | |
-nodefaults \ | |
-nographic \ | |
-m 500 \ | |
-no-reboot \ | |
-no-hpet \ | |
-device virtio-serial \ | |
-serial stdio \ | |
-chardev socket,path=/tmp/libguestfsf68sid/sock,id=channel0 \ | |
-device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \ | |
-kernel /tmp/.guestfs-0/kernel.23206 \ | |
-initrd /tmp/.guestfs-0/initrd.23206 \ | |
-append 'panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm ' \ | |
-drive file=/tmp/.guestfs-0/root.23206,snapshot=on,if=virtio,cache=unsafe | |
recv_from_daemon: 0x24591a0 g->state = 1, size_rtn = 0x7fff07bf02dc, buf_rtn = 0x7fff07bf02a0 | |
Initializing cgroup subsys cpuset | |
Initializing cgroup subsys cpu | |
Linux version 2.6.37-ARCH (tobias@T-POWA-LX) (gcc version 4.5.2 20110127 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Mar 8 08:34:35 CET 2011 | |
Command line: panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm | |
BIOS-provided physical RAM map: | |
BIOS-e820: 0000000000000000 - 000000000009bc00 (usable) | |
BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved) | |
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) | |
BIOS-e820: 0000000000100000 - 000000001f3fd000 (usable) | |
BIOS-e820: 000000001f3fd000 - 000000001f400000 (reserved) | |
BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) | |
BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) | |
NX (Execute Disable) protection: active | |
DMI 2.4 present. | |
No AGP bridge found | |
last_pfn = 0x1f3fd max_arch_pfn = 0x400000000 | |
PAT not supported by CPU. | |
found SMP MP-table at [ffff8800000fdbf0] fdbf0 | |
Scanning 0 areas for low memory corruption | |
init_memory_mapping: 0000000000000000-000000001f3fd000 | |
RAMDISK: 1f148000 - 1f3f0000 | |
kvm-clock: Using msrs 12 and 11 | |
kvm-clock: cpu 0, msr 0:15b3241, boot clock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment