intel / kernel-fuzzer-for-xen-project

Kernel Fuzzer for Xen Project (KF/x) - Hypervisor-based fuzzing using Xen VM forking, VMI & AFL
MIT License
466 stars 79 forks source link

Error installing debian iso #47

Closed docfate111 closed 3 years ago

docfate111 commented 3 years ago

Is there a recommended debian iso? I tried https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/ More of an issue with vnc viewer than xen. At the vnc step 6 vncviewer localhost the screen(doesn't fit the buffer) shows up and i can move the arrows keys but when i select an install option it crashes with:

Connected to RFB server, using protocol version 3.8
Performing standard VNC authentication
Password: 
Authentication successful
Desktop name "QEMU (debian)"
VNC server default format:
  32 bits per pixel.
  Least significant byte first in each pixel.
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Warning: Cannot convert string "-*-helvetica-bold-r-*-*-16-*-*-*-*-*-*-*" to type FontStruct
Using default colormap which is TrueColor.  Pixel format:
  32 bits per pixel.
  Least significant byte first in each pixel.
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Same machine: preferring raw encoding
Rect too large: 720x480 at (0, 0)
docfate111 commented 3 years ago

nm fixed use

xtightvncviewer -compresslevel 7 -encodings "copyrect tight hextile zlib corre rre raw" localhost

and if that doesn't work keep running the command again the pane will resize itself each time.

tklengyel commented 3 years ago

You can also use some other VNC client like Remmina or RealVNC which handles it by default.