LinuxQuestions.org
Help answer threads with 0 replies.
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 07-09-2009, 06:43 PM   #16
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44

your grub.conf should look something like this

Code:
LABEL 1
MENU LABEL XP Install
#only include the following line if not using DHCP otherwise exclude the "--address" switch
ifconfig --address=<IP here> --server=<IP of nfs server>
root (nd)
chainloader +1

Last edited by Person_1873; 07-09-2009 at 06:44 PM.
 
Old 07-12-2009, 11:28 AM   #17
danny_skj
LQ Newbie
 
Registered: Dec 2008
Posts: 8

Rep: Reputation: 0
Im gona try again, YOU CANT CHAINLOAD WINDOWS USING GRUB UNLESS ITS CHAINLOADED FROM A REAL BIOS DEVICE.

Take a look at how ppl boot windows of iscsi storage with gPXE.
First you boot up gpxe it will then hook the iscsi drive as a fake bios device drop an address to it in memory (IBFT), and the first part of windows can now boot, at some time the network connection with the iscsi drive have to be handed over to windows native drivers.

Thats done by windows initiating the network card, and a program called a iscsi initiator reads the IBFT of memory connect to the iscsi drive and windows has now fully taken over the connection.

Without IBFT and the initiator windows would at that point crash because when the windows kernel is loaded any "FAKE" bios drives will be ignored and the system will no longer know where to conteniue from.

Its like having a linux system with kernel and initrd and no root filesystem it wont boot.

Last edited by danny_skj; 07-12-2009 at 11:31 AM.
 
Old 07-18-2009, 08:50 PM   #18
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
then the only other thing i can think to do is to have the ISO extracted to both a FAT32 and a ext3 partition and somehow on boot after the initial boot has happened tell the XP kernel where to find it's setup files, i'm unfamiliar with kernel32 options so i guess it's off to hit the books for me, i suppose you could modify the boot.ini file for the cd image to specify a different root than the initial boot partition
 
Old 07-18-2009, 09:07 PM   #19
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
after further investigation, on the XP CD, there is a file called DOSNET.INF EDIT: (/I386/DOSNET.INF), this appears to specify virtual drives, if we could discover the syntax for this, it may be possible to chainload the ntldr on the XP cd and have ntldr do the work of mounting the network filesystem that it can read and thus make t possible using grub to network boot an XP installation

Last edited by Person_1873; 07-18-2009 at 09:11 PM.
 
Old 07-18-2009, 09:38 PM   #20
Coburn64
LQ Newbie
 
Registered: Jul 2009
Location: Australia
Distribution: Debian GNU/Linux 6.0 Squeeze
Posts: 27

Rep: Reputation: 16
There is no need for caps lock.

It's possible to PXE Boot a CD Image, however you're limited to the amount of RAM you have + the required memory for the CD Image apps and/or OS.
 
Old 07-19-2009, 01:30 PM   #21
Bjarty
LQ Newbie
 
Registered: Jun 2009
Posts: 3

Rep: Reputation: 0
To load a full CD into RAM, nah. Not all Computers tha comes to my workshop has more than 512 MB Ram.
Where you thinking of using "memdisk" on a cd-rom iso?
 
Old 07-19-2009, 11:26 PM   #22
Coburn64
LQ Newbie
 
Registered: Jul 2009
Location: Australia
Distribution: Debian GNU/Linux 6.0 Squeeze
Posts: 27

Rep: Reputation: 16
Possibly. I was also working on some other things at the time of writing that.
 
Old 08-25-2009, 10:56 AM   #23
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
also remember that not every PC that comes into your workshop is going to have a NIC capable of PXE and thus you will need to install from a disk anyway, i believe that this thread has gone beyond any truly practical usage and is now theoretical speculation
 
Old 03-18-2010, 10:04 AM   #24
lspiehler
LQ Newbie
 
Registered: Mar 2010
Posts: 7

Rep: Reputation: 0
Memdisk can do it!

The latest version of memdisk is now capable of pxe booting ISO images. I have a video demonstrating two different examples of this @ http://www.youtube.com/watch?v=B8q5NtXbBGA. Memdisk is available in the latest syslinux package @ http://syslinux.zytor.com/wiki/index.php/Download. If you have questions, leave comments on the video. Good luck.
 
Old 11-01-2010, 04:56 PM   #25
patpatpat
LQ Newbie
 
Registered: Nov 2010
Posts: 3

Rep: Reputation: 0
it pxe installs Debian from the install ISO
 
Old 11-01-2010, 04:57 PM   #26
patpatpat
LQ Newbie
 
Registered: Nov 2010
Posts: 3

Rep: Reputation: 0
it pxe installs Debian from the install ISO
http://www.vercot.com/~serva/howto/DebianPXE1.html
 
Old 11-01-2010, 05:28 PM   #27
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I have done this already for Windows XP, Vista and 7. For Windows XP i used this guide: RIS for Linux and for Vista and 7 this: Installing Windows 7 with a PXE boot server and this for unattended installations: [Unattended] Successful Windows 7 Automated Network Installation.
 
Old 12-30-2010, 06:01 AM   #28
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
of course the other solution that solves OP's original problem is to create USB drives to install the systems
 
Old 10-07-2013, 03:50 PM   #29
b8rt
LQ Newbie
 
Registered: Dec 2006
Posts: 8

Rep: Reputation: 0
Use livecd-tools and cobbler

If you have cobbler doing your PXE, its possible to convert live cd iso images to be PXE booted:

https://fedorahosted.org/cobbler/wiki/HowToPxeAnyLiveCd
 
  


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
Fedora 6 Bootable DVD from ISO images deepakpchowdary Fedora 7 07-31-2008 11:42 AM
why create dvd from 4 iso cd images sadok Linux - Software 1 08-29-2007 08:34 AM
how create dvd from 4 iso cd images sadok Linux - Software 1 08-29-2007 03:48 AM
PXE boot Knoppix - update ISO sharptech Linux - Networking 11 05-01-2007 12:18 PM
How do you merge 4 CD ISO images into one DVD ISO image? nsydenham Linux - Software 6 01-15-2007 09:49 AM

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

All times are GMT -5. The time now is 05:44 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