Hi everyone,
I have tried the Hardware Detection Tool (HDT) below in my environment.
http://www.hdt-project.org/
HDT is a Syslinux com32 module, so it could also be integrated in Porteus.
In my personal experience, the HDT could help me know target machine's "MBR" and "Linux Kernel modules needed by the host computer".
Does anyone use it before?
I think it a useful tool.
Cheers,
CHYang
Hardware Detection Tool
-
- White ninja
- Posts: 10
- Joined: 21 Sep 2012, 09:37
- Location: Taiwan
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Hardware Detection Tool
Hi CHYang,
i doubt many porteus users would use this app so i would refuse to include it in the ISO by default.
sorry about that.
integration is probably not that hard so interested users should be able to do it on their own.
would be nice if you could provide sample menu for it.
Cheers
i doubt many porteus users would use this app so i would refuse to include it in the ISO by default.
sorry about that.
integration is probably not that hard so interested users should be able to do it on their own.
would be nice if you could provide sample menu for it.
Cheers
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 10
- Joined: 21 Sep 2012, 09:37
- Location: Taiwan
Re: Hardware Detection Tool
Hi everyone,
For running hdt in Porteus, i have created a folder "/boot/hdt", and put the neccessary files i needs under "/boot/hdt/".
Needed files: HDT.C32, MODULES.ALI, PCI.IDS
Source: hdt-0.5.0 from http://www.hdt-project.org/
NOTE: you could customized the "Auto summary"'s backgroud image by putting BACKGND.PNG under "/boot/isolinux/" or "/boot/syslinux/"
Below is my sample menu config:
Enjoys it,
CHYang
For running hdt in Porteus, i have created a folder "/boot/hdt", and put the neccessary files i needs under "/boot/hdt/".
Needed files: HDT.C32, MODULES.ALI, PCI.IDS
Source: hdt-0.5.0 from http://www.hdt-project.org/
NOTE: you could customized the "Auto summary"'s backgroud image by putting BACKGND.PNG under "/boot/isolinux/" or "/boot/syslinux/"
Below is my sample menu config:
I think it would be easy for the interested users to customize it.remove above settings, same in porteus.cfg
====================================
LABEL hd
MENU LABEL Boot from the first hd
COM32 /boot/syslinux/chain.c32
APPEND hd0 1
TEXT HELP
Don't start Porteus at all, but
rather run any operating system
installed on the first partition
of the hard drive
ENDTEXT
LABEL hdt
MENU LABEL Hardware Detection Tool
MENU DEFAULT
TEXT HELP
Starts HDT using the MENU mode
ENDTEXT
COM32 /boot/hdt/hdt.c32
APPEND modules_pcimap=/boot/hdt/modules.pcimap modules_alias=/boot/hdt/modules.alias pciids=/boot/hdt/pci.ids quiet
LABEL summary
MENU LABEL HDT (Auto summary)
TEXT HELP
Starts HDT using the Command Line Interface (CLI) and run 'show summary'
VESA mode is enabled
ENDTEXT
COM32 /boot/hdt/hdt.c32
APPEND modules_pcimap=/boot/hdt/modules.pcimap modules_alias=/boot/hdt/modules.alias pciids=/boot/hdt/pci.ids quiet vesa nomenu auto='show summary'
Enjoys it,
CHYang