Get the 6.5.4 TAR file from notes.net and copy it to your Debian server.
Here’s my /etc/xen/notes.cfg:
kernel = "/boot/vmlinuz-2.6.12-xenU" memory = 384 name = "notes" root = "/dev/sda1 ro" vif = ['mac=00:00:00:00:00:01, bridge=xenbr0' ] disk = [ 'file:/home/xen/domains/notes/data.img,sda1,w', 'file:/home/xen/domains/notes/swap.img,sda2,w' ] To distinguish in which environment to type the following commands: host # means the “physical” host machine while notes # means that you are in a shell in the virtual domain. ...