Nuts and bolts
- walter90
- White ninja
- Posts: 4
- Joined: 21 Mar 2015, 21:28
- Distribution: windows vista, 8.1, Puppy
- Location: USA
Nuts and bolts
Hello all!
I just found out about Porteus and instead of posting countless threads asking all kinds of questions I will only ask this:
Where can I find a good primer on getting started with Porteus?
I should add that the Linux OS I am most used to is Puppy.
Thanks!
I just found out about Porteus and instead of posting countless threads asking all kinds of questions I will only ask this:
Where can I find a good primer on getting started with Porteus?
I should add that the Linux OS I am most used to is Puppy.
Thanks!
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Nuts and bolts
Welcome! For starters 

Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- francois
- Contributor
- Posts: 6292
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Nuts and bolts
From what I read puppy linux works with grub legacy. If you want to keep with grub legacy instead of using syslinux, once downloaded, mount porteus iso:
http://www.cyberciti.biz/tips/how-to-mo ... linux.html
and copy /boot and /porteus to a subfolder (in my example /64bit_v31) on one of your partitions (in my example sda5).
Grub legacy method for a multiboot porteus-windows installation. It uses the grubconfig package:
http://forum.porteus.org/viewtopic.php?f=62&t=946
The menu.lst entries:
http://www.cyberciti.biz/tips/how-to-mo ... linux.html
and copy /boot and /porteus to a subfolder (in my example /64bit_v31) on one of your partitions (in my example sda5).
Grub legacy method for a multiboot porteus-windows installation. It uses the grubconfig package:
http://forum.porteus.org/viewtopic.php?f=62&t=946
The menu.lst entries:
Code: Select all
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Wed Jul 31 00:39:45 2013
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.4431'. You can restore it like this.
# dd if=mbr.sda.4431 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
timeout 3
#color light-gray/blue black/light-gray
# End GRUB global section
title porteus on sda5 64bit_v31rc1 extramod KDE
root (hd0,4)
kernel /64bit_v31/boot/syslinux/vmlinuz from=/dev/sda5/64bit_v31 changes=EXIT:/64bit_v31/kde login=
initrd /64bit_v31/boot/syslinux/initrd.xz
boot
title Win Vista/7 (loader) at sda1
rootnoverify (hd0,0)
chainloader +1
Prendre son temps, profiter de celui qui passe.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Nuts and bolts
ISO You can either go the wizard way, or if you can cut it, just download a ready made iso for the desktop of your choice.
[HOWTO] Grub 1 Porteus (3.1)
[HOWTO] Grub 1 Porteus (3.1)
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- walter90
- White ninja
- Posts: 4
- Joined: 21 Mar 2015, 21:28
- Distribution: windows vista, 8.1, Puppy
- Location: USA
Re: Nuts and bolts
Thanks for the replies. I understand Porteus can be booted from a CD. Does it act as a live CD like Puppy where I can create a save file on a storage device?
I'm not sure I want to do a full install until I know whether Porteus is what I'm looking for.
I'm not sure I want to do a full install until I know whether Porteus is what I'm looking for.
- francois
- Contributor
- Posts: 6292
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Nuts and bolts
From faq on cheatcodes:
http://www.porteus.org/tutorials/26-gen ... -them.html
Reboot your computer and wait several seconds until the graphical Porteus logo appears with a boot menu. Choose your desired menu entry and hit Tab, which will allow you to edit the command line. Add your desired boot argument from the list below to affect booting the way you like. Here's an example of what the boot line would look like, adding the noauto and copy2ram cheatcodes to a standard Porteus boot option (which already has some other cheatcodes by default)...
add changes= cheatcode, same logic as in the menu.lst mentioned above after the append argument:
on your hdd media as
will not be able to write on the cd.
http://www.porteus.org/tutorials/26-gen ... -them.html
Reboot your computer and wait several seconds until the graphical Porteus logo appears with a boot menu. Choose your desired menu entry and hit Tab, which will allow you to edit the command line. Add your desired boot argument from the list below to affect booting the way you like. Here's an example of what the boot line would look like, adding the noauto and copy2ram cheatcodes to a standard Porteus boot option (which already has some other cheatcodes by default)...
add changes= cheatcode, same logic as in the menu.lst mentioned above after the append argument:
Code: Select all
changes=/mnt/sdax/path-to/"changes-folder-name"
on your hdd media as
Code: Select all
Graphics mode
KERNEL vmlinuz
APPEND initrd=initrd.xz changes=/porteus
Prendre son temps, profiter de celui qui passe.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Nuts and bolts
That's the nice thing about Porteus IMHO, that you don't have to do a full install.walter90 wrote:I'm not sure I want to do a full install until I know whether Porteus is what I'm looking for.

Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- francois
- Contributor
- Posts: 6292
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Nuts and bolts
Votre français est impeccable bogomips!
Prendre son temps, profiter de celui qui passe.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Nuts and bolts
Indeed. There is no 'real install' of Porteus so to speak. You can test it out from a USB drive and if you like it just continue booting from that USB drive. If you REALLY like it you can put the contents from the USB drive onto your hard drive and then point your bootloader at it. If you want a 'real install' (Va savoir pourquoi!) you should install slackware.
I am slowly working on a Porteus 101 document which may help some new comers learn the ropes. The emphasis in that last sentence should be on SLOWLY.
I am slowly working on a Porteus 101 document which may help some new comers learn the ropes. The emphasis in that last sentence should be on SLOWLY.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- francois
- Contributor
- Posts: 6292
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Nuts and bolts
Suddenly there is a French invasion on the porteus forum. 

