Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 530  / 3 Years ago, wed, september 29, 2021, 8:38:17

I have written a boot code that I want to run in VMware player. How can I create a disk iso image whose boot sector is my boot code on ubuntu?


More From » boot

 Answers
7

I suggest you genisoimage or mkisofs command with -b and -no-emul-boot options.



I tried it with -b option as like following command.



genisoimage -no-emul-boot -b bootcode.bin -o test.iso testdir


I referenced that from the man page of genisoimage. Also you can see it with the command that man genisoimage.


[#25136] Friday, October 1, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
taigysel

Total Points: 33
Total Questions: 136
Total Answers: 114

Location: Singapore
Member since Wed, Jan 13, 2021
3 Years ago
;