su
fdisk -l
mkdir /mnt/usb && mount /dev/sda1 /mnt/usb
mkfs.ext3 /dev/hda1
mkdir /mnt/cible && mount /dev/hda1 /mnt/cible
mkdir /mnt/cible/boot && cp /mnt/usb/boot/vmlinuz* /mnt/cible/boot
cp /mnt/usb/rootfs.gz /mnt/cible
cd /mnt/cible && lzma d rootfs.gz -so | cpio -id
rm rootfs.gz init
grub-install --root-directory=/mnt/cible /dev/hda
linux=$(echo boot/vmlinuz*)
echo "title SliTaz GNU/Linux
root(hd0,0)
kernel /$linux root=/dev/hda1 vga=normal" > boot/grub/menu.lst
lsmod
Slitaz >> Détection du matériel et des drivers. Décocher dans un premier temps les deux cases à cocher
Auto install non-free Firmwareet
Install non-free packages, puis cliquer sur le gros bouton "Discover PCI/USB devices" (qui va refaire en partie le constat).
Module in use: snd_intel8X0
Module in use: snd_intel8X0m
Module in use: yenta_socket
Module in use: yenta_socket
It looks like you're new here. If you want to get involved, click one of these buttons!