The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
boot img like a iso, but..
2018-10-14, 07:19
Post: #1
boot img like a iso, but..
Hello!
I want to load a virtual machine image without using iscsi target, like a bootable iso image:
Code:
:iso
initrd ../Win98SE_bootdisk.iso || goto failed
chain ../memdisk iso raw || goto failed
goto start
it works!

It is logical to assume that the raw image (mbr, gpt and other scheme) can not be placed completely in the ramdisk. Maybe I'm wrong and there is a way around it..

Help me, please!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
boot img like a iso, but.. - z-80a - 2018-10-14 07:19



User(s) browsing this thread: 1 Guest(s)