- Code: Tout sélectionner
[strike][/strike]
CaSa a écrit:Ubuntu c'est basé sur Debian, donc Debian c'est juste Ubuntu en beaucoup mieux pareil.
[strike][/strike]
CaSa a écrit:Ubuntu c'est basé sur Debian, donc Debian c'est juste Ubuntu en beaucoup mieux pareil.
C'était pour CaSa.r@in | b0w a écrit:Rien compris
C'est le bureau "Unity". Ubuntu est disponible aussi avec d'autres bureaux (LXDE, KDE...).r@in | b0w a écrit:J'aime bien l'interface Ubuntu avec le menu à gauche et son lanceur, idem chez Debian ?
Ah oui ! Et qui envoie tes recherches à amazon ?r@in | b0w a écrit:De même que la recherche qui fouille partout ?
r@in | b0w a écrit:Tu pourrais me dire comment je peux upgrader la version du noyau en ligne de commande ? Je n'arrive pas à toucher le kernel qui m'intéresse.
r@in | b0w a écrit:Et si tu ne peux ou ne veux pas, j'irai voir Debian, en espérant que ce soit aussi joli graphiquement
diogene a écrit:La balise, c'est :
- Code: Tout sélectionner
[strike][/strike]
r@in | b0w a écrit:J'aime bien l'interface Ubuntu avec le menu à gauche et son lanceur, idem chez Debian ? De même que la recherche qui fouille partout ? En fait, à comparer, quelles sont les différences entre Debian et Ubuntu pour vous qui connaissez ?
r@in | b0w a écrit:J'avais trouvé des tutos mais c'est toujours le même cas de figure : la manipulation se fait depuis la sessions Linux où on veut changer le kernel. Dans mon cas, il faudrait que je puisse le faire depuis le liveCD
Open Terminal
Mount the Ubuntu partition: sudo mount /dev/sdXY /mnt
Mount some special partitions:
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
Chroot into the /mnt: sudo chroot /mnt
(optional) When you are connected to a network, use the DNS servers from your Live environment (otherwise host names can possibly not be resolved):
cp /etc/resolv.conf /mnt/etc/resolv.conf
Install the Linux kernel: apt-get install linux-image-generic (no sudo required as you are root after a chroot)
After a successful installation of the kernel, get out the chroot and unmount some filesystems:
exit
sudo umount /mnt/sys
sudo umount /mnt/proc
sudo umount /mnt/dev
sudo umount /mnt
Reboot and remove CD or USB: sudo reboot
ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~# mount /dev/sdb /mnt (sdb étant ma partition Ubuntu)
mount: /dev/sdb is already mounted or /mnt busy
root@ubuntu:~# mount --bind /dev /mnt/dev
root@ubuntu:~# mount -t proc /proc /mnt/pro
mount: mount point /mnt/pro does not exist
root@ubuntu:~# mount -t proc /proc /mnt/proc
root@ubuntu:~# mount -t sysfs /sys /mnt/sys
root@ubuntu:~# chroot /mnt /bin/bash
chroot: failed to run command ‘/bin/bash’: Permission denied
root@ubuntu:~# unmount /mnt
No command 'unmount' found, did you mean:
Command 'umount' from package 'mount' (main)
unmount: command not found
root@ubuntu:~#
ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~# mount /dev/sdb /mnt (sdb étant ma partition Ubuntu)
ubuntu@ubuntu:~$ sudo su
root@ubuntu:/home/ubuntu# mount /dev/sdb /mnt
mount: /dev/sdb is already mounted or /mnt busy
root@ubuntu:/home/ubuntu# mount /dev/sdb2 /mnt
root@ubuntu:/home/ubuntu# mount --bind /dev /mnt/dev
mount: mount point /mnt/dev does not exist
root@ubuntu:/home/ubuntu# mount -t proc /proc /mnt/proc
mount: mount point /mnt/proc does not exist
root@ubuntu:/home/ubuntu# mount -t sysfs /sys /mnt/sys
mount: mount point /mnt/sys does not exist
root@ubuntu:/home/ubuntu# chroot /mnt /bin/bash
chroot: failed to run command ‘/bin/bash’: No such file or directory
root@ubuntu:/home/ubuntu#
mount: mount point /mnt/dev does not exist
...
mount: mount point /mnt/proc does not exist
...
ubuntu@ubuntu:~$ sudo su
root@ubuntu:/mnt# mount /dev/sdb1 /mnt
root@ubuntu:/mnt# mount --bind /dev /mnt/dev
root@ubuntu:/mnt# mount -t proc /proc /mnt/proc
root@ubuntu:/mnt# mount -t sysfs /sys /mnt/sys
mount: mount point /mnt/sys does not exist
root@ubuntu:/mnt# chroot /mnt /bin/bash
chroot: failed to run command ‘/bin/bash’: No such file or directory
root@ubuntu:/mnt#
root@ubuntu:/home/ubuntu# fdisk -lu
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xc6b7bf88
Disk /dev/sdb: 447.1 GiB, 480103981056 bytes, 937703088 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: EAECBABB-1B59-4699-A8F6-B96E81F32527
Device Start End Sectors Size Type
/dev/sdb1 2048 1050623 1048576 512M EFI System
/dev/sdb2 1050624 2050047 999424 488M Linux filesystem
/dev/sdb3 2050048 937701375 935651328 446.2G Linux filesystem
Disk /dev/sdc: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xb4dc1057
Device Boot Start End Sectors Size Id Type
/dev/sdc4 501100544 625139711 124039168 59.2G 7 HPFS/NTFS/exFAT
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 12 invités
.: Nous contacter :: Flux RSS :: Données personnelles :. |