Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

system reserved partition drive letter

Featured Replies

has anyone found a way to get the system reserved partition to create w/o assigning a drive letter to it?

I'm trying to get the install so that it looks like a standard windows install and cannot for the life of me figure this out.

I've even tried this on the volume - in the pre and post configuration.

diskpart

sel disk 0

sel vol 1

attributes vol set nodefaultdriveletter

  • Author

I'm using an answer file, and then capturing the image with gimagex.

I've only been capturing the windows partition.

  • Author

I'm using imagex to do the deploy.

here's how I'm doing it

- boot into winpe

- map drive

- run diskpart script - standard script from microsoft

select disk 0

clean

create partition primary size=300

select partition 1

format fs=ntfs label="System Reserved"

assign letter=S

active

create partition primary size=102400

select partition 2

format fs=ntfs label="Windows" quick

assign letter=W

active

exit

- Then apply the wim file to the windows partition

imagex /apply f:\2008r2\2008r2ent.wim 1 w:\

- Then run these commands to make the device bootable

bcdboot w:\windows /s w:

bootsect /nt60 w:

after that re-boot and off I go.

  • Author

I took out the drive letter for the system reserved and it's still assigning one on bootup.

it's just strange that diskpart script is right from microsoft.

the w: drive changes to c: on bootup.

  • Author

yes the image is.

I only capture the windows partition not the system reserved partition, I'm thinking about doing that next and then recreating the boot files.

I've also tried not assigning a drive through diskpart and the drive is still getting created.

change your line:

create partition primary size=300

to:

create partition msr size=300

The MSR setting is only used in a GPT type format. The user's posted diskpart script does not mention switching to GPT mode. I'm fairly certain that Diskpart is smart enough to throw an error if you try to make an MSR partition on an MBR disk.

You right this is only for GPT and don't work with MBR.

So i guess while the Windows Setup create the system reserved it also set a new registry setting for the new Windows installation, that prevents a drive letter.

cheers.gif

  • Author

I actually tried something today

- imaged a 2008r2 device

- removed the drive letter

- rebooted

- boots no problem.

no idea why this is adding a drive letter.

  • Author

I'm going to add this to my startup script

rem remove system reserved drive letter

diskpart /s removehiddent.txt

removehidden.txt has the following lines in it..

SEL VOL 0

REMOVE LETTER=D

Where d: is the drive that always gets assigned to the system reserved partition.

It's got to be something sysprep / winpe is doing because when I boot off my winpe cd I see two drive letters.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.