Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

WOW and System Crash (FIXED) With how I did it

Help and support for Ultimate Edition 2.5


WOW and System Crash (FIXED) With how I did it

Postby DarkSoul_DST » Thu Apr 22, 2010 7:31 pm

Was playing WOW its setup how Black Wolf explained how to do it.Been working good for the last 3 day till a crash 3 hours ago.What happened was I was at a vendor selling stuff when screen froze .Had no problems till today Im on live CD now .Need to know how I get an error report so I can see what happened.And how to access the hard drive to try nand fix.The computer tries to boot then all it says is grub loader error no numbers or anything.Thanks in advance for any help.Just want to get it back up and running.Im new to this so make fixes easy please.
Last edited by DarkSoul_DST on Thu Apr 22, 2010 10:05 pm, edited 1 time in total.
MotherBoard Asrock Alive NF7G-HD720p Rev5.0 NVIDIA® GeForce 7050 / nForce 630A MCP Chipsets
XFX ATI Radeon HD 4350 1 GB Graphics Card HD435XZAH2
Disabled Integrated NVIDIA® GeForce7 Series (NV44) DX9.0 VGA, Pixel Shader 3.0, Max. shared memory 256MB
NVIDIA® PureVideo™ Ready
RAM Mushkin Enhanced Blackline 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400)
CPU AMD Athlon 64 X2 5000+ Brisbane 2.6GHz Socket AM2 65W Dual-Core Black Edition Processor Model ADO5000DSWOF
HARDDRIVE Western Digital Caviar Blue WD5000AAJS 500GB 7200 RPM SATA 3.0Gb/s
OS UE2.5 64 bit
OS UE2.6 64 bit
User avatar
DarkSoul_DST
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 49
Joined: Wed Mar 31, 2010 5:49 am
Location: N.E OHIO
Age: 58
Operating System: Ultimate Edition 3.1 64 BIT



Re: WOW and System Crash

Postby DarkSoul_DST » Thu Apr 22, 2010 10:04 pm

After a lot of looking and trying different things.Seems like there is a lot of ways to to it .The way I did it that worked is listed below.


METHOD 3 - CHROOT

This method of installation uses the chroot command to gain access to the broken system's files. Once the chroot command is issued, the LiveCD treats the broken system's / as its own. Commands run in a chroot environment will affect the broken systems filesystems and not those of the LiveCD.

1. Boot to the LiveCD Desktop (Ubuntu 9.10 or later).
2.

Open a terminal - Applications, Accessories, Terminal.
3. Determine your normal system partition - (the switch is a lowercase "L")

sudo fdisk -l
* If you aren't sure, run

df -Th. Look for the correct disk size and ext3 or ext4 format.
4. Mount your normal system partition:
* Substitute the correct partition: sda1, sdb5, etc.

sudo mount /dev/sdXX /mnt # Example: sudo mount /dev/sda1 /mnt
5.

Only if you have a separate boot partition:
* sdYY is the /boot partition designation (for example sdb3)
*

sudo mount /dev/sdYY /mnt/boot
6. Mount the critical virtual filesystems:

sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
7. To ensure that only the grub utilities from the LiveCD get executed, mount /usr

sudo mount --bind /usr/ /mnt/usr
8. Chroot into your normal system device:

sudo chroot /mnt
9. If there is no /boot/grub/grub.cfg or it's not correct, create one using

update-grub
10. Reinstall GRUB 2:
*

Substitute the correct device - sda, sdb, etc. Do not specify a partition number.

grub-install /dev/sdX
11.

Verify the install (use the correct device, for example sda. Do not specify a partition): sudo grub-install --recheck /dev/sdX
12.

Exit chroot: CTRL-D on keyboard
13. Unmount virtual filesystems:

sudo umount /mnt/dev
sudo umount /mnt/proc
sudo umount /mnt/sys
* If you mounted a separate /boot partition:

sudo umount /mnt/boot
14. Unmount the LiveCD's /usr directory:

sudo umount /mnt/usr
15. Unmount last device:

sudo umount /mnt
16. Reboot.

sudo reboot

Post-Restoration Commands

Once the user can boot to a working system, try to determine why the system failed to boot. The following commands may prove useful in locating and/or fixing the problem.

*

To refresh the available devices and settings in /boot/grub/grub.cfg
o

sudo update-grub
To look for the bootloader location.
o

grub-probe -t device /boot/grub

To install GRUB 2 to the sdX partition's MBR (sda, sdb, etc.)
o

sudo grub-install /dev/sdX
To recheck the installation. (sda, sdb, etc.)
o

sudo grub-install --recheck /dev/sdX
MotherBoard Asrock Alive NF7G-HD720p Rev5.0 NVIDIA® GeForce 7050 / nForce 630A MCP Chipsets
XFX ATI Radeon HD 4350 1 GB Graphics Card HD435XZAH2
Disabled Integrated NVIDIA® GeForce7 Series (NV44) DX9.0 VGA, Pixel Shader 3.0, Max. shared memory 256MB
NVIDIA® PureVideo™ Ready
RAM Mushkin Enhanced Blackline 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400)
CPU AMD Athlon 64 X2 5000+ Brisbane 2.6GHz Socket AM2 65W Dual-Core Black Edition Processor Model ADO5000DSWOF
HARDDRIVE Western Digital Caviar Blue WD5000AAJS 500GB 7200 RPM SATA 3.0Gb/s
OS UE2.5 64 bit
OS UE2.6 64 bit
User avatar
DarkSoul_DST
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 49
Joined: Wed Mar 31, 2010 5:49 am
Location: N.E OHIO
Age: 58
Operating System: Ultimate Edition 3.1 64 BIT



Common Problem You May Have In Golf

Postby Prande99 » Tue Sep 14, 2010 5:38 am

Common Problem You May Have In Golf

A second common problem is actually unhinging the wrists too early in an attempt for you to add energy for you to the swing with your golf equipment. Should you want for you to achieve a lot involving energy, your entire wrists and correct shoulder must wait their turn to produce their rate ishiner!
Prande99
U.E. Newbie
U.E. Newbie
 
Posts: 1
Joined: Tue Sep 07, 2010 5:40 am
Operating System: Ultimate Edition 3.1 64 BIT


Return to Ultimate Edition 2.5

Who is online

Users browsing this forum: No registered users and 7 guests