Valutazione discussione:
  • 0 voto(i) - 0 media
  • 1
  • 2
  • 3
  • 4
  • 5
  Condividi: Facebook Twitter
Avviare la iso dal grub ( senza usb, dvd, ecc. )
#13
da terminale :


Codice:
[roberto@localhost ~]$ cat /etc/grub.d/40_custom
menuentry "MIA_ISO"  {
set isofile="/pclinuxos-2022-08-23.iso"
set root='hd0,10'
loopback loop /$isofile
linux (loop)/isolinux/vmlinuz root=(loop) bootfromiso=/$isofile livecd=livecd
initrd (loop)/isolinux/initrd.gz
}#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
[roberto@localhost ~]$
Cita messaggio


Messaggi in questa discussione
RE: Avviare la iso dal grub ( senza usb, dvd, ecc. ) - da cozzi.r16 - 25/08/2022, 17:19

Vai al forum:


Utenti che stanno guardando questa discussione: 1 Ospite(i)