LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-02-2015, 04:59 PM   #1
JuniperSprouts
LQ Newbie
 
Registered: Mar 2010
Distribution: Tiny Core, BackTrack, PuppyOS, DSL, Debian, FreeBSD
Posts: 9

Rep: Reputation: 0
Smile Blindly Installing *nix for an Amateur


My knowledge & even potential are not very good, to be honest. I have Debian running as a server at home. I rent a dedicated server (wicked cheap) for backup & web experimenting (it too runs Debian). Having said that, I am trying to install Debian on a different system which I hope to be my new home server.
It is a Dell Inspiron 2020 AIO. I just have the motherboard & internal components. I have no LCD connector or screen. It has no video-out capability (no VGA/DVI/DP/etc). Obviously, I can not see anything when it boots. It has two SATA ports on the motherboard. I do not know if it supports booting over USB (I assume it does). PXE, I do not know.

Is there a project somewhere that offers ISOs (or SIMPLE scripts/configs/etc to make your own). I would love an automagic ISO that will do:
1. base/headless installation of Debian x64
2. any repository (Georgia Tech would be great)
3. Automatic partitioning (one for / and one for Swap, at 2x RAM (8GB partition))
4. root/toor preconfigured
5. Open-ssh, so that I can actually finally "see" what I am doing.

Is there a mouse-jockey idiot way that I can do this without being able to see anything?

I have found info on FAI & various install wrappers. They are immensely complicated to someone like me. I was wondering if there exists a simple solution. Perhaps a project I can not find through websearching?

It does not have to be Debian. I am just more accustomed to Debian. I have played with Slackware, Arch, Centos, Red Hat, Fedora, Suse, TinyCoreLinux, PuppyOS, DSL, Knoppix, FreeBSD, NetBSD, PC-BSD, OpenBSD, and more.


http://109.imagebam.com/download/9zc...ronOne2020.JPG
Attached Thumbnails
Click image for larger version

Name:	DellInspironOne2020.jpg
Views:	25
Size:	260.9 KB
ID:	17987  

Last edited by JuniperSprouts; 04-02-2015 at 05:07 PM.
 
Old 04-02-2015, 05:10 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
I do not know of any way to install a "normal" distro, Linux or otherwise, without some kind of KVM interface...even a serial interface might do, but it would have to be at the BIOS level and the installer would have to support it.

You could try to hook up a keyboard and ethernet cable and blindly get it to boot a live distro from a USB, check your router DHCP list for the IP once it's up, and see if you can SSH in. If you can manage to do that, you could install a VNC server and then run through the graphical installation in the live session to install it to the hard drive.

You could also use a different computer to install the distro to the hard drive, then plug it into the Dell mobo and cross your fingers.

Last edited by suicidaleggroll; 04-02-2015 at 05:14 PM.
 
Old 04-02-2015, 06:12 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Without knowing anything about the BIOS boot settings I might try installing via another computer first. You can then configure ssh etc. Hopefully if you delete the udev network rules the AIO's ethernet adapter will be picked up. debian or CentOS would be my choices.
 
Old 04-02-2015, 09:52 PM   #4
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Take out the hard disk, plug it into a mainboard which supports video, and install. Once it finished installing plug the disk back in your Dell.

I don't see a reason why it should not work. Only if the DELL does not recognize the hard disk the same as on the other mainboard you have a problem. That is, on both boards the hard disk should be /dev/sda.

I don't know what installer you use, but don't forget to enable SSH, and enable root access to SSH before putting the hard disk back.

jlinkels
 
Old 04-03-2015, 12:00 AM   #5
JuniperSprouts
LQ Newbie
 
Registered: Mar 2010
Distribution: Tiny Core, BackTrack, PuppyOS, DSL, Debian, FreeBSD
Posts: 9

Original Poster
Rep: Reputation: 0
Smile

Quote:
Originally Posted by jlinkels View Post
Take out the hard disk, plug it into a mainboard which supports video, and install. Once it finished installing plug the disk back in your Dell.

