-
Fototrend
Linux kezdőknek - érdemes beleolvasni, mielőtt kérdezel
Új hozzászólás Aktív témák
-
csixy
addikt
válasz
ubyegon2 #70783 üzenetére
Na ezt a partíciós táblát már most nem értem, de így hagyom, mert működik. Az MBR-nek hybridnek kellene lenni ,s nem protectivnek és a 0xEE-nek 1-től 2047-es szektorig kellene tartania. Gondolom, hogy ez blokkolósdi veszélye. Egy h betűs akcióval helyre lehetne hozni gdiskkel, de nem nyúlok bele, mert félek, hogy elrontom a belakott jól működő rosszul configolt partíciós táblájú rendszert. Reménykedem, hogy a Legacy nem rondít bele a GPT rendszerbe és csak a swapot, meg a két ext4-es partíciót fogja kezelgetni.
[noki@no-kipc ~]$ sudo gdisk /dev/sdb
[sudo] noki jelszava:
GPT fdisk (gdisk) version 1.0.4
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): r
Recovery/transformation command (? for help): p
Disk /dev/sdb: 488397168 sectors, 232.9 GiB
Model: Disk
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 3342A4F5-BD19-4286-B229-DA231F69C3CF
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 488397134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2349 sectors (1.1 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 16779263 8.0 GiB 8200
2 16779264 251660287 112.0 GiB 8300
3 251660288 486541311 112.0 GiB 8300
4 486541312 488396799 906.0 MiB EF00
Recovery/transformation command (? for help): o
Disk size is 488397168 sectors (232.9 GiB)
MBR disk identifier: 0xA60A1D89
MBR partitions:
Number Boot Start Sector End Sector Status Code
1 1 488397167 primary 0xEE
Recovery/transformation command (? for help): q
[noki@no-kipc ~]$De mégiscsak megcsináltam, mert ezt a desznóságot nem hagyhattam úgy. Remélem hogy újraindítás után is fog mindenhogy menni.
[noki@no-kipc ~]$ sudo gdisk /dev/sdb
[sudo] noki jelszava:
GPT fdisk (gdisk) version 1.0.4
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): r
Recovery/transformation command (? for help): p
Disk /dev/sdb: 488397168 sectors, 232.9 GiB
Model: Disk
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 3342A4F5-BD19-4286-B229-DA231F69C3CF
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 488397134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2349 sectors (1.1 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 16779263 8.0 GiB 8200
2 16779264 251660287 112.0 GiB 8300
3 251660288 486541311 112.0 GiB 8300
4 486541312 488396799 906.0 MiB EF00
Recovery/transformation command (? for help): h
WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
just hit the Enter key at the below prompt and your MBR partition table will
be untouched.
Type from one to three GPT partition numbers, separated by spaces, to be
added to the hybrid MBR, in sequence: 1 2 3
Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
Creating entry for GPT partition #1 (MBR partition #2)
Enter an MBR hex code (default 82): 82
Set the bootable flag? (Y/N): n
Creating entry for GPT partition #2 (MBR partition #3)
Enter an MBR hex code (default 83): 83
Set the bootable flag? (Y/N): y
Creating entry for GPT partition #3 (MBR partition #4)
Enter an MBR hex code (default 83): 83
Set the bootable flag? (Y/N): n
Recovery/transformation command (? for help): o
Disk size is 488397168 sectors (232.9 GiB)
MBR disk identifier: 0xA60A1D89
MBR partitions:
Number Boot Start Sector End Sector Status Code
1 1 2047 primary 0xEE
2 2048 16779263 primary 0x82
3 * 16779264 251660287 primary 0x83
4 251660288 486541311 primary 0x83
Recovery/transformation command (? for help): w
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!
Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/sdb.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
[noki@no-kipc ~]$[noki@no-kipc ~]$ sudo gdisk /dev/sdb
[sudo] noki jelszava:
GPT fdisk (gdisk) version 1.0.4
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
Command (? for help): r
Recovery/transformation command (? for help): p
Disk /dev/sdb: 488397168 sectors, 232.9 GiB
Model: Disk
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 3342A4F5-BD19-4286-B229-DA231F69C3CF
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 488397134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2349 sectors (1.1 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 16779263 8.0 GiB 8200
2 16779264 251660287 112.0 GiB 8300
3 251660288 486541311 112.0 GiB 8300
4 486541312 488396799 906.0 MiB EF00
Recovery/transformation command (? for help): o
Disk size is 488397168 sectors (232.9 GiB)
MBR disk identifier: 0xA60A1D89
MBR partitions:
Number Boot Start Sector End Sector Status Code
1 1 2047 primary 0xEE
2 2048 16779263 primary 0x82
3 * 16779264 251660287 primary 0x83
4 251660288 486541311 primary 0x83
Recovery/transformation command (? for help): q
[noki@no-kipc ~]$ -
csixy
addikt
válasz
ubyegon2 #70783 üzenetére
Nos bennem továbbra is vájkál egy kérdés. Nem-e az a baj oka, hogy azoknál a flancos notiknál másképp van a boot, mint az egyszerű mezeieknél? Ha én egy futottak még kategóriáju notin bootolok egy disztró telepítőt, akkor a boot lehetőségeknél mondjuk F9-re, vagy ESC-re az alsó sorokban találom a Legacy boot lehetőséget és erre tükrösen szimmetrikusan felül fog megjelenni az UEFI boot lehetőség ugyanannál a disztrónál. Ha a legacy bootot indítom, akkor a telepítés során Legacyul gondolkodom és cselekszem, ha ellenberg a felső UEFI boot lehetőséget választom, akkor a telelepítés során EFI térben jár az agyam. A flancos notiknál is így van ez, vagy a nagy user kiszolgálás jegyében emiatt könnyen eltévedhet a felhasználó és azt sem tudja, hogy hol jár, ha rossz sort indít?
-
#63718632
törölt tag
válasz
ubyegon2 #70783 üzenetére
Az Antergos volt nálam az a rendszer, ami sosem működött normálisan. Hiába több féle konfigon próbáltam. A Chnci állandóan összef.......ta magát.
Az Endeavour-nek van saját frissítés kezelője, de még köhög. Nem is nagyon győzött meg. Sőt a többi Arch klón sem. ArchLabs-ból szoktam építkezni, az le is fedi az igényeimet.
Új hozzászólás Aktív témák
A topik célja: Segítségnyújtás a Linux disztribúciókkal még csak ismerkedők számára. A szerveres kérdések nem ebbe a topicba tartoznak.
Kérdés előtt olvasd el a topik összefoglalóját!
Haladó Linuxos kérdések topikja.
Linux felhasználók OFF topikja
Milyen program ami... [link]
Shell script kérdésekkel látogassatok el a topikjába
- Vélemény Ubuntu 20.04 LTS
- Vélemény Linux Mint Debian Edition 4
- Tudástár MX-Linux 19
- Bemutató Linux a mindennapokban: Manjaro KDE
- Bemutató Linux a mindennapokban
- Hír Zöld utat adott a nyílt forráskódú Linux meghajtóknak az NVIDIA
- Hír A Steam Play hozza el a Windowsra írt játékokat Linuxra
- Hír Hova jut a világ? Linuxot kínál a Windows Store!
- Eladó Steam kulcsok kedvező áron!
- Microsoft licencek KIVÉTELES ÁRON AZONNAL - UTALÁSSAL IS AUTOMATIKUS KÉZBESÍTÉS - Windows és Office
- Játékkulcsok olcsón: Steam, Uplay, GoG, Origin, Xbox, PS stb.
- Gyermek PC játékok
- ROBUX ÁRON ALUL - VÁSÁROLJ ROBLOX ROBUXOT MÉG MA, ELKÉPESZTŐ KEDVEZMÉNNYEL (Bármilyen platformra)
- Samsung Galaxy S25 Ultra 1TB, Kártyafüggetlen, 1 Év Garanciával
- DUPLA XEON GOLD 6134!!! HP Z8 G4 LEGNAGYOBB WORKSTATION 64GB 2x8 mag 2x16 szál gamer, szerver, munka
- BESZÁMÍTÁS! ASRock B85M Pro4 B85 chipset alaplap garanciával hibátlan működéssel
- BESZÁMÍTÁS! ASROCK H310CM i5 8400 16GB DDR4 256GB SSD 1TB HDD GTX 1060 3GB Rampage SHIVA TT 500W
- 10% -tól elvihető.Országosan a legjobb BANKMENTES részletfizetési konstrukció! ACER PREDATOR HELIOS
Állásajánlatok
Cég: Promenade Publishing House Kft.
Város: Budapest
Cég: CAMERA-PRO Hungary Kft
Város: Budapest