Sim, eu uso o RescueCD. Meu gentoo.task/boot_install.erb
#!ipxe
echo Razor <%= task.label %> task boot_call
echo Installation node: <%= node_url %>
echo Installation repo: <%= repo_url %>
sleep 3
kernel <%= repo_url("/rescue64") %> <%= render_template("kernel_args").strip %> || goto error
initrd <%= repo_url("/initram.igz") %> || goto error
boot
:error
prompt --key s --timeout 60 ERROR, hit 's' for the iPXE shell; reboot in 60 seconds && shell || reboot
e gentoo.task/kernel_args.erb
,
vga=791 setkmap=us console=tty0 console=ttyS1,115200 netboot=<%= repo_url("/sysrcd.dat") %> rootpass=<%= node.root_password %> ar_source=http://172.100.1.1:18080/autoruns
o diretório autoruns é host no servidor DHCP.