IBM 86884RX Installation Guide - Page 93

select dd, clean, DiskPart Version 1.0

Page 93 highlights

2. Invoke the EFI shell from the Boot Manager menu. Change to the device where the diskpart utility is (for example, CD-ROM or USB memory key) and run it. A DiskPart prompt appears, similar to the following: DiskPart Version 1.0 Based on EFI core release Version 1.2.1.0 DiskPart> 3. Issue the following commands as shown in Figure 4-6: list List all the disks in the system that can be deleted. select dd Select the disk you will delete. clean Erase the contents of the selected disk. Confirm the action as prompted. exit Exit the console and return to the EFI shell. The overall process is shown in Figure 4-6. DiskPart Version 1.0 Based on EFI core release Version 1.2.1.0 DiskPart> list ### BlkSize BlkCount 0 200 10BC001 DiskPart> select 0 Selected Disk = 0 DiskPart> clean About to CLEAN (DESTROY) disk 0, are you SURE [y/n]? CLEAN>> y If you are REALLY SURE, type '$C' CLEAN>> $C DiskPart> exit Exiting.... Figure 4-6 Diskpart commands to erase a disk The described procedure can be used to delete both the MBR and GPT disks. Tip: The hard drive partitioning utility DISKPART.EFI may be used also to create the disk partitions, but to do this we recommend using tools available during or after operating system installation. Chapter 4. Installation 79

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160

Chapter 4. Installation
79
2.
Invoke the EFI shell from the Boot Manager menu. Change to the device
where the diskpart utility is (for example, CD-ROM or USB memory key) and
run it. A DiskPart prompt appears, similar to the following:
DiskPart Version 1.0
Based on EFI core release Version 1.2.1.0
DiskPart>
3.
Issue the following commands as shown in Figure 4-6:
list
List all the disks in the system that can be deleted.
select dd
Select the disk you will delete.
clean
Erase the contents of the selected disk. Confirm the action as
prompted.
exit
Exit the console and return to the EFI shell.
The overall process is shown in Figure 4-6.
Figure 4-6
Diskpart commands to erase a disk
The described procedure can be used to delete both the MBR and GPT disks.
DiskPart Version 1.0
Based on EFI core release Version 1.2.1.0
DiskPart>
list
###
BlkSize
BlkCount
---
-------
----------------
0
200
10BC001
DiskPart>
select 0
Selected Disk =
0
DiskPart>
clean
About to CLEAN (DESTROY) disk 0, are you SURE [y/n]?
CLEAN>>
y
If you are REALLY SURE, type '$C'
CLEAN>>
$C
DiskPart>
exit
Exiting
....
Tip:
The hard drive partitioning utility DISKPART.EFI may be used also to
create the disk partitions, but to do this we recommend using tools available
during or after operating system installation.