Hi, David Wright wrote: > > Dec 13 03:02:16 kernel: [ 3.155962] sd 0:0:0:0: [sda] Attached SCSI > > removable disk > > Dec 13 03:02:48 cdrom-detect: CD-ROM mount succeeded: device=/dev/sda1 > > fstype=iso9660 > > Dec 13 03:02:48 cdrom-detect: CD-ROM mount succeeded: device=/dev/sda1 > > fstype=iso9660
David Christensen wrote: > Did you install from a USB flash drive or from optical media? sda is not a real optical medium and Linux would not accept a partition table from a real optical medium. I assume the message comes from https://sources.debian.org/src/cdrom-detect/1.98/debian/cdrom-detect.postinst/?hl=23#L23 or https://sources.debian.org/src/cdrom-detect/1.98/debian/cdrom-detect.postinst/?hl=216#L216 when it tries to find the ISO 9660 filesystem from which the running system was booted. (The confusing messages are excusable. Debian ISOs are originally supposed to boot from CD media. USB sticks are a novelty from 2011. :)) Have a nice day :) Thomas

