fix live iso grub, add more blade guide warnings

This commit is contained in:
Jon Sands 2021-11-23 06:05:52 -05:00
parent 77b993afbe
commit 261ce7b9de
5 changed files with 63 additions and 5 deletions

View File

@ -4,7 +4,6 @@ loadfont $prefix/dejavu-bold-16.pf2
loadfont $prefix/dejavu-bold-14.pf2
loadfont $prefix/unicode.pf2
set gfxmode=auto
set iomem=relaxed
insmod all_video
insmod gfxterm
insmod png

View File

@ -0,0 +1,43 @@
source /boot/grub/config.cfg
# Live boot
menuentry "Live system" --hotkey=l {
linux /live/vmlinuz-5.10.0-9-amd64 boot=live components quiet splash iomem=relaxed findiso=${iso_path}
initrd /live/initrd.img-5.10.0-9-amd64
}
menuentry "Live system (fail-safe mode)" {
linux /live/vmlinuz-5.10.0-9-amd64 boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788 iomem=relaxed
initrd /live/initrd.img-5.10.0-9-amd64
}
# Installer (if any)
if @ENABLE_INSTALL_MENU@; then
source /boot/grub/install_start.cfg
submenu 'Advanced install options ...' --hotkey=a {
source /boot/grub/theme.cfg
source /boot/grub/install.cfg
}
fi
submenu 'Utilities...' --hotkey=u {
source /boot/grub/theme.cfg
# Memtest (if any)
if [ "${grub_platform}" = "pc" ] -a @ENABLE_MEMTEST@; then
source /boot/grub/memtest.cfg
fi
# Firmware setup (UEFI)
if [ "${grub_platform}" = "efi" ]; then
menuentry "UEFI Firmware Settings" {
fwsetup
}
fi
}

View File

@ -1,5 +1,4 @@
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
set iomem=relaxed
timeout 50

View File

@ -0,0 +1,12 @@
label live-amd64
menu label ^Live (amd64)
menu default
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live components quiet splash iomem=relaxed
label live-amd64-failsafe
menu label Live (amd64 failsafe)
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788 iomem=relaxed

View File

@ -1,5 +1,11 @@
# H710 D1 For Blades IT Mode Flashing
Continued instructions for flashing the H710 Mini Mono (D1 Revision) for blade servers (M620 etc). You should only continue here after following the [Introduction Page](perc.md). If you haven't done so already, go back.
Continued instructions for flashing the H710 Mini Mono (D1 Revision) for blade servers (M620 etc). You should only continue here after following the [Introduction Page](perc.md). If you haven't done so already, go back.
**NOTE: This section is for Blade Servers only! M620, M820, etc. They look like this:**
![blade](store/perc/blade.jpg)
They are large chassis with multiple server blades inside of them. If you have a regular rackmount server, like an R620 or R720, **do not follow this section**. Go back to the [Introduction Page](perc.md) and follow the appropriate regular guide.
## Verify & SAS
You should still be in the FreeDOS live boot image. Double check you are on the right guide by running the following command again:
@ -12,7 +18,6 @@ Product Name : PERC H710 Mini
ChipRevision : D1
SAS Address : xxxx (will differ)
```
**Note:** The system you are using & flashing should also be a blade model! For instance PERC Minis in an M420, M620, M820 etc. If you're not sure what that means, stop and go back to the [introduction page](perc.md) and get on the right guide.
Next, you need to note the SAS address of the card from the above output so we can program it back later. Take a screenshot of the console, or otherwise note down the address so you can write it back at the end of the guide. It's not a huge deal if you lose it, but it's easiest to program back the original address instead of generating a new one.