Search results

  1. M

    migrating from VMware using raw block device?

    In the config file, it will boot with: ide0: /dev/sdc,media=disk,cyls=8192,heads=16,secs=32,trans=none ide2: /dev/sdc It will NOT boot with (i.e., when boot=on is added by qm for a given device): bootdisk: ide0 ide0: /dev/sdc,media=disk,cyls=8192,heads=16,secs=32,trans=none ide2: /dev/sdc...
  2. M

    migrating from VMware using raw block device?

    I mixed it to use -hda /dev/sdc with -hdachs 8192,16,32,none, then many tests... So I'm a bit closer now. The system does NOT boot using: -drive file=/dev/sdc,index=0,media=disk The system boots, but bluescreens later in a boot process saying it can't find a boot device when I use: -drive...
  3. M

    migrating from VMware using raw block device?

    No, it must be something else. Qemu's "BIOS" shows the devices with their sizes correctly even if I use "drive" option.