You are not logged in.
Pages: 1
I'm trying to boot an iso image (of type CD installer, 600mb) using memdisk.
Since it contains an MBR and all, I'm using it as a hybridiso (harddisk).
LABEL test
MENU LABEL iso-test
LINUX memdisk
INITRD ../test.iso
APPEND harddisk
It starts loading it, but then says it runs out of memory.
Now test.iso is a bit over 600mb in size.
While I have 6gb of RAM.
Is there something obvious I'm missing?
Offline
I honestly have no idea what you are asking here…
First you mention what sounds like an optical installer, then something about a hard disk. Please explain exactly what you are trying to do here.
Offline
I have the iso image on my hard drive.
In /boot
SYSLINUX is capable to directly load it into the ram through the MEMDISK extension, see http://www.syslinux.org/wiki/index.php/MEMDISK.
My problem, is that system appears to run out of memory, despite having ~10x more than required.
Offline
I have the iso image on my hard drive.
In /boot
SYSLINUX is capable to directly load it into the ram through the MEMDISK extension, see http://www.syslinux.org/wiki/index.php/MEMDISK.
My problem, is that system appears to run out of memory, despite having ~10x more than required.
Syslinux memdisk is a 32-bit application and relies on old BIOS calls to virtualize the ISO in RAM. I think you are hitting some kind of limitation due to 32-bit or the BIOS. Better to ask this question in irc #syslinux or syslinux mailing-list.
Offline
as someone says, you will be launching a 32 but environment, so max 3.2 GB? or so. The squasfs will be roughly 1800 MB on that oine, plus say 50% 'free' space, so 3.6 GB needed.. which 32 bit doesn't address, hence the issue, regardless of the amount of ram you have. That is assuming the memdisk option there is correct. I am not sure if one would be using other commands (say linux16, memdisk16 etc).
I am hilariously insane. yup. you won't notice though.. I promise...I think.
Offline
You need APPEND iso or raw.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Pages: 1