@sebastian-roth
I modify the entry in the database by hand as you told me .
shell> mysql -u root -p
Enter password:
mysql> use fog;
mysql> UPDATE pxeMenu SET pxeName='fog.0pe' where pxeName LIKE '%0pe%';
mysql> quit;
shell>
Now that everything is fine, I can edit or delete it.