Main Menu
Home
Documentation
LIVE Documentation
Screenshots
Downloads
Links
Contact Us
FAQs
Project page (SF)
Forum
Search
Store
Events
Location of visitors
Locations of visitors to this page

News

2006-04-28 - New look for our project page.
2006-04-30 - www.phpradmin.org for our official project page.2006-05-18 - Forum section available.
2006-06-19 - Date for first release phpRADmin-0.01-pre-apha1 June 28.
2006-06-22 - I have published some new Screenshots .
2006-06-28 - First pre-alpha version released!! phpradmin-0.01-pre-alpha1, you can download from  Sourceforge project page.This version have many bugs and configuration headaches, please be patient and if you want, contribute ;).
2006-07-21 - Now available phpRADmin LIVE!! New Fedora Core 3 based Live CD/USB. You can try phpRADmin more easy. Download it from Downloads section. Please read LIVE Documentation before use it.
2006-07-25 - phpRADmin STORE, the easiest way how to support phpRADmin financially and delight yourself at the same time. Thank you!!
2006-12-07 - phpRADmin team is working with phpMyPrepaid developers to integration for next 0.02 phpRADmin version.

2007-02-25 - phpRADmin forums now available thanks to OpenIdeas.info  

 

 

How to install phpRADmin LIVE! to harddisk? PDF Print E-mail
Written by Toni de la Fuente (Blyx)   
Tuesday, 25 July 2006

It is possible to boot and run phpRADmin LIVE! from harddisk or USB stick and preserve all changes and settings during reboots. I don't call this 'installation' as the system still behaves as a Live OS, just running from disk.

Running phpRADmin LIVE! from a writable media will bring you some very usefull features, while preserving the modularity and all other phpRADmin LIVE! advantages. Keep reading :)

phpRADmin LIVE! CD contains make_disk script (either .bat for Windos or .sh for Linux). Make_disk copies all files and directories from phpRADmin LIVE! CD to given destination device/drive and it makes it bootable (overwriting its Master Boot Record, so the device will no longer boot anything else!).

In Linux, start konsole and use:

$ cd /mnt/cdrom             # replace /mnt/cdrom by mounted SLAX CD or ISO
$ ./make_disk.sh /dev/sda1 # replace sda1 by your target device name

The script will not format the device, so you should create some filesystem prior make_disk.sh by using mkfs. You may use any filesystem writable in Linux (eg. FAT16, FAT32, ext2, XFS, etc). MBR will be set up by using LILO on /dev/sda (the script just writes MBR to the same device you provice without numbers at the end).

In Windos, start commandline and use:

C:\> D:                     # to switch to D:, replace D: by phpRADmin LIVE! CD disk
D:\> make_disk.bat E: # replace E: by your target (destination) disk

The same apply like before, disk E: can use any filesystem writable in Windos. Syslinux will be used to setup MBR. If E: is just a partition then the MBR will be set for the whole disk, again, overwriting any old record.

this section is under construction. some more information is needed to describe, eg. how to use changes= properly and benefit all the new phpRADmin LIVE! features while running from writable media

Why shouldn't you install phpRADmin LIVE! as a regular OS?

phpRADmin LIVE! is primarily designed to run from CD or USB (or any other removable device) without installing. I put a lot of effort to make it work as a Live OS, so you shouldn't ruin all my work by asking for harddisk installer. If you'd like to have a regular Linux installed on your computer, you should definitely install something else, not phpRADmin LIVE! . My advise is: Go for Slackware, I'm using it too, it's the best system for those who are not lazy to learn new things.

 

How to free up CD-ROM drive?

Sometimes you just need to free up the CD-ROM device. The CD-ROM device can't be ejected while you run phpRADmin LIVE! from it, the reason is simple, your drive is locked as the operating system itself needs it. Nevertheless there are several methods how to free it up:

First one is to copy all CD data to memory during startup. To accomplish this, boot phpRADmin LIVE! with copy2ram cheatcode. It will take a little bit longer to boot, but you'll gain two benefits: CD-ROM will be ejected after successful copy, and SLAX will be incredibly fast. The drawback is that a lot of RAM (eg. 512MB) has to be installed in you computer.

Another way to free up CD-ROM device is to copy SLAX CD to your harddisk (eg. to /slaxcd/ in Linux or to c:\slaxcd\ in DOS/Windos). Then boot by using phpRADmin LIVE! CD, wait few seconds and hit the Eject button when you see 'phpRADmin LIVE! is starting, please wait...'.

 

Last Updated ( Tuesday, 25 July 2006 )
 
 
© 2006 phpRADmin - FreeRADIUS web management. Toni de la Fuente.