I am trying to install the server, and during the initial sequence of commands, which pass by extremely fast, I see it tying or loading things, but then at the end, my screen displays "no video" and the DVD finally quits spinning and it will just sit there. I am running a Gigabyte GA-MA74GM-S2 mother board, AMD 64 X2 Dual Core 4400+ with 4GB RAM, and have 4 1TB drives that are currently all NTFS and as one volume. Dont have a floppy, so where can I get a bootable CD where I can kill the NTFS partition (because I think that is causing me the install issue) and then be able to install the server OS. Also should I set up RAID with the hardware or is there a software solution once I have the server installed to handle the 4 drives and mirror them across all.
Tks for any help
Mark
Another Dumb question
Re: Another Dumb question
for "killing" your NTFS volume:
boot with a live distro (any will do) and run the following command on your disks:
linux counts disks this way: 1st = /dev/sda, 2nd /dev/sdb, 3rd /dev/sdc etc. so be sure you check which disk should be modified.
the above command will overwrite the first MB of the first disk with zeroes, effectively erasing the boot sector & block info
boot with a live distro (any will do) and run the following command on your disks:
Code: Select all
dd if=/dev/zero of=/dev/sda bs=1M count=1
the above command will overwrite the first MB of the first disk with zeroes, effectively erasing the boot sector & block info
echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D2173656C7572206968616D41snlbxq' | dc
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD
Who is online
Users browsing this forum: No registered users and 23 guests