#51 Le 08/01/2007, à 14:02
- mircolcolo
Re : [Résolu] Waiting for root file system
snifffff ça ne fonction toujour pas!!!
Hors ligne
#52 Le 08/01/2007, à 14:05
- Kyle
Re : [Résolu] Waiting for root file system
colle ton menu.lst qu'on regarde un peu.
Hors ligne
#53 Le 15/01/2007, à 11:51
- mircolcolo
Re : [Résolu] Waiting for root file system
# this sets th default entry to boot
# remember that grub comes from 0, so 1 is the second entry
default 0
#this sets the length of time in second that grub will wait for the user to select an OS
# before it boots the default on. I reccommend at least 15 seconds.
timeout 15
# enter the entry for DSL here. something like this
title DSL
kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal
initrd /boot/minirt24.gz
title DSL fb800x600
kernel /boot/linux24 root=/dev/hda2 quiet vga=788 noacpi noapm nodma noscsi frugal
initrd /boot/minirt24.gz
title DSL fb1024x768
kernel /boot/linux24 root=/dev/hda2 quiet vga=791 noacpi noapm nodma noscsi frugal
initrd /boot/minirt24.gz
title DSL fb1280x1024
kernel /boot/linux24 root=/dev/hda2 quiet vga=794 noacpi noapm nodma noscsi frugal
initrd /boot/minirt24.gz
# title DSL with toram, mydsl, restore, hostname, and passwords
# kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal dma toram mydsl=hda5 restore=hda5 host=dsl1 secure
# initrd /boot/minirt24.gz
# title DSL with XFree86
# kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal dma toram mydsl=hda5/xfree restore=hda6 host=dsl1 secure
# initrd /boot/minirt24.gz
# title DSL with mydsl, restore, persistentancy, host, and passwords
# kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal dma toram mydsl=hda3 restore=hda3 home=hda3 opt=hda3 host=dsl1 secure
# initrd /boot/minirt24.gz
# title DSL runlevel 2
# kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal 2 base norestore
# initrd /boot/minirt24.gz
#title Windows
#root (hd0,0)
#chaineloader +1
#makeactive
#boot
(j'ai peut-être fais quelque fautes de frape vu la longueur du text...lol)
Hors ligne