Boot a USB Porteus flash drive in a VirtualBox
-
- Contributor
- Posts: 166
- Joined: 08 Jul 2012, 02:30
- Distribution: Porteus v3.0 LXDE i486
- Location: South Central PA, USA
Boot a USB Porteus flash drive in a VirtualBox
I understand Oracle does not allow USB boots with VirtualBox. (Y/N?) Has anyone booted a USB Porteus flash drive in a VirtualBox?
Sean
Sean
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Boot a USB Porteus flash drive in a VirtualBox
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.
-
- Contributor
- Posts: 166
- Joined: 08 Jul 2012, 02:30
- Distribution: Porteus v3.0 LXDE i486
- Location: South Central PA, USA
Re: Boot a USB Porteus flash drive in a VirtualBox
Thanks brokenman,
Bedtime here now, so I'll check those links in the morning.
Hope you are doing well,
Sean
Bedtime here now, so I'll check those links in the morning.
Hope you are doing well,
Sean
-
- White ninja
- Posts: 4
- Joined: 17 Jun 2014, 20:17
- Distribution: Porteus V1.1
- Location: Lisboa
Re: Boot a USB Porteus flash drive in a VirtualBox
Hi ever1 i Need some help, i'm doing a bootpen and i want to put the porteus on a paste i'm doing this code
title PORTEUS
find --set-root /grldr
kernel /dos/livecd/porteus/boot/syslinux/vmlinuz from= /dos/livecd/porteus/boot/syslinux/vmlinuz copy2ram login=root
initrd /dos/livecd/porteus/boot/syslinux/initrd.xz
But he dont find the porteus-v3.0-i486.sgn
title PORTEUS
find --set-root /grldr
kernel /dos/livecd/porteus/boot/syslinux/vmlinuz from= /dos/livecd/porteus/boot/syslinux/vmlinuz copy2ram login=root
initrd /dos/livecd/porteus/boot/syslinux/initrd.xz
But he dont find the porteus-v3.0-i486.sgn
-
- Contributor
- Posts: 678
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Re: Boot a USB Porteus flash drive in a VirtualBox
Try:
Look at .../boot/docs/cheatcodes.txt file.
Code: Select all
from=/dos/livecd/porteus
You have mind and feelings. Be wise and clever.
-
- White ninja
- Posts: 4
- Joined: 17 Jun 2014, 20:17
- Distribution: Porteus V1.1
- Location: Lisboa
Re: Boot a USB Porteus flash drive in a VirtualBox
Now i have a erros is say Porteus data not found.
- Ed_P
- Contributor
- Posts: 8578
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Boot a USB Porteus flash drive in a VirtualBox
This is what I use for booting my ISO file:Softysman wrote:Hi ever1 i Need some help, i'm doing a bootpen and i want to put the porteus on a paste i'm doing this code
title PORTEUS
find --set-root /grldr
kernel /dos/livecd/porteus/boot/syslinux/vmlinuz from= /dos/livecd/porteus/boot/syslinux/vmlinuz copy2ram login=root
initrd /dos/livecd/porteus/boot/syslinux/initrd.xz
But he dont find the porteus-v3.0-i486.sgn
Code: Select all
title Porteus 3.0 changes= \n 213MB\n Porteus-RazorQT-v3.0-x86_64.iso
find --set-root /ISOs/Porteus-RazorQT-v3.0-x86_64.iso
map --heads=0 --sectors-per-track=0 /ISOs/Porteus-RazorQT-v3.0-x86_64.iso (0xff)
map --hook
root (0xff)
kernel /boot/syslinux/vmlinuz from=/ISOs/Porteus-RazorQT-v3.0-x86_64.iso changes=EXIT:/porteus/changes/porteussave.dat extramod=/mnt/sda5/porteus/modules volume=40
initrd /boot/syslinux/initrd.xz
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Boot a USB Porteus flash drive in a VirtualBox
I assume you have already unpacked the ISO and that is why you have this path: /dos/livecd/porteus/boot/syslinux/vmlinuz
If your directory structure looks like this:
/dos/livecd/porteus/
|
|
--> boot/syslinux
--> porteus/base
Then it should be: from=/dos/livecd/porteus
Make sure there are no spaces.
If your directory structure looks like this:
/dos/livecd/porteus/
|
|
--> boot/syslinux
--> porteus/base
Then it should be: from=/dos/livecd/porteus
Make sure there are no spaces.
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.
-
- White ninja
- Posts: 4
- Joined: 17 Jun 2014, 20:17
- Distribution: Porteus V1.1
- Location: Lisboa
Re: Boot a USB Porteus flash drive in a VirtualBox
I do the from cheat code and when i do the boot he says "from= is incorrect"
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Boot a USB Porteus flash drive in a VirtualBox
please show me the output of following command:
thanks
Code: Select all
find /dos/livecd/porteus -type f
Please add [Solved] to your thread title if the solution was found.
- Ed_P
- Contributor
- Posts: 8578
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Boot a USB Porteus flash drive in a VirtualBox
Softysman
Are you creating the menu.lst file in Windows or Linux? In Windows file/folder names are not case sensitive, in Linux they are. Thus /dos/ and /DOS/ are not seen as the same name.
Try:
And if your folder names have capital letters in them than then code the menu accordingly.
For example:
Are you creating the menu.lst file in Windows or Linux? In Windows file/folder names are not case sensitive, in Linux they are. Thus /dos/ and /DOS/ are not seen as the same name.
Try:
Code: Select all
title PORTEUS
find --set-root /dos/livecd/porteus/boot/syslinux/initrd.xz
kernel /boot/syslinux/vmlinuz from=/dos/livecd/porteus/boot/syslinux/vmlinuz copy2ram login=root
initrd /boot/syslinux/initrd.xz
And if your folder names have capital letters in them than then code the menu accordingly.
For example:
Code: Select all
title PORTEUS
find --set-root /DOS/livecd/Porteus/boot/syslinux/initrd.xz
kernel /boot/syslinux/vmlinuz from=/DOS/livecd/Porteus/boot/syslinux/vmlinuz copy2ram login=root
initrd /boot/syslinux/initrd.xz
-
- White ninja
- Posts: 4
- Joined: 17 Jun 2014, 20:17
- Distribution: Porteus V1.1
- Location: Lisboa
Re: Boot a USB Porteus flash drive in a VirtualBox
Ed i try our code and this is the message i have
"Porteus data not found.
You are maybe using an unsupported boot device /eg. SCSI or old PCMCIA).
Workaround: Copy the directory /porteus from yout boot device to an IDE/SATA disk, eg. to /mnt/sda1/porteus or C:\porteus. Then try to boot again. Make sure that your boot parameters (cheatcodes) are correct. In case of booting over network - check if the driver for your NIC is included in initrd image.
And yes i'm doin a menu.lst in Windows.
"Porteus data not found.
You are maybe using an unsupported boot device /eg. SCSI or old PCMCIA).
Workaround: Copy the directory /porteus from yout boot device to an IDE/SATA disk, eg. to /mnt/sda1/porteus or C:\porteus. Then try to boot again. Make sure that your boot parameters (cheatcodes) are correct. In case of booting over network - check if the driver for your NIC is included in initrd image.
And yes i'm doin a menu.lst in Windows.
-
- Contributor
- Posts: 678
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Re: Boot a USB Porteus flash drive in a VirtualBox
Change your Porteus version from
to v3.0 and try again.Distribution: Porteus V1.1
You have mind and feelings. Be wise and clever.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Boot a USB Porteus flash drive in a VirtualBox
The from= line supplied above will never work.
Your from= line needs to point to the path that contains the porteus folder. That is where the 'Porteus data' is stored.
If you really are still using v1.1 please do as Tome says and upgrade.
As fanthom asked please supply the following command:
Also please supply the output of:
Code: Select all
from=/dos/livecd/porteus/boot/syslinux/vmlinuz
If you really are still using v1.1 please do as Tome says and upgrade.
As fanthom asked please supply the following command:
Code: Select all
find /dos/livecd/porteus -type f
Code: Select all
cat /etc/porteus-version
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.
- Ed_P
- Contributor
- Posts: 8578
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Boot a USB Porteus flash drive in a VirtualBox
Oh! Good Grief. Yes. Sorry Softysman, I'm use to booting ISOs.brokenman wrote:The from= line supplied above will never work.Your from= line needs to point to the path that contains the porteus folder. That is where the 'Porteus data' is stored.Code: Select all
from=/dos/livecd/porteus/boot/syslinux/vmlinuz
Try this instead:
Code: Select all
title PORTEUS
find --set-root /dos/livecd/porteus/boot/syslinux/initrd.xz
kernel /boot/syslinux/vmlinuz from=/dos/livecd/ copy2ram login=root
initrd /boot/syslinux/initrd.xz
He's building the menu in Windows not Porteus brokenman. As such try in a Command Prompt these commands:As fanthom asked please supply the following command:Also please supply the output of:Code: Select all
find /dos/livecd/porteus -type f
Code: Select all
cat /etc/porteus-version
Code: Select all
dir c:\*.
dir c:\dos\*. /s
dir c:\dos\*.sgn /s