Retourner au contenu associé (entrée de forum : Partitionnement)
Posté par Nolent le 06 août 2015 à 14:09. En réponse au message Partitionnement. Évalué à 1. Dernière modification le 06 août 2015 à 17:41.
Pour Windows :
setparams 'Windows 7 (loader) (sur /dev/sda1)' insmod part_msdos insmod ntfs set root ='hd0, msdos1' if [ X$feature_platform_search_hint=xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci,msdos1 6E6E60246E5FE37P else search --no-floppy --fs-uuid --set=root fi parttool ${root} hidden- chainloader +1
Pour Mint:
setparams 'Linux Mint 17.2 Cinnamon 64-bit' recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 setroot='hd0,msdos2' if [ x$feature_platform_search_hint = xy ] ; then search --no-floppy --fs-uuid --set=root --hint-bios = hd0,msdos2 --hint-efi = hd0,msdos2 --hint-baremetal = ahci,msdos2 c358b988-0047-453a-89e4-2cb4e49de13e else search --no-floppy --fs-uuid --set=root c358b988-0047-453a-89e4-2cb4e49de13e fi linux /boot/vmlinuz-3.16.0-38-generic root=UUID=c358b988-0047-453a-89e4-2cb4e49de13e ro quiet splash $vt-handoff initrd /boot/initrd.img-3.16.0-38-generic
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Autre probleme
Posté par Nolent . En réponse au message Partitionnement. Évalué à 1. Dernière modification le 06 août 2015 à 17:41.
Pour Windows :
Pour Mint: