timeu

ironic_virtual_media

Jul 22nd, 2021 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ./boot
  2. ./boot/grub
  3. ./boot/grub/efiboot.img
  4. ./boot.catalog
  5. ./EFI
  6. ./EFI/redhat
  7. ./EFI/redhat/grub.cfg
  8. ./initrd
  9. ./vmlinuz
  10.  
  11. [[dev]root@oc-ctl-0 backup.iso]# cat ./EFI/redhat/grub.cfg
  12. set default=0
  13. set timeout=5
  14. set hidden_timeout_quiet=false
  15.  
  16. menuentry "boot_partition" {
  17. linuxefi /vmlinuz nofb nomodeset vga=normal ipa-api-url=http://10.100.72.6:6385 BOOTIF=08:94:ef:71:c1:aa --
  18. initrdefi /initrd
  19. }
Add Comment
Please, Sign In to add comment