I want to install Kubuntu Netbook Edition on my netbook (Acer Aspire One D255).
I want to keep Android and Windows 7.
The problem is that I don't know how to install Grub. This netbook doesn't have a "usual" bootloader: using Windows 7 the user can enable/disable android. Choosing to enable Android, this OS starts every time you turn on your computer (unless you press F9, in this case Windows 7 starts) and inside Android there is a button to switch off Android and launch Windows 7.
Here's an fdisk output:
/dev/sda1 is the USB key with Kubuntu Live.
/dev/sdb7 is the swap partition (I created it by resizing /dev/sdb5).
/dev/sdb6, created by resizing /dev/sdb5 is where I have installed both kubuntu and Grub (obviously it doesn't boot).
How can I solve this problem?
Thanks
I want to keep Android and Windows 7.
The problem is that I don't know how to install Grub. This netbook doesn't have a "usual" bootloader: using Windows 7 the user can enable/disable android. Choosing to enable Android, this OS starts every time you turn on your computer (unless you press F9, in this case Windows 7 starts) and inside Android there is a button to switch off Android and launch Windows 7.
Here's an fdisk output:
Code:
ubuntu@ubuntu:~$ sudo fdisk -l Disk /dev/sdb: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x3bf1c4d2 Device Boot Start End Blocks Id System /dev/sdb1 1 1698 13631488 27 Unknown /dev/sdb2 1698 2220 4194304 c W95 FAT32 (LBA) /dev/sdb3 * 2220 2233 102400 7 HPFS/NTFS /dev/sdb4 2233 30402 226267137 f W95 Ext'd (LBA) /dev/sdb5 2233 16317 113132544 7 HPFS/NTFS /dev/sdb6 16317 30019 110061568 83 Linux /dev/sdb7 30019 30402 3070976 82 Linux swap / Solaris Disk /dev/sda: 3881 MB, 3881828352 bytes 120 heads, 62 sectors/track, 1019 cylinders Units = cylinders of 7440 * 512 = 3809280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0008f3e5 Device Boot Start End Blocks Id System /dev/sda1 * 1 1019 3790649 c W95 FAT32 (LBA) ubuntu@ubuntu:~$
/dev/sdb7 is the swap partition (I created it by resizing /dev/sdb5).
/dev/sdb6, created by resizing /dev/sdb5 is where I have installed both kubuntu and Grub (obviously it doesn't boot).
How can I solve this problem?
Thanks
Comment