LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-10-2010, 04:09 PM   #1
IX_EquilibriuM
LQ Newbie
 
Registered: Oct 2007
Location: Sofia
Distribution: Gentoo
Posts: 8

Rep: Reputation: 0
Trouble installing any OS


Hi all!

So i am in this strange situation.I got my hands on a sony vaio PCG-SR17K.Its a very old machine(pIII -700mhz 256ram and so on).So the point is that i want to install Gentoo or any other linux distro on it Yeah but here comes the tricky part. How can you install an operating system with no bootable CD(The Vaio comes with a PCMCIA SONY brand CD but i dont have one... i have a firewire cd but it can't boot from it). The bios does not support Net boot or USB boot. I don't have a floppy(same thing as the cd). The only thing i got is a working crappy XP on it.

So any ideas?

P.S. Removing the hard drive is not an option I don't have a 2.5 inch hard IDE cable as well
 
Old 10-10-2010, 04:37 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I don't think you have any options at all in this case. You need to either get the proper bootable optical drive for it (which I imagine would be expensive), or a USB-to-IDE adapter that works for 2.5 inch drives.

As it is, you have no bootable devices and no way to access the drive directly. You may be able to write a bootloader to the drive from within Windows, but I am no longer familiar enough with that OS to say for sure.

Assuming you could write a bootloader and minimal OS to the drive from Windows, you could in theory complete the install over the network.
 
Old 10-10-2010, 04:51 PM   #3
dudeman41465
Member
 
Registered: Jun 2005
Location: Kentucky
Distribution: Debian
Posts: 794

Rep: Reputation: 56
You could install the OS of your choice using another computer. Just remove the hard drive, place it into a computer that will allow you to boot from CD, and use that machine to install the OS, then just move the hard drive back. Just be warned, if you're installing Windows especially, do not install any drivers. Linux has never given me problems, but Windows will likely BSOD if you try installing vendor drivers and stuff before you put it back in the destination machine.
 
Old 10-11-2010, 12:57 AM   #4
bsat
Member
 
Registered: Feb 2009
Posts: 347

Rep: Reputation: 72
you could try installing using the wubi installer,
http://www.ubuntu.com/desktop/get-ub...dows-installer

I am not sure if it will support the old configuration but you can give it a try.
 
Old 10-11-2010, 07:13 AM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by bsat View Post
you could try installing using the wubi installer,
http://www.ubuntu.com/desktop/get-ub...dows-installer

I am not sure if it will support the old configuration but you can give it a try.
No, that's not *really* installing Linux.
 
Old 10-11-2010, 07:41 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by MTK358 View Post
No, that's not *really* installing Linux.
It may not be, but when I tried it, it was virtually (no pun intended) indistinguishable from the "real" thing. Might be OK under these circumstances?
 
Old 10-11-2010, 07:55 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,633

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by IX_EquilibriuM View Post
Hi all!

So i am in this strange situation.I got my hands on a sony vaio PCG-SR17K.Its a very old machine(pIII -700mhz 256ram and so on).So the point is that i want to install Gentoo or any other linux distro on it Yeah but here comes the tricky part. How can you install an operating system with no bootable CD(The Vaio comes with a PCMCIA SONY brand CD but i dont have one... i have a firewire cd but it can't boot from it). The bios does not support Net boot or USB boot. I don't have a floppy(same thing as the cd). The only thing i got is a working crappy XP on it.

So any ideas?

P.S. Removing the hard drive is not an option I don't have a 2.5 inch hard IDE cable as well
In this case, you can't be too picky about what's an option and what isn't.

Best suggestion would be to borrow a friends laptop that has a working CD/DVD drive (or could boot from USB), and swap hard drives, temporarily. Do the OS load, and shove the drive back into the Vaio. It'll complain about video drivers, etc., but should let you at least get into command-line mode, to fix any problems.
 
Old 10-11-2010, 08:51 AM   #8
x111
Member
 
Registered: Jul 2010
Distribution: Slackware
Posts: 49

Rep: Reputation: 7
Yes you certainly can, provided that your hard drive has enough space to hold the installation ISO. This is in fact the way I used to install Debian on my R31 (an old 2001 model of Thinkpad).

Here a quick howto:
- Google for Grub4Dos and download it. There are grub4dos and WinGrub but I would prefer grub4dos for the ease and simplicity of setting up. Two files you'll need is glrdr (the grub loader) and menu.lst (you know what it is, don't you). Copy those 2 files to C:\
- Append an item for Grub in C:\boot.ini by adding this line to it:
C:\grldr="GRUB Boot Menu"
- Now download your installation CD ISO and store it in C:\. You'll probably want a mini net install CD.
- Read through the menu.lst, and you'll find sample menu items which find and boot iso images from hard drive, just adjust the name of the iso to suit yours.

Warnings: If after installation of Linux, you mess up the MBR etc..., it will be a lot of effort to set things right again. So be careful. It would be better if you can spare another partition to install Linux and preserve the current Windows partition, for the sake of safety . Hope this help.
 
Old 10-11-2010, 09:49 PM   #9
hilyard
Member
 
Registered: Jan 2010
Location: Inland PNW
Distribution: Lite | siduction
Posts: 291

Rep: Reputation: 66
arf

Last edited by hilyard; 11-04-2010 at 05:39 PM.
 
0 members found this post helpful.
Old 10-12-2010, 03:45 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Buy the pcmcia cdrom.

Make a live usb on the memory stick if it will boot to the memory slot but I doubt it.

Set a usb flash drive to act as a floppy or maybe a cd.. Borrow a usb floppy drive.

You could get real complex and use some of the IBM tools to get pcmcia storage to boot. May be possible to get a sd or cf card on an adapter to boot. It has never been easy to get a pcmcia to boot in linux.

If you can get to dos you can use loadlin or even simply use zipslack.

If you can get to any floppy you can then use a floppy to boot to a usb or network.

By that time you could have taken out the hard drive and loaded it maybe.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Vega Strike, having trouble installing SDL_mixer-devel captainxark Fedora 3 09-13-2008 06:29 PM
trouble installing Hisse DamnSmallLinux 2 09-06-2006 08:29 AM
trouble installing X corbis_demon Linux - Software 4 06-08-2005 02:00 AM
Trouble installing RH 8.0??? hoba Linux - Newbie 4 06-13-2003 06:45 AM
Trouble installing RH 8. Maxplayer Linux - Distributions 5 10-09-2002 05:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:54 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