Jump to content

Welcome to We Got Served Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!
Photo

Wiki: Slipstream Windows Home Server

- - - - -

  • Please log in to reply
71 replies to this topic

#41
Guest_Drashna (WGS)_*

Guest_Drashna (WGS)_*
  • Guests
well, as the key doesn't exist yet on a clean install, it is still adding it :P Not to mention the reg add command overwrites the existing entry anyways.


Upgrade to a WGS Supporter Account to remove this ad.

#42
GaMeR

GaMeR

    Advanced Member

  • Members
  • PipPipPip
  • 2,735 posts
  • Gender:Male
  • Location:Netherlands, Leiderdorp
Contributor
I used it to create the WHS X:\Files Edition. (And yes, I'm still working on it! - New version will be somewhere early next year!)

An example on how to do this with WHS disk Management:

[codebox]REG IMPORT "<path to your regfile>\WHSDiskManagement.reg"
msiexec /i "<path to your Add-Ins\WHSDiskManagement.msi" /quiet[/codebox]

I prefer to use D:\Shares\Software\Add-Ins\ when installing the add-ins. I simply copy the add-ins that are selected in the menu to that location first before installing.

A small example of my script:

[codebox]COPY "<path to Add-In>\\Install\\Add-Ins\\WHSDiskManagement.msi" "D:\\Shares\\Software\\Add-Ins" /Y'
REG IMPORT "<path to regfile>\\Install\\Add-Ins\\WHSDiskManagement.reg"
msiexec /i "D:\\Shares\\Software\\Add-Ins\\WHSDiskManagement.msi" /quiet[/codebox]

I have both the Add-In and regfile in the same directory for easy install. Basicly, this is it.

If you need some regfiles of add-ins then I'm happy to help you out. But it's more fun to do it yourself, use VirtualPC to install WHS and the add-ins you want to use, extract the regfiles and use them in your scripts.

#43
peter_h

peter_h

    Member

  • Members
  • PipPip
  • 61 posts

I used it to create the WHS X:\Files Edition. (And yes, I'm still working on it! - New version will be somewhere early next year!)

An example on how to do this with WHS disk Management:

REG IMPORT "<path to your regfile>\WHSDiskManagement.reg"msiexec /i "<path to your Add-Ins\WHSDiskManagement.msi" /quiet

I prefer to use D:\Shares\Software\Add-Ins\ when installing the add-ins. I simply copy the add-ins that are selected in the menu to that location first before installing.

A small example of my script:

COPY "<path to Add-In>\\Install\\Add-Ins\\WHSDiskManagement.msi" "D:\\Shares\\Software\\Add-Ins" /Y'REG IMPORT "<path to regfile>\\Install\\Add-Ins\\WHSDiskManagement.reg"msiexec /i "D:\\Shares\\Software\\Add-Ins\\WHSDiskManagement.msi" /quiet

I have both the Add-In and regfile in the same directory for easy install. Basicly, this is it.

If you need some regfiles of add-ins then I'm happy to help you out. But it's more fun to do it yourself, use VirtualPC to install WHS and the add-ins you want to use, extract the regfiles and use them in your scripts.


I see so you are actually running this after the OS has already been installed. That's a nice approach. By doing it this way, you can always keep it up to date and you don't need to build a new ISO when you need to update an addin or add a new one. Just dump it all on a thumb drive and install the script. Kind of like an all in one add-in.

I'll play with this if I get some time this weekend. I need to get virtual machines running first so I can tinker without breaking anything... again.

#44
Guest_Luca_*

Guest_Luca_*
  • Guests

I prefer to use D:\Shares\Software\Add-Ins\ when installing the add-ins. I simply copy the add-ins that are selected in the menu to that location first before installing.

A small example of my script:

D _linenums:0'>COPY "<path to Add-In>\\Install\\Add-Ins\\WHSDiskManagement.msi" "<strong class='bbc'>D:\\Shares\\Software</strong>\\Add-Ins" /Y'


I'm puzzled ! :huh:

I'm always been told and I always red not to write directly to d:\shared in order to not make DEmigrator upset.
I'm always been told and I always red to write only to \\<server>\<sharename> ... <_<

I believed that :

- it's safe to read from d:\shares\...
- it's NOT safe to write to d:\shares\...

Something changed ?
I'm wrong?

Thanks,
Luca.

#45
Guest_Drashna (WGS)_*

Guest_Drashna (WGS)_*
  • Guests

I'm puzzled ! :huh:

I'm always been told and I always red not to write directly to d:\shared in order to not make DEmigrator upset.
I'm always been told and I always red to write only to \\<server>\<sharename> ... <_<

I believed that :

- it's safe to read from d:\shares\...
- it's NOT safe to write to d:\shares\...

Something changed ?
I'm wrong?

Thanks,
Luca.

Only in certain cases, where you can't get around it is it appropriate. The reason we always tell people to *never* use it is that problems do arise from using d:\shares. yes, part of this was due to the corruption bug, but even not entirely.
It's one of those "at your own risk" things. I have a very intimate understanding of how the Drive Extender technology works (but flawless understanding, but close), and I understand the risks.

But the thing is, during installation, the shares are not set up. There isn't a choice. And a lot of the stuff we do for the x-files is during the install process, so it is easiest and the most reliable way for us to do it.

#46
GaMeR

GaMeR

    Advanced Member

  • Members
  • PipPipPip
  • 2,735 posts
  • Gender:Male
  • Location:Netherlands, Leiderdorp
Contributor

But the thing is, during installation, the shares are not set up. There isn't a choice. And a lot of the stuff we do for the x-files is during the install process, so it is easiest and the most reliable way for us to do it.


I've tried it a hundred times (I believe it's even more right now!), and no problems. It's like Drashna said, my installer works right after the normal installer. And I use some "special" runonce reg stuff when needed to be safe.

#47
Guest_Luca_*

Guest_Luca_*
  • Guests
thanks to both!

Having a more than decent experience in IT (> 15 years), I'd like to and I think I could better understand how the DEmigrator works.

May you addresse me to any document that is more than an advertisement pdf as those I have already read?

Or ... even in pm ... few lines of explanation in more from you.

Luca.

#48
Revenent

Revenent

    Newbie

  • Members
  • Pip
  • 2 posts
Not sure if anybody realizes this, but if you don't have Vista, but can boot from the WHS DVD, you can partition the USB drive from inside the WHS Setup.

When you get to the point where it asks for additional storage drivers (in the UI portion), browse to the System32 directory and find "diskpart.exe". Right-click on it and click on Open.

That will give you a Vista diskpart where you can run all the commands to prep a USB drive.

That's what I had to do since I don't have any Vista machines at home.

#49
Richard Ainz

Richard Ainz

    Member

  • Members
  • PipPip
  • 52 posts
  • Gender:Male
  • Location:Sweden
Is there any way to slipstream PP2 onto an original PP1 dvd?

#50
Drashna Jaelre (WGS)

Drashna Jaelre (WGS)

    Tinkerer

  • Lead Moderator
  • 12,328 posts
  • Gender:Male
  • Location:San Diego, CA, USA
  • Interests:Computers, Home Server (obviously), math, science, good books, friends
Contributor
Simple answer: no
Not so simple answer: the PP2 installer requires that the OOBE wizard to have already been run. You can't integrate the update like a normal update because the components get installed later and will overwrite the newer files.

#51
Jubal

Jubal

    Member

  • Members
  • PipPip
  • 47 posts
Kudos to you guys for this tutorial. I'd managed to follow this and get an Intel SS4200-EHW headless up and running inside a couple of hours from a usb stick. I needed the AHCI and SATA drivers in the boot.wim and all the drivers (chipset, sata, ahci, lan etc) in the slipstream. I was confused as to how to set the password having never seen that part of a WHS install before but it's a piece of cake if you let the WHS connector do its' job. Thanks again.

#52
welchwerks

welchwerks

    Newbie

  • Members
  • Pip
  • 8 posts
  • Gender:Male
  • Location:Las Vegas, Nevada. USA
  • Interests:Greg Welch aka WELCHWERKS A Real Estate Agent with a passion for WHS, Media Center and Home Automation projects, I am MCP,A+ certified also enjoy Building systems such as Phase Change and Peltier , although now I am on the green bandwagon low power 24/7 systems and alike.
Hi, when you say add the dos file,to the folder in the beginning, what dos file?

Thank you

#53
Rychek

Rychek

    Advanced Member

  • Members
  • PipPipPip
  • 447 posts
  • Gender:Male
  • Location:"Where folks know what picante sauce should taste like."
  • Interests:Computers, Home Servers, Warhammer FB, Reading.

Hi, when you say add the dos file,to the folder in the beginning, what dos file?

Thank you


I'm assuming you are refferring to the following from "Setting Things Up" with your question:

"2. Copy your DOS drivers folder into C:\WORK, and rename it to DOS."

All this means is take the driver you want to slipstream (the acutal driver files, not the .exe <you may have to extract them using WinRAR or 7zip>) and copy it to a folder named "DOS" in your C:\Work\ directory.

#54
welchwerks

welchwerks

    Newbie

  • Members
  • Pip
  • 8 posts
  • Gender:Male
  • Location:Las Vegas, Nevada. USA
  • Interests:Greg Welch aka WELCHWERKS A Real Estate Agent with a passion for WHS, Media Center and Home Automation projects, I am MCP,A+ certified also enjoy Building systems such as Phase Change and Peltier , although now I am on the green bandwagon low power 24/7 systems and alike.
o.k. im getting warmer,
is this where i would put SP1, 2 and 3 also if this is true after extracing each of them, do i put them in folders inside the dos folder

#55
The Lynx Effect

The Lynx Effect

    Member

  • Members
  • PipPip
  • 72 posts
  • Gender:Male
  • Location:Thirsk
As far as I am aware, you can't slipstream the ServicePacks into the install, this is due to the way WHS is built and is not an operating system in it's own right.

Thanks

TLE

#56
Naveris

Naveris

    Member

  • Members
  • PipPip
  • 11 posts
  • Gender:Male
  • Location:Southern Ontario, Canada
I am following the instructions for Slipstream but did not get a Program Data folder in C:\WORK\WIM. I unmounted and remounted but achieved the same result. Is this an acceptable variation? If not, any idea what I may have done wrong?

Thanks

#57
BigBlack

BigBlack

    Member

  • Members
  • PipPip
  • 10 posts
Hi
I assume the DOS files we are talking about are any additional drivers for hard drives that are not included in WHS. is that correct? Is it possible to include drivers for additional HD controllers like the RocketRaid 3520? I am currently using this to control additional hard drives on my system in JBOD mode not Raid.
I am about to rebuild my WHS as the system disk is failing. Will the slipstream allow me to include these drivers during the install?

Thanks
Jan

#58
Drashna Jaelre (WGS)

Drashna Jaelre (WGS)

    Tinkerer

  • Lead Moderator
  • 12,328 posts
  • Gender:Male
  • Location:San Diego, CA, USA
  • Interests:Computers, Home Server (obviously), math, science, good books, friends
Contributor
The DOS drivers are the textmode drivers for Server 2003 or XP.

#59
BigBlack

BigBlack

    Member

  • Members
  • PipPip
  • 10 posts

The DOS drivers are the textmode drivers for Server 2003 or XP.


Thanks Drashna. Sorry to sound stupid but what are textmode drivers?

Jan

#60
Drashna Jaelre (WGS)

Drashna Jaelre (WGS)

    Tinkerer

  • Lead Moderator
  • 12,328 posts
  • Gender:Male
  • Location:San Diego, CA, USA
  • Interests:Computers, Home Server (obviously), math, science, good books, friends
Contributor
They are meant for the installation, not for installation inside of windows. IIRC




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users


Upgrade to a WGS Supporter Account to remove this ad.