Avell Diroll a écrit :
> * si le portable permet de booter en mode PXE (netboot), on peut
> installer un server d'install sur son LAN (c'est très performant mais un
> peut être un peu compliqué à mettre en place pour juste une install).

Avec un grub qui existe déjà sur la machine, tu peux aussi simuler une 
netinstall
- copier 
http://archive.ubuntu.com/ubuntu/dists/gutsy/main/installer-i386/current/images/netboot/386/ubuntu-installer/i386/linux
 
et 
http://archive.ubuntu.com/ubuntu/dists/gutsy/main/installer-i386/current/images/netboot/386/ubuntu-installer/i386/initrd.gz
 
dans /cheminQuiVaBien/
- ajouter une entrée grub avec

title  Gutsy Install
kernel (hd0,0)/cheminQuiVaBien/vmlinux root=/dev/ram0 ramdisk_size=12000
initrd (hd0,0)/cheminQuiVaBien/initrd.gz

(le hd0,0 c'est si /cheminQuiVaBien/ est sur la première partition du premier 
disque, mettre hd1,0 pour la première 
partition du 2e disque, hd0,2 pour la 3e partition du 1er disque, etc.)

Cf http://www.us.debian.org/releases/stable/i386/ch05s01.html.fr#boot-initrd

Regarde aussi la page
https://help.ubuntu.com/community/Installation/FromWindows
pour faire ça en installant un grub pour windows, et le post 
http://forum.ubuntu-fr.org/viewtopic.php?id=7799

Daniel

-- 
ubuntu-fr mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à