Valutazione discussione:
  • 0 voto(i) - 0 media
  • 1
  • 2
  • 3
  • 4
  • 5
  Condividi: Facebook Twitter
[RISOLTO] avviare pendrive da grub2
#1
ho la necessità di avviare diverse pendrive da grub2 senza dover ogni volta modificare il bios
ho provato 
Codice:
menuentry "-   Pendrive_2" {
set root=(hd2,1)
chainloader +1
}

menuentry "- Pendrive" {
set root=(hd1,1)
chainloader +1
}
 ma nulla...
....disco "hd1,1" (o hd1,2 o hd2,1 ...) non trovato

questo lo fdisk con due pendrive collegate... 
Codice:
[root@localhost root]# fdisk -l
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes


Disk /dev/sda: 59.63 GiB, 64023257088 bytes, 125045424 sectors
Disk model: INDMEM SSD M.2 2
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 1048576 bytes
Disklabel type: gpt
Disk identifier: 7AD74861-E0AC-11EE-A527-F5987635564A

Device         Start       End  Sectors  Size Type
/dev/sda1       2048    923647   921600  450M Windows recovery environment
/dev/sda2     923648   1128447   204800  100M EFI System
/dev/sda3    1128448   1161215    32768   16M Microsoft reserved
/dev/sda4    1161216  31881215 30720000 14.6G Microsoft basic data
/dev/sda5   31881216  60553215 28672000 13.7G Linux filesystem
/dev/sda6   60553216  98420735 37867520 18.1G Linux filesystem
/dev/sda7   98420736 118900735 20480000  9.8G Linux filesystem
/dev/sda8  118900736 125044735  6144000  2.9G Linux filesystem


Disk /dev/loop1: 2.18 GiB, 2345664512 bytes, 4581376 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 1048576 bytes
Disklabel type: dos
Disk identifier: 0x6b8b4567

Device       Boot Start     End Sectors  Size Id Type
/dev/loop1p1 *        0 4581375 4581376  2.2G  0 Empty
/dev/loop1p2        156   14491   14336    7M ef EFI (FAT-12/16/32)


Disk /dev/loop2: 2.13 GiB, 2289635328 bytes, 4471944 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 1048576 bytes


Disk /dev/sdc: 14.32 GiB, 15376318464 bytes, 30031872 sectors
Disk model:  SanDisk 3.2Gen1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 1048576 bytes
Disklabel type: gpt
Disk identifier: 9AAFC2A7-83C7-6C29-C546-44F5F75A37AC

Device        Start      End  Sectors  Size Type
/dev/sdc1      2048 29966295 29964248 14.3G Microsoft basic data
/dev/sdc2  29966296 30031831    65536   32M Microsoft basic data


Disk /dev/sdd: 14.32 GiB, 15376318464 bytes, 30031872 sectors
Disk model:  SanDisk 3.2Gen1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 1048576 bytes
Disklabel type: dos
Disk identifier: 0x3e709bf3

Device     Boot    Start      End  Sectors  Size Id Type
/dev/sdd1  *        2048 29966335 29964288 14.3G  7 HPFS/NTFS/exFAT
/dev/sdd2       29966336 30031871    65536   32M ef EFI (FAT-12/16/32)
[root@localhost root]#
PCLinuxOs Mate
000010  PCLinuxOs Kde-darkstar con de Mate
Ubuntu Mate 18.04
Cita messaggio


Messaggi in questa discussione
[RISOLTO] avviare pendrive da grub2 - da nik57 - 04/04/2024, 10:28
RE: avviare pendrive da grub2 - da footstep11 - 09/04/2024, 10:47
RE: avviare pendrive da grub2 - da nik57 - 09/04/2024, 12:34
RE: avviare pendrive da grub2 - da dxgiusti - 10/04/2024, 09:26
RE: avviare pendrive da grub2 - da nik57 - 10/04/2024, 13:30
RE: avviare pendrive da grub2 - da dxgiusti - 10/04/2024, 17:22
RE: avviare pendrive da grub2 - da nik57 - 10/04/2024, 18:52
RE: avviare pendrive da grub2 - da nik57 - 18/04/2024, 17:25

Vai al forum:


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