- ❯ sudo cat /etc/grub.d/40_custom
- Пароль:
- echo menuentry "HBCD" {
- echo set root='(hd2,1)'
- echo insmod part_msdos
- echo insmod ntfs
- echo insmod ntldr
- # echo drivemap -s '(hd2)' ${root}
- echo ntldr /BOOTMGR
- echo }
❯ sudo cat /etc/grub.d/40_custom Пароль: echo menuentry "HBCD" { echo set root='(hd2,1)' echo insmod part_msdos echo insmod ntfs echo insmod ntldr # echo drivemap -s '(hd2)' ${root} echo ntldr /BOOTMGR echo }