Új hozzászólás Aktív témák

  • Lenry

    félisten

    LOGOUT blog

    válasz Siriusb #9408 üzenetére

    már próbáltam az uuid-t, nem volt jó.

    most így néz ki a grub.cfg

    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by /usr/sbin/update-grub using templates
    # from /etc/grub.d and settings from /etc/default/grub
    #

    ### BEGIN /etc/grub.d/00_header ###
    set default=0
    set timeout=5
    set root=(hd1,1)
    search --fs-uuid --set 465a7b03-c9c7-4935-aaf5-c7e0f3741e99
    if font /usr/share/grub/ascii.pff ; then
    set gfxmode=640x480
    insmod gfxterm
    insmod vbe
    terminal gfxterm
    fi
    ### END /etc/grub.d/00_header ###

    ### BEGIN /etc/grub.d/05_debian_theme ###
    set root=(hd1,1)
    search --fs-uuid --set 3e0753f6-be4d-4325-80e3-6260874530cb
    insmod png
    if background_image /boot/grub/poison.png ; then
    set color_normal=white/black
    set color_highlight=yellow/black
    else
    set menu_color_normal=white/black
    set menu_color_highlight=yellow/black
    fi
    ### END /etc/grub.d/05_debian_theme ###

    ### BEGIN /etc/grub.d/10_hurd ###
    ### END /etc/grub.d/10_hurd ###

    ### BEGIN /etc/grub.d/10_linux ###
    menuentry "Arch Linux" {
    set root=(hd1,1)
    linux /boot/vmlinuz26 root=/dev/sdb1 rootfstype=ext4 ro
    initrd /boot/kernel26.img
    }
    menuentry "Arch Linux - fallback" {
    set root=(hd1,1)
    linux /boot/vmlinuz26 root=/dev/sdb1 rootfstype=ext4 ro
    initrd /boot/kernel26-fallback.img
    }

    ### END /etc/grub.d/10_linux ###

    ### BEGIN /etc/grub.d/20_memtest86 ###
    menuentry "Memory test (memtest86)" {
    linux /boot/memtest86.bin
    }
    ### END /etc/grub.d/20_memtest86 ###

    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
    linux /boot/memtest86+.bin
    }
    ### END /etc/grub.d/20_memtest86+ ###

    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Windows 7 x64" {
    set root=(hd0,1)
    chainloader +1
    }
    ### END /etc/grub.d/30_os-prober ###

    ### BEGIN /etc/grub.d/40_custom ###
    # This file is an example on how to add custom entries
    ### END /etc/grub.d/40_custom ###

    és a Windows-t sem tölti be

Új hozzászólás Aktív témák