All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1892441] [NEW] "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x
@ 2020-08-21  2:04 Ahmed Karaman
  2020-08-21  2:16 ` [Bug 1892441] " Ahmed Karaman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmed Karaman @ 2020-08-21  2:04 UTC (permalink / raw
  To: qemu-devel

Public bug reported:

Hi,

I want to emulate Debian 10.5.0 for the s390x architecture. 
The Debian image is downloaded from the following link:
https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso 

Using the latest QEMU version 5.1.0, running the debian image using the given command:
qemu-system-s390x -boot d -m 4096 -hda debian.qcow -cdrom debian-10.5.0-s390x-netinst.iso -nographic

causes the error output below:

LOADPARM=[        ]
Using virtio-blk.
Using guessed DASD geometry.
Using ECKD scheme (block size  4096), CDL

! No zIPL section in IPL2 record. !

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: s390x softmmu

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1892441

Title:
  "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on
  s390x

Status in QEMU:
  New

Bug description:
  Hi,

  I want to emulate Debian 10.5.0 for the s390x architecture. 
  The Debian image is downloaded from the following link:
  https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso 

  Using the latest QEMU version 5.1.0, running the debian image using the given command:
  qemu-system-s390x -boot d -m 4096 -hda debian.qcow -cdrom debian-10.5.0-s390x-netinst.iso -nographic

  causes the error output below:

  LOADPARM=[        ]
  Using virtio-blk.
  Using guessed DASD geometry.
  Using ECKD scheme (block size  4096), CDL

  ! No zIPL section in IPL2 record. !

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1892441/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1892441] Re: "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x
  2020-08-21  2:04 [Bug 1892441] [NEW] "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x Ahmed Karaman
@ 2020-08-21  2:16 ` Ahmed Karaman
  2020-08-22 18:17 ` Thomas Huth
  2021-01-24 20:38 ` Bruno Haible
  2 siblings, 0 replies; 4+ messages in thread
From: Ahmed Karaman @ 2020-08-21  2:16 UTC (permalink / raw
  To: qemu-devel

** Description changed:

  Hi,
  
- I want to emulate Debian 10.5.0 for the s390x architecture. 
+ I want to emulate Debian 10.5.0 for the s390x architecture.
  The Debian image is downloaded from the following link:
- https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso 
+ https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso
  
  Using the latest QEMU version 5.1.0, running the debian image using the given command:
  qemu-system-s390x -boot d -m 4096 -hda debian.qcow -cdrom debian-10.5.0-s390x-netinst.iso -nographic
  
  causes the error output below:
  
  LOADPARM=[        ]
  Using virtio-blk.
  Using guessed DASD geometry.
  Using ECKD scheme (block size  4096), CDL
  
  ! No zIPL section in IPL2 record. !
+ 
+ Using exactly the same qemu command above with the Alpine 3.12 image for
+ s390x ran successfully without any errors.

** Description changed:

  Hi,
  
- I want to emulate Debian 10.5.0 for the s390x architecture.
+ I want to emulate Debian 10.5.0 for the s390x architecture on an Ubuntu
+ x86_64 host.
+ 
  The Debian image is downloaded from the following link:
  https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso
  
- Using the latest QEMU version 5.1.0, running the debian image using the given command:
+ Using the latest QEMU version 5.1.0, the Debian image is emulated using the given command:
  qemu-system-s390x -boot d -m 4096 -hda debian.qcow -cdrom debian-10.5.0-s390x-netinst.iso -nographic
  
- causes the error output below:
+ Running the command causes the output below:
  
- LOADPARM=[        ]
- Using virtio-blk.
- Using guessed DASD geometry.
- Using ECKD scheme (block size  4096), CDL
- 
- ! No zIPL section in IPL2 record. !
+     LOADPARM=[        ]
+     Using virtio-blk.
+     Using guessed DASD geometry.
+     Using ECKD scheme (block size  4096), CDL
+     
+     ! No zIPL section in IPL2 record. !
  
  Using exactly the same qemu command above with the Alpine 3.12 image for
  s390x ran successfully without any errors.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1892441

Title:
  "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on
  s390x

Status in QEMU:
  New

Bug description:
  Hi,

  I want to emulate Debian 10.5.0 for the s390x architecture on an
  Ubuntu x86_64 host.

  The Debian image is downloaded from the following link:
  https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso

  Using the latest QEMU version 5.1.0, the Debian image is emulated using the given command:
  qemu-system-s390x -boot d -m 4096 -hda debian.qcow -cdrom debian-10.5.0-s390x-netinst.iso -nographic

  Running the command causes the output below:

      LOADPARM=[        ]
      Using virtio-blk.
      Using guessed DASD geometry.
      Using ECKD scheme (block size  4096), CDL
      
      ! No zIPL section in IPL2 record. !

  Using exactly the same qemu command above with the Alpine 3.12 image
  for s390x ran successfully without any errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1892441/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1892441] Re: "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x
  2020-08-21  2:04 [Bug 1892441] [NEW] "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x Ahmed Karaman
  2020-08-21  2:16 ` [Bug 1892441] " Ahmed Karaman
@ 2020-08-22 18:17 ` Thomas Huth
  2021-01-24 20:38 ` Bruno Haible
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2020-08-22 18:17 UTC (permalink / raw
  To: qemu-devel

As far as I know, the Debian CD ISO images are not bootable on s390x
(they do not contain boot information according to the El-Torrito
standard). Please open a bug against Debian instead if you want to have
that changed. So far, you have to boot here manually instead (see
http://people.redhat.com/~thuth/blog/qemu/2017/12/19/install-fedora.html
for some more information).


** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1892441

Title:
  "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on
  s390x

Status in QEMU:
  Invalid

Bug description:
  Hi,

  I want to emulate Debian 10.5.0 for the s390x architecture on an
  Ubuntu x86_64 host.

  The Debian image is downloaded from the following link:
  https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso

  Using the latest QEMU version 5.1.0, the Debian image is emulated using the given command:
  qemu-system-s390x -boot d -m 4096 -hda debian.qcow -cdrom debian-10.5.0-s390x-netinst.iso -nographic

  Running the command causes the output below:

      LOADPARM=[        ]
      Using virtio-blk.
      Using guessed DASD geometry.
      Using ECKD scheme (block size  4096), CDL
      
      ! No zIPL section in IPL2 record. !

  Using exactly the same qemu command above with the Alpine 3.12 image
  for s390x ran successfully without any errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1892441/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1892441] Re: "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x
  2020-08-21  2:04 [Bug 1892441] [NEW] "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x Ahmed Karaman
  2020-08-21  2:16 ` [Bug 1892441] " Ahmed Karaman
  2020-08-22 18:17 ` Thomas Huth
@ 2021-01-24 20:38 ` Bruno Haible
  2 siblings, 0 replies; 4+ messages in thread
