SocialParasite
100% pure failtanium.
Registered: Jul 2000
Location: Beatrice, Nebraska
Posts: 18490 |
Mandrake 7.2 problems
When I try to install Mandrake 7.2, it gets to the part where it says "in second stage install" and then it freezes up at that point. What can I do?
Mandrake is stumped, and has told me to make a floppy and get some information on to the floppy and send it to them so that they can give it to their engineers and they can take a stab at it.
I don't know how to make the floppy. This is what Mandrake says, but I can't make heads or tails of it:
quote:
Paste the text between the dash lines in a file named "scriptlog".
Copy this file on a floppy.
Start your computer with the first cdrom and press F1
and type:
rescue
When you see the following prompt:
root@rescue #
Enter the following command line:
mount /mnt/floppy
cp /mnt/floppy/scriptlog /
cd /
chmod 777 scriptlog
/scriptlog
Once the script is done, wait the activity stop on the floppy
keep it out from the floppy drive and you can now turn the power off.
Send us the file in the floppy (wihtout scriptlog of course)
**DEBUT**
------------------------------------------------------------------------
#!/bin/bash
echo "This program will backup hardware & software informations in a file"
echo "Press Enter to continue or Ctrl+C for exiting"
read
cd
echo "Saving informations on floppy"
echo " Kernel Logs"
dmesg >/tmp/dmesg
echo " PCI Configuration"
lspci -vv >/tmp/lspcivv
lspci >/tmp/lspci
echo " CPU Informations"
cat /proc/cpuinfo >/tmp/cpuinfo
echo " Product Version"
cat /proc/version >/tmp/product
echo " SCSI Informations"
cat /proc/scsi/scsi >/tmp/scsi 2>/dev/null
echo "Generating Archive"
cd /tmp
cp /tmp/* /mnt/floppy
cd
umount /mnt/floppy
echo " That's all folks"
echo " END / FIN"
Can someone help?
------------------
Have a good day, and if you feel like subjecting your genitals to high doses of x-ray radiation I'm sure the world will kindly thank you.
Report this post to a moderator |
IP: Logged
|