Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) Kernel Offset: disabled
-
@b.nelson Can you get us this information?
sha512sum /var/www/fog/service/ipxe/bzImage{,32}
(I’m just trying to make sure you don’t have a corrupt file along the way.)Do you see the iPXE Menu on the client machines?
What is providing network addresses to the client machines? (Is this your vmware vlan switch handing dhcp to the client machines?)
-
root@FOG:/home/user# sha512sum /var/www/fog/service/ipxe/bzImage{,32} c75abc75be06a219920c5c29809436ba66f9d1b5f56af757ee8a28393620e83d0b44f3f8bb582b4e8ad01c4c3e247fde99916d06ff3374631ac3453e042dc3f8 /var/www/fog/service/ipxe/bzImage 0e465ea8c7607377d5f023c5be9838392ba3ef3ab0c793125cde4d5d1cf40c60dc17518be7d6c71ef65e8b261a3d0fce3fa380f6e07bbcaa0fbf59bd72d59b4f /var/www/fog/service/ipxe/bzImage32
-
When you ran the FOG Installer, did you choose to have it install DHCP?
-
@Tom-Elliott no
-
@b.nelson Is there a windows machine somewhere on the vlan handing out DHCP addresses then?
-
@Tom-Elliott In the VLAN there is no DHCP the server is with static IP.
The windows that we want to clone are in another VLAN with DHCP.
-
@b.nelson and the “remote” systems are on the “other” vlan when you’re attempting to capture?
-
Essentially, the thing Giving out DHCP is also giving the bootfile and where to boot from.
This “other” vlan is where you need to look at the bootfile it’s handing out.
-
@b.nelson said in Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) Kernel Offset: disabled:
@george1421 There is a VLAN dedicated to the servers which is handled by static IP.
No, we did not have fog in the past.
So then for your pxe booting clients are they on the same vlan as your fog server?
-
@george1421 si
-
@b.nelson said in Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) Kernel Offset: disabled:
The windows that we want to clone are in another VLAN with DHCP.
On this vlan you are using a router for dhcp?
-
@b.nelson said in Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) Kernel Offset: disabled:
@george1421 si
Just to be sure fog server is on the same subnet as your pxe booting clients? If that is the case we can use the FOG server to tell us what is going on.
What you have is very strange and should not be working this way.
-
@Tom-Elliott yes
-
@george1421 I make a tutorial a while ago that might help here. https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue
We will use tcpdump to capture a client pxe booting to the FOG menu. Once at FOG menu stop tcpdump and post the pcap file to the forum. This will tell us all the questions we will ask.
-
Dear All,
New user/taken over 1.3.8 project from coworker.
I am having the same issue after upgrading to 1.4.0 today. Not sure where to change pxelinux.0 reference. Using windows as DHCP with options set. Any help would be great!! -
@callcenter If I remember correctly the target computer was getting pxelinux.0 from some unknown place.
If the target computer (that you are pxe booting) and fog server is on the same subnet then we can use the fog server to help diagnose what is really going on. In my last post I provided a link to a tutorial on how to setup a packet capture of the pxe booting process. That pcap file will tell us what is going on.
-
It was the windows DHCP scopes having the old 67 option in them instead of the new undionly.kpxe program. updated all my scopes and tested-ok not using the main server options since my wifi and telco devices do not need PXE. I saw others make mention of doing that instead of every scope having the references. In my environment it just doesn’t make sense.
thanks for the help.
-
@callcenter So are we good to solve this issue?
-
@george1421 This appears to me
root@FOG:/home/user# tcpdump -w output.pcap port 67 or port 69 or port 4011 tcpdump: listening on enp0s7, link-type EN10MB (Ethernet), capture size 262144 bytes ^C0 packets captured 1 packet received by filter 0 packets dropped by kernel root@FOG:/home/user#
-
@george1421 ```
tcpdump: listening on enp0s7, link-type EN10MB (Ethernet), capture size 262144 bytes
^C6 packets captured
7 packets received by filter
0 packets dropped by kernel
root@FOG:/home/user#