Hi,
I have a Dell XPS 410 with two 250 GB SATA drives. I just downloaded and installed 9.10 beta on /dev/sdb1 which is a 20 GB ext4 partition on /dev/sdb. That is, I manually selected /dev/sdb1 as the "/" mount point and put everthing in there.The installation completed with no error messages but my system would not boot. It did not even get to a boot menu.
I used Knoppix to do a grub-install using a menu.lst from /dev/sda6 which is where I have Mepis 8 installed and was able to boot into Mepis but unfortunately I could not mount /dev/sdb1 because Mepis 8 mount apparently does not support ext4. So I reinstalled 9.10 on /dev/sdb1 reformated as ext3. Still could not boot anything, but after repeating the Knoppix grub-install I was able to get into Mepis a look around inside /dev/sdb1 and it looked fine including the creation of a home directory for me.
I then looked at the grub.cfg and picked up a couple of lines to build the following stanza in the Mepis menu.lst,
title Kubuntu 9.10 at sdb1 (32 bit) at sdb1
root (hd1,0)
kernel /boot/vmlinuz-2.6.31-11-generic root=/dev/sdb1 nomce quiet vga=791
initrd /boot/initrd.img-2.6.31-11-generic
savedefault
boot
and followed with grub-install.
When I tried to boot Kubuntu I got an error 25, but was able boot into Mepis to compose this message.
I do not know if there is a problem with my 9.10 installation because it on /dev/sdb or if there might be a problem with my Dell concerning an OS installation on /dev/sdb. Perhaps there is some restriction that I have missed.
I would really like to try Koala without moving my home from /dev/sda to /dev/sdb to make room for an installation on /dev/sda. So I will appreciate any suggestion.
Thanks in Advance,
Don
I have a Dell XPS 410 with two 250 GB SATA drives. I just downloaded and installed 9.10 beta on /dev/sdb1 which is a 20 GB ext4 partition on /dev/sdb. That is, I manually selected /dev/sdb1 as the "/" mount point and put everthing in there.The installation completed with no error messages but my system would not boot. It did not even get to a boot menu.
I used Knoppix to do a grub-install using a menu.lst from /dev/sda6 which is where I have Mepis 8 installed and was able to boot into Mepis but unfortunately I could not mount /dev/sdb1 because Mepis 8 mount apparently does not support ext4. So I reinstalled 9.10 on /dev/sdb1 reformated as ext3. Still could not boot anything, but after repeating the Knoppix grub-install I was able to get into Mepis a look around inside /dev/sdb1 and it looked fine including the creation of a home directory for me.
I then looked at the grub.cfg and picked up a couple of lines to build the following stanza in the Mepis menu.lst,
title Kubuntu 9.10 at sdb1 (32 bit) at sdb1
root (hd1,0)
kernel /boot/vmlinuz-2.6.31-11-generic root=/dev/sdb1 nomce quiet vga=791
initrd /boot/initrd.img-2.6.31-11-generic
savedefault
boot
and followed with grub-install.
When I tried to boot Kubuntu I got an error 25, but was able boot into Mepis to compose this message.
I do not know if there is a problem with my 9.10 installation because it on /dev/sdb or if there might be a problem with my Dell concerning an OS installation on /dev/sdb. Perhaps there is some restriction that I have missed.
I would really like to try Koala without moving my home from /dev/sda to /dev/sdb to make room for an installation on /dev/sda. So I will appreciate any suggestion.
Thanks in Advance,
Don
Comment