Wilders Security Forums  

Go Back   Wilders Security Forums > Software, Hardware and General Services > all things UNIX
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #26  
Old August 17th, 2007, 12:13 PM
wilbertnl wilbertnl is offline
Very Frequent Poster
 
Join Date: Dec 2004
Location: Tulsa, Oklahoma
Posts: 1,831
Default Re: Installing PCLinuxOS - Full tutorial

Quote:
Originally Posted by spydikers
I would like to put a version of Linux on the 40gig empty HD and leave the XP on the 80gig HD for now.
Hello William,

I suggest that any Linux distribution that offers a live CD and the feature to install on your harddisk from that live CD, would be a good first option.
Ubuntu, Fedora 7 are examples of live CD's with installation option.
Depending on the amount of RAM, you would choose between KDE or Gnome as desktop environment. Or XFCE if your system is low on RAM.
  #27  
Old August 17th, 2007, 12:57 PM
spydikers spydikers is offline
Infrequent Poster
 
Join Date: Apr 2007
Location: florida
Posts: 5
Default Re: Installing PCLinuxOS - Full tutorial

O.K. I will try the suggestions given me, rather than my previous pick.

Thanks everyone..............William
  #28  
Old August 17th, 2007, 01:27 PM
Longboard's Avatar
Longboard Longboard is offline
Massive Poster
 
Join Date: Oct 2004
Location: Sydney, Australia
Posts: 3,097
Default Re: Installing PCLinuxOS - Full tutorial

OK
I'm new at this Linux too
Fwiw as per above the live Cds are good for trialing

I want browsing, e-mail, office, music and vids, presentation stuff, simple updates and installers. Not a real linux purist sorry. Just trialling oob set-ups.

as a total linux newb, my picks to date ( for Live and installs to VM) are:
PClinuxOS: Love it.
Freespire: nice
Mandriva One: nice
Ubuntu ( very good: just checking others: thinking outside the outside box lol))
Free PCBSD OS !! I actually love it although I might not fully understand it they have a pre-made VM on home site: just a bit ood. Really nice little system.
Dream Linux is developing a nice distro: some issues with installing but good live CD and fun OS X style graphics.
Vector Linux
Sabayon mini: very nice indeed.

This site is a wealth of info: http://distrowatch.com/ you prolly know it already.
Linux.com has good reviews.
Tuxmachines http://www.tuxmachines.org/

I doubt I can teach anyone here anything about Linux: just offering my crumbs. Have fun
__________________
Don't confuse me with someone who actually knows what they are talking about.
Linux Registered user 469135
Please, support Medecins Sans Frontieres
  #29  
Old September 5th, 2007, 10:27 AM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Hi

Not sure I've got things right - in fact I know I haven't

I've played with the live CD a few times so I thought I'd try installing it alongsides XP.

Tried to get through your excellent articles on installing PCLinux and dual booting Mrk plus the PCLinux own help file was useful

All seemed well but I must have got the dual booting bit wrong as can only boot into Windows

Paragon Partition Manager shows the 3 linux partitions as logical disks on the extended partition

Any ideas where I've gone wrong ?
__________________
Cheers

Jon
  #30  
Old September 5th, 2007, 11:17 AM
FastGame's Avatar
FastGame FastGame is offline
Frequent Poster
 
Join Date: Jan 2005
Location: Blasters worm farm
Posts: 677
Default Re: Installing PCLinuxOS - Full tutorial

Your bootloader got installed on the Linux partition instead of the MBR.

Boot your LiveCD and go to System> Configuration> Boot and Init> Re-do MBR.

In re-do make sure bootloader is being installed on the MBR of Windows partition.

or

Re-install PCLOS and make sure the same....

  #31  
Old September 5th, 2007, 11:52 AM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Quote:
Originally Posted by FastGame
Your bootloader got installed on the Linux partition instead of the MBR.

Boot your LiveCD and go to System> Configuration> Boot and Init> Re-do MBR.

In re-do make sure bootloader is being installed on the MBR of Windows partition.

or

Re-install PCLOS and make sure the same....


Hi Fast Game

Ok - went System> Cofiguration> Configure Your Computer> Control Center> Set up How Ssytem Boots

