WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: General/Minor Flaw TCL 4.7.7  (Read 1222 times)

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1652
General/Minor Flaw TCL 4.7.7
« on: November 16, 2014, 03:06:40 AM »
Now that I've finished my rebuilt foundation (remastering) and worked around different obstacles, there's one thing that sticks out I figured being worth noting.

Scenario: VM loading TC4 using tce=, opt= and others as boot codes

If using a device name such as opt=/dev/sda1 this works out perfectly

When using a device name for tce=, it will fail as the sym-link in /etc/sysconfig will point to the physical device whereas opt/local will point to the mounted path of /mnt/sda1.  This obviously breaks tce-load from being able to do its job.

I don't imagine this is a major issue for many, but I thought it worthy of bring posted.
Over 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: General/Minor Flaw TCL 4.7.7
« Reply #1 on: November 16, 2014, 05:33:04 AM »
Hi centralware
Try:
Code: [Select]
opt=sda1 tce=sda1