Displaying 1 result from an estimated 1 matches for "noapt".
Did you mean:
noapp
2011 Mar 02
5
installing xen on a vmware work station
...rc.d xendomains defaults 21 20
Reboot in Xen with grub entry
menuentry ''Xen 4 Ubuntu 10.04 kernel 2.6.32.25 '' {
insmod ext2
set root=''(hd0,1)''
multiboot (hd0,1)/boot/xen.gz dummy=dummy
module /boot/vmlinuz-2.6.32.25 dummy=dummy noapt
root=UUID=/dev/sda1 ro console=tty0
module /boot/initrd.img-2.6.32.25
}
Now I see a lot of kernel panic and similar messages which did not
got logged in any where?
Can any one tell me what wrong thing did I do above since there is no
log any where?
_____________________________________...