I got 4 GB USB Drive formatted with: 1.8 GB Fat and 1.8 GB ext2.
Is it possible to get two versions running ?
I tried to do it like in the faq, so i've put boot folder in fat partition and 32 + 64 folders in ext2 partition. 32 and 64 folder also contain boot and porteus folders.
With that porteus.cfg, when i press first options it starts to count from 3 and then again and again. With any other option it just do nothing:
Code: Select all
PROMPT 0
TIMEOUT 30
DEFAULT /boot/syslinux/vesamenu.c32
MENU BACKGROUND /boot/porteus.jpg
MENU TITLE Porteus-v1.0
MENU WIDTH 50
MENU MARGIN 2
MENU ROWS 13
MENU HELPMSGROW 17
MENU TIMEOUTROW 28
MENU TABMSGROW 15
MENU CMDLINEROW 22
MENU HSHIFT 4
MENU VSHIFT 5
menu color screen 37;40 #00000000 #00000000 none
menu color border 30;44 #00000000 #00000000 none
menu color title 1;36;44 #ffF6FF00 #30003f07 none
menu color unsel 37;44 #ffffffff #00000000 none
menu color hotkey 1;37;44 #ff8037b7 #00000000 none
menu color sel 7;37;40 #ff111B78 #003f7fbf none
menu color hotsel 1;7;37;40 #ffaf67f7 #003f7fbf none
menu color scrollbar 30;44 #00000000 #00000000 none
menu color tabmsg 31;40 #ffB6F538 #00000000 none
menu color cmdmark 1;36;40 #ffff0000 #00000000 none
menu color cmdline 37;40 #ffffffff #ff000000 none
menu color pwdborder 30;47 #ffff0000 #00000000 std
menu color pwdheader 31;47 #ffff0000 #00000000 std
menu color pwdentry 30;47 #ffff0000 #00000000 std
menu color timeout_msg 37;40 #ff809aef #00000000 none
menu color timeout 1;37;40 #ffb72f9f #00000000 none
menu color help 37;40 #ffD5F538 #00000000 none
menu color msg07 37;40 #90ffffff #00000000 std
#32-bit entries
LABEL xconf
MENU LABEL 32 bit KDE
KERNEL /32/boot/vmlinuz
APPEND initrd=/32/boot/initrd.xz from_dir=32 vga=791 autoexec=xconf;telinit~4 changes=/32/porteus/ toroot
TEXT HELP
Run 32 bit Porteus the best way we can.
Try to autoconfigure graphics
card and use the maximum
allowed resolution
ENDTEXT
LABEL lxde
MENU LABEL 32 bit LXDE
KERNEL /32/boot/vmlinuz
APPEND initrd=/32/boot/initrd.xz from_dir=32 vga=791 lxde autoexec=xconf;telinit~4 changes=/32/porteus/ to root
TEXT HELP
Run 32 bit Porteus the same as above.
Lightweight LXDE to be
launched as default desktop
ENDTEXT
LABEL fresh
MENU LABEL 32 bit Always Fresh
KERNEL /32/boot/vmlinuz
APPEND initrd=/32/boot/initrd.xz from_dir=32 nomagic autoexec=xconf;telinit~4 toroot
TEXT HELP
Normally 32 bit Porteus saves all changes
to the /porteus/changes/ directory
on the boot media (if writable)
and restores them next boot.
Use this option to start a fresh
system, changes are not read from
or written to any device
ENDTEXT
LABEL cp2ram
MENU LABEL 32 bit Copy To RAM
KERNEL /32/boot/vmlinuz
APPEND initrd=/32/boot/initrd.xz from_dir=32 vga=791 copy2ram autoexec=xconf;telinit~4 toroot
TEXT HELP
Run 32 bit Porteus the same as above,
but first copy all data to RAM
to get a huge speed increase
(needs >300MB)
ENDTEXT
LABEL startx
MENU LABEL 32 bit Graphics VESA mode
KERNEL /32/boot/vmlinuz
APPEND initrd=/boot/initrd.xz from_dir=32 autoexec=telinit~4 changes=/32/porteus/ toroot
TEXT HELP
Run 32 bit Porteus with KDE, but skip
the graphics card autoconfig.
This forces 1024x768 resolution
using a standard VESA driver
ENDTEXT
LABEL text
MENU LABEL 32 bit Text mode
KERNEL /32/boot/vmlinuz
APPEND initrd=/32/boot/initrd.xz from_dir=32 toroot
TEXT HELP
Run 32 bit Porteus in text mode and
start the command prompt only
ENDTEXT
LABEL pxe
MENU LABEL 32 bit Porteus as PXE
KERNEL /32/boot/vmlinuz
APPEND initrd=/32/boot/initrd.xz from_dir=32 autoexec=pxe-boot;xconf;telinit~4 toroot
TEXT HELP
Run 32 bit Porteus as usual, but also
initialize a PXE server.
This will allow you to boot Porteus
on other computers over a network
ENDTEXT
MENU SEPARATOR
#64-bit entries
LABEL xconf
MENU LABEL 64 bit KDE
KERNEL /64/boot/vmlinuz
APPEND initrd=/64/boot/initrd.xz from_dir=64 vga=791 autoexec=xconf;telinit~4 changes=/64/porteus/ toroot
TEXT HELP
Run 64 bit Porteus the best way we can.
Try to autoconfigure graphics
card and use the maximum
allowed resolution
ENDTEXT
LABEL lxde
MENU LABEL 64 bit LXDE
KERNEL /64/boot/vmlinuz
APPEND initrd=/64/boot/initrd.xz from_dir=64 vga=791 lxde autoexec=xconf;telinit~4 changes=/64/porteus/ to root
TEXT HELP
Run 64 bit Porteus the same as above.
Lightweight LXDE to be
launched as default desktop
ENDTEXT
LABEL fresh
MENU LABEL 64 bit Always Fresh
KERNEL /64/boot/vmlinuz
APPEND initrd=/64/boot/initrd.xz from_dir=64 nomagic autoexec=xconf;telinit~4 toroot
TEXT HELP
Normally 64 bit Porteus saves all changes
to the /porteus/changes/ directory
on the boot media (if writable)
and restores them next boot.
Use this option to start a fresh
system, changes are not read from
or written to any device
ENDTEXT
LABEL cp2ram
MENU LABEL 64 bit Copy To RAM
KERNEL /64/boot/vmlinuz
APPEND initrd=/64/boot/initrd.xz from_dir=64 vga=791 copy2ram autoexec=xconf;telinit~4 toroot
TEXT HELP
Run 64 bit Porteus the same as above,
but first copy all data to RAM
to get a huge speed increase
(needs >300MB)
ENDTEXT
LABEL startx
MENU LABEL 64 bit Graphics VESA mode
KERNEL /64/boot/vmlinuz
APPEND initrd=/64/boot/initrd.xz from_dir=64 autoexec=telinit~4 changes=/64/porteus/ toroot
TEXT HELP
Run 64 bit Porteus with KDE, but skip
the graphics card autoconfig.
This forces 1024x768 resolution
using a standard VESA driver
ENDTEXT
LABEL text
MENU LABEL 64 bit Text mode
KERNEL /64/boot/vmlinuz
APPEND initrd=/64/boot/initrd.xz from_dir=64 toroot
TEXT HELP
Run 64 bit Porteus in text mode and
start the command prompt only
ENDTEXT
LABEL pxe
MENU LABEL 64 bit Porteus as PXE server
KERNEL /64/boot/vmlinuz
APPEND initrd=/64/boot/initrd.xz from_dir=64 autoexec=pxe-boot;xconf;telinit~4 toroot
TEXT HELP
Run 64 bit Porteus as usual, but also
initialize a PXE server.
This will allow you to boot Porteus
on other computers over a network
ENDTEXT
MENU SEPARATOR
LABEL plop
MENU LABEL PLoP BootManager
KERNEL /boot/syslinux/plpbt
TEXT HELP
Run the plop boot manager.
This utility provides handy
boot-USB options for machines
with vintage/defective BIOS
ENDTEXT
LABEL memtest86
MENU LABEL Run Memtest utility
KERNEL /boot/tools/mt86p
TEXT HELP
Don't start Porteus at all, but
rather run the MemTest utility
to diagnose your computer's RAM
for possible errors
ENDTEXT