From: Bruno Haible @ 2021-01-24 20:38 UTC (permalink / raw
  To: qemu-devel

Yes. For booting Debian images using QEMU (<= 5.0.0) I use this recipe:

machine_args="-M s390-ccw-virtio -m 512"
disk_args="-drive file=debian86.img,if=none,format=raw,id=hd0 -device virtio-blk-ccw,drive=hd0"
net_args=""
display_args="-display gtk -monitor stdio"
common_args="$machine_args $disk_args $net_args $display_args"

Pull kernel and initrd from the ftp server:
mkdir boot-for-install
(cd boot-for-install
 wget ftp://ftp.de.debian.org/pub/debian/dists/jessie/main/installer-s390x/current/images/generic/kernel.debian
 wget ftp://ftp.de.debian.org/pub/debian/dists/jessie/main/installer-s390x/current/images/generic/initrd.debian)

Then, for running the installer:
qemu-system-s390x $common_args -kernel boot-for-install/kernel.debian -initrd boot-for-install/initrd.debian

For booting from disk:
qemu-system-s390x $common_args -kernel boot/vmlinuz -initrd boot/initrd.img -append "root=/dev/vda2"

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1892441

Title:
  "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on
  s390x

Status in QEMU:
  Invalid

Bug description:
  Hi,

  I want to emulate Debian 10.5.0 for the s390x architecture on an
  Ubuntu x86_64 host.

  The Debian image is downloaded from the following link:
  https://cdimage.debian.org/debian-cd/current/s390x/iso-cd/debian-10.5.0-s390x-netinst.iso

  Using the latest QEMU version 5.1.0, the Debian image is emulated using the given command:
  qemu-system-s390x -boot d -m 4096 -hda debian.qcow -cdrom debian-10.5.0-s390x-netinst.iso -nographic

  Running the command causes the output below:

      LOADPARM=[        ]
      Using virtio-blk.
      Using guessed DASD geometry.
      Using ECKD scheme (block size  4096), CDL
      
      ! No zIPL section in IPL2 record. !

  Using exactly the same qemu command above with the Alpine 3.12 image
  for s390x ran successfully without any errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1892441/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-24 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21  2:04 [Bug 1892441] [NEW] "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x Ahmed Karaman
2020-08-21  2:16 ` [Bug 1892441] " Ahmed Karaman
2020-08-22 18:17 ` Thomas Huth
2021-01-24 20:38 ` Bruno Haible

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.