[xen-tools-discuss] using Xen tools on Debian squeeze, but not working now
Brian E. Lavender
brian at brie.com
Mon Jul 16 03:53:36 CEST 2018
I installed a guest using Xen tools but now when I create a host,
the first thing I notice with pygrub is that I can not manipulate the
grub console. the host boots and crashes. The former host I created
still boots.
This is my xen-tools config and creation command. This was all working
before and now my host doesn't boot when I create it.
## xen-tools.conf
```
lvm = Xen09
install-method = debootstrap
size = 4G # Root disk, suffix (G, M, k) required
memory = 256M # Suffix (G, M, k) required
swap = 512M # Suffix (G, M, k) required
fs = ext4 # Default file system for any disk
dist = `xt-guess-suite-and-mirror --suite`
# Default distribution is determined by Dom0's
# distribution
dhcp = 1
kernel = /boot/vmlinuz-`uname -r`
initrd = /boot/initrd.img-`uname -r`
pygrub = 1
ext4_options = noatime,nodiratime,errors=remount-ro
ext3_options = noatime,nodiratime,errors=remount-ro
ext2_options = noatime,nodiratime,errors=remount-ro
xfs_options = defaults
reiserfs_options = defaults
btrfs_options = defaults
```
## Xen tools command to create host
```
xen-create-image --hostname=foobar --size=10Gb --swap=2G --memory=2G
```
--
Brian Lavender
http://www.brie.com/brian/
"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."
Professor C. A. R. Hoare
The 1980 Turing award lecture
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://xen-tools.org/pipermail/xen-tools-discuss/attachments/20180715/d28469b1/attachment.sig>
More information about the xen-tools-discuss
mailing list