I am using an USB stick as installation media, when I get to the automatic partitioning I am told that there is no available space
more infos
/dev/sda1 fat32 HPDOCS 7,81 GiB /dev/sda2 7,81GiB label=boot, lba unallocated 450,15 GiB
from Gparted any help
Hi Antonio I UEFI-installed f23 on an HP Elite Book Folio 1040 and no problem whatsoever using the following kickstart-file:
<quote>
#version=DEVEL # Install OS instead of upgrade install # X Window System configuration information xconfig --startxonboot
# Use network installation url --url="http://mirror.switch.ch/ftp/mirror/fedora/linux/releases/23/Server/x86_64/os..." # Network information network --bootproto=dhcp --hostname=myhost.lan # System authorization information auth --useshadow --passalgo=md5 --enableldap --enableldapauth --ldapserver=ldapadmin.mydomain.com --ldapbasedn=ou=pam-ldap,dc=mydomain,dc=com --ldaploadcacert=http://www.url.abc./downloads/cacert.pem # Use graphical install graphical firstboot --disable # System services services --enabled="chronyd" # Firewall configuration firewall --disabled group --name=vboxadmin group --name=disk # Keyboard layouts keyboard --vckeymap=sg --xlayouts='ch (de_nodeadkeys)' # System language lang en_US.UTF-8
ignoredisk --only-use=sda # Root password rootpw --iscrypted alkdfjödfkjadöflakjdföalkjasföl # SELinux configuration selinux --disabled # System timezone timezone Europe/Zurich --isUtc user --groups=wheel,vboxadmin,disk --homedir=/home/myuser --name=myuser --password=öaldkfjadöflkajdföladfjöaldfkjaöldfjkaöldfjkaöldfjaldfjalkdfjaldfjkaöldfjaöldfjkl--iscrypted --uid=1111 --gid=1000 # System bootloader configuration bootloader --location=mbr --timeout=5 --boot-drive=sda # Partition clearing information clearpart --none --initlabel # Disk partitioning information part /boot/efi --onpart=sda1 part swap --fstype="swap" --onpart=sda3 part /data --fstype="xfs" --onpart=sda4 --noformat part / --fstype="xfs" --onpart=sda2
%packages chrony sssd sssd-client tar -sendmail
%end
%addon com_redhat_kdump --disable --reserve-mb=128 %end </quote>
all the best
suomi
On 12/26/2015 07:08 PM, Antonio M wrote:
I am using an USB stick as installation media, when I get to the automatic partitioning I am told that there is no available space
more infos
/dev/sda1 fat32 HPDOCS 7,81 GiB /dev/sda2 7,81GiB label=boot, lba unallocated 450,15 GiB
from Gparted
any help
Antonio Montagnani Skype : amontag52
Linux Fedora 23 (Workstation) inviato da Gmail
On Sat, Dec 26, 2015 at 11:08 AM, Antonio M antonio.montagnani@gmail.com wrote:
I am using an USB stick as installation media, when I get to the automatic partitioning I am told that there is no available space
more infos
/dev/sda1 fat32 HPDOCS 7,81 GiB /dev/sda2 7,81GiB label=boot, lba unallocated 450,15 GiB
from Gparted
any help
Can you get to a shell and post the output from 'parted /dev/sdX u s p' for the drive that you want to install to? Chances are that's sda, but could be something else.
Also a screen shot or cell phone photo of where you're at in the installer when you see this message could be helpful. And another would be to post /tmp/program.log and /tmp/storage.log somewhere. Those are created by the installer and are tossed at reboot if the installation didn't succeed, so you'd need to reproduce the problem to get those logs again.
/dev/sda1 2048 1fdisk -l Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x8bb03702
Dispositivo Avvio Start Fine Settori Size Id Tipo /dev/sda1 2048 16371711 16369664 7.8G b W95 FAT32 /dev/sda2 * 16371712 32741375 16369664 7.8G c W95 FAT32 (LBA) /dev/sda3 32741376 976773167 944031792 450.2G 83 Linux
2015-12-26 21:53 GMT+01:00 Chris Murphy lists@colorremedies.com:
On Sat, Dec 26, 2015 at 11:08 AM, Antonio M antonio.montagnani@gmail.com wrote:
I am using an USB stick as installation media, when I get to the
automatic
partitioning I am told that there is no available space
more infos
/dev/sda1 fat32 HPDOCS 7,81 GiB /dev/sda2 7,81GiB label=boot, lba unallocated 450,15 GiB
from Gparted
any help
Can you get to a shell and post the output from 'parted /dev/sdX u s p' for the drive that you want to install to? Chances are that's sda, but could be something else.
Also a screen shot or cell phone photo of where you're at in the installer when you see this message could be helpful. And another would be to post /tmp/program.log and /tmp/storage.log somewhere. Those are created by the installer and are tossed at reboot if the installation didn't succeed, so you'd need to reproduce the problem to get those logs again.
-- Chris Murphy -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On Sun, 2015-12-27 at 08:48 +0100, Antonio M wrote:
/dev/sda1 2048 1fdisk -l
If you're using fdisk you're using a BIOS partition table. Depending on UEFI settings, you need a GPT partition table.
The Fedora installer detects UEFI, and then decides to use a GPT partition table, and look for space.
I've had that on a work laptop (also an HP). You can try to disable secure boot in the UEFI screen, or you can try and tell the USB stick to treat the laptop like a BIOS machine.
The problem is that changing those settings now will break the existing Windows install.
I can't remember the exact setting, but Fedora USB sticks have a valid Secure Boot partition, so the laptop boots from that valid partition, and enables Secure Boot. From that point on, you need a GPT disk.
Once upon a time, Berend De Schouwer berend.de.schouwer@gmail.com said:
If you're using fdisk you're using a BIOS partition table. Depending on UEFI settings, you need a GPT partition table.
Modern Linux fdisk can also create/manage GPT disks.
I've had that on a work laptop (also an HP). You can try to disable secure boot in the UEFI screen, or you can try and tell the USB stick to treat the laptop like a BIOS machine. The problem is that changing those settings now will break the existing Windows install.
Hi On a recent laptop, Asus X751L, I disabled secure boot. It didn't break windows8 install (to keep warranty) at all.
Allegedly, on or about 28 December 2015, maderios sent:
On a recent laptop, Asus X751L, I disabled secure boot. It didn't break windows8 install (to keep warranty) at all.
Not very "secure" then...
On 2015-12-28 08:14, maderios wrote:
I've had that on a work laptop (also an HP). You can try to disable secure boot in the UEFI screen, or you can try and tell the USB stick to treat the laptop like a BIOS machine. The problem is that changing those settings now will break the existing Windows install.
Hi On a recent laptop, Asus X751L, I disabled secure boot. It didn't break windows8 install (to keep warranty) at all.
Three laptops installed Fedora dual boot with UEFI and F21 and F23 without Windows.
All KDE from USB stick. As the partition table has no Windows OS on it, why not just wipe the whole thing and start from scratch. Let the installer partition the drive as needed or manually partition.
Linux works great with GPT (had issues with a SSD though) on spinning disks. Used it on all newly formatted disks on all my machines. Use gdisk instead of fdisk.
Installed F23 KDE on a machine yesterday (twice) with no issues. Wiped all partitions and created all new partitions manually (hate LVM). Installed the second time due to no encryption the first time.
It was very fast as we didn't start till after supper.
Just make sure to create the EFI partition if you partition manually.
funny as I wrote the original post about installation of Fedora on a HP with no O.S. and now it has moved to the fact that Windows installation was not broken....
2015-12-29 7:08 GMT+01:00 Robin Laing MeSat@telusplanet.net:
On 2015-12-28 08:14, maderios wrote:
I've had that on a work laptop (also an HP). You can try to disable
secure boot in the UEFI screen, or you can try and tell the USB stick to treat the laptop like a BIOS machine. The problem is that changing those settings now will break the existing Windows install.
Hi
On a recent laptop, Asus X751L, I disabled secure boot. It didn't break windows8 install (to keep warranty) at all.
Three laptops installed Fedora dual boot with UEFI and F21 and F23 without Windows.
All KDE from USB stick. As the partition table has no Windows OS on it, why not just wipe the whole thing and start from scratch. Let the installer partition the drive as needed or manually partition.
Linux works great with GPT (had issues with a SSD though) on spinning disks. Used it on all newly formatted disks on all my machines. Use gdisk instead of fdisk.
Installed F23 KDE on a machine yesterday (twice) with no issues. Wiped all partitions and created all new partitions manually (hate LVM). Installed the second time due to no encryption the first time.
It was very fast as we didn't start till after supper.
Just make sure to create the EFI partition if you partition manually.
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On Sun, Dec 27, 2015 at 12:48 AM, Antonio M antonio.montagnani@gmail.com wrote:
/dev/sda1 2048 1fdisk -l Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x8bb03702
Dispositivo Avvio Start Fine Settori Size Id Tipo /dev/sda1 2048 16371711 16369664 7.8G b W95 FAT32 /dev/sda2 * 16371712 32741375 16369664 7.8G c W95 FAT32 (LBA) /dev/sda3 32741376 976773167 944031792 450.2G 83 Linux
1. This is an MBR partitioned system. 2. It has a 3rd partition, the type code is 83 (linux), so something created that. There is no free space. 3. Why do you think this is a UEFI system? If you boot the install media, what results do you get for 'efibootmgr' ? 4. This is an unusual installation of Windows because the first two partitions are identically sized, and are reported as FAT32 with type codes 0B and 0C, rather than type code 07 NTFS. Also 7.8G is much larger than a typical Windows system volume, and is also much smaller than a typical Windows boot volume.
So this makes me wonder if sda3, 450G is actually Windows, and somehow accidentally its type code got changed. You can use 'blkid' to find out what the actual file system is on that partition. If it's NTFS, then the type code is wrong and it needs to be changed to 07.
But the main issue here is whether the system really is UEFI. And if Windows came pre-loaded or not. If it's UEFI, then the CSM-BIOS has been enabled (presents a faux legacy BIOS to the OS) because the Windows installer only uses MBR on systems with BIOS. It only uses GPT on systems with UEFI. Therfore the fact this system has an MBR partitioned disk means the firmware is presenting BIOS to the installer environment.