[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#659073: marked as done (support findiso functionality)



Your message dated Mon, 09 Apr 2012 17:18:36 +0000
with message-id <E1SHIEe-00021O-4T@franck.debian.org>
and subject line Bug#656135: fixed in live-boot 3.0~a27-1
has caused the Debian Bug report #656135,
regarding support findiso functionality
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
656135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656135
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-live
Severity: normal

Unlike other live isos (ubuntu, fedora, grml, system rescue), Debian-live isos
will not boot on a multiboot usb drive using grub2. This is well documented
from internet where  every Debian help group reports this fact. It is quite
frustrating (and time-consuming) not being able to boot Debian-live isos (6.0.3
-live-amd64-desktop.iso, 6.0.3-live-i386-desktop.iso), while live isos from
other linux distributions can readily boot.

Debian live begins to boot via grub2, but half-way through boot, it hangs for
two/three minutes and then leaves grub, stating that live iso could not be
found.

The following is my grub2 menu entry (one of about a hundred that I wrote):

menuentry "debian 64 bit live" {
  loopback loop /boot/Debian/debian-live-6.0.3-amd64-gnome-desktop.iso
  linux (loop)/live/vmlinuz  live-media-path=/boot/Debian/debian-
live-6.0.3-amd64-gnome-desktop.iso --
  initrd (loop)/live/initrd.img

I have another similar menu entry for i386 (which I tweaked repeatedly to no
avail)

I could probably boot a live Lenny iso but I don't want to use an older version
of Debian.

Debian-live works well if I copy usb-hdd img to a usb drive (and persistence
works flawlessly -- better, in fact, than Ubuntu 10.10 or 11.10). The hybrid
iso does not work with persistence (I cannot create live-rw partition --
grparted, fdisk do not recognize that an OS has been installed; they only see
"unallocated space"). But Debian is unbootable in a multiboot system.

Why should Ubuntu, a Debian derivitive, be superior to Debian-live at
multibooting? Why should other distributions make a better live iso than
Debian?



-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39.4-custom (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Source: live-boot
Source-Version: 3.0~a27-1

We believe that the bug you reported is fixed in the latest version of
live-boot, which is due to be installed in the Debian FTP archive:

live-boot-doc_3.0~a27-1_all.deb
  to main/l/live-boot/live-boot-doc_3.0~a27-1_all.deb
live-boot-initramfs-tools_3.0~a27-1_all.deb
  to main/l/live-boot/live-boot-initramfs-tools_3.0~a27-1_all.deb
live-boot_3.0~a27-1.debian.tar.gz
  to main/l/live-boot/live-boot_3.0~a27-1.debian.tar.gz
live-boot_3.0~a27-1.dsc
  to main/l/live-boot/live-boot_3.0~a27-1.dsc
live-boot_3.0~a27-1_all.deb
  to main/l/live-boot/live-boot_3.0~a27-1_all.deb
live-boot_3.0~a27.orig.tar.gz
  to main/l/live-boot/live-boot_3.0~a27.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 656135@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <daniel@debian.org> (supplier of updated live-boot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 18:58:06 +0200
Source: live-boot
Binary: live-boot live-boot-doc live-boot-initramfs-tools
Architecture: source all
Version: 3.0~a27-1
Distribution: experimental
Urgency: low
Maintainer: Debian Live Project <debian-live@lists.debian.org>
Changed-By: Daniel Baumann <daniel@debian.org>
Description: 
 live-boot  - Debian Live - System Boot Scripts
 live-boot-doc - Debian Live - System Boot Scripts (documentation)
 live-boot-initramfs-tools - Debian Live - System Boot Scripts (initramfs-tools backend)
Closes: 656135
Changes: 
 live-boot (3.0~a27-1) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Only looking at boot.d files if they have the .conf suffix to allow
     putting other files into these places that do not necessarily need
     to be used by live-boot (e.g. documentation).
   * Removing preseed bottom-script, a newly written one is now in live-
     config where this sort of things belong.
   * Removing header in fstab, not required.
   * Removing outdated and broken accessibility script, this will be
     redone in live-config properly.
   * Replacing 'illegal' with better fitting 'invalid' for wrongly
     crafted input examples in live.persist manpage.
   * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
   * Removing user and userfullname variables in scripts/live, they are
     not used here sind live-config anymore.
   * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
   * Using 'persistence' (noun) rather than 'persistent'
     (adjective/adverb) everywhere.
   * Making extraction of the manpage section in manpages/Makefile work
     with multiple dots in the filename.
   * Renaming live.persist to live-persistence.conf.
 .
   [ Tails developers ]
   * Adding support for the findiso boot parameter (Closes: #656135).
   * Fixing findiso argument parsing place to match the existing
     ordering.
   * Removing overkill double-checking of return code in is_mountpoint
     predicate.
   * Fixing brace alignment to follow common code style.
   * Removing leftover directory after unmounting.
 .
   [ Daniel Baumann ]
   * Removing old docs.
   * Merging old changelog into current changelog.
   * Updating toplevel Makefile to work with manpages having multiple
     dots in its filename.
   * Renamling linkfiles option when using persistence to simply link.
 .
   [ Tails developers ]
   * Allow using / as destination in custom mounts.
   * Supress warnings when probing media for persistence.
   * Do not probe the device mounted on /live/image for persistence.
   * Fix typo to make home-sn snapshots work again.
   * Only try copying snapshots if we actually found any.
Checksums-Sha1: 
 231cf1e7342f1234bb66e7c4a3f876724c9ce153 1383 live-boot_3.0~a27-1.dsc
 4694b987907c54f1d82e68deed0ef1e356066e9c 89449 live-boot_3.0~a27.orig.tar.gz
 649c9c6653be38cd37176a40471b77b533531994 20804 live-boot_3.0~a27-1.debian.tar.gz
 ebcf560bf021bcef04c7b820d38581179d941237 30570 live-boot_3.0~a27-1_all.deb
 5824f09aa0212ab144373de27c5ff37fbdc11866 43934 live-boot-doc_3.0~a27-1_all.deb
 94ba986c3f1f9390a23b9245f349663fb436d188 49574 live-boot-initramfs-tools_3.0~a27-1_all.deb
Checksums-Sha256: 
 bfa1944c4b6ff48de49b89430106983a91b21778be6915c89d34afb42a6e6f63 1383 live-boot_3.0~a27-1.dsc
 e39568aceb81dc76e9fe7abd61f4ed7c26379daf6655cb9bd8409ac5cda10d23 89449 live-boot_3.0~a27.orig.tar.gz
 0ef9724039e2b52783579fb323f503243f4be70d8983593a1edf3084dbd84a5f 20804 live-boot_3.0~a27-1.debian.tar.gz
 faebb3b20094f696eb0dbcdfba38329b61ba196ecbb676398ecb50f3b2313cb3 30570 live-boot_3.0~a27-1_all.deb
 41bd3d5e7ed941f8e82b473a397b8ac35bf9cab2415b7e5c029e12e4b9acc550 43934 live-boot-doc_3.0~a27-1_all.deb
 163ae450d01175fc57eacf9a24a6624bd302197e11c4f5e352c1d7835d35c9f9 49574 live-boot-initramfs-tools_3.0~a27-1_all.deb
Files: 
 b4b4020e1a7a55ecdf307f92d1d486df 1383 misc optional live-boot_3.0~a27-1.dsc
 2339a74ee916a19b6e42be2f751ce1ff 89449 misc optional live-boot_3.0~a27.orig.tar.gz
 6756565668fcf5044c558e74cb5055d8 20804 misc optional live-boot_3.0~a27-1.debian.tar.gz
 d64cdef028528f041d705fd32f7b017d 30570 misc optional live-boot_3.0~a27-1_all.deb
 09c8241ce69ca4d147fa02bbc5c87731 43934 doc optional live-boot-doc_3.0~a27-1_all.deb
 c65ea2a7cc7ad9a0cd3e7ea5b6a687a9 49574 misc optional live-boot-initramfs-tools_3.0~a27-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk+DFiQACgkQ+C5cwEsrK565hQCgv5RFXjOM0RKLl5D1v1ejqcp7
bGQAnjj6ArScejnKidPbIdZ0x67WMvp3
=c8Rw
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: