2010-10-13

GRUB2 에서 디스크 이미지로 부팅

GRUB2에서 디스크 이미지를 Loading 할때 Linux계열의 이미지가 아닐경우에는
 
menuentry "Boot Hardware Detection Tool from iso" {

  linux16 /memdisk iso
  initrd16 /hdt.iso
}

No comments:

Post a Comment