Debian/Ubuntu: Increase the boot pool to 1G
This helps if the user has snapshots. Additionally, 1G is the expected size that the Ubuntu installer will use.
parent
c485e161bc
commit
bc72d6402b
|
@ -103,7 +103,7 @@ If you have a second system, using SSH to access the target system can be conven
|
||||||
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Run this for the boot pool:
|
Run this for the boot pool:
|
||||||
# sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Run this for the root pool:
|
Run this for the root pool:
|
||||||
# sgdisk -n4:0:0 -t4:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n4:0:0 -t4:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
|
@ -80,7 +80,7 @@ If you have a second system, using SSH to access the target system can be conven
|
||||||
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Run this for the boot pool:
|
Run this for the boot pool:
|
||||||
# sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Choose one of the following options:
|
Choose one of the following options:
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@ If you have a second system, using SSH to access the target system can be conven
|
||||||
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Run this for the boot pool:
|
Run this for the boot pool:
|
||||||
# sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Choose one of the following options:
|
Choose one of the following options:
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ If you have a second system, using SSH to access the target system can be conven
|
||||||
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Run this for the boot pool:
|
Run this for the boot pool:
|
||||||
# sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
# sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1
|
||||||
|
|
||||||
Choose one of the following options:
|
Choose one of the following options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue