When I reboot the DRBL client in Ubuntu Breezy Linux, it hangs, What should I do ? |
This is a kernel problem, check this for more details:
http://ubuntuforums.org/showthread.php?t=85379
Maybe "reboot=h" will work for you, you can try to put it in /tftpboot/nbi_img/pxelinux.cfg/default like this:
---------------
label drbl
MENU DEFAULT
# MENU HIDE
MENU LABEL Clonezilla: unicast restore to primary IDE HD partition 1 (hda1)
# MENU PASSWD
kernel vmlinuz-pxe
append initrd=initrd-pxe.img ramdisk_size=12288 devfs=nomount drblthincli=off selinux=0 reboot=h
---------------
|
|