Hi, I have installed debian 12.6 successfully on my System76 Serval WS 11 laptop on the first nvme drive that is two terabytes. On the second drive
I have windows 10 pro 64 bits which is also two terabytes and have two
more drives that are four terabytes in size. All drives including the windows drive and the other storage drives are mountable and I can access their data. During the installation grub told me that it can modify the nvram to have grub boot into debian by default but I told it no as I am totally blind and had someone set the uefi boot order so that the windows drive was booted first.
Now when I reboot I hear the grub beep and no
windows option
and os-prober is running as it told me that it could not
detect any other operating systems during installation.
During the installation grub told me that it can modify the
nvram to have grub boot into debian by default but I told it no as I am totally blind and had someone set the uefi boot order so that the windows drive was booted first.
Now when I reboot I hear the grub beep and no
windows option and os-prober is running as it told me that it could not detect any other operating systems during installation. I did some
reading and it appears there is an esp partition that contains the efi
boot files which only exists on the first nvme drive with debian and no windows efi files exist.
During the installation grub told me that it can modify theThat's not exactly how it works. Either you accept to update the NVRAM
nvram to have grub boot into debian by default but I told it no as I am totally blind and had someone set the uefi boot order so that the windows drive was booted first.
Now when I reboot I hear the grub beep and noDo you mean that the Windows drive does not have a EFI partition ? And
windows option and os-prober is running as it told me that it could not detect any other operating systems during installation. I did some
reading and it appears there is an esp partition that contains the efi
boot files which only exists on the first nvme drive with debian and no windows efi files exist.
Hi, I did more checking and found that this system does not support master boot record booting as the two drives are two terabytes and from what I have read that size does not support the master boot record option.
The windows drive does not have an efi partition but the first drive with debian does.
I am now trying to find an accessible way to create a windows bootable usb stick which so far I have not been able to do yet as etcher acts like it is not for this purpose and woeusb is not packaged in debian as pipx install wants the gtk developmentlibraries which were not installed with build-essential.
I had someone look and no windows boot manager exists in the f7 boot menu but it just takes me back to the top of the list of boot drives
Hi, Here is the parted print command for /dev/nvme0n1 the linux drive
Model: Samsung SSD 970 EVO Plus 2TB (nvme)
Disk /dev/nvme0n1: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 boot, esp
2 538MB 1050MB 512MB ext2
3 1050MB 2000GB 1999GB
Model: Samsung SSD 970 EVO Plus 2TB (nvme)
Disk /dev/nvme1n1: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 17.8MB 16.8MB ext4 Microsoft reserved partition msftres
2 17.8MB 1999GB 1999GB ntfs Nick Gawronski's system 76 1 msftdata
3 1999GB 2000GB 724MB ntfs hidden, diag
4 2000GB 2000GB 557MB ntfs Unnamed hidden, diag
It looks like somehow the esp partition got it's type changed to the
ext4 partition type
Date: Fri, 25 Oct 2024 08:53:17 +0200
From: Pascal Hambourg <[email protected]>
To: Nick Gawronski <[email protected]>, [email protected] Subject: Re: major booting issues for a totally blind user trying to boot
debian 12.6 and windows 10 pro 64 bits on different drives with uefi
booting
On 25/10/2024 at 00:21, Nick Gawronski wrote:
Hi, I did more checking and found that this system does not support master >> boot record booting as the two drives are two terabytes and from what I
have read that size does not support the master boot record option.
DOS/MBR partition table format supports up to 2 TiB (2.2TB) on drives with 512-byte logical sectors (and 16TiB on native "Advanced Format" drives with 4096-byte logical sectors). So it supports 2TB drives.
Also, the partition table format (DOS/MBR or GPT) must not be confused with the boot mode (legacy/BIOS or EFI). It is Windows which only supports legacy/BIOS boot on DOS/MBR or EFI boot on GPT. GRUB and Linux do not have such limitation.
The windows drive does not have an efi partition but the first drive with
debian does.
Can you post the partition tables of both drives shown by fdisk -l or parted -l ?
Was the first drive present and did it already have a EFI partition when Windows was installed on the second drive ?
I am now trying to find an accessible way to create a windows bootable usb >> stick which so far I have not been able to do yet as etcher acts like it is >> not for this purpose and woeusb is not packaged in debian as pipx install
wants the gtk development libraries which were not installed with
build-essential.
All I know is that Windows ISO images are not "hybrid" and cannot just be written "as is" on a USB stick. Microsoft provides a tool to create a bootable USB stick from a Windows ISO image but it runs only on Windows.
I had someone look and no windows boot manager exists in the f7 boot menu
but it just takes me back to the top of the list of boot drives
Is the Windows drive present in the list of boot drives ? If yes, what happens when you select it ?
On 25/10/2024 at 22:03, [email protected] wrote:
Hi, Here is the parted print command for /dev/nvme0n1 the linux drive
Model: Samsung SSD 970 EVO Plus 2TB (nvme)
Disk /dev/nvme0n1: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 boot, esp
2 538MB 1050MB 512MB ext2
3 1050MB 2000GB 1999GB
Model: Samsung SSD 970 EVO Plus 2TB (nvme)
Disk /dev/nvme1n1: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 17.8MB 16.8MB ext4 Microsoft reserved
partition msftres
2 17.8MB 1999GB 1999GB ntfs Nick Gawronski's system
76 1 msftdata
3 1999GB 2000GB 724MB ntfs hidden, diag
4 2000GB 2000GB 557MB ntfs Unnamed hidden, diag
It looks like somehow the esp partition got it's type changed to
the ext4 partition type
No, partition 1 is too small for a ESP. As indicated by the name and
flag, it is a MSR (Microsoft Reserved Partition). It is not supposed
to have any filesystem.
My only guess is that for some reason Windows' ESP was on the other
drive and was deleted when you installed Debian on the entire drive.
You need to reinstall Windows Boot Manager in the new ESP with a
Windows install/repair medium. I do not know if there is another way,
e.g. by manually copying specific files to /EFI/Microsoft in the ESP.
(...) now I am able to boot into both
windows and debian just fine on different drives.
What installer logThe partitioning log is in /var/log/installer/partman. It shows the
file on the debian system can I post to the list so someone can see
exactly what I may have done to mess this system up so only debian would
boot at first?
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 11:59:21 |
| Calls: | 12,100 |
| Files: | 15,003 |
| Messages: | 6,517,995 |