PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 08:25:17 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Easy Way to install ISO from hard drive running PClinuxOS?  (Read 576 times)
jeff359w
Jr. Member
**
Offline Offline

Posts: 13


Me!


« on: November 22, 2011, 11:35:56 AM »

I desperately need help.  I am running KDE 2007 PCLinuxOS.  I cannot use my CD as it is not working.

I have tried all the manual ways to start the liveCD rebooting but to no avail.

Is there any EASY program that will read and ISO like an executable like some Windows programs  in order to allow me to upgrade to PClinuxOSS 2011.09 KDE Full Monty?

Desperately Seeking Help.

Peace,
jeff Angry
Logged
jeff359w
Jr. Member
**
Offline Offline

Posts: 13


Me!


« Reply #1 on: November 22, 2011, 12:01:31 PM »

I followed all the instructions for installing from a Harddrive with GRUB.

Here is my Grub Menu...
______________________
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,12)/boot/gfxmenu
default 0

title linux
kernel (hd0,12)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=a2b6a97d-7f5a-474a-a8b6-1879e8f50ac7  acpi=on resume=UUID=54c40d4c-c295-4f48-9417-6f100332109a splash=silent vga=788
initrd (hd0,12)/boot/initrd.img

title linux-nonfb
kernel (hd0,12)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=a2b6a97d-7f5a-474a-a8b6-1879e8f50ac7  acpi=on resume=UUID=54c40d4c-c295-4f48-9417-6f100332109a
initrd (hd0,12)/boot/initrd.img

title PClinuxOS KDE 2011.09 Install
root (hd0,12)
kernel /home/vmlinuz ramdisk_size=100000 fromhd=/dev/sda8
initrd /home/initrd.gz
savedefault
boot
____________________________

It seems to load and gets to the USB search, finds the TB Mass USB Storage and all the devices installed on it (ISO is on sda12).

When it finishes and starts to load liveCD, I get the following:
________________________

ERROR:  unable to mount livecd.sqfs
_________________________

What am I doing wrong?

thnks..
jeff Sad
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4644


MLUs Forever!


« Reply #2 on: November 22, 2011, 01:44:13 PM »

I am not certain I have understood your post correctly, but if you wish to do a new install using a current ISO of PCLinuxOS then try following these instructions .....

Extract the contents of the ISO to the partition (seems to be sda13 ?).


Make a Grub entry like this and try it

title linux
kernel (hd0,12)/isolinux/vmlinuz  livecd=livecd  fromusb root=UUID=a2b6a97d-7f5a-474a-a8b6-1879e8f50ac7   acpi=on vga=791 splash=silent
initrd (hd0,12)/isolinux/initrd.gz

If it boots then install.

EDIT ....  to correct
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech ‎DVB-T 2 USB DTT
Old-Polack
Administrator
Hero Member
*****
Offline Offline

Posts: 9697


----IOFLU----


« Reply #3 on: November 22, 2011, 01:50:08 PM »


I am not certain I have understood your post correctly, but if you wish to do a new install using a current ISO of PCLinuxOS then try following these instructions .....

Extract the contents of the ISO to the partition (seems to be sda13 ?).


Make a Grub entry like this and try it

title linux
kernel (hd0,12)/boot/vmlinuz  livecd=livecd  fromusb root=UUID=a2b6a97d-7f5a-474a-a8b6-1879e8f50ac7   acpi=on vga=791 splash=silent
initrd (hd0,12)/boot/initrd.gz

If it boots then install.

Shouldn't that be isolinux?
Logged

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...
kjpetrie
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 3133


« Reply #4 on: November 22, 2011, 02:13:14 PM »

I take it the relevant stanza is this one:
Code:


title PClinuxOS KDE 2011.09 Install
root (hd0,12)
kernel /home/vmlinuz ramdisk_size=100000 fromhd=/dev/sda8
initrd /home/initrd.gz
savedefault
boot
___________
(You really should have said.)

You seem to have extracted to a very unusual set-up. vmlinuz & initrd.gz usually live in a directory called isolinux on an otherwise empty partition, not in a /home directory in an existing install. That will cause problems if you intend to install in the same place, but you don't tell us where you intend to install. I wonder whether putting them in /home will cause permissions problems.

Again, have you actually installed livecd.sqfs to sda8? It is customary to have it in the same place as the isolinux you haven't got. I also wouldn't trust the kernel to honour fromhd=/dev/sda8 if you have other files called livecd.sqfs anywhere on your system.

We really need more info on what you've done, what you want to do, your partitions, and the precise error message.
Logged

-----------
KJP
-----------------------------------------------------------
PClos 2010 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, Hitachi CDR-7930, ‎HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG and Asus eeePC 2G surf
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4644


MLUs Forever!


« Reply #5 on: November 22, 2011, 02:41:21 PM »


I am not certain I have understood your post correctly, but if you wish to do a new install using a current ISO of PCLinuxOS then try following these instructions .....

Extract the contents of the ISO to the partition (seems to be sda13 ?).


Make a Grub entry like this and try it

title linux
kernel (hd0,12)/boot/vmlinuz  livecd=livecd  fromusb root=UUID=a2b6a97d-7f5a-474a-a8b6-1879e8f50ac7   acpi=on vga=791 splash=silent
initrd (hd0,12)/boot/initrd.gz

If it boots then install.

Shouldn't that be isolinux?

Yes of course!  Thank you!

I copied his stanza and made some changes ......  Sad  Sad  but not all obviously!
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech ‎DVB-T 2 USB DTT
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM