[quote=“ggoodluck47”]Salut,
Ce serait dommage qu’une astuce aussi intéressante se noie dans T&A, elle mérite le wiki [/quote]
peut fonctionner pour d’autres live cd’s et permet l’économie du gravage,il suffit de booter l’iso via gub.
mon /etc/grub.d/40_custom:
[code]#!/bin/sh
exec tail -n +3 $0
This file provides an easy way to add custom menu entries. Simply type the
menu entries you want to add after this comment. Be careful not to change
the ‘exec tail’ line above.
START /etc/grub.d/40_custom
menuentry “Clonezilla” {
set isofile="/opt/Iso/clonezilla.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz boot=live live-config noswap nolocales edd=on nomodeset ocs_live_run=“ocs-live-general” ocs_live_extra_param="" ocs_live_keymap="/usr/share/keymaps/i386/azerty/fr-latin9.kmap.gz" ocs_live_batch=“no” ocs_lang=“fr_FR.UTF-8” vga=788 ip=frommedia nosplash toram=filesystem.squashfs findiso=$isofile
initrd (loop)/live/initrd.img
}
END /etc/grub.d/40_custom
START /etc/grub.d/40_custom
menuentry “knoppix7.2” {
set isofile="/opt/Iso/knoppix7.2.iso"
loopback loop $isofile
linux (loop)/boot/isolinux/linux knoppix lang=fr screen=1920x1080 tz=localtime no3d
initrd (loop)/boot/isolinux/minirt.gz
}
menuentry “Gparted live” {
set isofile="/opt/Iso/gparted-live-686.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz boot=live config union=aufs noswap noprompt vga=788 ip=frommedia toram=filesystem.squashfs findiso=$isofile
initrd (loop)/live/initrd.img
}
END /etc/grub.d/40_custom
START /etc/grub.d/40_custom
menuentry “handylinux” {
set isofile="/opt/Iso/handy686.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz boot=live config quiet splash toram=filesystem.squashfs findiso=$isofile noswap keyboard-layouts=fr locales=fr-FR.UTF-8 lang=fr
initrd (loop)/live/initrd.img
}
END /etc/grub.d/40_custom
[/code]
edit: pour knoppix il faut un cd pour le copier sur une partition,créer le fichier knoppix-data.img et ensuite faire l’entrée pour grub,pour les autres entrées uniquement l’image iso et pas de gravure.
Pour copier knoppix: booter sur le cd et utiliser l’option :
knoppix tohd=/dev/sdXY lang=fr (plus d’autres options à votre choix)