Activity log for bug #234185

Date Who What changed Old value New value Message
2008-05-22 23:54:53 Hans Deragon bug added bug
2008-05-22 23:54:53 Hans Deragon bug added attachment 'cdrom-detect.postinst.usb-detect.patch' (Patch to detect USB flash drives.)
2008-05-23 08:06:16 Hans Deragon bug added attachment 'cdrom-detect.postinst.usb-detect.patch' (Resending same patch, but with "patch" checkbox checked.)
2008-06-10 23:26:05 Dereck Wonnacott None: status New Confirmed
2008-09-06 15:15:36 Colin Watson cdrom-detect: importance Undecided Medium
2008-09-10 22:46:32 Colin Watson cdrom-detect: assignee evand
2008-09-21 23:00:22 Tormod Volden bug assigned to debian-installer-utils (Ubuntu)
2008-09-24 10:40:06 Launchpad Janitor debian-installer-utils: status New Fix Released
2008-10-01 14:07:27 Colin Watson cdrom-detect: status Confirmed Fix Committed
2008-10-01 14:07:27 Colin Watson cdrom-detect: assignee evand kamion
2008-10-01 14:07:27 Colin Watson cdrom-detect: statusexplanation I've merged Tormod's patch (with a small change to debian/changelog), and uploaded it. It'll be usable after the first debian-installer upload after beta.
2008-10-01 14:07:51 Colin Watson bug assigned to usb-creator (Ubuntu)
2008-10-01 14:08:44 Colin Watson usb-creator: status New Triaged
2008-10-01 14:08:44 Colin Watson usb-creator: assignee evand
2008-10-01 14:08:44 Colin Watson usb-creator: importance Undecided Medium
2008-10-01 14:08:44 Colin Watson usb-creator: statusexplanation Evan, could you arrange to have usb-creator pass cdrom-detect/try-usb=true for alternate CDs? (It's harmless for desktop CDs, in case it's hard for usb-creator to tell the difference.) That should be the last piece of this bug.
2008-10-03 01:00:03 Steve Langasek cdrom-detect: status Fix Committed Fix Released
2008-10-03 01:00:03 Steve Langasek cdrom-detect: statusexplanation cdrom-detect accepted, closing this task.
2008-10-09 15:27:38 Evan usb-creator: status Triaged Fix Committed
2008-10-09 15:27:38 Evan usb-creator: statusexplanation
2008-10-16 08:00:16 Launchpad Janitor usb-creator: status Fix Committed Fix Released
2008-10-18 07:12:16 Evan cdrom-detect: status Fix Released Confirmed
2008-10-18 07:12:16 Evan cdrom-detect: assignee kamion evand
2008-10-18 07:12:16 Evan cdrom-detect: statusexplanation cdrom-detect accepted, closing this task. As discussed on #ubuntu-installer: 17:29:46 < evand> hrm, cdrom-detect/ask-usb fails to account for the situation where you have a CD in the drive as well *snip* 17:34:13 < evand> Right now I have an Ubuntu image on USB stick plugged in and a Windows drivers CD inserted into the computer. 17:34:44 < evand> It first mounts the CD, then goes into the try-usb block and mounts the usb disk over top of that. 17:35:38 < evand> If I stick a if [ "$mounted" = "1" ]; then break; fi before try-usb it goes with the Windows CD, which obviously fails. 17:36:29 < cjwatson> oh, hmm 17:36:33 < evand> I suspect in this scenario, it should try to mount, then check to make sure we're dealing with an Ubuntu image, if not go to the next device, if there are no devices left, fail 17:37:36 < cjwatson> I see what you mean, that's badly wrong
2008-10-18 07:19:05 Evan bug added attachment 'cdrom-detect-better-flow.patch' (cdrom-detect-better-flow.patch)
2008-10-20 02:11:33 Launchpad Janitor cdrom-detect: status Confirmed Fix Released
2008-11-01 23:47:48 intel usb-creator: status Fix Released Confirmed
2008-11-01 23:47:48 intel usb-creator: statusexplanation Evan, could you arrange to have usb-creator pass cdrom-detect/try-usb=true for alternate CDs? (It's harmless for desktop CDs, in case it's hard for usb-creator to tell the difference.) That should be the last piece of this bug. Reopening & confirming this bug in the 8.10 Release
2008-11-08 15:21:32 Evan usb-creator: status Confirmed Fix Released
2008-11-08 15:21:32 Evan usb-creator: statusexplanation Reopening & confirming this bug in the 8.10 Release intel, I'm not sure why you reopened the usb-creator task. The bug is clearly fixed there, given the reports here and elsewhere. However, if using USB creator to create an alternate USB disk is not working for you, please file a new bug. If you take issue with the functionality being disabled by default on the alternate CD, please re-read Colin's comment and propose a solution that accounts for the problems he mentions: https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/234185/comments/5 Thanks!
2009-07-02 16:18:08 Launchpad Janitor branch linked lp:ubuntu/karmic/usb-creator
2009-08-27 09:46:08 Evan cdrom-detect (Ubuntu): milestone ubuntu-8.04.4
2009-08-27 09:46:42 Evan bug task added cdrom-detect (Ubuntu Hardy)
2009-08-27 09:46:42 Evan bug task added debian-installer-utils (Ubuntu Hardy)
2009-08-27 09:46:42 Evan bug task added usb-creator (Ubuntu Hardy)
2009-08-27 09:47:23 Evan cdrom-detect (Ubuntu Hardy): status New Confirmed
2009-08-27 11:00:01 Evan description I wrote a script to copy all the files from Hardy Heron (08.04) Live CD and Alternate CD to a USB flash drive. The Live CD works flawlessly. However, the Alternate CD fails to mount the "cdrom". This is because cdrom-detect.postinst does not try to look for disk partitions. By adding `list-devices partition` in the list of devices to probe, and by adding an additional mount command for vfat, I managed to get the Alternate CD working from a USB flash drive. Attached, a patch to fix the issue. Please consider introducing this fix soon and release a new Alternate CD with it. I plan to make my script available and it would be nice to have a proper working Alternate CD for USB flash drives. Users should not have to mess with initrd to get this working. P.S.: If you have a suggestion about a good place to make this script public, please write to me in an email. Also, my solution partially resolves: http://brainstorm.ubuntu.com/idea/16/ I have USB images of 1G which can be `dd` to a USB flash drive. [ keywords: alternate cd usb flash key stick pen pendrive drive ] We have had support for USB devices that contain the contents of an ISO being used as installation media for the alternate CD since Intrepid. Recently it has come to my attention that server users want this feature for servers that do not have a CDROM drive and are not installed using PXE. I've uploaded a new debian-installer-utils and cdrom-detect to hardy-proposed which will enable the following test case. TEST CASE: 1. Put the contents of an Ubuntu 8.04.4 image on a USB disk using usb-creator. Other tools can be used to do this, but you need to make sure you add 'cdrom-detect/try-usb=true' to the kernel command line. 2. Boot the USB disk and proceed with the installation. It should progress without complaining that it cannot find the installation media. Original report: I wrote a script to copy all the files from Hardy Heron (08.04) Live CD and Alternate CD to a USB flash drive. The Live CD works flawlessly. However, the Alternate CD fails to mount the "cdrom". This is because cdrom-detect.postinst does not try to look for disk partitions. By adding `list-devices partition` in the list of devices to probe, and by adding an additional mount command for vfat, I managed to get the Alternate CD working from a USB flash drive. Attached, a patch to fix the issue. Please consider introducing this fix soon and release a new Alternate CD with it. I plan to make my script available and it would be nice to have a proper working Alternate CD for USB flash drives. Users should not have to mess with initrd to get this working. P.S.: If you have a suggestion about a good place to make this script public, please write to me in an email.        Also, my solution partially resolves:        http://brainstorm.ubuntu.com/idea/16/        I have USB images of 1G which can be `dd` to a USB flash drive. [ keywords: alternate cd usb flash key stick pen pendrive drive ]
2009-08-31 12:46:02 Martin Pitt cdrom-detect (Ubuntu Hardy): status Confirmed Fix Committed
2009-08-31 12:46:05 Martin Pitt debian-installer-utils (Ubuntu Hardy): status New Fix Committed
2009-08-31 12:46:10 Martin Pitt tags verification-needed
2009-11-17 18:48:19 Ubuntu QA Website tags verification-needed iso-testing verification-needed
2009-12-04 21:52:27 Launchpad Janitor branch linked lp:ubuntu/cdrom-detect
2009-12-04 22:00:35 Launchpad Janitor branch linked lp:ubuntu/hardy-proposed/cdrom-detect
2009-12-05 08:02:28 Launchpad Janitor branch linked lp:ubuntu/debian-installer-utils
2009-12-05 08:13:10 Launchpad Janitor branch linked lp:ubuntu/hardy-proposed/debian-installer-utils
2009-12-05 08:55:25 Jan Groenewald removed subscriber Jan Groenewald
2010-01-06 07:59:47 Harvey Muller removed subscriber Harvey Muller
2010-01-20 07:00:32 Steve Langasek description We have had support for USB devices that contain the contents of an ISO being used as installation media for the alternate CD since Intrepid. Recently it has come to my attention that server users want this feature for servers that do not have a CDROM drive and are not installed using PXE. I've uploaded a new debian-installer-utils and cdrom-detect to hardy-proposed which will enable the following test case. TEST CASE: 1. Put the contents of an Ubuntu 8.04.4 image on a USB disk using usb-creator. Other tools can be used to do this, but you need to make sure you add 'cdrom-detect/try-usb=true' to the kernel command line. 2. Boot the USB disk and proceed with the installation. It should progress without complaining that it cannot find the installation media. Original report: I wrote a script to copy all the files from Hardy Heron (08.04) Live CD and Alternate CD to a USB flash drive. The Live CD works flawlessly. However, the Alternate CD fails to mount the "cdrom". This is because cdrom-detect.postinst does not try to look for disk partitions. By adding `list-devices partition` in the list of devices to probe, and by adding an additional mount command for vfat, I managed to get the Alternate CD working from a USB flash drive. Attached, a patch to fix the issue. Please consider introducing this fix soon and release a new Alternate CD with it. I plan to make my script available and it would be nice to have a proper working Alternate CD for USB flash drives. Users should not have to mess with initrd to get this working. P.S.: If you have a suggestion about a good place to make this script public, please write to me in an email.        Also, my solution partially resolves:        http://brainstorm.ubuntu.com/idea/16/        I have USB images of 1G which can be `dd` to a USB flash drive. [ keywords: alternate cd usb flash key stick pen pendrive drive ] We have had support for USB devices that contain the contents of an ISO being used as installation media for the alternate CD since Intrepid. Recently it has come to my attention that server users want this feature for servers that do not have a CDROM drive and are not installed using PXE. I've uploaded a new debian-installer-utils and cdrom-detect to hardy-proposed which will enable the following test case. TEST CASE: 1. Put the contents of an Ubuntu 8.04.4 alternate or server image on a USB disk using usb-creator. Other tools can be used to do this, but you need to make sure you add 'cdrom-detect/try-usb=true' to the kernel command line. 2. Boot the USB disk and proceed with the installation. It should progress without complaining that it cannot find the installation media. Original report: I wrote a script to copy all the files from Hardy Heron (08.04) Live CD and Alternate CD to a USB flash drive. The Live CD works flawlessly. However, the Alternate CD fails to mount the "cdrom". This is because cdrom-detect.postinst does not try to look for disk partitions. By adding `list-devices partition` in the list of devices to probe, and by adding an additional mount command for vfat, I managed to get the Alternate CD working from a USB flash drive. Attached, a patch to fix the issue. Please consider introducing this fix soon and release a new Alternate CD with it. I plan to make my script available and it would be nice to have a proper working Alternate CD for USB flash drives. Users should not have to mess with initrd to get this working. P.S.: If you have a suggestion about a good place to make this script public, please write to me in an email.        Also, my solution partially resolves:        http://brainstorm.ubuntu.com/idea/16/        I have USB images of 1G which can be `dd` to a USB flash drive. [ keywords: alternate cd usb flash key stick pen pendrive drive ]
2010-01-20 12:24:29 Steve Langasek tags iso-testing verification-needed iso-testing verification-done
2010-01-20 12:26:39 Launchpad Janitor cdrom-detect (Ubuntu Hardy): status Fix Committed Fix Released
2010-01-20 12:27:03 Launchpad Janitor debian-installer-utils (Ubuntu Hardy): status Fix Committed Fix Released
2010-07-13 16:21:36 Björn Seifert removed subscriber Björn Seifert
2010-11-14 04:33:00 Geza Kovacs bug watch added http://sourceforge.net/support/tracker.php?aid=2928072
2011-04-17 06:35:27 Craig Cummings bug added subscriber Craig Cummings
2014-11-21 19:22:40 Rolf Leggewie usb-creator (Ubuntu Hardy): status New Won't Fix