Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
soc:2010:andreif:journal:week11 [2010/08/08 07:59] andreif |
soc:2010:andreif:journal:week11 [2010/08/09 14:12] (current) andreif |
||
---|---|---|---|
Line 38: | Line 38: | ||
Today I wanted to create a basic Xen setup so I started browsing the Internet for information. After finding several sites I set out to compile the hypervisor from source and found some pre-built dom0 images. At first I struggled with getting the GRUB 2 menu entries correct since there have been some changes since GRUB legacy. Some of these changes affect multiboot images (such as Xen), so I should keep this in mind when I end up making changes. Eventuall I got to a point where the hypervisor booted, but the dom0 kernel had problems in finding the root partition. I'll dig into this tomorrow. | Today I wanted to create a basic Xen setup so I started browsing the Internet for information. After finding several sites I set out to compile the hypervisor from source and found some pre-built dom0 images. At first I struggled with getting the GRUB 2 menu entries correct since there have been some changes since GRUB legacy. Some of these changes affect multiboot images (such as Xen), so I should keep this in mind when I end up making changes. Eventuall I got to a point where the hypervisor booted, but the dom0 kernel had problems in finding the root partition. I'll dig into this tomorrow. | ||
+ | |||
+ | ==== Day 7 [ Sun 8 Aug 2010 ] ==== | ||
+ | |||
+ | I fixed yesterday's root partition issue by getting a new kernel and generating a new initrd. It booted, but unfortunately the keyboard does not work X| Teh horror. |