WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"  (Read 3401 times)

Offline mirimir

  • Newbie
  • *
  • Posts: 4
I'm working on a new machine with an msi B85M-P33 motherboard (USB 3.0, SATA 6Gb/s) with a Core i5 4430 3.0GHz quad-core CPU, 8GB RAM, and a 1TB Hitachi HDD. CDs with TinyCore-4.7.7.iso or CorePlus-4.7.7.iso won't boot unless I add the boot option "nofstab". Without that option, boot hangs after the USB device lines. With the boot option "nofstab", I get to "tc@box:~$". Executing "startx" does nada. But if I first execute "sudo /usr/sbin/rebuildfstab" and "sudo /etc/init.d/tc-config", "startx" gives me the desktop.

What's the best way to fix this?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"
« Reply #1 on: September 13, 2013, 05:05:10 AM »
That's a very recent system (June 2013 Haswell). Please try the 5.0 series, as it has a more recent kernel.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"
« Reply #2 on: September 13, 2013, 11:56:06 AM »
I can confirm tc-5.x boots the new Intel Haswell systems perfectly

Offline mirimir

  • Newbie
  • *
  • Posts: 4
Re: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"
« Reply #3 on: September 13, 2013, 03:38:01 PM »
@curaga

Thank you. I did suspect that.

I picked 4.7.7 because there's a tcz for VirtualBox, and I didn't see one in 5.0 rc1. I want to use ezremaster to create a LiveCD with VirtualBox and a few VMs. Is there a tcz for 5.0? If not, what would it take to build one?

@coreplayer2

Thank you. That's very good to know :)

Edit: It boots fine with CorePlus 5.0rc1, but USB keyboard and mouse don't work with any of the window managers. Booting to command line works fine. Both keyboard and mouse still work with 4.7.7 as described initially.
« Last Edit: September 13, 2013, 11:44:47 PM by mirimir »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"
« Reply #4 on: September 15, 2013, 08:54:49 AM »
Don't hijack threads.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
I suspect the issue is not related to the mouse or keyboard per se, but perhaps only the result of the underlying issue.   Try connecting via USB 2.0 ports?

One thing I should do ASAP which you have just reminded me of, is submit the Ethernet driver for the new Haswell boards in a tcz  which is missing at present.  The new Haswell chip uses an updated version of the e1000e Ethernet driver




Offline mirimir

  • Newbie
  • *
  • Posts: 4
Re: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"
« Reply #6 on: September 15, 2013, 03:53:06 PM »
Don't hijack threads.
OK.

Should I have started a new thread? Or would it have been proper to edit the subject?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"
« Reply #7 on: September 15, 2013, 03:55:33 PM »
New question - new thread.

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: Neither TinyCore nor CorePlus 4.7.7 will boot without option "nofstab"
« Reply #8 on: September 16, 2013, 05:46:31 PM »
Interesting.  My brand-new system (Dell Latitude E6540; i7-4800QM) also seemed to hang in about the same spot.  Scrolling back, I saw there was a kernel panic that appeared to be xhci_hcd.  Adding
Code: [Select]
blacklist=xhci_hcd solved my issue.
« Last Edit: September 16, 2013, 05:48:29 PM by genec »