Jor*_*ren 5 installation partitioning dual-boot 13.04
我有一台预装了 Windows7 的 HP EliteBook 8570w。当我尝试从磁盘或 USB 记忆棒安装 ubuntu 时,它会跳过第三步,我根本看不到任何分区:

的输出sudo fdisk -lu:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 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
Disk identifier: 0xb760cea1
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 616447 307200 7 HPFS/NTFS/exFAT
/dev/sda2 616448 210339044 104861298+ 7 HPFS/NTFS/exFAT
/dev/sda3 210339840 959995903 374828032 83 Linux
/dev/sda4 959995904 976773119 8388608 82 Linux swap / Solaris
Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x57000000
Disk /dev/sdb doesn't contain a valid partition table
Run Code Online (Sandbox Code Playgroud)
的输出sudo parted -l:
Model: ATA WDC WD5000BPKT-6 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 316MB 315MB primary ntfs boot
2 316MB 108GB 107GB primary ntfs
3 108GB 492GB 384GB primary ext4
4 492GB 500GB 8590MB primary linux-swap(v1)
Error: /dev/sdb: unrecognised disk label
Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: Can't have a partition outside the disk!
Run Code Online (Sandbox Code Playgroud)
sudo gdisk /dev/sda2:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 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
Disk identifier: 0xb760cea1
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 616447 307200 7 HPFS/NTFS/exFAT
/dev/sda2 616448 210339044 104861298+ 7 HPFS/NTFS/exFAT
/dev/sda3 210339840 959995903 374828032 83 Linux
/dev/sda4 959995904 976773119 8388608 82 Linux swap / Solaris
Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x57000000
Disk /dev/sdb doesn't contain a valid partition table
Run Code Online (Sandbox Code Playgroud)
磁盘 /f
在 Windows 中,我试过这个,但它也没有解决我的问题。
将我的 SATA 模式从 RAID 设置为 AHCI
这也没有奏效。我不得不将它重置为 RAID 才能让 Windows7 再次工作
安装 12.04 而不是 13.04
但问题一直存在
禁用我的 SLC mSATA 缓存模块
Windows 无法再次启动并且问题仍然存在
如果有人能给我一个答案,我会很高兴。先感谢您。
您还有 4 个主分区问题。
我的笔记本电脑已经有 4 个主分区:如何安装 Ubuntu?
请务必先创建恢复 DVD 以及 Windows 修复 CD。
如果您使用 Windows 磁盘工具缩小 Windows 并备份 HP 工具。然后您可以使用 gparted 创建一个大型扩展分区并拥有许多逻辑分区。如果需要,您可以合二为一地恢复 HP 工具。如果你愿意,你可以创建一个共享的 NTFS 数据分区,如果你想把它作为一个单独的分区,你可以再次在 /(root)、swap 和 /home 中安装 Ubuntu。
如果系统是超极本,则它具有以某种方式使用 RAID 的 Intel SRT。您需要关闭 SRT,然后删除两个驱动器上的元数据。如果仍在启动 Windows,您可以重新打开 SRT,它应该可以工作。
sudo dmraid -E -r /dev/sda
sudo dmraid -E -r /dev/sdb
Run Code Online (Sandbox Code Playgroud)
如果您使用 Windows 创建额外的分区,或者遗留 gpt 备份分区表,其中驱动器是 gpt 并且您在 MBR 模式下使用 Windows 安装,则其他一些问题可能是动态或 LDM 分区。