On Wed, 2006-10-11 at 13:13 +0200, Roberto Griso wrote:
> this is may menu.lst :
> 
> # Config file for GRUB - The GNU GRand Unified Bootloader
> # /boot/grub/menu.lst
> 
> # DEVICE NAME CONVERSIONS
> #
> #  Old /dev    DevFS                    Grub
> # ----------------------------------------------- 
> #  /dev/fd0    /dev/floppy/0            (fd0)
> #  /dev/hda    /dev/discs/disc0/disc    (hd0)
> #  /dev/hdb2   /dev/discs/disc1/part2   (hd1,1)
> #  /dev/hda3   /dev/discs/disc0/part3   (hd0,2)
> #
> 
> #  FRAMEBUFFER RESOLUTION SETTINGS 
> #     +----------------------------------------+
> #          | 640x480 800x600 1024x768 1280x1024
> #      ----+-----------------------------------
> #      256 |   0x301   0x303    0x305     0x307
> #      32K |   0x310   0x313    0x316     0x319 
> #      64K |   0x311   0x314    0x317     0x31A
> #      16M |   0x312   0x315    0x318     0x31B
> #     +----------------------------------------+
> 
> # general configuration:
> timeout   5
> default   0
> color light-blue/black light-cyan/blue 
> 
> # boot sections follow
> # each is implicitly numbered from 0 in the order of appearance below
> #
> # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your
> kernel line.
> #
> # TIP: To use udev, add "devfs=nomount" to your kernel line. 
> #
> #-*
> 
> # (0) Arch Linux
> title  Arch Linux  [/boot/vmlinuz26]
> root   (hd0,2)
> kernel /vmlinuz26 root=/dev/hda4 vga=775 ro
> initrd /initrd26.img
> 
> # (1) Windows
> title WinZoz
> rootnoverify (hd0,0) 
> chainloader +1
> _______________________________________________
> arch mailing list
> [email protected]
> http://www.archlinux.org/mailman/listinfo/arch

Change the line
initrd /initrd26.img
to 
initrd /kernel26.img
and reboot

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to