par amelie » 27 Déc 2003 20:52
<!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-2>En réponse à:</font><HR></TD></TR><TR><TD><FONT SIZE=-2><BLOCKQUOTE> Ce sujet existant deux fois, je propose que les messages ultérieurs soient postés dans ce topic qui est le premier des deux. Cela permettra de centraliser les réponses et une éventuelle clôture de ce topic par un modérateur. </BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End -->
<BR>je suis désolée c est une mauvaise manip!
<BR>
<BR>sinon voici mon fstab:
<BR># /etc/fstab: static file system information.
<BR># $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50:53 azarah Exp $
<BR>#
<BR># noatime turns of atimes for increased performance (atimes normally aren't
<BR># needed; notail increases performance of ReiserFS (at the expense of storage
<BR># efficiency). It's safe to drop the noatime options if you want and to
<BR># switch between notail and tail freely.
<BR>
<BR># <fs> <mountpoint> <type> <opts> <dump/pass>
<BR>
<BR># NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
<BR>/dev/hdb1 /boot ext3 noauto,noatime 1 1
<BR>/dev/hdb3 / reiserfs noatime 0 0
<BR>/dev/hdb2 none swap sw 0 0
<BR>/dev/hdc /mnt/cdrom iso9660 noauto,ro 0 0
<BR>/dev/fd0 /mnt/floppy vfat noauto
<BR>
<BR># NOTE: The next line is critical for boot!
<BR>none /proc proc defaults 0 0
<BR>
<BR># glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
<BR># POSIX shared memory (shm_open, shm_unlink).
<BR># (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
<BR># use almost no memory if not populated with files)
<BR># Adding the following line to /etc/fstab should take care of this:
<BR>
<BR>none /dev/shm tmpfs defaults 0 0
<BR>
<BR>
<BR>et mon lilo.conf:
<BR>
<BR># $Header: /home/cvsroot/gentoo-x86/sys-apps/lilo/files/lilo.conf,v 1.4 2003/07/17 21:10:26 azarah Exp $
<BR># Author: Ultanium
<BR>
<BR>#
<BR># Start LILO global section
<BR>#
<BR>
<BR># Faster, but won't work on all systems:
<BR>#compact
<BR># Should work for most systems, and do not have the sector limit:
<BR>lba32
<BR># If lba32 do not work, use linear:
<BR>#linear
<BR>
<BR># MBR to install LILO to:
<BR>boot = /dev/hdb
<BR>map = /boot.map
<BR>
<BR># If you are having problems booting from a hardware raid-array
<BR># or have a unusual setup, try this:
<BR>#disk=/dev/ataraid/disc0/disc bios=0x80 # see this as the first BIOS disk
<BR>#disk=/dev/sda bios=0x81 # see this as the second BIOS disk
<BR>#disk=/dev/hda bios=0x82 # see this as the third BIOS disk
<BR>
<BR># Here you can select the secondary loader to install. A few
<BR># examples is:
<BR>#
<BR># boot-text.b
<BR># boot-menu.b
<BR># boot-bmp.b
<BR>#
<BR>install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you
<BR> # do not need boot-{text,menu,bmp}.b in
<BR> # /boot, as they are linked into the lilo
<BR> # binary.
<BR>
<BR>menu-scheme=Wb
<BR>prompt
<BR># If you always want to see the prompt with a 15 second timeout:
<BR>#timeout=150
<BR>default =gentoo
<BR>delay = 50
<BR># Normal VGA console
<BR>vga = normal
<BR># VESA console with size 1024x768x16:
<BR>#vga = 791
<BR>
<BR>#
<BR># End LILO global section
<BR>#
<BR>
<BR>#
<BR># Linux bootable partition config begins
<BR>#
<BR>image = /boot/kernel-2.4.20-gentoo-r5
<BR> root = /dev/hdb3
<BR> #root = /devices/discs/disc0/part3
<BR> label = Gentoo
<BR> initrd=/boot/initrd-2.4.20-gentoo-r5
<BR> read-only # read-only for checking
<BR>#
<BR># Linux bootable partition config ends
<BR>#
<BR>
<BR>#
<BR># DOS bootable partition config begins
<BR>#
<BR>#other = /dev/hda1
<BR> #other = /devices/discs/disc0/part1
<BR> #label = Windows
<BR> #table = /dev/hda
<BR>#
<BR># DOS bootable partition config ends
<BR>#
<BR>
<BR>voila merci et désolée pour le double topic!