Windows 설치 USB 만들기 - menu.1st

menu.1st 설명


grub4dos 실행시 선택화면 없이 설치를 진행하려면 아래의 두 줄만 복사해서 저장하세요

  • menu.1st


find --set-root /bootmgr
chainloader /bootmgr


플로피 부팅등의 다른 기능도 같이 사용하려면 아래의 명령어 모두 복사해서 저장하세요

  • menu.1st

timeout 10
default 0

title Windows Install
find --set-root /bootmgr
chainloader /bootmgr

title Boot Dos at Floppy Drive
find --set-root --ignore-floppies /boot.ima
map --mem /boot.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1

title Boot Dos at Floppy Drive + NTFS
find --set-root --ignore-floppies /ntfs.ima
map --mem /ntfs.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1

title Reboot
reboot

title Shutdown
halt
Share on Google Plus

About 2651911

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 개의 댓글 :

댓글 쓰기