LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-20-2011, 10:58 AM   #1
mbvo
Member
 
Registered: May 2006
Location: the land of confusion
Distribution: slackware-current
Posts: 220

Rep: Reputation: 31
hard drive install


Id like to get pclinuxos installed on sda3 i currently have slackware on sda1 and the iso files on sda2 but i cant get it to boot, its looking for a cd that doesnt exist. i've tried ubuntu and got a little farther. i got a console and could mount sda1 and get access to the iso, but it still wouldn't run the installer. any suggestions? the only nocd install i've evver done successfully is slackware and dsl.
 
Old 04-20-2011, 11:44 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
You can mount an iso this way
modprobe loop
mount o loop -t iso9660 file.iso /somewhere

and it's accessible. You can't directly install from it, as it likes its own kernel. Can you put it on a usb drive and boot from that?

I don't know what boot loader you have, but perhaps you could directly boot the iso with a careful entry. I have no ideas for you, but check the site (grub or lilo)
 
Old 04-20-2011, 05:56 PM   #3
mbvo
Member
 
Registered: May 2006
Location: the land of confusion
Distribution: slackware-current
Posts: 220

Original Poster
Rep: Reputation: 31
well i got ubuntu installer to run, but still failed at pclos, i can't mount the iso or even use the iso cause the comand line i get with the just the initrd won't let me mount the hdd. as far as i know grub doesn't allow booting from iso, and now that i have ubuntu i have grub2, but i'm not really sure how to work it. it's completely differant from grub legacy and even then i'm not sure grub2 will boot an iso. not to mention the kernel would have to see the iso as a device, not a file in order to mount and load it properly.
 
Old 04-20-2011, 06:33 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
i'm not sure grub2 will boot an iso
Yes it will. That's not to say it will boot ANY iso. You said you have Ubuntu, where? Installed on the hard drive? If Ubuntu with Grub2 is on the hard drive and you have the iso file on the hard drive it might work. I don't think it will but...? Below is an example menuentry for Grub2 which boots an iso image of Ubuntu from a DVD:

Quote:
menuentry "Ubuntu Live 10.10 32bit" {
loopback loop /ubuntu-10.10-desktop-i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-10.10-desktop-i386.iso quiet splash --
initrd (loop)/casper/initrd.lz
}
Similar entries work for different Ubuntu distributions. I tried PCLinuxOS-2010, didn't work. Don't know why. The only non-Ubuntu iso I have managed to boot this way is Parted Magic. I think it might be easier from a Grub2 installed on a hard drive. When I was googling this, I found a lot of sites on booting an isoimage from a hard drive with Grub2.
 
Old 04-20-2011, 07:06 PM   #5
mbvo
Member
 
Registered: May 2006
Location: the land of confusion
Distribution: slackware-current
Posts: 220

Original Poster
Rep: Reputation: 31
my current partition structure is

sda1 slackware
sda2 installer files
sda3 extended
sda5 ubuntu
40 gb unpartitioned
sda4 swap

and pclos 2010 gnome is what i'm trying to install. it's the only distro i really like other than slackware, and cause of my onboard video i'm having trouble with slackware, xfce is running rough and kde4 not at all.
 
Old 04-21-2011, 02:39 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
It strikes me that a better way to go at things is to fix video in slackware. You will not magically get some driver elsewhere that doesn't exist or can't be installed in slackware, and you might end up configuring things for a week to find that out.
 
Old 04-21-2011, 06:05 AM   #7
mbvo
Member
 
Registered: May 2006
Location: the land of confusion
Distribution: slackware-current
Posts: 220

Original Poster
Rep: Reputation: 31
there's no fix or at least none anybody knows of. the only workaround is to use a gnome based distro, and i don't feel like going through the pain of stripping kde from slackware and building and configuring all the packages manually for gnome being that slackware doesn't natively support gnome at all.

[edit] here's the thread for the issue with the graphics:
http://www.linuxquestions.org/questi...d-kde4-875631/

Last edited by mbvo; 04-21-2011 at 06:13 AM.
 
Old 04-22-2011, 03:25 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
It's bad all right. I would start here

http://www.intel.com/p/en_US/support...hics/intel845g

grab that driver and specify 'intel.modeset=0' (or whatever the exact syntax is) in modprobe.d/video.conf and the kernel boot line. See what comes up then. KMS seems to be the issue, but you can kill that.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
IDE DVD drive and SATA 3.0 hard drive not detected on Debian/Ubuntu install Byrnascus Linux - Hardware 7 01-21-2010 11:11 AM
Formated hard drive, runing ubuntu cd cant install, get fedora 11 to boot from hard d IanHarper Linux - Desktop 9 08-10-2009 10:09 PM
[SOLVED] Hardware crash,Repaired,New Install New Hard drive,how to access original Hard drive flatstan Linux - Hardware 7 07-21-2009 06:51 PM
New install on new hard drive messed up old install of old hard drive. AbsoluteMonkey Linux - General 26 01-10-2007 12:21 PM
Red Hat 7 install on hard drive using ULTRA100 drive fbwr75215 Linux - Software 4 04-15-2001 09:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration