issue170:mon_opinion
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue170:mon_opinion [2021/06/26 19:15] – auntiee | issue170:mon_opinion [2021/06/28 08:02] (Version actuelle) – d52fr | ||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
While writing these notes, I wanted to check the above ‘Hosted by ….’ timing when the WiFi was working correctly but, unfortunately, | While writing these notes, I wanted to check the above ‘Hosted by ….’ timing when the WiFi was working correctly but, unfortunately, | ||
- | Q : Un utilisateur d’Ubuntu Desktop peut-il suivre le processus de démarrage d’Ubuntu 20.04 jusqu’à l’écran de connextion ? | + | Q : Un utilisateur d’Ubuntu Desktop peut-il suivre le processus de démarrage d’Ubuntu 20.04 jusqu’à l’écran de connexion ? |
La raison pour laquelle j’ai posé la question ci-dessus était que j' | La raison pour laquelle j’ai posé la question ci-dessus était que j' | ||
Ligne 13: | Ligne 13: | ||
Après avoir cherché sur le Web, j’ai trouvé que je pouvais utiliser « speedtest-cli » pour vérifier la vitesse du réseau. Vous verrez que la vitesse de téléchargement est inexistante (ci-dessous). | Après avoir cherché sur le Web, j’ai trouvé que je pouvais utiliser « speedtest-cli » pour vérifier la vitesse du réseau. Vous verrez que la vitesse de téléchargement est inexistante (ci-dessous). | ||
- | Tout en écrivant ces notes, je voulais vérifier le temps du « Hosted by... » (hébergé par…) ci-dessus quand le WiFi fonctionnait correctement, | + | Tout en écrivant ces notes, je voulais vérifier le temps du « Hosted by... » (hébergé par…) ci-dessus quand le WiFi fonctionnait correctement, |
**Also from the web, use ‘lspci -v’ to find the WiFi / Bluetooth device and driver being used, i.e. Qualcomm QCA9377 Adapter and ath10k_pci driver (bottom right). | **Also from the web, use ‘lspci -v’ to find the WiFi / Bluetooth device and driver being used, i.e. Qualcomm QCA9377 Adapter and ath10k_pci driver (bottom right). | ||
Ligne 25: | Ligne 25: | ||
The following is my understanding of what happens when a computer starts Ubuntu. Please email ronnie@fullcirclemagazine.org with any comments, corrections, | The following is my understanding of what happens when a computer starts Ubuntu. Please email ronnie@fullcirclemagazine.org with any comments, corrections, | ||
- | Également, du Web, utiliser « lspci -v » pour trouver le dispositif WiFi/ | + | Également du Web, utiliser « lspci -v » pour trouver le dispositif WiFi/ |
- | Mais, si je regarde sous « Paramètres/ | + | Mais, si je regarde sous « Paramètres/ |
Bon. Peut-on utiliser le processus de démarrage pour trouver l’endroit où le pilote de l’adaptateur réseau est chargé ? | Bon. Peut-on utiliser le processus de démarrage pour trouver l’endroit où le pilote de l’adaptateur réseau est chargé ? | ||
Ligne 33: | Ligne 33: | ||
Démarrer Ubuntu | Démarrer Ubuntu | ||
- | Voici ce que je comprends de ce qui se passe quand un ordinateur démarre sous Ubuntu. Je vous prie d’envoyer un mail à « ronnie@fullcirclemagazine.org » avec vos commentaires, | + | Voici ce que je comprends de ce qui se passe quand un ordinateur démarre sous Ubuntu. Je vous prie d’envoyer un mail à « ronnie@fullcirclemagazine.org » avec vos commentaires, |
- | I wanted to try and understand the boot process, and find any files that link through from power up, to a prompt for me to log in. There have been many hours reading books, and looking on many, many web pages to get the information listed below. | + | **I wanted to try and understand the boot process, and find any files that link through from power up, to a prompt for me to log in. There have been many hours reading books, and looking on many, many web pages to get the information listed below. |
There are a number of distinct steps before an operating system asks you to log in to a username. The main steps for computers before 2011 are: | There are a number of distinct steps before an operating system asks you to log in to a username. The main steps for computers before 2011 are: | ||
Ligne 55: | Ligne 55: | ||
The first steps are the same for any computer and are hardware specific. | The first steps are the same for any computer and are hardware specific. | ||
- | POST, as the name implies, is a self-test of direct memory access and other hardware, initializing it to a known operational, | + | Je voulais essayer de comprendre le processus de démarrage et trouver tous les fichiers qui s’ouvrent entre la mise sous tension et la page de connexion. J’ai passé des heures et des heures à lire des livres et à chercher dans de très, très nombreuses pages Web pour obtenir les informations données ci-dessous. |
+ | |||
+ | Avant qu’un système d’exploitation vous demande de vous connecter, il y a plusieurs étapes distinctes. Les étapes principales pour des ordinateurs d’avant 2011 sont : | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | En 2011, le BIOS et le MBR combinés ont été mis à jour et utilisent maintenant EFI ou Unified EFI ; aussi, les étapes principales sont : | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
+ | **POST, as the name implies, is a self-test of direct memory access and other hardware, initializing it to a known operational, | ||
The order that the computer looks for a boot loader can be adjusted using the BIOS, e.g. CD-ROM, USB, Hard Disk, etc. The main use of the original BIOS was to read the MBR (Master Boot Record) which pointed to the one and only operating system stored in the boot sector. | The order that the computer looks for a boot loader can be adjusted using the BIOS, e.g. CD-ROM, USB, Hard Disk, etc. The main use of the original BIOS was to read the MBR (Master Boot Record) which pointed to the one and only operating system stored in the boot sector. | ||
- | Computer manufacturers’ EFI (firmware interface) varies greatly but is more complex than the older BIOS. Instead of relying on code in the boot sector on the hard disk, EFI relies on boot loaders stored as files in a disk partition known as the EFI System Partition (ESP). Thus EFI manages the storage of separate boot loaders for each OS that you install on the computer, e.g. Ubuntu, Mint, Windows, etc. | + | Computer manufacturers’ EFI (firmware interface) varies greatly but is more complex than the older BIOS. Instead of relying on code in the boot sector on the hard disk, EFI relies on boot loaders stored as files in a disk partition known as the EFI System Partition (ESP). Thus EFI manages the storage of separate boot loaders for each OS that you install on the computer, e.g. Ubuntu, Mint, Windows, etc.** |
+ | |||
+ | POST, comme le nom suggère, est un auto-test d’accès à la mémoire directe et à d’autres matériels, les initialisant à un état opérationnel et fonctionnel connu, c’est-à-dire l’alimentation, | ||
+ | |||
+ | L’ordre dans lequel l’ordinateur recherche un chargeur de démarrage peut être ajusté en utilisant le BIOS, par exemple CD-ROM, USB, disque dur, etc. La fonction principale du BIOS original était de lire le MBR (Master Boot Record, parfois « zone d’amorçage » en français) qui pointait vers le seul et unique système d’exploitation stocké dans le secteur de démarrage. | ||
+ | |||
+ | L’EFI (interface du firmware) des fabricants varie énormément, | ||
- | GRUB is the program which makes the computer smart enough to find the operating system kernel and start loading it into memory. The original GRUB has been superseded by GRUB2, but most systems use the name of ‘GRUB’ for GRUB2, and ‘GRUB Legacy’ for the original GRUB. The main difference is that GRUB Legacy was used with BIOS, whereas GRUB (GRUB2) is designed to work with EFI. | + | **GRUB is the program which makes the computer smart enough to find the operating system kernel and start loading it into memory. The original GRUB has been superseded by GRUB2, but most systems use the name of ‘GRUB’ for GRUB2, and ‘GRUB Legacy’ for the original GRUB. The main difference is that GRUB Legacy was used with BIOS, whereas GRUB (GRUB2) is designed to work with EFI. |
Linux Kernel is at the heart of every Linux system, and is made up of kernel drivers, many of which come in the form of Kernel Modules which handle the hardware in Linux. | Linux Kernel is at the heart of every Linux system, and is made up of kernel drivers, many of which come in the form of Kernel Modules which handle the hardware in Linux. | ||
Ligne 67: | Ligne 92: | ||
Initial (or the initialization process) starts all the programs based on the desired features that the user wants to run in the Linux system. For example, on a laptop computer, the Linux system does not need to start a web server service, and a Linux server used by a company does not need to start a graphical desktop environment. | Initial (or the initialization process) starts all the programs based on the desired features that the user wants to run in the Linux system. For example, on a laptop computer, the Linux system does not need to start a web server service, and a Linux server used by a company does not need to start a graphical desktop environment. | ||
- | Runlevel Programs. The initialization process determines what services to start based on the runlevel of the system. There are seven levels numbered 0 to 6, and each one is assigned a set of services that should be active for that runlevel. | + | Runlevel Programs. The initialization process determines what services to start based on the runlevel of the system. There are seven levels numbered 0 to 6, and each one is assigned a set of services that should be active for that runlevel.** |
- | Background of GNU/ | + | GRUB est le programme qui rend l’ordinateur assez intelligent pour trouver le noyau du système d’exploitation et commencer à le charger en mémoire. Le GRUB d’origine a été supplanté par GRUB2, mais la plupart des systèmes utilisent le nom « GRUB » pour GRUB2 et « GRUB Legacy » pour le GRUB d’origine. La principale différence entre les deux est que GRUB Legacy était utilisé avec le BIOS, alors que GRUB (GRUB2) est conçu pour fonctionner avec l' |
+ | |||
+ | Le noyau Linux est au cœur de tout système Linux ; il est composé de pilotes du noyau, dont beaucoup sont sous la forme de modules du noyau qui gèrent le matériel sous Linux. | ||
+ | |||
+ | Initial (ou le processus d’initialisation) démarre tous les programmes selon les fonctionnalités que l’utilisateur veut exécuter dans le système Linux. Par exemple, sur un ordinateur portable, le système Linux n’a pas besoin de démarrer un service de serveur Web, et un serveur Linux utilisé en entreprise n’a pas besoin de démarrer un environnement graphique de bureau. | ||
+ | |||
+ | « Runlevel Programs » (les programmes du niveau de fonctionnement). C'est le processus d’initialisation qui décide quels services il faut démarrer selon le niveau de fonctionnement du système. Il y a sept niveaux, de 0 à 6, et un ensemble de services, qui devrait être activé pour un niveau de fonctionnement précis, est assigné à chacun. | ||
+ | |||
+ | **Background of GNU/ | ||
We need an understanding of where Linux (as we call it) comes from, so that we can understand why Ubuntu uses the above steps in the way it does. | We need an understanding of where Linux (as we call it) comes from, so that we can understand why Ubuntu uses the above steps in the way it does. | ||
Ligne 77: | Ligne 110: | ||
Unix and GNU/Linux use runlevels, which are numbered from zero to 6, and S is sometimes used as a synonym for one of the levels. Folder ‘etc/’ (in Ubuntu 20.04) has sub-folders of rc0.d to rc6.d, as well as rcS.d – which look like runlevels. | Unix and GNU/Linux use runlevels, which are numbered from zero to 6, and S is sometimes used as a synonym for one of the levels. Folder ‘etc/’ (in Ubuntu 20.04) has sub-folders of rc0.d to rc6.d, as well as rcS.d – which look like runlevels. | ||
- | Ubuntu is what is called a distribution of GNU/Linux – a distro for short. There are many Linux distros, Mint, SUSE, Fedora Red Hat, etc, including Ubuntu, that all use the Linux Kernel but then build their own user interface and other software on top. | + | Ubuntu is what is called a distribution of GNU/Linux – a distro for short. There are many Linux distros, Mint, SUSE, Fedora Red Hat, etc, including Ubuntu, that all use the Linux Kernel but then build their own user interface and other software on top.** |
- | Ubuntu 20.04 | + | Historique de GNU/Linux |
+ | |||
+ | Nous devons comprendre les origines de Linux (comme nous l’appelons), | ||
+ | |||
+ | Au départ, c’était à la fois Richard M. Stallman et Linus Torvalds qui ont créé GNU/Linux. Tous les systèmes que nous appelons aujourd’hui Linux sont, en fait, construits sur le travail de cette collaboration. Linux est un système d’exploitation du type Unix qui se conforme de près aux conventions et normes associées à Unix, mais ne contient aucun morceau du code Unix original. | ||
+ | |||
+ | Unix et GNU/Linux utilisent des « runlevels » (niveaux de fonctionnement), | ||
+ | |||
+ | Ubuntu est ce qui s’appelle une distribution de GNU/Linux, ou distrib. en abréviation. Il y a de nombreuses distrib. Linux : Mint, SUSE, Fedora Red Hat, etc., y compris Ubuntu, qui utilisent tous le noyau Linux, mais ensuite construisent leur propre interface utilisateur et autres logiciels par-dessus. | ||
+ | |||
+ | **Ubuntu 20.04 | ||
The computer used to view the boot process was a Dell Inspiron 3000 model 3581, with a disk partitioned into three - i.e. dev/sda1, dev/sda2 and dev/sda3. | The computer used to view the boot process was a Dell Inspiron 3000 model 3581, with a disk partitioned into three - i.e. dev/sda1, dev/sda2 and dev/sda3. | ||
Ligne 87: | Ligne 130: | ||
The GRUB file that the computer runs is named grub.cfg, and is in the directory folder / | The GRUB file that the computer runs is named grub.cfg, and is in the directory folder / | ||
- | As mentioned above, the Linux Kernel is at the heart of all the distros. | + | As mentioned above, the Linux Kernel is at the heart of all the distros.** |
- | The part of the grub.cfg file shown top right can be seen to set root to ‘hd0, | + | Ubuntu 20.04 |
+ | |||
+ | L’ordinateur que j’ai utilisé pour regarder le processus de démarrage était un Dell Inspiron 3000 modèle 3581, avec un disque qui a trois partitions, c’est-à-dire dev/sda1, dev/sda2 et dev/sda3. | ||
+ | |||
+ | Le « grand unified boot loader » qu’utilise Ubuntu 20.04 est GRUB (GRUB2, pas GRUB Legacy). Linux se sert de GRUB pour permettre à l’utilisateur de démarrer différents systèmes d’exploitation sur un seul ordinateur, mais à des moments différents. | ||
+ | |||
+ | Le fichier de GRUB, que l’ordinateur lance se nomme grub.cfg, est dans le répertoire boot/ | ||
+ | |||
+ | Comme mentionné ci-dessus, le noyau Linux est au cœur de toutes les distrib. | ||
+ | |||
+ | **The part of the grub.cfg file shown top right can be seen to set root to ‘hd0, | ||
+ | |||
+ | There is also ‘vmlinuz-5...’ which is the statically linked executable file that contains the Linux kernel, and gets loaded from the GRUB file. This can be checked by opening a terminal window and running ‘uname -srm’ and ‘hostnamectl status’ (shown bottom right).** | ||
+ | |||
+ | On peut voir que la partie du fichier grub.cfg ci-dessus à droite règle la racine à « hd0, | ||
- | There is also ‘vmlinuz-5...’ which is the statically linked executable file that contains the Linux kernel, and gets loaded from the GRUB file. This can be checked by opening a terminal | + | Il y a aussi « vmlinuz-5... » qui est le fichier exécutable, |
- | This is where I get confused, as the earlier Ubuntu distros have used ‘init’, ‘SystemV’ and ‘run levels’ to load other files, drivers, etc, to get to a usable operating system. As mentioned earlier, Ubuntu 20.04 has sub-folders that look just like the ‘run levels’. | + | **This is where I get confused, as the earlier Ubuntu distros have used ‘init’, ‘SystemV’ and ‘run levels’ to load other files, drivers, etc, to get to a usable operating system. As mentioned earlier, Ubuntu 20.04 has sub-folders that look just like the ‘run levels’. |
We are told that Ubuntu 20.04 uses ‘systemd’. ‘systemd’ looks in the etc/ | We are told that Ubuntu 20.04 uses ‘systemd’. ‘systemd’ looks in the etc/ | ||
- | I was hoping to see ‘systemd’ being called from GRUB, but all I could find there was the ‘initrd’ ram file and the ‘insmod’ tool. So I do not know how ‘systemd’ gets started. It may be that the last thing that the kernel does is to start ‘systemd’, | + | I was hoping to see ‘systemd’ being called from GRUB, but all I could find there was the ‘initrd’ ram file and the ‘insmod’ tool. So I do not know how ‘systemd’ gets started. It may be that the last thing that the kernel does is to start ‘systemd’, |
- | ‘systemd’ uses ‘target’ files which are the Linux current or desired run state, and they define the services that must be present, running and active for the system to run in that desired state. A desired state could be the ‘rescue.target’, | + | Là, je ne comprends plus grand-chose , car les distrib. Ubuntu antérieures utilisaient « init », |
+ | |||
+ | On nous dit qu' | ||
+ | |||
+ | J’espérais voir que « systemd » était appelé à partir de GRUB, mais tout ce que je pouvais y trouver était le fichier ram « initrd » et l’outil « insmod ». Ainsi, je ne sais pas du tout comment « systemd » est démarré. Démarrer « systemd » est peut-être la dernière chose que fait le noyau, mais je ne trouve une confirmation de cela nulle part. | ||
+ | |||
+ | **‘systemd’ uses ‘target’ files which are the Linux current or desired run state, and they define the services that must be present, running and active for the system to run in that desired state. A desired state could be the ‘rescue.target’, | ||
The diagram bottom left is a copy from the boot man page, and shows the general sequence of events during the systemd startup. | The diagram bottom left is a copy from the boot man page, and shows the general sequence of events during the systemd startup. | ||
Ligne 105: | Ligne 168: | ||
(near the heading Network File System in the list) and find a reference to either of the WiFi network drivers that we have found earlier? (see bottom right). | (near the heading Network File System in the list) and find a reference to either of the WiFi network drivers that we have found earlier? (see bottom right). | ||
- | Opening the files only shows that the contents of these files point to more general target files. | + | Opening the files only shows that the contents of these files point to more general target files.** |
+ | « systemd » utilise des fichiers « cible » qui sont l’état d’exécution actuel ou désiré de Linux et ce sont eux qui définissent les services qui doivent être présents, lancés et actifs pour que le système tourne dans cet état désiré. Un état désiré pourrait être le « rescue.target », | ||
- | Summing Up | + | Le diagramme ci-dessous est une copie de la page man « boot » et montre la séquence générale des événements pendant le démarrage systemd. |
+ | |||
+ | L’ouverture des fichiers montre uniquement que le contenu de ces fichiers pointe vers des fichiers cible qui sont plus généraux. | ||
+ | |||
+ | **Summing Up | ||
The question we posed was “Can a desktop user follow the Ubuntu 20.04 boot process through to Log In? | The question we posed was “Can a desktop user follow the Ubuntu 20.04 boot process through to Log In? | ||
Ligne 118: | Ligne 186: | ||
As the laptop was still in warranty, Dell was approached a number of times for technical advice as to why the WiFI was running slow, but I was told that as the operating system was Ubuntu they could not help. | As the laptop was still in warranty, Dell was approached a number of times for technical advice as to why the WiFI was running slow, but I was told that as the operating system was Ubuntu they could not help. | ||
- | During investigations of why the WiFi & Bluetooth was so slow, Dell’s Ubuntu test procedure web pages were used to record test results in preparation of another discussion with Dell. No files were changed, but for no reason I can find, the system just started working at full capacity again. | + | During investigations of why the WiFi & Bluetooth was so slow, Dell’s Ubuntu test procedure web pages were used to record test results in preparation of another discussion with Dell. No files were changed, but for no reason I can find, the system just started working at full capacity again.** |
+ | |||
+ | En résumé | ||
+ | |||
+ | La question était « Est-ce qu’un utilisateur de Desktop peut suivre le processus de démarrage d’Ubuntu 20.04 jusqu’à l’écran de connexion ? | ||
+ | |||
+ | Pour cet utilisateur-ci, | ||
+ | |||
+ | La quantité de fichiers chargés indique une rétro-compatibilité avec des procédures de démarrage antérieures de GNU/ | ||
+ | |||
+ | Puisque le portable était toujours sous garantie, j’ai demandé de nombreuses fois des conseils techniques auprès de Dell sur la lenteur du WiFi, mais on m’a dit que, puisque le système d’exploitation était Ubuntu, ils ne pouvaient pas m’aider. | ||
+ | |||
+ | Pendant que j’essayais de trouver pourquoi le WiFi et le Bluetooth était tellement lents, j’ai utilisé les pages Web des procédures de test Ubuntu de chez Dell pour enregistrer les résultats de mes tests en vue d’une autre discussion avec Dell. Aucun fichier n’a été changé, mais, pour aucune raison que je puisse trouver, le système a tout simplement commencé à fonctionner pleinement à nouveau. | ||
+ | |||
+ | //Bio : Wil Lake est un ingénieur mécanicien retraité qui a suivi une seconde formation comme ingénieur informatique quand les Micro-processeurs sont devenus populaires. Il travaille dans l’industrie informatique depuis plus de 30 ans et habite dans les Cotswolds, Angleterre, R.U. Depuis des années, il y rénove un étable.// | ||
issue170/mon_opinion.1624727753.txt.gz · Dernière modification : 2021/06/26 19:15 de auntiee