
Merry Christmas brokenman.

I disagree. The question is specific to the new build your script created on my flash drive. And that required several nukes of the drive and runs of the script before I got it working so I don't want to take any chances and loose it. If I have to start over I will buy a new flash drive. On a normal install of Porteus my question may be a nit but not on this one, not with my limited capabilities.brokenman wrote:If you can boot on UEFI then the title of this thread is not suitable. Please update the title to read 'how do i load a different desktop?'
Should I use an i486 module with my x86-64 Porteus system?brokenman wrote:If you are using razor, then download KDE from: http://dl3.porteus.org/i486/current/modules/
Place it in your optional folder. /mnt/sdxY/porteus/optional
No, but perhaps you should update your profile and change it from i486 to x86_64. I originally put a 64bit link but changed it because of your profile.Should I use an i486 module with my x86-64 Porteus system?
You don't need to start over. You can put ALL the porteus desktops in your optional folder and then as fanthom recommended just use a single load=kde cheatcode to load kde.But your directions seem to imply that I don't have to start over
This thread is about Porteus on partition 2 which is where your UEFI script puts it. I suspect the vast majority of Porteus systems are on partition 1 and are complete normal installs.brokenman wrote:The subject is not related to UEFI in any way shape or form. Like I said, if you can boot, then UEFI is working and from here on in you are just talking about porteus. People searching for problems about UEFI will gain nothing from this thread at all.
I understand and while this thread isn't about the UEFI partition it is about a byproduct of your UEFI script, namely the 2nd partition.I'd like to keep UEFI threads to a minimum so searching is easier in the future.
It is akin to having a problem with the ignition of your car. You ask about the ignition and it is fixed. Then while driving you notice a problem with the clutch. If you were to ask a question would you start with: Ignition question ...
Since this thread is about the UEFI version of Porteus on my flash drive, it is about a 64-bit version, which you told me I have to use. (See another tie to the UEFI version of Porteus.)No, but perhaps you should update your profile and change it from i486 to x86_64. I originally put a 64bit link but changed it because of your profile.Should I use an i486 module with my x86-64 Porteus system?
Of course, as a Newbie, I have no idea where the current Razor desktop is stored, so moving isn't as easy as you think. But don't panic, I don't mind using 2 cheatcodes.You don't need to start over. You can put ALL the porteus desktops in your optional folder and then as fanthom recommended just use a single load=kde cheatcode to load kde.But your directions seem to imply that I don't have to start over
Actually I tried to expand it to include 2.0 32-bit AND 2.1 64-bit but couldn't fit everything in the box.EDIT: I see you have now updated your profile.
Irrelevant. UEFI has nothing to do with it. Before UEFI was born I ALWAYS used two partitions with Porteus on the second partition. Millions of users have multiple partitions on their computers and removable devices. Almost everyone that has ever dual booted wind0ze and linux has had multiple partitions by necessity.I understand and while this thread isn't about the UEFI partition it is about a byproduct of your UEFI script, namely the 2nd partition.
Precisely why I want you to rename your thread to something more appropriate. A newbie looking for how to boot into another desktop will never find this. A newbie looking to fix a UEFI problem will find nothing of value here.Remember my Porteus expert friend, this is the Newbie section of the forums,
There is no such thing as a UEFI version of Porteus. To boot Porteus on a UEFI computer you must lay things out differently and use a different boot loader, but Porteus doesn't change.Since this thread is about the UEFI version of Porteus on my flash drive
Really!! What's on the 1st partition? I multi-partition hdds with the OS on the 1st partition and Data on the 2nd one. Multi-partition removable drives aren't too popular with Windows users. Windows doesn't support anything but the 1st partition on removable drives. (unless you tweak the OS).brokenman wrote:Irrelevant. UEFI has nothing to do with it. Before UEFI was born I ALWAYS used two partitions with Porteus on the second partition.I understand and while this thread isn't about the UEFI partition it is about a byproduct of your UEFI script, namely the 2nd partition.
That's not what you said before.brokenman wrote:There is no such thing as a UEFI version of Porteus. To boot Porteus on a UEFI computer you must lay things out differently and use a different boot loader, but Porteus doesn't change.Since this thread is about the UEFI version of Porteus on my flash drive
Bolding mine.brokenman wrote:One of the things the script does is copies a new 000-kernel.xzm to the porteus/base folder so if you copied everything over from the new 64bit porteus you downloaded, you just overwrote the UEFI 000-kernel.xzm module. Downlaod it again from here and replace the existing in the porteus/base folder.copied the new 64bit porteus folder from the ISO to the flash drive
Seems fair.brokenman wrote: I'm not going to change your thread name in the interest of freedom of speech. What I WILL do is block the thread from all search engines in the hope that nobody searching for relevant and useful information stumbles upon it with hopeful anticipation.
A bootloader and lots of free space so windows can use the device.Really!! What's on the 1st partition?
EFI/Boot/refind.conf is the configuration file for your boot loader. Open it in a text editor and scroll to the bottom and look for the line containing the UUID you are booting to. On the end of this line you can add any of the cheatcodes. Here is an example of my refind codeblock.Now how do I access the optional desktop? Pressing the TAB key when booting did not bring up an option to do that.
Code: Select all
menuentry "Porteus v2.1 MATE" {
icon EFI/Boot/myicons/mate.png
volume UEFISYS
loader /EFI/porteus/vmlinuz
initrd /EFI/porteus/initrd.xz
options "from=UUID:d2c78202-d77d-4fea-a793-e3758ed1b438/v2.1 load=kde"
}
Hey Brokenman and everyone else here,brokenman wrote:A bootloader and lots of free space so windows can use the device.Really!! What's on the 1st partition?
EFI/Boot/refind.conf is the configuration file for your boot loader. Open it in a text editor and scroll to the bottom and look for the line containing the UUID you are booting to. On the end of this line you can add any of the cheatcodes. Here is an example of my refind codeblock.Now how do I access the optional desktop? Pressing the TAB key when booting did not bring up an option to do that.This will load KDE from the porteus/optional folder.Code: Select all
menuentry "Porteus v2.1 MATE" { icon EFI/Boot/myicons/mate.png volume UEFISYS loader /EFI/porteus/vmlinuz initrd /EFI/porteus/initrd.xz options "from=UUID:d2c78202-d77d-4fea-a793-e3758ed1b438/v2.1 load=kde" }
Welcome aboard igreka. The refind.cfg file is only found in brokeman's UEFI version of Porteus, the normal install does not use it.igreka wrote:First off, this might not be true anymore for the new build of Porteus. I do not have the refind.cfg
There's no extra charge for doing that.francois wrote:The best thing would be for you to start a new thread.
I believe it is the old one until 3.1 is released.igreka wrote:Second, is the Razor desktop the new razor-qt or is the old one.