WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: setup on old laptop  (Read 1982 times)

Offline ahoste

  • Newbie
  • *
  • Posts: 2
setup on old laptop
« on: July 10, 2012, 12:54:03 PM »
I'm trying to run tc on an old toshiba satellite laptop. It has 2gig processor and 512MB ram. Really don't know much regarding other components. I have been unable to get it to even boot to a shell. When I edited the bootcode to remove the "quiet" boot option, I can see where the kernel and core are loaded. After that it is hard to read anything until the boot just locks up with the PCI bus being the last thing shown. It doesn't seem to matter which option is used.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: setup on old laptop
« Reply #1 on: July 10, 2012, 01:15:12 PM »
You might try adding noapic or acpi=off to the boot options.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: setup on old laptop
« Reply #2 on: July 10, 2012, 01:42:44 PM »
Hi ahoste
If that doesn't work, you might want to supply some more information, such as what medium you are booting
from, CD, thumb drive, or hard drive. And if you installed Tinycore to a drive, how did you install it.
If you think it would help to slow down the messages, the boot code  boot_delay=1000  will slow the printing
of messages down to one per second.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: setup on old laptop
« Reply #3 on: July 10, 2012, 10:22:30 PM »
Also nolapic.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline ahoste

  • Newbie
  • *
  • Posts: 2
Re: setup on old laptop
« Reply #4 on: July 12, 2012, 08:05:13 PM »
Thanks to all! The acpi=off option seemed to fix the problem. Rich - I did test the boot_delay option and it didn't seem to have much of a noticeable affect on the messages. Maybe I need to make it even more than 1 or 2 sec.