Steps for running porteus from iso file

Non release banter
rnport
Black ninja
Black ninja
Posts: 98
Joined: 01 May 2011, 00:55

Steps for running porteus from iso file

Post#1 by rnport » 18 May 2011, 05:44

Can someone please clearly mention steps for running porteus 32bit from iso file. Also, what will be limitations of such booting ? Can one use additional modules and save.dat file with iso booting ?

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: Steps for running porteus from iso file

Post#2 by Hamza » 18 May 2011, 08:32

You can use

Code: Select all

from_iso=/path/to/iso
Regards,
NjVFQzY2Rg==

rnport
Black ninja
Black ninja
Posts: 98
Joined: 01 May 2011, 00:55

Re: Steps for running porteus from iso file

Post#3 by rnport » 18 May 2011, 10:39

So will it always be in "fresh mode" and without any additional modules ?

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Steps for running porteus from iso file

Post#4 by fanthom » 18 May 2011, 10:59

@rnport
when you are booting from the ISO you must remember about one important thing:
your bootloader must boot porteus from initrd and vmlinuz included in that ISO otherwise kernel version will differ with version of kernel modules included in ISO/porteus/base/000-kernel.xzm.
Let's say you have LILO or GRUB installed on your HD already:
- first what you need to do it to unpack ISO/boot/vmlinuz and ISO/boot/initrd.xz somewhere
- create porteus menu entry in lilo.conf or menu.lst like here (example for LILO)

Code: Select all

# Porteus
label = Porteus                                                                                                                       
vga=791
image = /boot/vmlinuz-ps1
initrd = /boot/initrd-ps.xz1                                                                                                                                    
append = "from_iso=/dev/sda5/iso_images/porteus-v1.0_rc2-x86_64.iso changes=/dev/sda4/porteus_changes rootcopy=/dev/sda4/porteus_rootcopy extramod=/dev/sda4/porteus_xzm autoexec=xconf;telinit~4 toroot copy2ram lxde nohd nocd"
you can use the same cheatcodes as with normal booting ('from_dev=' is the only exception).
read /boot/docs/cheatcodes.txt for more info about cheatcodes.

Ahau
tips about booting from ISO could be included in some FAQ or doc i guess :)
Please add [Solved] to your thread title if the solution was found.

rnport
Black ninja
Black ninja
Posts: 98
Joined: 01 May 2011, 00:55

Re: Steps for running porteus from iso file

Post#5 by rnport » 18 May 2011, 12:09

Appreciate your clear instructions. Can we do without last 4 options: copy2ram lxde nohd nocd ; I want to boot to kde.

User avatar
Ahau
King of Docs
King of Docs
Posts: 1331
Joined: 28 Dec 2010, 15:18
Distribution: LXDE & Xfce 32/64-bit
Location: USA

Re: Steps for running porteus from iso file

Post#6 by Ahau » 19 May 2011, 14:07

@fanthom - posted this to FAQ on the main site. Take a look and let me know if I've put it together properly. It might warrant a HOWTO with a link from the FAQ to the HOWTO...
Please take a look at our online documentation, here. Suggestions are welcome!

Post Reply