WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ucore boot issues (motherboard specific)  (Read 3089 times)

Offline jedd999

  • Newbie
  • *
  • Posts: 3
ucore boot issues (motherboard specific)
« on: December 13, 2012, 04:42:54 PM »
I have a ucore set-up which works as follows:

System boots into DOS
use Grub4DOS bootloader to boot to TinyCore
Boot options:
Code: [Select]
title Tiny Core Linux
find --set-root --ignore-floppies /tce/vmlinuz
kernel /tce/vmlinuz quiet cl=root=700 waitusb=5 restore text superuser
initrd /tce/core.gz /tce/ntfs-3g.gz

This works across the board, but on one motherboard I have, as its booting it will stop when it says "Scanning hard disk partitions to create /etc/fstab"

I have searched around a bit for a solution, but I have not been able to find much.

Any ideas / suggestions for where to start?

+ I grabbed the latest core.gz and vmlinuz and the issue persists... not sure if this is a hardware support issue, or if something else is going on here...

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: ucore boot issues (motherboard specific)
« Reply #1 on: December 13, 2012, 05:04:22 PM »
Remove the "quiet" parameter to see more.

What is "root=700" supposed to achieve?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11630
Re: ucore boot issues (motherboard specific)
« Reply #2 on: December 13, 2012, 05:18:45 PM »
Hi jedd999
Does this motherboard have SCSI connected drives by any chance?