[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Grub2



Alguém saberia como adicionaria mais uma entrada (outro linux) no grub2?
Editei o grub.cfg assim:

### BEGIN /etc/grub.d/10_linux ###
set root=(hd1,1)
search --fs-uuid --set ae0f717c-5e2c-4c83-ae9a-047468dbc9ad
menuentry "Debian linux 2.6.26-1-686" {
        linux   /boot/vmlinuz-2.6.26-1-686
root=UUID=ae0f717c-5e2c-4c83-ae9a-047468dbc9ad vga=791 quiet ro  
        initrd  /boot/initrd.img-2.6.26-1-686
}
menuentry "Debian linux 2.6.26-1-686 (single-user mode)" {
        linux   /boot/vmlinuz-2.6.26-1-686
root=UUID=ae0f717c-5e2c-4c83-ae9a-047468dbc9ad ro single 
        initrd  /boot/initrd.img-2.6.26-1-686
}
menuentry "Windows XP" {
        set     root=(hd0,1)
        chainloader     +1
}
menuentry "Ubuntu 8.10" {
        root    (hd1,3)
        uuid    cd00b869-6813-4908-914b-e03b9632040e
        linux   /boot/vmlinuz-2.6.27-7-generic
root=UUID=cd00b869-6813-4908-914b-e03b9632040e ro locale=pt_BR quiet
splash 
        initrd  /boot/initrd.img-2.6.27-7-generic
}

mas dá erro não conhece o comando initrd.



Reply to: