Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Fri 24 May 2013, 22:06
All times are UTC - 4
 Forum index » House Training » Users ( For the regulars )
Running a Debian Installation ISO from Puppy? Can it be done
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [8 Posts]  
Author Message
ocpaul20

Joined: 31 Jan 2008
Posts: 187
Location: Right on top of CERN

PostPosted: Mon 17 Dec 2012, 13:40    Post subject:  Running a Debian Installation ISO from Puppy? Can it be done
Subject description: For some reason I thought this was possible, but maybe I am mistaken.
 

DPup, full install, lenovo laptop N220 (32bit centrino)

I wonder if anyone can help me? Long story not quite so long...

I am running on a laptop without a writable DVD drive and I want to install a debian-like system because my PC at home is Debian Squeeze.

DPup Exprimo 5.X.3.4.12
-------------------------------
I have tried DPup Exprimo 5X3412 and put it successfully onto a USB stick, and done a full install from there.

However, I am having real problems using it with python as this is essential for me.
I have copied in the devx sfs so I have gcc Python 2.66 etc but now I want to install pip python package manager so that I can load other python modules like requests and wxPython etc etc.

However, although the PPM version installs pip without issue, I cannot get pip to run correctly. I get a message which says "from pip.log import logger" ImportError: "no module named pip.log" when I try to install requests and other modules. I have tried uninstalling the PPM version of pip and downloading and installing from the pip website but I have problems that way too.

Debian Squeeze 6.06
---------------------------
So finally, I am thinking to try downloading the Debian Squeeze 32bit ISO and somehow put it onto a memory stick or boot from the ISO on disk.

Can I just do some kind of raw copy (using dd) on to a USB and install from there, or can I mount the ISO directly (booting puppy from memory stick into ram to have a working linux system) then starting the Debian installation process on the ISO from a different partition on the hard disk?

I had a look yesterday and tried running the Puppy universal installer, then copying all the debian iso files onto the USB but that had compatibility issues and all I got was a very unhelpful "boot error" message and no boot.

Re-reading my question, it sounds like it cannot be done but I had the impression Puppy could run an ISO - is that correct?

Any ideas what I can do please?
Back to top
View user's profile Send private message 
darkcity


Joined: 23 May 2010
Posts: 2215
Location: near here

PostPosted: Thu 20 Dec 2012, 08:12    Post subject:  

As far as I'm aware running on one distro on top of another would require virtualization-
http://puppylinux.org/wikka/VirtualizationMoreInformation

---

Also as far as I know, Debian usually require a Linux partition to be installed to. So you could have some dual boot arrangement with Debian and Puppy. Or there is the Debian live project, which can run from USB http://live.debian.net/project/about/

---

Finally, Pussy Linux could be your ideal solution. It is a cut down version Debian that is 'Puppified', and it is 100% compatible with apt-get
http://puppylinux.org/wikka/PussyLinux

Twisted Evil

_________________
Wiki Audacity 2.0.1
Back to top
View user's profile Send private message Visit poster's website 
ocpaul20

Joined: 31 Jan 2008
Posts: 187
Location: Right on top of CERN

PostPosted: Thu 20 Dec 2012, 12:14    Post subject:  

Hi Darkcity,
Thanks for your reply. I think what I am looking for is a way of discarding the initrc.gz and just having the normal system on a usb.

If I can do that then I make the usb boot and then instead of mounting the initrc.gz file, it would continue with init script etc.

Once the syslinux part is done, I could then copy the file system /etc /usr and all the other linux directories onto the usb and I would have a complete booting system.

My problem at the moment seems to be that I have some parts from one system using a particular kernel and some parts from another using a different kernel and the two do not match.

Actually, as you suggested, I tried pussy and it worked fine as far as it went. I downloaded the image file, copied it to a usb stick and booted and it was fine. I installed some debian packages and somehow assumed it would ask me for a save file when I shutdown. Unfortunately I did not realise that the save file is a manual system the first time, but it is there and I assume it works OK.

If I can get Slacko 533 to install wxpython correctly, then I think I will stay with that until I get home in March.

Thanks for your help.
Back to top
View user's profile Send private message 
darkcity


Joined: 23 May 2010
Posts: 2215
Location: near here

PostPosted: Thu 20 Dec 2012, 18:44    Post subject:  

Sounds like you have a more in depth knowledge of the boot procedure than me.

---

Don't if you're seen this about wxpython on Slacko

http://www.murga-linux.com/puppy/viewtopic.php?p=630361#630361

_________________
Wiki Audacity 2.0.1
Back to top
View user's profile Send private message Visit poster's website 
sunburnt


Joined: 08 Jun 2005
Posts: 4006
Location: Arizona, U.S.A.

PostPosted: Thu 20 Dec 2012, 18:57    Post subject:  

Grub will boot ISO files directly I believe, this would seem to be the proper way to do it.

Puppy`s not needed as one Linux distro. can`t boot another except for virtually.
And installing a distro. virtually is really going into unknown territory.
Back to top
View user's profile Send private message 
proebler

Joined: 24 Jan 2012
Posts: 52
Location: TAS

PostPosted: Fri 21 Dec 2012, 07:53    Post subject:  

A round-about way.
Get a Debian-LIve iso, then use Puppy to put the iso 's content on an USB flash drive and run it on the laptop.
Once running, some live systems then allow you to install. I don't know if that is the case with Debian.
I'm writing this from a live Mint on USB, it shows an Install icon on the desktop.
I also use Grub4dos on the USB. Here are two examples from it's menu.lst:

title Linux-Mint12-LXDE ('live "CD"' [sdb2])
root (hd0,1)
kernel /casper/vmlinuz #file=/preseed/preseed.mint boot=casper ro
initrd /casper/initrd.lz


title Linux-Ubuntu12.04-Unity ('live "CD"' [sdb2])
root (hd0,0)
kernel /12.04/casper/vmlinuz file=/12.04/preseed/ubuntu.seed boot=casper iso-scan/filename=/12.04/ubuntu-12.04-desktop-i386.iso splash --
initrd /12.04/casper/initrd.lz

A bit of experimentation may be needed to get the menu.lst entry to work.
I found, that for Mint the kernel line does not need file=/preseed/preseed.mint boot=casper ro.

Link for the Debian LXDE version:
http://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/debian-live-6.0.6-i386-lxde-desktop.iso

cheers
proebler
Back to top
View user's profile Send private message 
Ray MK


Joined: 05 Feb 2008
Posts: 676
Location: UK

PostPosted: Fri 21 Dec 2012, 09:57    Post subject:  

@ocpaul20
JFYI - there is a puppy feature known as 'underdog'

it allows you to sit an underdog equipped puppy on top of most
conventionally installed disto's and run prog's etc. via the puppy.

do a google search for 'puppy linux underdog' and loads of info comes up. Note, 'the return of underdog'.

I've never used it - but it looks very interesting.

If I recall correctly - conventional menu may not work - but
apparently, all terminal entry commands do work.

HTH - and have fun - regards Ray

_________________
Acer 243LC laptop. 384mb ram. 2.5Ghz Celeron proc. 30gb hdd. pcmcia Wifi card. Asus 701SD. 512mb ram. 8gb SSD. IBM A21m laptop. 192mb ram. PIII Coppermine proc. E732 laptop, 2Gb ram, i3 proc.
Back to top
View user's profile Send private message 
ocpaul20

Joined: 31 Jan 2008
Posts: 187
Location: Right on top of CERN

PostPosted: Fri 21 Dec 2012, 13:07    Post subject:  

Thank you everyone for your suggestions. I think I will need to spend some time and investigate this further. I have not dug into kernel boot parameters but I think this may be a new learning experience for me. Smile
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [8 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Users ( For the regulars )
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0752s ][ Queries: 11 (0.0180s) ][ GZIP on ]