![]() |
![]() OCAU News - Wiki - QuickLinks - Pix - Sponsors |
|
|||||||
| Notices |
|
Sign up for a free OCAU account and this ad will go away! Search our forums with Google: |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Member
Join Date: Aug 2002
Location: Abaiang, Kiribati
Posts: 1,341
|
Hi all,
The last few days I've been having some trouble getting both Ubuntu and Debian to install on my server to be. Specs: Mobo/CPU/GPU all running from: Zotac NM10 DTX mobo 4GB DDR2 Ram 7 HDDs (6 storage, 1 system) The problem I've had with both ubuntu desktop (11.10 and 12.04 beta2) and Debian (latest version downloaded today), is that on booting I just get a blank screen with a blinking underscore... nothing else. I get through the whole installation fine with no issues, but then it just goes to this screen with the cursor flashing. I have got it to install the server version of ubuntu 12.04, and then straight away I installed xfce and it worked and made it to a desktop, but I'm kind of wanting to go down the debian path now, and I can't work out why this keeps happening? Just a note, it's not going straight to the command prompt - there is literally nothing else on the screen other than a blinking underscore about 4 lines down from the top of the screen...
|
|
|
|
| Join OCAU to remove this ad! |
|
|
#2 |
|
Member
Join Date: Jun 2001
Location: Brisbane
Posts: 19,906
|
1) Does the Ubuntu Live CD work?
2) Does it boot to a logon prompt without a GUI installed?
__________________
Child's Play Charity |
|
|
|
|
|
#3 | |
|
Member
Join Date: Aug 2002
Location: Abaiang, Kiribati
Posts: 1,341
|
Quote:
2) Yes it does. The Ubuntu server edition booted up fine, and I was able to log in and install xfce (xubuntu) from the command line... edit: from the live cd, I tried running the commands here: link. The last post mentions something about fsck.ext4 ... I tried following those commands but got the following error message: "Device or resource busy while trying to open /dev/sdd file system mounted or opened exclusively by another program?" I tried to unmount it with sudo umount /dev/sdd but it tells me that it isn't mounted. Also tried to mount it, and it tells me it can't find /dev/sdd in /etc/fstab or /etc/mtab I'm downloading rescatux from the same link above, and will try that suggestion next... any other ideas? Am thinking of trying to install debian with KDE or some other desktop environment to see if my issues are gnome related? I'm basically a complete *nix newb, so I'm in the dark a bit here
__________________
Last edited by Cranky; 25th April 2012 at 7:29 PM. |
|
|
|
|
|
|
#4 | |
|
Member
Join Date: Jun 2001
Location: Brisbane
Posts: 19,906
|
Quote:
Also, try starting the system with the SHIFT key held down. This will get you into the GUB2 menu. Go to the line at the top that boots your most recent kernel and edit it. Where it starts with "vmlinux", go to the end of the line and delete the "quiet" and "splash" commands. From there, hit F10 to boot, and look for errors or delays.
__________________
Child's Play Charity Last edited by elvis; 25th April 2012 at 7:32 PM. |
|
|
|
|
|
|
#5 | |
|
Member
Join Date: Aug 2002
Location: Abaiang, Kiribati
Posts: 1,341
|
Quote:
Also, I tried holding shift key on boot and it didn't get me anywhere? Nothing happened (I saw that hold shift key in a post I found on google). When I hold shift... nothing happens. Just does exactly the same thing as when I don't hold shift... Thanks for your help Elvis I edited my post above as well while you were typing I think
|
|
|
|
|
|
|
#6 | |
|
Member
Join Date: Jun 2001
Location: Brisbane
Posts: 19,906
|
Quote:
Here's a trick you can try. Please be careful though, as this is permanently data destroying. You can boot up a Live CD, and wipe a disk with the "dd" tool. The command to run is: Code:
sudo dd if=/dev/zero of=/dev/sd<DEVICE> bs=1M count=10 sudo - execute with root/admin privileges dd - the command itself if - input file. In this case, the special file "/dev/zero", which is just binary zeros of - output file. In this case, a raw disk. Again, please take extra care to not wipe the wrong disk! bs - block size. Here I tell it to use 1MB blocks count - the number of times to write. I tell it to wipe the first 100 lots of 1MB (i.e.: zero out the first 10 MB of the disk) This will blow away the partition headers, LVM headers, and all other special device headers. When you next boot and choose the "use the entire disk" option, it won't complain with the above error. And once more for good effect - please be careful! Don't go wiping the wrong disk! If you've got multiple disks in the system, I strongly suggest temporarily removing the others that you don't want wiped by accident.
__________________
Child's Play Charity |
|
|
|
|
|
|
#7 | |
|
Member
Join Date: Aug 2002
Location: Abaiang, Kiribati
Posts: 1,341
|
Quote:
I did above, and when i rebooted I got a message about a grub error... So I did a fresh install of debian. This time, at the end of the install I got a fatal error when it tried to instal GRUB, so I had a look around in the menu and saw that LILO was a potential alternative, so I installed this. First boot didn't work - some error in LILO about /sbin/init not being available. I rebooted and it worked fine... So I'm in! Made it to the Debian desktop so hopefully all is well ![]() Thanks for the help Elvis! |
|
|
|
|
![]() |
| Bookmarks |
|
Sign up for a free OCAU account and this ad will go away! |
| Thread Tools | |
|
|