What do you do when failsafe or testcd won't even boot?
PC: HP Pavilion a705w Celeron 2.9GHz 786MB MS-6577 mATX rev 4.0 (aka Giovani2) i845GV chipset
added nVidia PCI video (set in BIOS as primary) eVGA 4000 MX 128MB
CD: Knoppix 3.8.2-EN (md5 verified CD ok on another PC and other pc was able to boot CD)
BIOS is set up allow CD bootup before HD. PnPOS=no. HP had BIOS update for this model which I thought may help, but it only made things worse it seems.
I receive the Autoconfig bar going across, gets to 100%, cursor jumps to next line (left side as normal), cursor jumps to middle of line, no activity from PC cursor still blinking. This using failsafe. with other cheatcodes the cursor stops blinking. Without the noapm I have to unplug the PC to turn it off for another go at a test.
I've tried:
1) knoppix noapic noagp noscsi nopcmcia acpi=off nousb pci=bios
2) knoppix noaudio nodma mem=256M pci=bios pnpbios=off acpi=off nousb2 noscsi nousb nofirewire nopcmcia noapic noapm noagp xmodule=nv
3) knoppix noaudio nodma mem=256M pci=bios pnpbios=off acpi=off nousb2 noscsi nousb nofirewire nopcmcia noapic noapm noagp xmodule=vesa
4) knoppix testcd (locked up on a blank screen just after it loaded linux.gz vmlinux files and cleared the screen)
5) failsafe
I've never been able to get knoppix or any other linux distro to boot in this PC. Any ideas would be greatly appreciated with the exception of "get rid of that piece of crap and get a real computer" which unfortunately is not an option.
Re: What do you do when failsafe or testcd won't even boot?
Quote:
Originally Posted by Drax946
PC: HP Pavilion a705w Celeron 2.9GHz 786MB MS-6577 mATX rev 4.0 (aka Giovani2) i845GV chipset
added nVidia PCI video (set in BIOS as primary) eVGA 4000 MX 128MB
I've tried:
1) knoppix noapic noagp noscsi nopcmcia acpi=off nousb pci=bios
2) knoppix noaudio nodma mem=256M pci=bios pnpbios=off acpi=off nousb2 noscsi nousb nofirewire nopcmcia noapic noapm noagp xmodule=nv
3) knoppix noaudio nodma mem=256M pci=bios pnpbios=off acpi=off nousb2 noscsi nousb nofirewire nopcmcia noapic noapm noagp xmodule=vesa
Why are you telling the kernel there are 256M when there are 786M?
A couple of more options to try:
1) boot: knoppix -b
2) boot: knoppix init=/bin/bash
Hopefully, the first one will work. If not, try the second.
Regards,
- Robert
http://www.cwelug.org/
Re: What do you do when failsafe or testcd won't even boot?
Quote:
Originally Posted by rwcitek
Why are you telling the kernel there are 256M when there are 786M?
A couple of more options to try:
1) boot: knoppix -b
2) boot: knoppix init=/bin/bash
Hopefully, the first one will work. If not, try the second.
Regards,
- Robert
http://www.cwelug.org/
The example was 128M and I wasn't sure how much would be taked up by the RAMDisk, so 256M seemed a better choice than the example 128M.
Tried both the "-b" and the "init=/bin/bash" with a resulting empty black screen and a system freeze/hang at that point for each tried individually.
I tried a suggestion from another thread, you may have posted it that included "nomce nosmp" which I added to the list of cheatcodes I first posted. These didn't work either.
I did notice that my floppy drive light comes on during the end of the AutoConfig and doesn't go out until I turn the PC off (Ctrl-Alt-Del doesn't work in any of the cases).
I'm wondering if there is a **full** list of cheatcodes somewhere which holds the answer?
Re: What do you do when failsafe or testcd won't even boot?
Quote:
Originally Posted by Drax946
Tried both the "-b" and the "init=/bin/bash" with a resulting empty black screen and a system freeze/hang at that point for each tried individually.
It is possible that your machine has a tough time with your burned CD. But for fun, try one more option: boot: failsafe -b 1 You should get a prompt that ends with " ... normal startup):" Just press Enter and you should get a bash shell prompt that says: root@console[~]# This is the "emergency mode" prompt. Do you get that prompt? To restart, press the reset switch or power switch on your machine.
Quote:
Originally Posted by Drax946
I'm wondering if there is a **full** list of cheatcodes somewhere which holds the answer?
There are several places to find cheatcodes, including the CD iteself, but I don't know if any of them are "full". The one I like is on the wiki page: http://www.knoppix.net/wiki/Cheat_Codes
Regards,
- Robert
http://www.cwelug.org/