Ubuntu Installation :: PXE Server Diskless Setup - Boot Process Hangs

Jun 24, 2010

I have a PXE server which installed DHCP TFTP AND NFS service. and set them up followed by [URL].

The boot process hanged here:
ipconfig: eth0: SIOCGIFUNDEX: No such device
ipconfig: no devices to configure
[-n eho]
. /tmp/net-eth0.conf
/init: line 3: can't open /tmp/net-eth0.conf
...

What I did try to work around is,
1. Set portfast to all the ports connected the PXE server and client.
2. Edit pxelinux.cfg/default, try different setting in "ip=" (I did not find any menu in the internet which explain to to configure this file).

View 9 Replies


ADVERTISEMENT

Ubuntu Servers :: Diskless Login - Setup A PXE Boot Environment?

Nov 24, 2010

how to to setup a PXE boot environment. The server contains a LUbuntu 10.10-installation the client is Ubuntu 10.10 Server (I didn't mix up those two...) So, everything is going fine; the client gets an ip-adres, and boots over PXE. The login-prompt is shown. Problem: I can't login. It seems my users are deleted (better not copied). Of course the system (client) works fine when I boot the system from it's harddrive. The only thing I can guess, there going something wrong with:

[Code]....

View 1 Replies View Related

Server :: How To Setup Diskless PXE Client On Debian Lenny (HPC)

Aug 8, 2010

I currently have a debian lenny high performance cluster running seamlessly using dhcp and tftpd-hpa. All nodes are completely diskless, and i would like to keep it that way. I now would like to have a client boot over local into a full KDE desktop.

Here's the cache.
1. I would like the client to also be a node. I would like it to handle processing as the other nodes do, but this one with a full desktop, with ALL data and privileges accessible.
2. The client will have its own workstation graphics. It will need to have that driver loaded without slowing the system.
3. Client will need to be able to use its own usb, bd-rom, dvd, audio, etc. even though it will be booting into the HPC.
4. Wireless. I cannot run 70 ft of lan across an apartment. not happening.

The idea is a media center applicable "powerhouse" with high-end power and graphics for easy media editing, 3d creation, and gaming. Will also be used for webcache over all local, file sharing, and other server applications.

HPC specs:
-headnode: hp compaq p4-ht 3.2 ghz, 4x500gb, 4gb mem, gigabit ethernet, wireless-N
-nodes: 4x p4-ht 2.2 ghz, 2gb mem, no-name brand slim desktops; 2x panasonic toughbooks p4-mobile 1.8 ghz, 1.5gb mem; 3x gateway p3 unknown specs; and 1 hp 530 notebook 1.6ghz core2 duo, 1.5gb mem
-client: hp compaq core2 duo 2.13 ghz, 4gb mem, wireless n, bd-rom, 2x dvd-rom, usb 3.0 card, bluetooth, 1gb AGP nvidia geforce 6800 dual-dvi, no hd.
I need to know how to set up this PXE.

View 1 Replies View Related

CentOS 5 Server :: Cannot Setup Diskless Environment With Host (3.9 Kernel)

Feb 11, 2010

My problem is that I can't setup a diskless environment with CentOS 5.4 (server) and CentOS 3.9 (hosts). On the host, I've recompiled the CentOS 3.9 kernel, with these mods:
- added kernel level IP autoconfiguration;
- added NFS file system support;
- added Root file system on NFS;
- added e1000 driver (the host has a gigabit network card);

Then, I have followed the guide at this link: [URL]
But in my dhcpd.conf I'he put other parameters:
ddns-update-style interim;
allow bootp;
allow booting;

subnet 192.168.195.0 netmask 255.255.255.0 {
range192.168.195.70 192.168.195.90;
option routers192.168.195.254;
option subnet-mask255.255.255.0;
option domain-name"lnf.infn.it";
option domain-name-servers192.168.195.254;
option time-offset-18000; # Eastern Standard Time
default-lease-time21600;
max-lease-time43200;
filename"linux-install/pxelinux.0";
next-server192.168.195.254;
}

host dante79 {
option host-name"dante79";
hardware ethernet00:20:38:01:C3:7C;
fixed-address192.168.195.79;
}

View 8 Replies View Related

Fedora Installation :: F12 64 Bit - Starts The Boot Process And Then It Hangs

Dec 28, 2009

I'm attempting to install F12 64 bit. I currently have F10 running on this system. I'd like to do a clean install. I'm using the DVD. I boot the computer with the DVD in. I choose the first option (Install or upgrade). It starts the boot process and then it hangs. [URL]

After asking at #Fedora I was given the advice to boot with `intel_iommu=off`. That gets me slightly further in the process. It gets to the point where anaconda is starting. Then all heck breaks loose. It appears the monitor loses the signal from the computer (power light turns red just like if the computer was off). The caps lock and the scroll lock lights on the keyboard blink about once a second. The DVD drive continues to spin for about a minute and then stops. Since I have no display, I have no idea what's going on.

View 2 Replies View Related

Networking :: DHCP For Diskless (PXE) Boot - Server Not Responding

Jan 7, 2009

I'm attempting to set up a server for performing diskless boots here. I'm using Gentoo 2008, and have followed the instructions here:

[URL]

I've gotten to the end of the basic DHCP setup, and I can not get the server to issue addresses. I've confirmed dhcpd loads up OK, and is running in top.

Here's the contents of /etc/dhcp/dhcpd:

Code:
# Disable dynamic DNS
ddns-update-style none;
# Assume one default gateway for IP traffic will do

[Code]....

View 6 Replies View Related

Ubuntu Servers :: Sometimes Does Not Start - Boot Process But Then Hangs

Oct 31, 2010

Running Ubuntu Server 10.04 32 bit. Sometimes when I reboot it does not start up, It seems to be going through the boot process but then just hangs. I have had a look at the log files and can't see anything, but I'm not really sure what I am looking for.

View 2 Replies View Related

Fedora :: Microcode - Boot Process Hangs At Startx Time

Sep 4, 2010

Ever since the kernel update to 2.6.34.6-47.fc13.x86_64, my boot process hangs at about startx time. I boot cleanly at runlevel 3 in either this or the previous 2.6.33.8 kernel. If I execute startx from here (in either kernel), the system hangs at the same place. During the early troubleshooting, I read in another thread (250929) about installing xorg-x11-drv-catalyst, which I did using yum. This led to the failure of the 2.6.33 kernel; yum remove did not fix this. I have carefully followed the instructions in the fglrx HOWTO (updated a week ago by Hlingler) as they relate to a PAE kernel (including reinstalling mesa-libGL), and that fixed earlier difficulties. Hence, I felt I needed a new thread.

dmesg tells me
Code:
microcode: CPU0: patch_level=0x2000032
platform microcode: firmware: requesting amd-ucode/microcode_amd.bin
Linux video capture interface: v2.00
piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
microcode: CPU1: patch_level=0x2000032
platform microcode: firmware: requesting amd-ucode/microcode_amd.bin
microcode: Microcode Update Driver: v2.00 .....

But the program itself reports
Code:
# microcode_ctl -h
This program is for updating the microcode on Intel processors belonging to the IA32 family - PentiumPro upwards (x86-64 included). It depends on the Linux kernel driver. The website urbanmyth.org/microcode (mentioned by yum info microcode_ctl) clearly indicates that Intel has taken over this microcodecode distribution, and suggests that it is no longer valid for AMD processors.

I found a reference to a kernel configuration flag CONFIG_MICROCODE_AMD (as a plausible subsititute for CONFIG_MICROCODE_INTEL) that possibly belongs in a script in /etc/init.d - but the above context leads me to suspect this is not true any more. In any event, those flags are not mentioned anywhere in my init.d scripts - in fact nowhere in the entire /etc tree. My microcode file exists, and is dated March 23. How do I get it installed? Or is this completely unrelated to my hanging boot problem, as suggested by the "platform microcode" line in the dmesg output? If so, where should I be looking?

View 4 Replies View Related

Slackware :: Boot Process Hangs At Audio Driver - No Sound / Get It?

Jul 13, 2010

When my system boots it hangs at

Code...

and hangs for another 120 seconds. In X11 I have no sound at all even after running alsaconf with no errors. My sound works perfectly in Ubuntu, so it's not a hardware problem. Are the two problems related or are they two separate things? Any help here would be hot.

View 10 Replies View Related

Ubuntu Installation :: Dell Studio - Process Hangs On The Second Page

Apr 16, 2011

I'm currently trying to install ubuntu but the installation process hangs on the second page of the installation (right after select language) I am booting from a usb. NO other OS is installed and I'm currently in "try it now" mode.

View 4 Replies View Related

Fedora Installation :: Process Hangs When Hourglass Filled Up

Jun 24, 2010

I tried to run Fedora 13 from a live CD on my old HP Pavilion a375c desktop (512MB RAM,3GHZ CPU,160GB Hard drive). The installation CD boots, shows the Fedora hourglass, but hangs when the hourglass is filled. I have used the same CD on a Lenovo Thinkpad T61 and a Dell desktop with 512MB memory without any problem. So the problem seems to be on the HP side. I've also tried to boot with CDLinux and Ubuntu live CD on the HP machine. All have the same symptom - hangs at the end of the hourglass during boot. Anything I can do to pass this stage? The HP spec is here: [URL].

View 8 Replies View Related

General :: Computer Hangs After Installation In Reboot Process

Dec 9, 2010

I installed Ubuntu in my PC alongside winXP. I downloaded the ISO and mounted it using a virtual image software (PowerISO used in winXP). I installed Ubuntu using wubi in a 20GB partition. During installation it asked me how much space should I give, I gave it 11gb. Everything went fine. I rebooted but now the computer hangs during startup. I went to verbose mode to see what the error is and found out that everything is ok. The last line that apears is "Setting sensors limit [OK]" and then nothing happens. I have tried every option (safe graphic mode/ demo mode etc etc) but the computer hangs.

View 1 Replies View Related

Slackware :: Unable To Complete Installation Of 13.0 - Process Hangs

May 28, 2010

I am unable to complete the installation of Slack 13.0 on a new machine with Intel DH55HC motherboard and Intel Core i5 750 processor. The installation proceeds smoothly until the 3'rd CD and then hangs at the FONTCONFIG UPDATE stage. The hung process is apparently rescan-scsi-bus which reaches this stage

"Scanning host 6 channels 0 for SCSI target IDs ....
"Scanning for device 6 0 0 0...
"NEW:

It is not possible to kill this process even with "kill -9". I have to kill the parent process which is Slack setup, so the installation is incomplete. There is another recent thread on this issue [URL] but it did not resolve my problem. How to correct or bypass this difficulty (maybe another kernel? I use the default).

View 5 Replies View Related

Fedora Installation :: Process Hangs On File 841of 1091?

Aug 8, 2009

New to linux. Trying it out on old laptop. First effort to get off MS OS. Toshiba satellite, celeron processor. Probably around 5 years old. Not sure about the rest of the specifics. Downloaded fedora 11, i386 version for DVD. Performed the media check at the beginning of the install (passed). 3 attempts to install so far. Begins without issue. Gets to installing file 841 of 1091 and just hangs. First time it was file # 831. Have let it sit for as long as 7 hours before shutting off power. Do I need to start with earlier version? Would like to confirm before I spend a bunch of time on downloads and burning disks.

View 11 Replies View Related

Fedora Installation :: Full DVD Install Process Hangs Constantly

Oct 20, 2009

I am trying to install Fedora 11 from a DVD. Not the live DVD, the full DVD and it hangs constantly. I had to wait 10 minutes for it to Find Storage Devices, 10 minutes to input a root password and now I am waiting for the drive shares to be setup. It's already been 10 minutes. I verified the disk and everything was fine. Why is this taking so long?

View 4 Replies View Related

Fedora Networking :: Diskless Boot Not Working

Jan 4, 2011

I have followed everything in the fedora 14 documenation about setting up a diskless pxe boot and I can get past initialization. The kernel and initrd load fine from the tftp server. The kernel starts, then hangs after probing USB devices. The messages show that initrd does not have support for nfsroot. I think I need to better understand how to add this in when I run dracut to build the initramfs image.

View 1 Replies View Related

Ubuntu Servers :: Cannot Setup LDAP Via Server Guide / Hangs When Issuing 'ldapmodify' Command

Oct 4, 2010

I have been trying to set up an LDAP server for a development environment as part of an internship for a week now, and I cannot get past this point. I have been following the 10.04 server guide to set up LDAP here: URL...Once I get to the following point in the guide, it just hangs:"As an example of modifying the cn=config tree, add another attribute to the index list using ldapmodify:"I've been working on this for a week and can't understand why this won't work. I am fairly certain that I've followed the guide to a 'T.'Any idea why am I receiving a permission denied error? Is this a permissions issue with one of the config files?

View 9 Replies View Related

Server :: An Interesting Challenge Involving Diskless Booting A PC?

May 13, 2010

An interesting challenge involving diskless booting a PC

View 1 Replies View Related

Ubuntu Installation :: 10.04 Setup Process Not Detecting Hard Drives?

Apr 30, 2010

I'm trying to make a fresh install of Ubuntu 10.04 on my system. I have 9.10 correctly setup on what I see here as devsda2. devsda3 does contain /home. devsda1 is for Vista. They are on a 500Gb hard drive. I also have a second 500Gb hard drive, formerly on a raid 0 with the first one, but now independent (raid deactivated from bios). It is here know as /dev/sdb, and contains other 3 partitions. Raid 0 is not hardware, but is an intel fake raid.

I then have other 4 drives, causing me NO problem.

I start live mode of Ubuntu 10.04 with noraid option. When I try to setup Ubuntu, during the process, where it comes to manually select partitions, the two 500Gb hard drives disappears, such that I'm not able to install Ubuntu on what now is /dev/sda2

If I start live mode of Ubuntu without noraid option, I will see the two 500Gb hd as being part of a raid 0, such that I can't use them.

The other 4 hd normally appear in both cases.

View 3 Replies View Related

Fedora Installation :: Installed F On Ati Radeon HD 5145 - Setup Just Hangs Up Some Times

Jun 14, 2010

I have an urgent major problem. I tried to install F8, F9, F10, F11 and F13 live but all gave the same problem, which is I can't install the OS.the problem is Fedora can't communicate with ATI Radeon HD 5145.....the setup just hangs up some times hangs when it tries to run anaconda....

Now F10 X86_64 was installed normally, but after the first reboot.. it gone crazy...and started to display rubbish...going to init 1 and trying to run the GUI I got error server X.

Also ubuntu didn;t work too

My laptop is
Toshiba Satellite L650-10M
Intel CoreTM i3-330M Processor (2.13GHz , FSB:1066MHz , 3MB 2nd Level Cache)
Memory 2,048 MB DDr3 RAM (1066MHz) System Memory
320GB Hard Disk sata
ATI mobility Radeon HD 5145 , 512MB dedicated Up To 2,810MB Graphics
Wireless technologies 802.11 a/B/G integrated Wi-FiTM ;Bluetooth

View 1 Replies View Related

Fedora Installation :: Boot From Installation DVD - Boot Process Doesn't Make It Even To Anaconda

Jun 15, 2009

I'm trying to install F11 on a machine that was running well under F10 just a few hours ago. I made some changes to the disk configuration, involving the addition of a dmraid-controllable fakeRAID card (SiL 3124 I think) and creating a RAID 0 array out of the two drives connected to the motherboard itself (Intel ICH7R). Otherwise the machine's configuration is identical to the way it was when running F10. My problem is thus: when I boot from the installation DVD (64-bit), the boot process doesn't make it even to anaconda. Here is the error I get, right after md devices are autoconfigured:

[code]....

View 3 Replies View Related

Ubuntu Servers :: 10.04 Server (no GUI) Hangs On Boot

Apr 30, 2010

I just installed 10.04 i386 Server(release version)last night on an older IBM workstation (sorry, for the life of me can't remember model and I'm at work now); P4 2.4, 512Mb RAM, generic Intel graphics. This was a base install (aside from OpenSSH) with no window mgr. The HDD was wiped during the install and GRUB2 wrote to the MBR.

The install went smoothly, and on the soft reboot after the install I got a shell and was able to login, etc. and even SSH in.I unplugged the machine, moved it, booted, and got a cursor in the upper-left of the screen for about 3 seconds, and then the monitor would enter power save mode. (I tried 2 different models of monitor). While the cursor was on the screen the HDD access LED was blinking with activity, but that would stop right before the screen would enter standby. Tried a few reboots with the same result.

I'm thinking this is not a video driver issue (as similar threads have suggested),because the splash screen for the install disc renders properly and on the first successful boot the shell rendered appropriately at a high resolution.I can hold down shift to enter the GRUB2 menu, which also renders at a higher-than-text resolution and is defaulted / displays the correct options.

Most other threads with a similar yet non-video issue centered around GRUB2 issues with a dual-boot machine, which mine is not.I did go in via rescue mode (off the install CD -- the rescue option of the GRUB menu has the same result as a standard boot), and checked that my grub.cfg was correct, and I ran grub-install to no avail, and also ran grub-mkconfig on a subsequent boot to no avail, yet the grub.cfg generated appeared identical to the original generated during install.

The partition/file system is default layout.

20 Gb IDE (/dev/sda)
/dev/sda1 /boot ext2
/dev/sda2 Ext

[code]....

I'd be happy to give more info if someone has a troubleshooting direction in which to go.

View 1 Replies View Related

Ubuntu Servers :: Server Hangs On Boot

Jul 27, 2010

I'm trying to track down a problem with my server. Basically, I can get it to boot with a LiveCD and do rescue stuff with it - I just can no longer get it to boot. I've been slowly working my way through all of the error messages that come up during the boot process, and knocking them off one by one. Right now, they're fairly minor.

I'm trying to find out what the big issue is by looking at the logs. The last thing that it does is bring up apache2, says [OK] and then hangs. I've tried to do ls -lustR on /var/log to see what's the last log touched, and that's syslog or boot.log, but the last entry says something along the lines of Apache2 is up and running.

Where else should I look?

View 5 Replies View Related

Ubuntu Installation :: 10.04 Hangs With USB & HDD Boot

Jul 3, 2010

I think I've got a graphics/sound compatibility issue--both are onboard, but have no idea what to do. 10.04 will run in recovery low-graphics mode but won't load otherwise.

I have an old Gateway MX6030 / MA2 from 2005, 1.4Ghz Celeron, 1024 MB RAM. It had 9.04 on it. I got it out, thinking I could use it to store and remotely access research files for Mendeley and backup other data from my primary machines. I was running into wireless connectivity programs, so rather than fix it I figured I'd upgrade to through to 10.04 and plugged it into the router. 9.10 was a little choppy with the sounds when booting up, but worked. 10.04 won't boot properly. It gets to the Ubuntu splash screen with the little dots, which all turn red, then goes straight to a grey screen. The hard disk stops thrashing, and that's it.

If I hit ESC to bring up the grub menu, I can enter recovery mode and use the low-graphics startup to get into 10.04. Sound is still choppy on startup, but wireless, video, etc. all work. I tried to use a USB bootdisks with both 10.04 and Xubuntu 10.04 and got the same issue. The Ubuntu live boot can get to the menu but freezes after I make a selection. Xubuntu just brings up a low-res "XUBUNTU" image and freezes right after that. Hard disk stops turning, and the machine stops accessing the USB disk. Nothing happens.

Is there a way I can access 10.04 low graphics as the default boot? Is this a driver issue? This is a beginner question, obviously, and really, my goal here is just to be able to access the machine remotely so I can keep files for Mendeley in a single place rather than across two machines and three OSes. I don't know if I have the time or patience to learn how set up another machine as an FTP server to try and install through that route.

View 1 Replies View Related

Installation :: Ubuntu On USB Hangs On Boot / Fix This?

Dec 8, 2010

I loaded Ubuntu onto my USB using the USB installer, and then attempted to create a persistent drive (>4GB) according to the link :http://www.pendrivelinux.com/create-...per-partition/

But when I boot from the USB it hangs. I am new to Ubuntu, so I cannot give a lot of details.

When booting from the USB, it goes to the setup screen where I select boot from the USB. A list of commands appear on the screen (it's too quick,to read) and then it arrives at the intro screen with the Ubuntu symbol. On this screen it hangs.

Any suggestions on how to fix this.

View 4 Replies View Related

Ubuntu Installation :: Hangs At Boot From USB?

Dec 25, 2010

I wrote the ISO to a USB drive I had using the Universal USB Installer, and I put it into my new Acer Aspire One D255 netbook, and set it up so that it would be the first thing it booted to. I got past the ISOLinux loading screen, and now it's just hanging at a black screen with a bit of text:

Intel(r)PineView PCI Accelerated SVGA BIOS
Build Number: 2001 Accelerated PC 14.34 03/01/2010 02:34:31
DECOMPILATION OR DISASSEMBLY PROHIBITED
Copyright (C) 2000-2003 Intel Corp. All Rights Reserved.

Anyway, it's just sitting there. The USB stick isn't doing anything, it's not flashing or jittering, it's just slowly pulsating like it usually is when it's not doing anything.

View 4 Replies View Related

Ubuntu Installation :: Upgrade To 10.04 Boot Hangs?

Aug 12, 2010

I was running Ubuntu 9.10 on my Toshiba A40 Laptop and decided to take the plunge and upgrade to 10.04. Everything seemed to go well until the Restart. Now it only gets to the Splash Screen (Purple Screen with "Ubuntu" and dots under it) and then there is a flash and the text becomes blocks briefly before going to a blank screen! It seems like it might be a video problem but...

View 1 Replies View Related

Ubuntu :: Gdm / Boot Hangs After Ati Drver Installation - Fix It?

Feb 21, 2011

I have just installed a fresh ubuntu 10.10 and i want to install catalyst ati driver on ubuntu.
I have tried installing a 11-2 driver version before, but it hanged on the first boot.
Then i decided to have a fresh ubuntu installation, and then get the propriate driver that automatically download and install by driver applet. But the hang repeat..

However, when i trying to fix this stuck, i access the recovery mode>prompt from root, and then i type STARTX, and everythings worked beautifully, fglrxinfo works fine. But if i got SERVICE GDM START, it hanged again.

I have searched many threads about this problem, i have tried "dpkg-reconfigure xserver-xorg", which seemed to work perfectly with many cases, but not mine.

View 6 Replies View Related

Ubuntu Installation :: Hangs During Boot After Update To 11.04?

May 3, 2011

My GRUB is at v1.5 and have just updated UBUNTU to 11.04 from 10.10 I have a AMD processor and am using the 64 bit version of UBUNTU

The system will not start normally, it will hang. with this on the screen

Boot from (hd0,0) ext3 9a590bb3-d88b-40e5-8e48-46c83c0865dd
Starting up ...

I have discovered a way to boot I select the recovery mode then I select failsafeX , next I select restartX . And the system will boot,

I am looking for guidance on what to do to get my system to boot normally without having to use the workaround that I now use,

View 3 Replies View Related

Ubuntu :: 11.04 Hangs During Configuration Process

May 23, 2011

It goes through the kernel boot up, and the icon with the circle and keyboard. Then it stays on a blank screen with a large courser on the upper right corner. Then the courser becomes small. It sits their for a long time. Then the screen to boot or install comes up, and everything works fine. It hangs during the configuration process. I am unable to skip. I think it hangs during the kernel config.

I click on the drop down arrow and see the fallowing:
ubuntu ubiquity : update-initramfs: generating /boot/initrd.img-2.6.38-8-generic
My pc set up is as fallows:
Asus M2N-MX SE Plus
AMD Athlon64 X2 5000
A sata samsung lightscribe dvd
A IDE Western Digital HD (Do not know what model)
NVIDIA GeForce 9500

It is from a downloaded burnt copy. The md5 is good. I burnt it at a slow speed. I do have a known good 10.10, but it starts out exactly the same.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved