Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2347543
  • 博文数量: 609
  • 博客积分: 10061
  • 博客等级: 上将
  • 技术积分: 5920
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-25 08:30
文章分类

全部博文(609)

文章存档

2010年(13)

2009年(39)

2008年(558)

我的朋友

分类: LINUX

2008-06-30 19:55:44

changing cdrom images in qemu
Though I’m using Qemu for some time, now - I recently installed an old T2 flavour from 2 CD’s and thus had to exchange Qemu’s cdrom image at run-time. It came to my suprise that some random googling brought up mostly stuff that did not work anymore - maybe because I have to use a Qemu SVN version due a newer GCC (4.x).
    change cdrom
    device not found
With “info block” in the Qemu monitor (Ctrl-Alt-2) one cane get a list of currently attached block devices:
    info block
    ide0-cd1: type=cdrom removeable=1 locked=1 file=/home/rene/…
    ide0-hd0: type=hd removable=0 file=/home/rene/…
    …
So for exchange the attached cdrom at run-time the commands are:
    eject ide0-cd1
    change ide0-cd1 /home/rene/some-other-file…
And finally the switch back from the monitor to the VGA output screen with Ctrl-Alt-0.
 
阅读(949) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~