LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-16-2016, 08:24 AM   #1
thx113
LQ Newbie
 
Registered: Oct 2016
Posts: 12

Rep: Reputation: Disabled
building an windows iso file on DVD with cobber


Hello

I have a cobbler server on Linux host. I can download a windows 7 on a PC from that cobbler server : OK

Now I would like to build an iso image from that windows 7 and burn it on a DVD
That DVD should be sent somewhere else to be installed

I used cobbler and the buildiso command but when I want to use it from the DVD I burnt, I can select a profile but then I get an error message such as : "NULL PXENV ...." (nothing found on the web )

The isolinux.cfg file used is the one hereafter
I tried many things but unsuccessfully ....
the wdsnbp.0 is the one which cause that error message
I guess I am missing something but what ...as I am using the buildiso command

Did someone already faced the same kind of issue ? Is there a trick ?

Thanks

Code:
DEFAULT MENU
PROMPT 0
MENU TITLE  TMD1
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
	MENU LABEL (local)
	MENU DEFAULT
	KERNEL menu.c32
	APPEND hd0 0

LABEL LR1-TMD1-DDS-T3420-Win7_Enterprise_N
  MENU LABEL LR-TMD1-DDS-T3420-Win7_Enterprise_N
  kernel wdsnbp.0
  append initrd=winpe.wim ksdevice=bootif lang=  text

MENU END
 
Old 10-16-2016, 05:01 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Wild guess to follow.

kernel /wdsnbp.0

May work or at least worth a try.
 
Old 10-17-2016, 06:24 AM   #3
thx113
LQ Newbie
 
Registered: Oct 2016
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thanks for the reply

I tried /wdsnbp.0 and also /isolinux/wdsnbp.0 as this exe is under /isolinux within the ISO file
but nothin happened as it did not find it.When it is executed I have the "NULL PXENV" error.

I am wondering, if wdsnbp.0 is the exe to be used in this context (DVD)
as I am not trying to download from an external server
 
Old 10-17-2016, 03:50 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
What web page did you use to set up this? I read a number of them and they were a bit different.

I'll say also that I don't fully understand what you are trying to do. Making an ISO or building a windows deployment image would normally require the tools at Microsoft for making .wim files.
 
Old 10-17-2016, 05:51 PM   #5
thx113
LQ Newbie
 
Registered: Oct 2016
Posts: 12

Original Poster
Rep: Reputation: Disabled
I would like to install a dedicated windows 7 OS from a bootable DVD

I am using cobbler. I did not use a specific web page

Step 1

When I use it from my cobbler server (Linux), everything is working fine : I can download an updated Windows 7 with dedicated drivers ect .... (the wim file has been updated)

Now step 2 , from a DVD
The buildiso script creates an .iso file from the ones on the cobbler server .It contains the files listed hereafter.
My understanding is the iso file contains all the files needed (including the winpe.wim file in the isolinux folder) but the isolinux.cfg is incorrect ( kernel wdsnbp.0 )

I tried to use the mkisofs command (Linux) directly to build the iso file a different way ... but unsuccessfully for the moment



-r-xr-xr-x 1 root root 122 Sep 23 07:37 autorun.inf
dr-xr-xr-x 4 root root 4096 Sep 23 07:37 boot
-r-xr-xr-x 1 root root 383786 Sep 23 07:37 bootmgr
-r-xr-xr-x 1 root root 669568 Sep 23 07:37 bootmgr.efi
drwxr-xr-x 2 root root 4096 Oct 3 08:33 cobbler
dr-xr-xr-x 3 root root 4096 Sep 23 07:37 efi
drwxr-xr-x 2 root root 4096 Oct 10 10:06 images
drwxr-xr-x 2 root root 4096 Oct 12 15:15 isolinux
-r-xr-xr-x 1 root root 106768 Sep 23 07:37 setup.exe
dr-xr-xr-x 10 root root 4096 Sep 23 07:44 sources
dr-xr-xr-x 5 root root 4096 Sep 23 07:44 support
dr-xr-xr-x 3 root root 4096 Sep 23 07:44 upgrade
drwxrwxr-x 4 root root 4096 Dec 11 2013 $WinPEDriver$

./boot:
total 4556
-r-xr-xr-x 1 root root 262144 Sep 23 07:37 bcd
-r-xr-xr-x 1 root root 1024 Sep 23 07:37 bootfix.bin
-r-xr-xr-x 1 root root 3170304 Sep 23 07:37 boot.sdi
-r-xr-xr-x 1 root root 112640 Sep 23 07:37 bootsect.exe
dr-xr-xr-x 2 root root 4096 Sep 23 07:37 en-us
-r-xr-xr-x 1 root root 4096 Sep 23 07:37 etfsboot.com
dr-xr-xr-x 2 root root 4096 Sep 23 07:37 fonts
-r-xr-xr-x 1 root root 611200 Sep 23 07:37 memtest.efi
-r-xr-xr-x 1 root root 485760 Sep 23 07:37 memtest.exe