Correct so far ?

This brings up '' no bootloader found creating new configuration''

Click ''ok''

Bootloader to use - GRUB with graphical menu

Boot device - /dev/hda

''Next'' shows 3 linux entries plus windows.

''Finish''

Reboot and only boot into Windows plus put live cd and repeat process and '' no bootloader found'' appears again.

Start over you think ?
__________________
Cheers

Jon
  #32  
Old September 5th, 2007, 11:56 AM
Mrkvonic Mrkvonic is online now
Linux Systems Expert
 
Join Date: May 2005
Posts: 7,433
Default Re: Installing PCLinuxOS - Full tutorial

Hello,

No need to reinstall. The boot loader can be fixed very easily.
When the GRUB boots press C.
This will get you to GRUB command line (grub > prompt).
Then, all you need to do is install grub in the MBR.

1. This command will tell it where to look for grub stage 2.
hd for IDE, sd for SCSI drives, x drive number from 0, y partition number from 0
root(hdx,y)

Example: root (sd0,1) - stage 2 on first disk, second partition - USUALLY also the root partition of your linux installation.

2. This command will install grub in mbr
setup (hd0)

3. This will boot your system.
boot

After you get to the desktop, you can then add further changes.

If you also need Windows, you'll need another stanza like:

# title Windows
rootnoverify (hdx,y) - where Windows resides, usually (hd0,0)
makeactive - will look for relevant files here
chainloader + 1 - will give control over to Windows boot loader

I hope this was clear enough ...

Mrk
__________________
http://www.dedoimedo.com

All your base are belong to us

Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA
  #33  
Old September 5th, 2007, 12:03 PM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Quote:
Originally Posted by Mrkvonic

I hope this was clear enough ...

Mrk

Mmmm not entirely

..but thanks all the same. Give me some time to try and work that out
__________________
Cheers

Jon
  #34  
Old September 5th, 2007, 12:09 PM
Mrkvonic Mrkvonic is online now
Linux Systems Expert
 
Join Date: May 2005
Posts: 7,433
Default Re: Installing PCLinuxOS - Full tutorial

Hello,

Let's try together then.

1. Boot PC, get to grub prompt.
2. You know where your linux is installed? Good.
3. Set root to that partition, setup grub in mbr, boot.

4. Inside your linux, open grub menu in text editor as root.
5. Check existing stanzas and edit if necessary.
6. If you do not have a Windows entry, add it as suggested.

7. If you get confused / stuck - stop and ask, I'll help.

Honestly, it feels daunting, but it's really simple.

Mrk
__________________
http://www.dedoimedo.com

All your base are belong to us

Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA
  #35  
Old September 5th, 2007, 12:33 PM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Quote:
Originally Posted by Mrkvonic
Hello,

Let's try together then.

1. Boot PC, get to grub prompt.
2. You know where your linux is installed? Good.
3. Set root to that partition, setup grub in mbr, boot.

4. Inside your linux, open grub menu in text editor as root.
5. Check existing stanzas and edit if necessary.
6. If you do not have a Windows entry, add it as suggested.

7. If you get confused / stuck - stop and ask, I'll help.

Honestly, it feels daunting, but it's really simple.

Mrk

You may regret this kind offer

1. I see no grub prompt
__________________
Cheers

Jon
  #36  
Old September 5th, 2007, 01:36 PM
Mrkvonic Mrkvonic is online now
Linux Systems Expert
 
Join Date: May 2005
Posts: 7,433
Default Re: Installing PCLinuxOS - Full tutorial

Hello,
Do you see the boot menu?
If so, press C.
If not, boot from CD, try the same.
Mrk
__________________
http://www.dedoimedo.com

All your base are belong to us

Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA
  #37  
Old September 5th, 2007, 01:47 PM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Quote:
Originally Posted by Mrkvonic
Hello,
Do you see the boot menu?
If so, press C.
If not, boot from CD, try the same.
Mrk

In both cases, no. I'm getting lost now with whatever I'm supposed to be looking for.

Don't give up on me though.
__________________
Cheers

Jon
  #38  
Old September 5th, 2007, 01:57 PM
Mrkvonic Mrkvonic is online now
Linux Systems Expert
 
