This is documentation when I need to reinstall windows 11, because of nvme damage (overheat). It is Axioo 5 hype X6 with Ryzen 6600h. It has windows 11 installed, and this laptop does have ethernet port.
Download ISO should I download
- 25h2: shift+f10 keyboard input has been disabled (download from archive.org/)
- 24h2: shift+f10 keyboard input has been disabled (download from archive.org/)
I did not try 23h2 version, it will take more time to install and laptop must be ready for studying.
During installation shift+f10 will bypass network configuration, you have to run
oobe\bypassnro
after terminal. it will restart installation.
If you want to use 25h2 and 24h2, download the driver from laptop provider website. in my case download from driver.axiooworld.com, just network driver, others can be installed at the end of windows 11 installation. If you want to use only Windows skip step below, and go to part 2 installation windows.
This below instruction uses other pc/laptop to prepare nvme disk.
Optional but recommended for dual OS, create EFI System partition (ESP) for new nvme, the minimum size is 500MB. this is step on debian using gparted.
Put a nvme, into nvme ssd/nvme external usb, and connect it your laptop.
Check your nvme
# dmesg
...
[ 262.395926] scsi 0:0:0:0: Direct-Access ADATA LE GEND 710 0213 PQ: 0 ANSI: 6
[ 262.397870] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 262.398189] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
...
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 238.5G 0 disk
# fdisk -l
...
Disk /dev/sda: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: GEND 710
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
this is mount point /dev/sda.
I use this schema
- 500 MB ESP (FAT32 Flag boot and esp)
- 120 GB Windows system (NTFS)
- 30 GB Data Windows (NTFS
- 80 GB Debian / (ext4)
- 4 GB swap (swap)
To use GParted to create partition on nvme (Be careful not select wrong disk)
- Open GParted
- Select Gparted -> devices -> /dev/sda, If it a new device (never use), you need to create parititon table, Device -> Create partition table
- select unallocated, and create EFI System Partition (ESP) for boot loader
File System: FAT32
Size: At least 300 MiB (recommended 500 MiB for future needs)
Label: Optional, but you can name it "EFI". - Apply all operation
- Now you can manage flag for ESP, select partition EFI,right click -> Manage Flags -> check boot and esp
Note: if you try to create new partition in brand new nvme (never used), it will reported No Partition table found, it is really a new device.
Just, to create the partition, the Adata legend 710 heat sink feel a bit warmer.
You can not download windows 11 multi iso from windows https://www.microsoft.com/en-us/software-download/windows11. You can continue with windows 11 installation, it will put boot loader in EFI system partition (ESP) and next you want to install Debian.