[Bug 2036756] Re: The "Installation complete" dialoge box displays "You may now run Ubuntu" even if another GNU/Linux distro is installed
David Hedlund
2036756 at bugs.launchpad.net
Fri Sep 22 15:32:32 UTC 2023
** Description changed:
Steps to reproduce
* Start usb-creator-gtk
* Download an ISO from a distro that does not have Ubuntu in the title name. If you are clueless what to choose, you can download the Trisquel Mini (just 1.5 GB) from https://trisquel.info/
* Add the ISO that you downloaded to the program, for example trisquel-mini_11.0_amd64.iso
* Click on the "Make Startup Disk" button.
* When the installation is complete, an "Installation is complete" dialogue box pop-up with the text:
"You may now run Ubuntu on other computers by booting them with this
drive inserted."
Issue: "You may now run Ubuntu" is incorrect, since Trisquel Mini is
installed. See https://gitlab.trisquel.org/trisquel/package-
helpers/-/issues/68 for screenshots
-
- I suggest that this issue is solved stepwise with the below solutions before it is closed, if solution 3 takes time and effort to achieve:
+ I suggest that this issue is solved stepwise with the below solutions
+ before it is closed, if solution 2 takes time and effort to achieve:
#################################################
- Solution 1 - plain text
+ Solution 1 - Reuse "OS Version"
+
+ "You may now run [GNU/Linux distribution] on other computers by
+ booting them with this drive inserted.". The OS Version for Trisquel is:
+ Trisquel 11 "aramo" - Release amd64 (20230315), so the text would be:
+
+ "Trisquel 11 "aramo" - Release amd64 (20230315) has been installed
+ on the drive, which you now can insert and boot on other computers." --
+ but it might be difficult to retrieve the title "Trisquel Mini" from the
+ ISO?
+
+ #################################################
+ Solution 2 - plain text
"You may now run you system on another computer" -- However, this
may lead you clueless what has been installed since the usb-creator-gtk
window has been closed, so there's no way to identify the file name.
#################################################
- Solution 2 - ISO file name
-
- A simple method is to re-use the ISO file name that has been loaded
- to usb-creator-gtk, which would make it say something like this instead:
-
- "[ISO file name] has been installed on the drive, which you now can
- insert and boot on other computers."
-
- For Trisquel Mini it would be:
- "trisquel-mini_11.0_amd64.iso has been installed on the drive, which you now can insert and boot on other computers."
-
- #################################################
- Solution 3 - isoinfo Volume id
-
- "You may now run [GNU/Linux distribution] on other computers by
- booting them with this drive inserted."
-
- For Trisquel Mini it would be:
- "trisquel-mini 11.0 amd64 has been installed on the drive, which you now can insert and boot on other computers." -- but it might be difficult to retrieve the title "Trisquel Mini" from the ISO?
-
- `isoinfo -d -i file.iso` is useful for Debian, Trisquel, and Ubuntu:
-
- $ isoinfo -d -i trisquel-mini_11.0_amd64.iso
- CD-ROM is in ISO 9660 format
- System id:
- Volume id: trisquel-mini 11.0 amd64
- Volume set id:
- Publisher id:
- Data preparer id: XORRISO-1.5.4 2021.01.30.150001, LIBISOBURN-1.5.4, LIBISOFS-1.5.4, LIBBURN-1.5.4
- Application id: TRISQUEL-MINI 11.0 AMD64
- Copyright File id:
- Abstract File id:
- Bibliographic File id:
- Volume set size is: 1
- Volume set sequence number is: 1
- Logical block size is: 2048
- Volume size is: 770640
- El Torito VD version 1 found, boot catalog is in sector 82
- Joliet with UCS level 3 found
- Rock Ridge signatures version 1 found
- Eltorito validation header:
- Hid 1
- Arch 0 (x86)
- ID ''
- Key 55 AA
- Eltorito defaultboot header:
- Bootid 88 (bootable)
- Boot media 0 (No Emulation Boot)
- Load segment 0
- Sys type 0
- Nsect 4
- Bootoff 253 595
-
- $ isoinfo -d -i ubuntu-22.04-desktop-amd64.iso
- CD-ROM is in ISO 9660 format
- System id:
- Volume id: Ubuntu 22.04 LTS amd64
- Volume set id:
- Publisher id:
- Data preparer id: XORRISO-1.5.2 2019.10.26.180001, LIBISOBURN-1.5.2, LIBISOFS-1.5.2, LIBBURN-1.5.2
- Application id:
- Copyright File id:
- Abstract File id:
- Bibliographic File id:
- Volume set size is: 1
- Volume set sequence number is: 1
- Logical block size is: 2048
- Volume size is: 1784647
- El Torito VD version 1 found, boot catalog is in sector 696
- Joliet with UCS level 3 found
- Rock Ridge signatures version 1 found
- Eltorito validation header:
- Hid 1
- Arch 0 (x86)
- ID ''
- Key 55 AA
- Eltorito defaultboot header:
- Bootid 88 (bootable)
- Boot media 0 (No Emulation Boot)
- Load segment 0
- Sys type 0
- Nsect 4
- Bootoff 2B9 697
-
- $ isoinfo -d -i debian-12.1.0-amd64-DVD-1.iso
- CD-ROM is in ISO 9660 format
- System id:
- Volume id: Debian 12.1.0 amd64 1
- Volume set id:
- Publisher id:
- Data preparer id: XORRISO-1.5.2 2019.10.26.180001, LIBISOBURN-1.5.2, LIBISOFS-1.5.2, LIBBURN-1.5.2
- Application id:
- Copyright File id:
- Abstract File id:
- Bibliographic File id:
- Volume set size is: 1
- Volume set sequence number is: 1
- Logical block size is: 2048
- Volume size is: 1950240
- El Torito VD version 1 found, boot catalog is in sector 5887
- Joliet with UCS level 3 found
- Rock Ridge signatures version 1 found
- Eltorito validation header:
- Hid 1
- Arch 0 (x86)
- ID ''
- Key 55 AA
- Eltorito defaultboot header:
- Bootid 88 (bootable)
- Boot media 0 (No Emulation Boot)
- Load segment 0
- Sys type 0
- Nsect 4
- Bootoff 2988 10632
-
- ############################################
ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: usb-creator-gtk 0.3.16
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 20 14:06:53 2023
InstallationDate: Installed on 2023-07-23 (58 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
PackageArchitecture: all
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: usb-creator
UpgradeStatus: No upgrade log present (probably fresh install)
** Description changed:
Steps to reproduce
* Start usb-creator-gtk
* Download an ISO from a distro that does not have Ubuntu in the title name. If you are clueless what to choose, you can download the Trisquel Mini (just 1.5 GB) from https://trisquel.info/
* Add the ISO that you downloaded to the program, for example trisquel-mini_11.0_amd64.iso
* Click on the "Make Startup Disk" button.
* When the installation is complete, an "Installation is complete" dialogue box pop-up with the text:
"You may now run Ubuntu on other computers by booting them with this
drive inserted."
Issue: "You may now run Ubuntu" is incorrect, since Trisquel Mini is
installed. See https://gitlab.trisquel.org/trisquel/package-
helpers/-/issues/68 for screenshots
I suggest that this issue is solved stepwise with the below solutions
before it is closed, if solution 2 takes time and effort to achieve:
#################################################
Solution 1 - Reuse "OS Version"
- "You may now run [GNU/Linux distribution] on other computers by
- booting them with this drive inserted.". The OS Version for Trisquel is:
- Trisquel 11 "aramo" - Release amd64 (20230315), so the text would be:
+ "You may now run [GNU/Linux distribution] on other computers by booting
+ them with this drive inserted.".
- "Trisquel 11 "aramo" - Release amd64 (20230315) has been installed
- on the drive, which you now can insert and boot on other computers." --
- but it might be difficult to retrieve the title "Trisquel Mini" from the
- ISO?
+ "OS Version" is set to "Trisquel 11 "aramo" - Release amd64 (20230315)"
+ in the screenshot https://gitlab.trisquel.org/trisquel/package-
+ helpers/uploads/4d27c4506a048e451bcda35d8634eea1/finish2.png
+
+ So the text would be:
+ "Trisquel 11 "aramo" - Release amd64 (20230315) has been installed on the drive, which you now can insert and boot on other computers." -- but it might be difficult to retrieve the title "Trisquel Mini" from the ISO?
#################################################
Solution 2 - plain text
"You may now run you system on another computer" -- However, this
may lead you clueless what has been installed since the usb-creator-gtk
window has been closed, so there's no way to identify the file name.
#################################################
ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: usb-creator-gtk 0.3.16
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 20 14:06:53 2023
InstallationDate: Installed on 2023-07-23 (58 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
PackageArchitecture: all
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: usb-creator
UpgradeStatus: No upgrade log present (probably fresh install)
** Description changed:
Steps to reproduce
* Start usb-creator-gtk
* Download an ISO from a distro that does not have Ubuntu in the title name. If you are clueless what to choose, you can download the Trisquel Mini (just 1.5 GB) from https://trisquel.info/
* Add the ISO that you downloaded to the program, for example trisquel-mini_11.0_amd64.iso
* Click on the "Make Startup Disk" button.
* When the installation is complete, an "Installation is complete" dialogue box pop-up with the text:
"You may now run Ubuntu on other computers by booting them with this
drive inserted."
Issue: "You may now run Ubuntu" is incorrect, since Trisquel Mini is
installed. See https://gitlab.trisquel.org/trisquel/package-
helpers/-/issues/68 for screenshots
- I suggest that this issue is solved stepwise with the below solutions
- before it is closed, if solution 2 takes time and effort to achieve:
#################################################
Solution 1 - Reuse "OS Version"
"You may now run [GNU/Linux distribution] on other computers by booting
them with this drive inserted.".
"OS Version" is set to "Trisquel 11 "aramo" - Release amd64 (20230315)"
in the screenshot https://gitlab.trisquel.org/trisquel/package-
helpers/uploads/4d27c4506a048e451bcda35d8634eea1/finish2.png
So the text would be:
"Trisquel 11 "aramo" - Release amd64 (20230315) has been installed on the drive, which you now can insert and boot on other computers." -- but it might be difficult to retrieve the title "Trisquel Mini" from the ISO?
#################################################
Solution 2 - plain text
"You may now run you system on another computer" -- However, this
may lead you clueless what has been installed since the usb-creator-gtk
window has been closed, so there's no way to identify the file name.
#################################################
ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: usb-creator-gtk 0.3.16
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 20 14:06:53 2023
InstallationDate: Installed on 2023-07-23 (58 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
PackageArchitecture: all
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: usb-creator
UpgradeStatus: No upgrade log present (probably fresh install)
** Description changed:
Steps to reproduce
* Start usb-creator-gtk
* Download an ISO from a distro that does not have Ubuntu in the title name. If you are clueless what to choose, you can download the Trisquel Mini (just 1.5 GB) from https://trisquel.info/
* Add the ISO that you downloaded to the program, for example trisquel-mini_11.0_amd64.iso
* Click on the "Make Startup Disk" button.
* When the installation is complete, an "Installation is complete" dialogue box pop-up with the text:
"You may now run Ubuntu on other computers by booting them with this
drive inserted."
Issue: "You may now run Ubuntu" is incorrect, since Trisquel Mini is
installed. See https://gitlab.trisquel.org/trisquel/package-
helpers/-/issues/68 for screenshots
-
#################################################
Solution 1 - Reuse "OS Version"
"You may now run [GNU/Linux distribution] on other computers by booting
them with this drive inserted.".
"OS Version" is set to "Trisquel 11 "aramo" - Release amd64 (20230315)"
in the screenshot https://gitlab.trisquel.org/trisquel/package-
helpers/uploads/4d27c4506a048e451bcda35d8634eea1/finish2.png
So the text would be:
"Trisquel 11 "aramo" - Release amd64 (20230315) has been installed on the drive, which you now can insert and boot on other computers." -- but it might be difficult to retrieve the title "Trisquel Mini" from the ISO?
#################################################
Solution 2 - plain text
- "You may now run you system on another computer" -- However, this
- may lead you clueless what has been installed since the usb-creator-gtk
- window has been closed, so there's no way to identify the file name.
+ "You may now run you system on another computer"
+
+ However, this may lead you clueless what has been installed since the
+ usb-creator-gtk window has been closed, so there's no way to identify
+ the file name.
+
+ This solution can be implemented and later be replaced by solution 1.
#################################################
ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: usb-creator-gtk 0.3.16
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 20 14:06:53 2023
InstallationDate: Installed on 2023-07-23 (58 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
PackageArchitecture: all
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: usb-creator
UpgradeStatus: No upgrade log present (probably fresh install)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to usb-creator in Ubuntu.
https://bugs.launchpad.net/bugs/2036756
Title:
The "Installation complete" dialoge box displays "You may now run
Ubuntu" even if another GNU/Linux distro is installed
Status in usb-creator package in Ubuntu:
New
Bug description:
Steps to reproduce
* Start usb-creator-gtk
* Download an ISO from a distro that does not have Ubuntu in the title name. If you are clueless what to choose, you can download the Trisquel Mini (just 1.5 GB) from https://trisquel.info/
* Add the ISO that you downloaded to the program, for example trisquel-mini_11.0_amd64.iso
* Click on the "Make Startup Disk" button.
* When the installation is complete, an "Installation is complete" dialogue box pop-up with the text:
"You may now run Ubuntu on other computers by booting them with
this drive inserted."
Issue: "You may now run Ubuntu" is incorrect, since Trisquel Mini is
installed. See https://gitlab.trisquel.org/trisquel/package-
helpers/-/issues/68 for screenshots
#################################################
Solution 1 - Reuse "OS Version"
"You may now run [GNU/Linux distribution] on other computers by
booting them with this drive inserted.".
"OS Version" is set to "Trisquel 11 "aramo" - Release amd64
(20230315)" in the screenshot
https://gitlab.trisquel.org/trisquel/package-
helpers/uploads/4d27c4506a048e451bcda35d8634eea1/finish2.png
So the text would be:
"Trisquel 11 "aramo" - Release amd64 (20230315) has been installed on the drive, which you now can insert and boot on other computers." -- but it might be difficult to retrieve the title "Trisquel Mini" from the ISO?
#################################################
Solution 2 - plain text
"You may now run you system on another computer"
However, this may lead you clueless what has been installed since the
usb-creator-gtk window has been closed, so there's no way to identify
the file name.
This solution can be implemented and later be replaced by solution 1.
#################################################
ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: usb-creator-gtk 0.3.16
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Sep 20 14:06:53 2023
InstallationDate: Installed on 2023-07-23 (58 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
PackageArchitecture: all
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: usb-creator
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/2036756/+subscriptions
More information about the foundations-bugs
mailing list