qemu -cdrom ubuntu.iso -boot d -net nic,model=virtio -m 1024 -curses

Posted by Gert Cuykens on Ask Ubuntu See other posts from Ask Ubuntu or by Gert Cuykens
Published on 2013-06-27T05:17:43Z Indexed on 2013/06/27 22:29 UTC
Read the original article Hit count: 338

Filed under:
|

How do I disable frame buffers in Ubuntu 13.10 Saucy kernel, I tried all kinds of kernel parameters but none work?

DEFAULT ramdisk
LABEL ramdisk
  kernel /casper/vmlinuz
  append boot=casper toram initrd=/casper/initrd.img -- vesafb.nonsense=1
LABEL isotest
  kernel /casper/vmlinuz
  append boot=casper integrity-check initrd=/casper/initrd.img -- vesafb.nonsense=1
LABEL memtest
  kernel /install/memtest
  append -
DISPLAY isolinux.txt
TIMEOUT 300
PROMPT 1

© Ask Ubuntu or respective owner

Related posts about syslinux

Related posts about framebuffer