Retourner au contenu associé (entrée de forum : ndtlr manquante)
Posté par rcl le 09 mars 2007 à 14:09. En réponse au message ndtlr manquante. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: MBR + Emplacement de disque.
Posté par rcl . En réponse au message ndtlr manquante. Évalué à 1.
désolée et merci encore de votre patience
major minor #blocks name
3 0 160086528 hda
3 1 8185086 hda1
3 2 1 hda2
3 5 4088511 hda5
3 6 147806001 hda6
8 0 312571224 sda
8 1 102398278 sda1
8 2 1 sda2
8 5 77031643 sda5
8 6 133138656 sda6
[rachel@localhost ~]$ cat /etc/lilo.conf
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file
default="linux"
boot=/dev/hda
prompt
nowarn
timeout=100
message=/boot/message
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="noapic nolapic resume=/dev/hda5 splash=silent acpi=ht"
vga=788
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append="noapic nolapic resume=/dev/hda5 acpi=ht"
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="failsafe resume=/dev/hda5"
other=/dev/sda1
label="windows"
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
other=/dev/hda1
label="windows-0"
[rachel@localhost ~]$