./boot/en-us:
total 16
-r-xr-xr-x 1 root root 15872 Sep 23 07:37 bootsect.exe.mui

./boot/fonts:
total 11700
-r-xr-xr-x 1 root root 3694080 Sep 23 07:37 chs_boot.ttf
-r-xr-xr-x 1 root root 3876772 Sep 23 07:37 cht_boot.ttf
-r-xr-xr-x 1 root root 1984228 Sep 23 07:37 jpn_boot.ttf
-r-xr-xr-x 1 root root 2371360 Sep 23 07:37 kor_boot.ttf
-r-xr-xr-x 1 root root 47452 Sep 23 07:37 wgl4_boot.ttf

./cobbler:
total 168468
-r-xr-xr-x 1 root root 262144 Oct 3 08:33 bcd
-rwxr-xr-x 1 root root 523648 Nov 20 2010 bootmgr.exe
-r-xr-xr-x 1 root root 3170304 Oct 3 08:33 boot.sdi
-rwxr-xr-x 1 root root 25772 Jun 10 2009 pxeboot.com
-rwxr-xr-x 1 root root 31124 Jun 10 2009 wdsnbp.0
-rwxr-xr-x 1 root root 168492994 Oct 3 08:33 winpe.wim

./efi:
total 4
dr-xr-xr-x 3 root root 4096 Sep 23 07:37 microsoft

./efi/microsoft:
total 4
dr-xr-xr-x 3 root root 4096 Sep 23 07:37 boot

./efi/microsoft/boot:
total 4004
-r-xr-xr-x 1 root root 262144 Sep 23 07:37 bcd
-r-xr-xr-x 1 root root 440832 Sep 23 07:37 cdboot.efi
-r-xr-xr-x 1 root root 440832 Sep 23 07:37 cdboot_noprompt.efi
-r-xr-xr-x 1 root root 1474560 Sep 23 07:37 efisys.bin
-r-xr-xr-x 1 root root 1474560 Sep 23 07:37 efisys_noprompt.bin
dr-xr-xr-x 2 root root 4096 Sep 23 07:37 fonts

./efi/microsoft/boot/fonts:
total 11700
-r-xr-xr-x 1 root root 3694080 Sep 23 07:37 chs_boot.ttf
-r-xr-xr-x 1 root root 3876772 Sep 23 07:37 cht_boot.ttf
-r-xr-xr-x 1 root root 1984228 Sep 23 07:37 jpn_boot.ttf
-r-xr-xr-x 1 root root 2371360 Sep 23 07:37 kor_boot.ttf
-r-xr-xr-x 1 root root 47452 Sep 23 07:37 wgl4_boot.ttf

./images:
total 0

./isolinux:
total 329252
-rwxr-xr-x 1 root root 168492994 Oct 10 10:06 boot.wim
-rwxr-xr-x 1 root root 20832 Oct 10 10:06 chain.c32
-rwxr-xr-x 1 root root 24576 Oct 12 15:23 isolinux.bin
-rwxr-xr-x 1 root root 1304 Oct 12 15:15 isolinux.cfg
-rwxr-xr-x 1 root root 5703 Oct 10 10:08 LR-TMD1-DDS-T3420-Win7_Enterprise_N.cfg
-rwxr-xr-x 1 root root 61796 Oct 10 10:06 menu.c32
-rwxr-xr-x 1 root root 5700 Oct 10 10:08 TMD1-DDS-T3420-Win7_Enterprise_N.cfg
-rwxr-xr-x 1 root root 31124 Oct 10 10:06 wdsnbp.0
-rwxr-xr-x 1 root root 168492994 Oct 10 10:06 winpe.wim

./sources:
 
Old 10-17-2016, 05:56 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
This is the typical thing I see. https://technet.microsoft.com/en-us/...(v=ws.10).aspx
 
Old 10-18-2016, 12:56 PM   #7
thx113
LQ Newbie
 
Registered: Oct 2016
Posts: 12

Original Poster
Rep: Reputation: Disabled
yes thanks , this is one option ...
I have to check how to include this in a Linux environnement
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best free/low-cost Windows software for burning Linux iso's to CD/DVD-R CD/DVD-RW linus72 Linux - Newbie 14 04-10-2009 09:02 AM
how to make dvd iso file from cd iso files. hocheetiong Linux - General 1 09-29-2007 05:21 AM
Burn iso DVD from Windows XP? Andrew Chapman Linux - Newbie 11 12-09-2006 03:19 PM
Burning DVD ISO file to something besides an DVD Samoth Linux - General 4 07-04-2006 05:08 PM
convert DVD to ISO file paraiso Linux - Software 7 02-01-2006 01:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration