I am setting up my /etc/fstab on my second operating system in sda6.
checking blkid I get:
Code:
# blkid
/dev/sda5: UUID="8fb16634-354d-483d-9b11-40cb452db175" TYPE="swap"
/dev/sda6: UUID="ffcb5e5c-f2e0-47b4-966e-9fcd4f8af5a9" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda1: UUID="b2aa2689-a505-491a-8acb-136545a3bd38" TYPE="ext4"
When I assign /dev/sda6 /boot Do I do ext2
but on the next fstab line put
/dev/sda6 / and so do ext3 ?
Some of the veteran people on linuxquestions.org should get together and write a thorough article on the boot process, dual booting, and chain booting.