I apologize for being so presumptuous as to offer my unsolicited opinion, but PORTEUS is AWESOME!
LXLE breathed some new life into a few XP boxes, but on an IBM T60 with 1GB RAM, the machine still looked tired. After I put PORTEUS on the hard drive, it works like something out of StarTrek (well, not the original show - better than that )! I love the graphical program interfaces - with functional fine detail they look like alien technology - long live skeumorphism! Down with the flat paradigm! I mean, if people like absolutely flat looking interfaces that's their problem, but when they force them on me in some puritanical zeal that's my problem.
Small issue I am having: if I start too many things at once, some of them start hanging and shutting down. Am I possibly supposed to have created a swap partition? I am still wrapping my head around this OS that does not install thing. I wiped the disk first and created one ext4 partition.
One other small annoyance is that on startup it logs on as guest before I can intervene, and since I want to be root I always have to change users. I remember that this can be changed at the custom build stage, but I have a feeling that should not be necessary.
Please send my compliments to the chef
-
- Ronin
- Posts: 3
- Joined: 19 Jul 2015, 01:33
- Distribution: 3.1
- Location: US
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Please send my compliments to the chef
Helps.Edgregious wrote:Am I possibly supposed to have created a swap partition?
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: 6445
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Please send my compliments to the chef
on startup it logs on as guest
You can use the login=root cheatcode.
What bootloader do you use? If you use syslinux coming with the porteus installer you can modify the /boot/syslinux/porteus.cfg file on the append line:
You can use the login=root cheatcode.
What bootloader do you use? If you use syslinux coming with the porteus installer you can modify the /boot/syslinux/porteus.cfg file on the append line:
Code: Select all
APPEND initrd=initrd.xz ... ... login=root
Prendre son temps, profiter de celui qui passe.
-
- Ronin
- Posts: 3
- Joined: 19 Jul 2015, 01:33
- Distribution: 3.1
- Location: US
Re: Please send my compliments to the chef
Heh. Yes, it did. Thank you for the instant response!Bogomips wrote:Helps.Edgregious wrote:Am I possibly supposed to have created a swap partition?
Might you have an idea what the ~1G extended partition is, file type unknown, that appeared at the end of the disk since installation? Is this something the Porteus installer puts there? This, from GParted.
-
- Ronin
- Posts: 3
- Joined: 19 Jul 2015, 01:33
- Distribution: 3.1
- Location: US
Re: Please send my compliments to the chef
Thank you! Worked perfectly. After I found the correct line beginning "Append" .francois wrote: on startup it logs on as guest
You can use the login=root cheatcode.