2016年3月21日 星期一

scsi_wait_scan not found

kernel 3.10.x已移除scsi_wait_scan module但預設的系統卻會包含此module的probe
進而造成kernel panic issue
simply remove scsi_wait_scan module probe from init to get it fixed. 

2016年3月15日 星期二

build iso image

 mkisofs  -P "Kido Yen" -V "Redhat 6.x/7.x boot disk" -o ../file.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T ./


with efi support
mkisofs -b isolinux/isolinux.bin -c boot.cat -no-emul-boot  -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -R -J