Hi,
I am quite new to porteus relatively. Been using mostly the porteus desktop version all via straight ISO boot and copytoram.
I just like to know if copytoram is also supported for the KIOSK version. I tried the following without success (I am using grub 1.98) :
menuentry "Porteus KIOSK "
{
set uuid_partition=7507-8BE0
search --no-floppy --fs-uuid $uuid_partition --set=root
loopback loop ($root)/PorteusKiosk31_i486.iso
linux (loop)/boot/vmlinuz from=/PorteusKiosk31_i486.iso iso-scan/filename=/PorteusKiosk31_i486.iso copy2ram
initrd (loop)/boot/initrd.xz http_server=
}
Wheen booting, the system displays:
Device not ready yet? Delay 20 seconds.....
It then counts down to 0 and then displays:
3.12.20-Porteus-Kiosk
net.ifnames=0 BOOT_IMAGE=(loop)/boot/vmlinuz from=/PorteusKiosk31_i486.iso
Then kicks into # command line.
thanks in advance
CopyToRam
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: CopyToRam
hi nulls,
copy to RAM is forced in latest version of kiosk. booting from ISO is not supported as for security reasons kiosk is designed to not accept any cheatcodes from our desktop editon (cheacodes could allow an attacker to beak booting process).
copy to RAM is forced in latest version of kiosk. booting from ISO is not supported as for security reasons kiosk is designed to not accept any cheatcodes from our desktop editon (cheacodes could allow an attacker to beak booting process).
Please add [Solved] to your thread title if the solution was found.
Re: CopyToRam
ok, understood. I won't muck around anymore then.
Thank you..
Thank you..