Prendre son temps, profiter de celui qui passe.
- walter90
- White ninja
- Posts: 4
- Joined: 21 Mar 2015, 21:28
- Distribution: windows vista, 8.1, Puppy
- Location: USA
Re: Nuts and bolts
Thank you everyone!
I appreciate your advice and technical expertise. One thing is unclear though.
Can I boot from a live CD if I download the .iso and burn it to a bootable disk?
To be honest, that's one of my favorite Puppy features.
I appreciate your advice and technical expertise. One thing is unclear though.
Can I boot from a live CD if I download the .iso and burn it to a bootable disk?
To be honest, that's one of my favorite Puppy features.
- francois
- Contributor
- Posts: 6292
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Nuts and bolts
This is the standard procedure. Once you boot your cd you can install directly from the cd what we call the frugal mode on hdd, porteus will be in compressed mode ready to boot. However, you will install porteus with the syslinux bootloader :
panel menu > system > porteus installer
If you prefer to stay with manually changing the menu.lst of your grub legacy installation copying directly the boot and porteus folders of your porteus cd installation on the appropriate partition of you hdd. Which really is maybe as fast as the porteus installer.
In case you are not sure, do not hesitate to ask for additional instrutions.
In this latter case, you could give us the fdisk -l output of your system and tell us where exactly you want porteus to be installed. For sure as porteus is linux, it will be more happy on a linux filesystem. However, you could also install porteus on ntfs if this is your wish. To have persistence, you will have to build a .dat container.
panel menu > system > porteus installer
If you prefer to stay with manually changing the menu.lst of your grub legacy installation copying directly the boot and porteus folders of your porteus cd installation on the appropriate partition of you hdd. Which really is maybe as fast as the porteus installer.
In case you are not sure, do not hesitate to ask for additional instrutions.

In this latter case, you could give us the fdisk -l output of your system and tell us where exactly you want porteus to be installed. For sure as porteus is linux, it will be more happy on a linux filesystem. However, you could also install porteus on ntfs if this is your wish. To have persistence, you will have to build a .dat container.
Prendre son temps, profiter de celui qui passe.
- walter90
- White ninja
- Posts: 4
- Joined: 21 Mar 2015, 21:28
- Distribution: windows vista, 8.1, Puppy
- Location: USA
Re: Nuts and bolts
All this sounds as complicated as an automatic transmission, Lol
Thanks!
Thanks!

- Ed_P
- Contributor
- Posts: 7671
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: Nuts and bolts
You can download the .iso and boot it from a USB flash drive if you use an app named Easy2Boot.walter90 wrote:Can I boot from a live CD if I download the .iso and burn it to a bootable disk?
Ed
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Nuts and bolts
YesCan I boot from a live CD if I download the .iso and burn it to a bootable disk?
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.