Po zainstalowaniu Debiana w wersji testowej, minimalny obraz iso 160MB. Mam w grubie dwie wersje systemu do wyboru,
Kod: Zaznacz cały
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686" {
    insmod ext2
    set root=(hd0,3)
    search --no-floppy --fs-uuid --set 8be130f4-cb06-41a2-9745-3a213196ec13
    echo    Loading Linux 2.6.32-trunk-686 ...
    linux    /boot/vmlinuz-2.6.32-trunk-686 root=UUID=8be130f4-cb06-41a2-9745-3a213196ec13 ro  quiet
    echo    Loading initial ramdisk ...
    initrd    /boot/initrd.img-2.6.32-trunk-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode)" {
    insmod ext2
    set root=(hd0,3)
    search --no-floppy --fs-uuid --set 8be130f4-cb06-41a2-9745-3a213196ec13
    echo    Loading Linux 2.6.32-trunk-686 ...
    linux    /boot/vmlinuz-2.6.32-trunk-686 root=UUID=8be130f4-cb06-41a2-9745-3a213196ec13 ro single 
    echo    Loading initial ramdisk ...
    initrd    /boot/initrd.img-2.6.32-trunk-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686" {
    insmod ext2
    set root=(hd0,3)
    search --no-floppy --fs-uuid --set 8be130f4-cb06-41a2-9745-3a213196ec13
    echo    Loading Linux 2.6.32-3-686 ...
    linux    /boot/vmlinuz-2.6.32-3-686 root=UUID=8be130f4-cb06-41a2-9745-3a213196ec13 ro  quiet
    echo    Loading initial ramdisk ...
    initrd    /boot/initrd.img-2.6.32-3-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686 (recovery mode)" {
    insmod ext2
    set root=(hd0,3)
    search --no-floppy --fs-uuid --set 8be130f4-cb06-41a2-9745-3a213196ec13
    echo    Loading Linux 2.6.32-3-686 ...
    linux    /boot/vmlinuz-2.6.32-3-686 root=UUID=8be130f4-cb06-41a2-9745-3a213196ec13 ro single 
    echo    Loading initial ramdisk ...
    initrd    /boot/initrd.img-2.6.32-3-686
}
### END /etc/grub.d/10_linux ###
Kod: Zaznacz cały
#menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode)" {Kod: Zaznacz cały
[B]/boot/grub/grub.cfg