summaryrefslogtreecommitdiff
path: root/usr/src/cmd/boot/installgrub/installgrub.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-209753 installgrub: hard coded partition 0 with GPTToomas Soome1-1/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Approved by: Dan McDonald <danmcd@joyent.com>
2016-08-057274 installgrub get_start_sector() is dereferencing NULL pointerToomas Soome1-2/+5
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Adam Stevko <adam.stevko@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-08-027242 usr/src/cmd/boot build needs cleanupToomas Soome1-84/+3
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-166593 want LBA48 support in grubHans Rosenfeld1-2/+9
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-266579 installgrub efi_alloc_and_read() return value check is faultyToomas Soome1-2/+3
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Robert Mustacchi <rm@joyent.com>
2015-07-286039 installgrub MBR update response check should use locale specific yesexprToomas Soome1-1/+7
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-02-265664 make installgrub more robust, bump grub capability versionHans Rosenfeld1-7/+18
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-205561 support root pools on EFI/GPT partitioned disksHans Rosenfeld1-14/+60
5125 update zpool/libzfs to manage bootable whole disk pools (EFI/GPT labeled disks) Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2012-08-023027 installgrub can segfault when encountering bogus data on diskHans Rosenfeld1-3/+5
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-02-182077 lots of unreachable breaks in illumos gateMilan Jurik1-1/+1
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-07-28PSARC/2010/113 Boot Block Downgrade AvoidanceEnrico Perla - Sun Microsystems1-564/+1178
PSARC/2010/271 EOF and removal of installgrub(1m) floppy support 6944352 prevent downgrading the boot block on update on multi-BE environments 6972371 EOF and removal of installgrub(1m) floppy support [PSARC/2010/271] --HG-- rename : usr/src/cmd/boot/installgrub/floppy.c => usr/src/cmd/boot/installgrub/pcfs_glue.c
2010-03-156932358 installgrub needs to support extended partitions without forcing the ↵Jan Setje-Eilers1-2/+2
use of the -m option
2010-01-156909170 bootadm dumps core during bfuSharath M Srinivasan1-2/+1
2009-12-046894057 cmd format Failed to initialize libfdiskSharath M Srinivasan1-2/+4
2009-09-146880217 installgrub fails to configure GRUB menu for logical/extended partitionVikram Hegde1-62/+93
2009-09-14backout 6841893: breaks sparc buildjmcp1-93/+62
backout 6839215: breaks sparc build backout 6880217: breaks sparc build
2009-09-146880217 installgrub fails to configure GRUB menu for logical/extended partitionVikram Hegde1-62/+93
2009-07-02PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-9/+58
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A" 6824622 Logical device node can't be created in HVM host
2008-12-226787628 Add extended versioning to grub stage2Enrico Perla - Sun Microsystems1-10/+185
2008-12-10backout Extended Partitions project: insufficient testingSuhasini Peddada1-63/+8
2008-12-03PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-8/+63
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A"
2008-09-11PSARC/2008/336 Extended VTOCPrasad Singamsetty1-13/+16
6708609 Support booting on disks > 1TB (phase 1) 6672960 cmlb: default minor nodes for disks > 1TB is not EFI/GPT style 6727240 When a fat32 partition created in the part of the disk after 1TB, block I/O and umount fail
2008-01-076647001 installgrub writes to incorrect partition, leaving system unable to bootsetje1-11/+3
2007-12-046581184 installgrub doesn't work if there is there is a solaris and linux ↵sy258311-15/+53
swap are defined
2005-08-086273535 SUNWgrub* packages have incorrect pkginfo(4) settingsjongkis1-2/+5
6305469 READ_FAIL_STAGE2 in installgrub/message.h contains wrong message 6305481 installgrub miscounts stage2 size in sector by 1 if stage2 size is multiple of 512 6307439 make clobber in usr/src/grub and usr/src/psm/stand/bootblks/ufs/i386 deletes files in proto 6307553 installgrub's output need to be syntax correct
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+659