installer identified hard drive as sdb led to the new system unbootablity
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
partman-target (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I used UNetBootin to put the ISO of Ubuntu 10.10 RC into my flash drive to install it.
I found that when I use the liveOS in my flash drive, it identified the flash drive as /dev/sda, and my hard drive was identified as /dev/sdb. And the installer write it into /etc/fstab file.
/etc/fstab file is like this after install:
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sdb1 / ext4 errors=remount-ro 0 1
/dev/sdb6 /home ext4 defaults 0 2
/dev/sdb5 none swap sw 0 0
But when I boot it, the hard drive is identified as /dev/sda, so it cannot boot after I installed until I edit the /etc/fstab manually.
I think it's a important bug, which can lead to unbootablity, isn't is?
I will not manage this bug, but it looks like some issues when a computer has both PATA and SATA drive. Could you tell me what is the model of your computer ?