Dell OptiPlex 790 in loop
-
Off the top of my head I’d say it’s a permissions issue. It looks like you’re only giving access to the owner (in this case jhnowaki), which may not match the read access needed for TFTP… try chmod 644 on chain.c32 pxelinux.0 and vesamenu.c32, just to make sure it’s not a read issue.
-
[quote=“BryceZ, post: 3506, member: 2”]Off the top of my head I’d say it’s a permissions issue. It looks like you’re only giving access to the owner (in this case jhnowaki), which may not match the read access needed for TFTP… try chmod 644 on chain.c32 pxelinux.0 and vesamenu.c32, just to make sure it’s not a read issue.[/quote]
Thanks BryceZ, just another quick (probably stupid) question, what is the difference between the “text menu” or the “graphical menu” as I’m starting to doubt which one I’m using…
When successfully loaded, I see a graphical “FOG logo” and underneith, I see all the options in the menu which I can highlight using the arrow keys (enter selects) and it all looks “text based” but am I perhaps using “Graphical menus” ?
-
This is the default graphical menu:
[IMG]https://carmenwiki.osu.edu/download/attachments/26522106/Screenshot_01.png?version=2&modificationDate=1302028112087[/IMG] -
[quote=“BryceZ, post: 3509, member: 2”]This is the default graphical menu:
[IMG]https://carmenwiki.osu.edu/download/attachments/26522106/Screenshot_01.png?version=2&modificationDate=1302028112087[/IMG][/quote]Thanks again, I can’t seem to see the image, I am logged in using IE9 but the image is just a “X [IMG]”
is there another way you could send me this image like directly PM or similar or perhaps a link to someone showing how the graphical menu looks?Thanks, again![/IMG]
-
Of course it doesn’t work, because I wasn’t thinking and linked to an image on a secured site. I’ve attached a copy of the image to this post.
[url=“/_imported_xf_attachments/0/116_Screenshot_01.png?:”]Screenshot_01.png[/url]
-
[quote=“BryceZ, post: 3514, member: 2”]Of course it doesn’t work, because I wasn’t thinking and linked to an image on a secured site. I’ve attached a copy of the image to this post.[/quote]Much better! Great stuff, now I think I know where I’m going wrong, I am in fact using the “Graphical menu” so I have edited the wrong file! I’ll get try to change this again tomorrow, many thanks again!
-
[quote=“BryceZ, post: 3514, member: 2”]Of course it doesn’t work, because I wasn’t thinking and linked to an image on a secured site. I’ve attached a copy of the image to this post.[/quote]Right, getting closer now (I think)
Having gone back to the original [FONT=Courier New]/tftpboot/pxelinux.cfg/default[/FONT] as I wrongly edited it. I now edited fog.local in /tftpboot/pxelinux.cfg/default instead to look like:LABEL fog.local
kernel chain.c32
append hd0
MENU DEFAULT
MENU LABEL Boot from hard disk
TEXT HELP
Boot from the local hard drive.
If you are unsure, select this option.
ENDTEXT
and now at least I am getting to the default menu again (looks exactly like the one in the pic. you attached)The first line (Boot from local drive) is highlighted and after the timer (3s) expires, the screen just flickers once and I back to the same screen and the timer is restarted again to 3s and it just loops like that forever. So there is definately some change as the D790 no longer restarts but unfortunately I can’t seem to get it to boot of the HD at all. Not even if I press enter when the first line (boot from local drive) is highlighted, again, the screen just flickers and I’m back to the default menu.
Should I perhaps try v.4.04 of those 3 SYSLINUX files insted of v.4.05 which I currently downloaded?
All the other menu lines do work, I can get system information etc. but after the reboot I find myself in the main menu again and I can’t get it to boot of the HD…
-
SYSLINUX 4.05 did make some adjustments to chain.c32, so it is possible that a bug was introduced, and using 4.04 might help. Another thing to check; what happens when you don’t PXE boot? Does it boot normally to the hard drive? Also, append hd0 tries to load the first disk drive detected by SYSLINUX, so is it possible that it’s seeing another non-bootable drive on this system?
-
Ah, good suggestions, I’ll have a look at this. Again many thanks. If the D790 is not set to boot from Network with PXE as first choice, then it successfully boots from HD as first choice.
But I will double check the HD0 as you may very well be right in that perhaps the HD is not connected to “port0” I’ll have to check that.
Cheers again BryceZ, you advice and suggestions are very appreciated
-
Hi Bryce,
thanks for your help and assistance! It’s now working, the problem it would seem was permissions to the chain.c32 file and the pxelinux.0 file, all wokring now!
Cheers!