LINUX.ORG.RU

История изменений

Исправление pianolender, (текущая версия) :

Ядро с root_nfs, конфиг загрузчика:

default menu.c32                                                                                                       
prompt 0                                                                                                               
timeout 300                                                                                                            
ONTIMEOUT local                                                                                                        
                                                                                                                       
MENU TITLE PXE Menu                                                                                                    
                                                                                                                       
LABEL C1                                                                                                               
        MENU LABEL CentOS 6 x86_64                                                                                     
        KERNEL images/centos/x86_64/6/vmlinuz                                                                          
        APPEND initrd=images/centos/x86_64/6/initrd.img ramdisk_size=100000 ip=dhcp                                    
                                                                                                                       
LABEL C2                                                                                                               
        MENU LABEL Centos 6 x86_64 non-install                                                                         
        KERNEL images/centos/x86_64/6/vmlinuz-2.6.32-358.el6.nfsroot.x86_64                                            
        APPEND images/centos/x86_64/6/initramfs-2.6.32-358.el6.nfsroot.x86_64.img raid=noautodetect root=/dev/nfs nfsroot=10.5.0.100:/tftpboot/root                              

Результат: http://rghost.net/50167609.view

Опции чтоли неправильные передал ядру?

Исходная версия pianolender, :

Ядро с root_nfs, конфиг загрузчика:

default menu.c32                                                                                                       
prompt 0                                                                                                               
timeout 300                                                                                                            
ONTIMEOUT local                                                                                                        
                                                                                                                       
MENU TITLE PXE Menu                                                                                                    
                                                                                                                       
LABEL C1                                                                                                               
        MENU LABEL CentOS 6 x86_64                                                                                     
        KERNEL images/centos/x86_64/6/vmlinuz                                                                          
        APPEND initrd=images/centos/x86_64/6/initrd.img ramdisk_size=100000 ip=dhcp                                    
                                                                                                                       
LABEL C2                                                                                                               
        MENU LABEL Centos 6 x86_64 non-install                                                                         
        KERNEL images/centos/x86_64/6/vmlinuz-2.6.32-358.el6.nfsroot.x86_64                                            
        APPEND images/centos/x86_64/6/initramfs-2.6.32-358.el6.nfsroot.x86_64.img raid=noautodetect root=/dev/nfs nfsroot=10.5.0.100:/tftpboot/root                              

Результат: http://rghost.net/50167609.view

Что делать?