Hello, I"m struggling with bootloader installation using opensuse-11.3. In order to solve a problem with the resume device I wanted to supply my own entry in grub's menu.lst (I will need that anyway). When I use the following: <bootloader> <loader_type>grub</loader_type> <global> <default>Linux</default> </global> <sections config:type="list"> <section> <append>noresume</append> <initrd>/boot/initrd</initrd> <kernel>/boot/vmlinuz</kernel> <name>Linux</name> <root>/dev/md0</root> <type>image</type> <vgamode>0x314</vgamode> </section> </sections> </bootloader> I do get an entry for "Linux" as expected, but additionally I get the standard entries, and the "default" points to the first of them. (Then it ends up waiting for the resume device to appear. The swap space is on a raid-1, which seems to cause this problem). So the question is: how can I get a boot loader installation preferably without the standard entries, or at least with the default pointing to my entry? -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org