Join Date: May 2005
Posts: 7,433
Default Re: Installing PCLinuxOS - Full tutorial

Hello,
Boot into live CD.
Type as root fdisk -l in command line in terminal.
Post here.
Mrk
__________________
http://www.dedoimedo.com

All your base are belong to us

Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA
  #39  
Old September 5th, 2007, 02:02 PM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Hi Mrk

Will do -back later.

Thanks for assistance thus far
__________________
Cheers

Jon
  #40  
Old September 5th, 2007, 09:37 PM
iceni60 iceni60 is offline
( ^o^)
 
Join Date: Jun 2004
Posts: 5,116
Default Re: Installing PCLinuxOS - Full tutorial

you can follow this post (in the link at the end of this post) to make linux and windows dual-boot i've copied all the commands you need in to this post, if you have an ubuntu cd use that if not just use the pclos livecd. you only need to boot in to the linux livecd then open a terminal - Konsole or gnome-terminal or eterm etc then run these commands -
Code:
su (but if you are using ubuntu run this instead sudo grub then miss out the next command below (the grub one and run the find command in the next box next)
then enter your root password. in a livecd it might not ask for a password, if it does it should be the password root
Code:
grub (miss this out if you ran sudo grub and go to the next command below)
Code:
find /boot/grub/stage1
This will return a location. If you have more than one, select the installation that you want to provide the grub files.
Next, THIS IS IMPORTANT, whatever was returned for the find command use it in the next line (you are still at grub>. when you enter the next 3 commands
Code:
root (hd?,?)
Again use the value from the find command i.e. if find returned (hd0,1) then you would enter root (hd0,1)

Next enter the command to install grub to the mbr
Code:
setup (hd0)
Finally exit the grub shell
Code:
quit
That is it. Grub will be installed to the mbr.
When you reboot, you will have the grub menu at startup.
http://ubuntuforums.org/showthread.php?t=224351
__________________
musical savant
-http://www.youtube.com/watch?v=liprsDr8GrE-
-http://www.youtube.com/watch?v=qpIigV7-kJk-

Last edited by iceni60 : September 5th, 2007 at 09:50 PM.
  #41  
Old September 6th, 2007, 05:46 AM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Quote:
Originally Posted by iceni60
That is it. Grub will be installed to the mbr.
When you reboot, you will have the grub menu at startup.
http://ubuntuforums.org/showthread.php?t=224351

Hi iceni60

That worked like a charm !

I now have a dual boot XP/ PCLinux set up Can't believe it.

Now the learning curve gets really steep !

Thanks very much to you and to Mrkvonic for your kind assistance.
__________________
Cheers

Jon
  #42  
Old September 6th, 2007, 09:20 AM
Mrkvonic Mrkvonic is online now
Linux Systems Expert
 
Join Date: May 2005
Posts: 7,433
Default Re: Installing PCLinuxOS - Full tutorial

Hello,
Damn, I should have written it more nicely like iceni did...
Anyhow, grub tutorial is the next software article I'm gonna post.
It's been waiting for a while, now it's ready to be born.
Mrk
__________________
http://www.dedoimedo.com

All your base are belong to us

Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA
  #43  
Old September 6th, 2007, 09:30 AM
Old Monk's Avatar
Old Monk Old Monk is offline
Frequent Poster
 
Join Date: Feb 2005
Location: Sheffield, UK
Posts: 632
Default Re: Installing PCLinuxOS - Full tutorial

Quote:
Originally Posted by Mrkvonic
Hello,
Damn, I should have written it more nicely like iceni did...
Mrk

No worries Mrk - we'd have got there in the end anyway
__________________
Cheers

Jon
  #44  
Old September 6th, 2007, 11:57 AM
djg05 djg05 is offline
Frequent Poster
 
Join Date: Apr 2005
Posts: 853
Default Re: Installing PCLinuxOS - Full tutorial

Don't know if this has been up before but there are some Youtube presentations (-http://www.youtube.com/user/gentrychris-) on getting to grips with PCLinuxOS
__________________
Regards

David
 

Wilders Security Forums > Software, Hardware and General Services > all things UNIX « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 02:12 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums