heir4c bedankt voor je hulp.
Ik ben verder gekomen moest bestand /etc/grub.d/40_custom aanpassen.
Dit heb ik gedaan. maar in grub.cfg worden de volgende regels nog eens toegevoegd.
Graag zou ik deze regels onder opties
- 10_linux
- 20_memtest86+
uit willen zetten. Weet iemand een oplossing hiervoor.
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, met Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd1,10)'
search --no-floppy --fs-uuid --set 98ccf82c-1897-4366-9a45-76243b6def17
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=98ccf82c-1897-4366-9a45-76243b6def17 ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd1,10)'
search --no-floppy --fs-uuid --set 98ccf82c-1897-4366-9a45-76243b6def17
linux16 /boot/memtest86+.bin
}