Computer

윈도우7과 UBUNTU를 하나의 USB에 설치디스크로 만들기

realizm 2012. 8. 27. 14:33

8GB USB 메모리가 싸져서 OS설치디스크로 만드는 중입니다.


GRUB4DOS설치는 Bootice라는걸 사용했고


menu.lst는 다음과 같이했습니다..


timeout 10

title Boot from HDD
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1,0)+1

title Install windows 7
find --set-root /bootmgr 
chainloader /bootmgr

title Install ubuntu-12.04-server-i386
find --set-root /ubuntu-12.04-server-i386.iso
map /ubuntu-12.04-server-i386.iso (0xff)  || map --mem /ubuntu-12.04-server-i386.iso (0xff)
map --hook
root (0xff)
kernel /install/vmlinuz floppy.allowed_drive_mask=0 noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/ubuntu-12.04-server-i386.iso splash
initrd /install/initrd.gz

title Run ubuntu-12.04-dvd-i386 (Live CD)
find --set-root /ubuntu-12.04-dvd-i386.iso
map /ubuntu-12.04-dvd-i386.iso (0xff) || map --mem /ubuntu-12.04-dvd-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04-dvd-i386.iso  quiet splash noeject noprompt --
initrd /casper/initrd.lz


우분터 서버 설치는 정상동작하지 않네요.. ㅠ.ㅠ

(CD를 넣으라고 나옵니다.)


나머지는 정상,...


근데 사실 전 윈도7과 우분투 서버가 필요하다는 사실...