Contributor MighMoS on Live CD installer
Labels are for humans, UUID's are for machines
Written by treschny the 29 Mar 10 at 01:24.
New
When users are trying out a new OS like Ubuntu it would be very useful to be able to label the new partition accordingly, as well as re-label other partitions so it's easy to see which OS is where. It would also be beneficial to users to have all their newly labeled partitions mount automatically by default.
For example, I'm using Ubuntu 9.10 and Windows and had one partition labeled "Ubuntu". Now I'm trying out Ubuntu 10.04 and I wanted to be able to label the former Ubuntu partition as Ubuntu9 and the new one Ubuntu10. To do this, I had to boot into Ubuntu 9.10 to name the partition for Ubuntu10 and boot into Ubuntu 10.04 to re-label the Ubuntu partition as Ubuntu9. Then I had to edit the fstab file on each as well so they would mount properly. I think editing fstab is too much to ask of new users.
Solution #1:
check installation cd inside installer before write anything to disk
Written by
m0z4rt the 26 Aug 09 at 14:49.
check installation cd inside installer before write anything to disk
check installation cd inside installer before write anything to disk
Solution #2:
add a quick check
Written by
ssam the 27 Aug 09 at 13:25.
a quick check should always run. it could detect the most common burn errors.
* check size of CD
* check that some files exist
a quick check should always run. it could detect the most common burn errors.
* check size of CD
* check that some files exist
Solution #3:
Automatically run a background check
Written by
Otus the 27 Aug 09 at 13:34.
The beginning of the installation process includes questions requiring user interaction. The installer should use this time to check the data in the background. While at it, most of the data could probably be cached for a faster installation overall.
The beginning of the installation process includes questions requiring user interaction. The installer should use this time to check the data in the background. While at it, most of the data could probably be cached for a faster installation overall.
Solution #4:
Add the CD check as an option in the install summary screen.
Written by
Ssdg the 27 Aug 09 at 14:21.
When you review your installation parameters, there should be a checkbox that allows the user to check for defects on the cd-rom before installation (say you've got to install ubuntu on a few computers or more, you'll check the CD the first time, do the install and just install next times).
Of course, the live CD will continue to work during the integrity check (games, firefox, ...) so you're not looking at a boring progress bar.
When you review your installation parameters, there should be a checkbox that allows the user to check for defects on the cd-rom before installation (say you've got to install ubuntu on a few computers or more, you'll check the CD the first time, do the install and just install next times).
Of course, the live CD will continue to work during the integrity check (games, firefox, ...) so you're not looking at a boring progress bar.
Solution #5:
Make cd burning programs check for an md5_sums files on burned cd's
Why are we checking the cd for integrity AFTER rebooting the machine and trying to use it instead of right after the problem would have occured (burning).
The best time to check the integrity of something is right after it is created. All ubuntu live cd's have and md5 checksums file (this is what the regular checker uses), why not have the cd burning software itself do this scan?
Burning software already verifies the cd against the iso file (default checked option), but it does not check against an md5 checksum file (which would also verify that the original ISO was valid).
Why are we checking the cd for integrity AFTER rebooting the machine and trying to use it instead of right after the problem would have occured (burning).
The best time to check the integrity of something is right after it is created. All ubuntu live cd's have and md5 checksums file (this is what the regular checker uses), why not have the cd burning software itself do this scan?
Burning software already verifies the cd against the iso file (default checked option), but it does not check against an md5 checksum file (which would also verify that the original ISO was valid).
Solution #6:
Distribute ISO file in an archive to avoid burning a corrupt image to disk
Written by
cos the 28 Aug 09 at 19:15.
Make the *default* download (that beginners will get) a zipped ISO. An alternative download for the usual raw ISO should also be provided for people who know the risks.
Even though this wouldn't necessarily help with failed CD burning, it should catch bad downloads at least.
Zip files can be extracted on both Linux and Windows without additional software, everybody knows how to use them, and they check file integrity while they are being extracted. This would help beginner users to catch download errors before they attempt to burn the iso to CD.
This also allows a README file to be included in the archive to explain what needs to be done, and what to do if you get extraction or burn errors, as well as explain why running the CD check before the installer is a good idea.
Of course, this would need an additional step to extract the zip, and more disk space -- a small price for beginners to pay, next to a failed OS installation!
Make the *default* download (that beginners will get) a zipped ISO. An alternative download for the usual raw ISO should also be provided for people who know the risks.
Even though this wouldn't necessarily help with failed CD burning, it should catch bad downloads at least.
Zip files can be extracted on both Linux and Windows without additional software, everybody knows how to use them, and they check file integrity while they are being extracted. This would help beginner users to catch download errors before they attempt to burn the iso to CD.
This also allows a README file to be included in the archive to explain what needs to be done, and what to do if you get extraction or burn errors, as well as explain why running the CD check before the installer is a good idea.
Of course, this would need an additional step to extract the zip, and more disk space -- a small price for beginners to pay, next to a failed OS installation!
Solution #7:
Repair broken packages automatically
The packaging system should detect broken packages automatically and repair them when internet connection is available.
So if there is a broken package on CD, installation won't fail and the system will repair the package later (when internet connection or a better CD is available)
The packaging system should detect broken packages automatically and repair them when internet connection is available.
So if there is a broken package on CD, installation won't fail and the system will repair the package later (when internet connection or a better CD is available)
Solution #8:
Make more extensive use of metalink downloads
Metalink has checksum checking built in (MD5 and SHA1) so you always got a good file downloaded.
Metalink has checksum checking built in (MD5 and SHA1) so you always got a good file downloaded.
Solution #9:
Check after failed installation
Add an option to check the CD after a failed installation, it makes no sense to slow down 99% of all installations when the problem could be resolved by checking for errors only if something goes wrong
Add an option to check the CD after a failed installation, it makes no sense to slow down 99% of all installations when the problem could be resolved by checking for errors only if something goes wrong
Solution #10:
Source disc check
Written by
Jaksco the 18 Sep 09 at 02:38.
Have the installer automatically check (after Install Summary), but have a button or something for user to skip.
"During this helpful step, Installer takes a few moments to check the source disc itself before starting the installation process. If you see a message about a "failed checksum," then there may be an issue with your optical disc or optical drive (see the tips below).
Note: During this step, you may see a "Skip" button in the Installer window. If you haven't used your Install disc before (or recently), you should not skip this step."
(
http://support.apple.com/kb/HT2956)
Have the installer automatically check (after Install Summary), but have a button or something for user to skip.
"During this helpful step, Installer takes a few moments to check the source disc itself before starting the installation process. If you see a message about a "failed checksum," then there may be an issue with your optical disc or optical drive (see the tips below).
Note: During this step, you may see a "Skip" button in the Installer window. If you haven't used your Install disc before (or recently), you should not skip this step."
(http://support.apple.com/kb/HT2956)
Solution #11:
Automatically fix bad sectors, when Ubuntu is running
Written by
Lachu the 18 Sep 09 at 10:33.
If system starts, it have change to install normally. Ubuntu can check medium on file copy operation(installation process). If we have network connection, it could download broken part of CD's and fix packages/files.
(You can also put sha1/md5 sums of files on CD's, so the check can be done on installation process very easy and only broken files will be downloaded).
It should also allow to save patches on the pendrive/floppy disk, so it don't must been downloaded twice time.
If system starts, it have change to install normally. Ubuntu can check medium on file copy operation(installation process). If we have network connection, it could download broken part of CD's and fix packages/files.
(You can also put sha1/md5 sums of files on CD's, so the check can be done on installation process very easy and only broken files will be downloaded).
It should also allow to save patches on the pendrive/floppy disk, so it don't must been downloaded twice time.
Non Technical Installation options to help with growing user base
Written by cornbread the 1 Oct 09 at 17:17.
New
Currently it is difficult for new users to install a system and understand how the installer works. I have had several friends that have attempted this by themselves and get scared they will lose their data.
I think that simple wording changes and additional options can drastically help the new users cope.
Solution #1:
Define very easy to understand upgrade steps
1. I've got windows or mac os installed and I want to keep them installed.
2. I've got windows or mac os installed and I don't want to keep them installed.
3. I've got windows or mac os installed and I want to keep them installed and I want my settings and transferred (ie background, favorites)
4. I've got windows or mac os installed and I don't want to keep them installed, but, I want my settings and transferred (ie background, favorites, pictures, documents)
And of course an advanced button. Or you can hide this under a beginner button.
1. I've got windows or mac os installed and I want to keep them installed.
2. I've got windows or mac os installed and I don't want to keep them installed.
3. I've got windows or mac os installed and I want to keep them installed and I want my settings and transferred (ie background, favorites)
4. I've got windows or mac os installed and I don't want to keep them installed, but, I want my settings and transferred (ie background, favorites, pictures, documents)
And of course an advanced button. Or you can hide this under a beginner button.
Solution #2:
Ask user what their skill level is
At the start of the installation, ask the user what their level of skill is with Ubuntu.
Depending on what they chose, use appropriate language/words (e.g. Solution #1) that best suits the user's skill level.
At the start of the installation, ask the user what their level of skill is with Ubuntu.
Depending on what they chose, use appropriate language/words (e.g. Solution #1) that best suits the user's skill level.
Solution #3:
Selectable default apps like fedora / Mandrake (to name 2)
Have an advanced option which users can select to then take out half the bloat that comes with a stock install of ubuntu. I am having to resort to ulite to get a small punchy OS rather than a tonne of extra drivers / apps I will not use. There should be a big button for the windows folks to madly click on without thinking and a nice little link to open a dialogue to remove and add apps from CD / Online repos etc.
Have an advanced option which users can select to then take out half the bloat that comes with a stock install of ubuntu. I am having to resort to ulite to get a small punchy OS rather than a tonne of extra drivers / apps I will not use. There should be a big button for the windows folks to madly click on without thinking and a nice little link to open a dialogue to remove and add apps from CD / Online repos etc.
Solution #4:
#1 + a boot option for advances users
Written by
nsanz the 21 Oct 09 at 05:06.
wen you run the live cd, in he window that you select language, keyboard distribution, and install or start the live version add an Advanced Option whit a lighted and more advanced version of the wizard, maybe like karmic or jaunty versions
wen you run the live cd, in he window that you select language, keyboard distribution, and install or start the live version add an Advanced Option whit a lighted and more advanced version of the wizard, maybe like karmic or jaunty versions
Break the standardized Languagedepending unit-settings
Written by Loofy the 10 Sep 09 at 16:03.
New
My problem is related to my own situation so I take that as an example:
I am from Sweden, but I like to run my computers in English.
However, even though I like to run the system in English, I might want another system wide default for settings like: currency, what length or weight system I want to use and so on. These settings are stored somewhere in the system so when a user chooses to install other applications that are dependent on some kind of default values they can use these preconfigured settings, etc.
SWAP memory into FILE option, additonaly to swap partition
Written by Theodore the 1 Jan 09 at 18:30.
New
I think Ubuntu needs more users. Many are still scared of messing with new partitions when it comes to create a dual boot of Windows and Ubuntu.
The extra swap partition is just over complicating things. Ubuntu could offer the swap partition as additional option and a file per default.
Performance differences from swap file to swap partition are nearly nothing, if anything.