Tiny Core Linux
Off-Topic => Off-Topic - Tiny Core Lounge => Topic started by: ewanbcn on March 19, 2013, 04:49:26 AM
-
I have a usb install which has been working fine, yesterday I received a new board to test - jetway NC98-525E - which worked perfectly all day.
Today when attempting to boot I get as far as -
"adding 516500k swap on /dev/zram0. Priority:-1 extents:1 across:516500k ss"
then nothing...
Its definately a hardware problem with the board as I've tested the usb on others and also another working usb install halts at the same point.
My question is - does anyone know why it stops before the squashfs line in dmesg, it worked fine all day yesterday so some hardware has failed but any clues as to what?
Thanks
-
You could give the boot code "nozswap" a try and see if it goes any further then...
-
Hi ewanbcn
About the only things you can do in a case like this swap parts one at a time if you have any available.
If you have two DIMMS, try them one at a time in case one is faulty. Anything that plugs in (CPU, power supply, etc.)
for which you have a known working one, plug it in. You could also try checking the BIOS to see if it contains any
settings that may be out of wack (overclocking?), and if it has that displays CPU temperature and voltages, check
that too.
Or you could just try tinypoodles idea.
This is not a base issue, moving to Off Topic.
-
And if all of the above should remain inconclusive or if it works better when removing some memory stick, then you might consider running memtest86 or memtest86+
-
Thanks
I'll try and find the cause now
-
Ah well no luck here
I swapped out the mem module and tried "nozswap" to no avail, it just hangs on "setting language to C" after skipping the zswap!
Looks like the mb is fried, it's just annoying not being able to pinpoint the issue
Thanks
-
Update:
I got Ubuntu working on this board no problem so still unsure as to why tiny stalls.
The board is an intel atom with Nvidia GT218 graphics but tiny doesn't even get that far, problem is I've turned on debug but thats the only info I can get & the boot stalls after "creating /etc/fstab" and "setting the language to C" with no further info.
Any help or ideas welcome :(
-
Could you post your exact bootloader configuration?
-
Bootloader config
debug=on tce=sda1 home=sda1 noicons kmap=qwerty/uk
nothing special
-
Where did you get "debug=on" from?
My suggestion would be to try:
debug loglevel=7 base norestore noicons
-
Ooops
I should've said debug=true but anyhow...
Stalled in the exact same place no further info gleamed I'm afraid, I only know that the next line normally refers to squashfs when booting successfully :(
-
Neither could I see "debug=true" documented.
Failing that, you could try to boot the kernel of ubuntu which works for you in combo with core.gz, Frankencore so to speak...
-
Hi ewanbcn
Bootloader config
debug=on tce=sda1 home=sda1 noicons kmap=qwerty/uk
I don't see a waitusb=5 anywhere in there.
-
It's there just didn't mention it sorry
No go on the Frankencore ::)
-
As I mentioned before this USB works fine on many other devices so I cannot see it being a problem with the boot config, but then again I didn't think there would be a problem in the first place ;)
-
Perhaps you could have a look at netconsole:
http://forum.tinycorelinux.net/index.php/topic,13088.msg72103.html#msg72103
-
Hi ewanbcn
It's there just didn't mention it sorry
Answers are based on the information you supply. Incomplete information belongs on the psychic network forum as
they are better equipped to deal with such matters.
Try adding the boot code:
nortc
and see if that helps.
-
Thanks Rich I'll try and improve in this regard!
Tinypoodle, net console sounds interesting and hopefully can give some clues as to what's happening.
I'll try both suggestions on Monday and report back
Cheers