duvallee Posted October 7, 2013 Share #1 Posted October 7, 2013 안녕하세요. xenology kernel build를 해서 zImage를 생성했는데 img 파일을 만드는 방법은 간단하게 grub에 대해서만 언급을 해서요. 자료를 계속 찾아 보고 있는데 어떻게 해야되는지 설명이 부족해서 못 찾고 있습니다. zImage를 img로 변환하는 방법 좀 부탁드립니다. .img 파일을 USB에 write를 해서 부팅은 해 보았습니다. Quote Link to comment Share on other sites More sharing options...
jjh Posted October 8, 2013 Share #2 Posted October 8, 2013 zimage 를 img 로 변환하는게 아니라 img 를 mount -o loop,offset=32768 이미지.img 마운트경로 로 마운트 한후 해당 빌드하신 zimage 를 마운트 된경로에 덮어 쉬우신후 umount 마운트 경로 하시면 되겠습니다. offset 사이즈는 fdisk -l 이미지.img 로 하면 나오는 파티션의 시작 setctor * 512 로 계산된 값을 넣어시면 됩니다. 도움 되셨길 바랍니다. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.