I don't see a reason why it should not work. Only if the DELL does not recognize the hard disk the same as on the other mainboard you have a problem. That is, on both boards the hard disk should be /dev/sda.

I don't know what installer you use, but don't forget to enable SSH, and enable root access to SSH before putting the hard disk back.

jlinkels
What you are saying sounds cuckaloo (The different controllers & chipsets & CPU will boot OK?). But, what do I know. I'll try it.

Last edited by JuniperSprouts; 04-03-2015 at 01:15 PM. Reason: typo
 
Old 04-03-2015, 12:22 AM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I would say that if you boot the machine & have access to the router, that it would default to pxe boot & request an address from the router, which should be recorded by the router.
I will also say that I haven't tried it before.
 
Old 04-03-2015, 07:31 AM   #7
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by JuniperSprouts View Post
What you are saying sound cuckaloo (The different controllers & chipsets & CPU will boot OK?). But, what do I know. I'll try it.
What does that expression (sound cuckaloo) mean?

Yes it will work despite of different controllers. I have made copies of installations from AMD/VIA to Atom/Intel mainboards. However, you should make sure you don try to boot a 64-bits installation and 32-bits hardware. So install 32-bits to be safe. And (again): on boath mainboards the disks must be seen as /dev/sda.

jlinkels
 
Old 04-03-2015, 08:07 AM   #8
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Something auto-magic as you call it. (And it's a word I've used in the past, so do not think I criticize at all )

The only way I've seen that is where someone or a team of someone's has created a highly specific install disk for a given platform, mainly for production. I.e. you have a computer where you need to install the same stuff all the time because it's a product. There is however some form of testing where they'll run that product through it's paces. Similar to you needing/wanting to plug in, leave it installing for some time, then restart and just use it as your server.

That all being said, the development of that process is done where you can see a terminal, can interact with the system. It's done that way to get it right, debug the steps along the way, so that they can finally perform that process in headless form.

And then many times, the process is NOT done in headless form. I.e. the manufacturing setup where they program, they do hook up a monitor, keyboard, and mouse, they like just have a setup there and plug in the main machine, plug in a thumbstick or DVD, let it rip and view the progress on the monitor, or at least view that the process starts running, continues to run, and then eventually completes and shows "normal" outcome on the screen. This is to save time and headaches, plus if something does go wrong, they'll have a log where they can send it to the R&D team for review.

So it's very possible, less worth your effort. Why can't you just add a monitor, keyboard, mouse temporarily for now? Didn't look to deeply at the MB, but it doesn't have video output?
 
Old 04-03-2015, 08:18 AM   #9
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by rtmistler View Post
Why can't you just add a monitor, keyboard, mouse temporarily for now? Didn't look to deeply at the MB, but it doesn't have video output?
It's the mobo from an all-in-one system. The video output is on a proprietary ribbon cable that goes straight to the integrated LCD, which he does not have.
 
Old 04-03-2015, 08:22 AM   #10
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by suicidaleggroll View Post
It's the mobo from an all-in-one system. The video output is on a proprietary ribbon cable that goes straight to the integrated LCD, which he does not have.
What about a serial console?
 
Old 04-03-2015, 09:08 AM   #11
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
It could work, but I doubt it has one at the BIOS level - I've never seen a "desktop" PC that does.
 
  


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
Amateur intro sfrawley LinuxQuestions.org Member Intro 0 01-09-2012 11:30 PM
A few amateur questions Lightslei Linux - Newbie 4 10-09-2008 12:25 PM
Unix amateur jonnymorris LinuxQuestions.org Member Intro 2 09-05-2008 08:36 AM
Installing Multiple *nix's in 1 Harddisk TunIqbal Linux - General 3 12-22-2005 04:05 AM
Killing X Blindly (by Script)? negface Slackware 38 10-01-2004 09:03 PM

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

All times are GMT -5. The time now is 05:28 AM.

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